← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 7-26361030-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=26361030&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 26361030,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000338523.9",
"consequences": [
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX10",
"gene_hgnc_id": 14974,
"hgvs_c": "c.80A>G",
"hgvs_p": "p.His27Arg",
"transcript": "NM_013322.3",
"protein_id": "NP_037454.2",
"transcript_support_level": null,
"aa_start": 27,
"aa_end": null,
"aa_length": 201,
"cds_start": 80,
"cds_end": null,
"cds_length": 606,
"cdna_start": 328,
"cdna_end": null,
"cdna_length": 2665,
"mane_select": "ENST00000338523.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX10",
"gene_hgnc_id": 14974,
"hgvs_c": "c.80A>G",
"hgvs_p": "p.His27Arg",
"transcript": "ENST00000338523.9",
"protein_id": "ENSP00000343709.5",
"transcript_support_level": 1,
"aa_start": 27,
"aa_end": null,
"aa_length": 201,
"cds_start": 80,
"cds_end": null,
"cds_length": 606,
"cdna_start": 328,
"cdna_end": null,
"cdna_length": 2665,
"mane_select": "NM_013322.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX10",
"gene_hgnc_id": 14974,
"hgvs_c": "c.80A>G",
"hgvs_p": "p.His27Arg",
"transcript": "ENST00000396376.5",
"protein_id": "ENSP00000379661.1",
"transcript_support_level": 1,
"aa_start": 27,
"aa_end": null,
"aa_length": 201,
"cds_start": 80,
"cds_end": null,
"cds_length": 606,
"cdna_start": 208,
"cdna_end": null,
"cdna_length": 2491,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX10",
"gene_hgnc_id": 14974,
"hgvs_c": "c.80A>G",
"hgvs_p": "p.His27Arg",
"transcript": "ENST00000446848.6",
"protein_id": "ENSP00000395474.3",
"transcript_support_level": 1,
"aa_start": 27,
"aa_end": null,
"aa_length": 201,
"cds_start": 80,
"cds_end": null,
"cds_length": 606,
"cdna_start": 342,
"cdna_end": null,
"cdna_length": 2613,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX10",
"gene_hgnc_id": 14974,
"hgvs_c": "c.158A>G",
"hgvs_p": "p.His53Arg",
"transcript": "NM_001318198.1",
"protein_id": "NP_001305127.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 227,
"cds_start": 158,
"cds_end": null,
"cds_length": 684,
"cdna_start": 416,
"cdna_end": null,
"cdna_length": 2699,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX10",
"gene_hgnc_id": 14974,
"hgvs_c": "c.158A>G",
"hgvs_p": "p.His53Arg",
"transcript": "NM_001362753.1",
"protein_id": "NP_001349682.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 227,
"cds_start": 158,
"cds_end": null,
"cds_length": 684,
"cdna_start": 561,
"cdna_end": null,
"cdna_length": 2844,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX10",
"gene_hgnc_id": 14974,
"hgvs_c": "c.158A>G",
"hgvs_p": "p.His53Arg",
"transcript": "NM_001362754.1",
"protein_id": "NP_001349683.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 227,
"cds_start": 158,
"cds_end": null,
"cds_length": 684,
"cdna_start": 480,
"cdna_end": null,
"cdna_length": 2763,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX10",
"gene_hgnc_id": 14974,
"hgvs_c": "c.80A>G",
"hgvs_p": "p.His27Arg",
"transcript": "ENST00000698087.1",
"protein_id": "ENSP00000513557.1",
"transcript_support_level": null,
"aa_start": 27,
"aa_end": null,
"aa_length": 223,
"cds_start": 80,
"cds_end": null,
"cds_length": 672,
"cdna_start": 615,
"cdna_end": null,
"cdna_length": 2932,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX10",
"gene_hgnc_id": 14974,
"hgvs_c": "c.80A>G",
"hgvs_p": "p.His27Arg",
"transcript": "NM_001199835.1",
"protein_id": "NP_001186764.1",
"transcript_support_level": null,
"aa_start": 27,
"aa_end": null,
"aa_length": 201,
"cds_start": 80,
"cds_end": null,
"cds_length": 606,
"cdna_start": 342,
"cdna_end": null,
"cdna_length": 2625,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX10",
"gene_hgnc_id": 14974,
"hgvs_c": "c.80A>G",
"hgvs_p": "p.His27Arg",
"transcript": "NM_001318199.3",
"protein_id": "NP_001305128.1",
"transcript_support_level": null,
"aa_start": 27,
"aa_end": null,
"aa_length": 201,
"cds_start": 80,
"cds_end": null,
"cds_length": 606,
"cdna_start": 231,
"cdna_end": null,
"cdna_length": 2568,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX10",
"gene_hgnc_id": 14974,
"hgvs_c": "c.80A>G",
"hgvs_p": "p.His27Arg",
"transcript": "ENST00000698078.1",
"protein_id": "ENSP00000513550.1",
"transcript_support_level": null,
"aa_start": 27,
"aa_end": null,
"aa_length": 201,
"cds_start": 80,
"cds_end": null,
"cds_length": 606,
"cdna_start": 339,
"cdna_end": null,
"cdna_length": 2599,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX10",
"gene_hgnc_id": 14974,
"hgvs_c": "c.80A>G",
"hgvs_p": "p.His27Arg",
"transcript": "ENST00000698079.1",
"protein_id": "ENSP00000513551.1",
"transcript_support_level": null,
"aa_start": 27,
"aa_end": null,
"aa_length": 201,
"cds_start": 80,
"cds_end": null,
"cds_length": 606,
"cdna_start": 257,
"cdna_end": null,
"cdna_length": 2517,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX10",
"gene_hgnc_id": 14974,
"hgvs_c": "c.80A>G",
"hgvs_p": "p.His27Arg",
"transcript": "ENST00000698080.1",
"protein_id": "ENSP00000513552.1",
"transcript_support_level": null,
"aa_start": 27,
"aa_end": null,
"aa_length": 201,
"cds_start": 80,
"cds_end": null,
"cds_length": 606,
"cdna_start": 622,
"cdna_end": null,
"cdna_length": 2882,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX10",
"gene_hgnc_id": 14974,
"hgvs_c": "c.80A>G",
"hgvs_p": "p.His27Arg",
"transcript": "ENST00000698088.1",
"protein_id": "ENSP00000513558.1",
"transcript_support_level": null,
"aa_start": 27,
"aa_end": null,
"aa_length": 201,
"cds_start": 80,
"cds_end": null,
"cds_length": 606,
"cdna_start": 259,
"cdna_end": null,
"cdna_length": 2519,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX10",
"gene_hgnc_id": 14974,
"hgvs_c": "c.80A>G",
"hgvs_p": "p.His27Arg",
"transcript": "ENST00000698090.1",
"protein_id": "ENSP00000513560.1",
"transcript_support_level": null,
"aa_start": 27,
"aa_end": null,
"aa_length": 201,
"cds_start": 80,
"cds_end": null,
"cds_length": 606,
"cdna_start": 619,
"cdna_end": null,
"cdna_length": 2879,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX10",
"gene_hgnc_id": 14974,
"hgvs_c": "c.71A>G",
"hgvs_p": "p.His24Arg",
"transcript": "NM_001199837.3",
"protein_id": "NP_001186766.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 198,
"cds_start": 71,
"cds_end": null,
"cds_length": 597,
"cdna_start": 147,
"cdna_end": null,
"cdna_length": 2484,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX10",
"gene_hgnc_id": 14974,
"hgvs_c": "c.80A>G",
"hgvs_p": "p.His27Arg",
"transcript": "ENST00000698077.1",
"protein_id": "ENSP00000513549.1",
"transcript_support_level": null,
"aa_start": 27,
"aa_end": null,
"aa_length": 192,
"cds_start": 80,
"cds_end": null,
"cds_length": 579,
"cdna_start": 245,
"cdna_end": null,
"cdna_length": 2402,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX10",
"gene_hgnc_id": 14974,
"hgvs_c": "c.158A>G",
"hgvs_p": "p.His53Arg",
"transcript": "XM_047420282.1",
"protein_id": "XP_047276238.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 227,
"cds_start": 158,
"cds_end": null,
"cds_length": 684,
"cdna_start": 407,
"cdna_end": null,
"cdna_length": 2744,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX10",
"gene_hgnc_id": 14974,
"hgvs_c": "c.80A>G",
"hgvs_p": "p.His27Arg",
"transcript": "XM_006715712.3",
"protein_id": "XP_006715775.1",
"transcript_support_level": null,
"aa_start": 27,
"aa_end": null,
"aa_length": 201,
"cds_start": 80,
"cds_end": null,
"cds_length": 606,
"cdna_start": 1203,
"cdna_end": null,
"cdna_length": 3540,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX10",
"gene_hgnc_id": 14974,
"hgvs_c": "n.428A>G",
"hgvs_p": null,
"transcript": "ENST00000412416.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 429,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX10",
"gene_hgnc_id": 14974,
"hgvs_c": "n.80A>G",
"hgvs_p": null,
"transcript": "ENST00000698081.1",
"protein_id": "ENSP00000513553.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2420,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX10",
"gene_hgnc_id": 14974,
"hgvs_c": "n.189A>G",
"hgvs_p": null,
"transcript": "ENST00000698082.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2321,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX10",
"gene_hgnc_id": 14974,
"hgvs_c": "n.80A>G",
"hgvs_p": null,
"transcript": "ENST00000698083.1",
"protein_id": "ENSP00000513554.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2433,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX10",
"gene_hgnc_id": 14974,
"hgvs_c": "n.176A>G",
"hgvs_p": null,
"transcript": "ENST00000698085.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2850,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX10",
"gene_hgnc_id": 14974,
"hgvs_c": "n.80A>G",
"hgvs_p": null,
"transcript": "ENST00000698086.1",
"protein_id": "ENSP00000513556.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2398,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX10",
"gene_hgnc_id": 14974,
"hgvs_c": "n.1940A>G",
"hgvs_p": null,
"transcript": "ENST00000698091.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4200,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX10",
"gene_hgnc_id": 14974,
"hgvs_c": "c.-41A>G",
"hgvs_p": null,
"transcript": "ENST00000409367.6",
"protein_id": "ENSP00000387274.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 161,
"cds_start": -4,
"cds_end": null,
"cds_length": 486,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2589,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX10",
"gene_hgnc_id": 14974,
"hgvs_c": "c.-41A>G",
"hgvs_p": null,
"transcript": "ENST00000416246.6",
"protein_id": "ENSP00000408164.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 161,
"cds_start": -4,
"cds_end": null,
"cds_length": 486,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2652,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX10",
"gene_hgnc_id": 14974,
"hgvs_c": "c.-41A>G",
"hgvs_p": null,
"transcript": "ENST00000698074.1",
"protein_id": "ENSP00000513546.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 161,
"cds_start": -4,
"cds_end": null,
"cds_length": 486,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2699,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX10",
"gene_hgnc_id": 14974,
"hgvs_c": "c.-41A>G",
"hgvs_p": null,
"transcript": "ENST00000698075.1",
"protein_id": "ENSP00000513547.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 161,
"cds_start": -4,
"cds_end": null,
"cds_length": 486,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2611,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX10",
"gene_hgnc_id": 14974,
"hgvs_c": "c.-41A>G",
"hgvs_p": null,
"transcript": "ENST00000698076.1",
"protein_id": "ENSP00000513548.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 161,
"cds_start": -4,
"cds_end": null,
"cds_length": 486,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2467,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX10",
"gene_hgnc_id": 14974,
"hgvs_c": "c.-41A>G",
"hgvs_p": null,
"transcript": "ENST00000698084.1",
"protein_id": "ENSP00000513555.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 161,
"cds_start": -4,
"cds_end": null,
"cds_length": 486,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2796,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX10",
"gene_hgnc_id": 14974,
"hgvs_c": "c.-41A>G",
"hgvs_p": null,
"transcript": "ENST00000698089.1",
"protein_id": "ENSP00000513559.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 161,
"cds_start": -4,
"cds_end": null,
"cds_length": 486,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2985,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX10",
"gene_hgnc_id": 14974,
"hgvs_c": "c.-41A>G",
"hgvs_p": null,
"transcript": "XM_047420283.1",
"protein_id": "XP_047276239.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 161,
"cds_start": -4,
"cds_end": null,
"cds_length": 486,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2613,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SNX10",
"gene_hgnc_id": 14974,
"dbsnp": "rs753010873",
"frequency_reference_population": 0.000017858689,
"hom_count_reference_population": 0,
"allele_count_reference_population": 26,
"gnomad_exomes_af": 0.0000178587,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 26,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.48386281728744507,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.344,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.3447,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.11,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 8.18,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.01,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 0,
"pathogenic_score": 0,
"criteria": [],
"verdict": "Uncertain_significance",
"transcript": "ENST00000338523.9",
"gene_symbol": "SNX10",
"hgnc_id": 14974,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.80A>G",
"hgvs_p": "p.His27Arg"
}
],
"clinvar_disease": "Inborn genetic diseases,not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"phenotype_combined": "not provided|Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}