← 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: 14-74286717-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=74286717&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "14",
"pos": 74286717,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000356924.9",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1736G>C",
"hgvs_p": "p.Arg579Pro",
"transcript": "NM_005050.4",
"protein_id": "NP_005041.1",
"transcript_support_level": null,
"aa_start": 579,
"aa_end": null,
"aa_length": 606,
"cds_start": 1736,
"cds_end": null,
"cds_length": 1821,
"cdna_start": 1758,
"cdna_end": null,
"cdna_length": 3035,
"mane_select": "ENST00000356924.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1736G>C",
"hgvs_p": "p.Arg579Pro",
"transcript": "ENST00000356924.9",
"protein_id": "ENSP00000349396.4",
"transcript_support_level": 1,
"aa_start": 579,
"aa_end": null,
"aa_length": 606,
"cds_start": 1736,
"cds_end": null,
"cds_length": 1821,
"cdna_start": 1758,
"cdna_end": null,
"cdna_length": 3035,
"mane_select": "NM_005050.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.*1437G>C",
"hgvs_p": null,
"transcript": "ENST00000553486.5",
"protein_id": "ENSP00000450611.1",
"transcript_support_level": 1,
"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": 1842,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.*1437G>C",
"hgvs_p": null,
"transcript": "ENST00000553486.5",
"protein_id": "ENSP00000450611.1",
"transcript_support_level": 1,
"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": 1842,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1736G>C",
"hgvs_p": "p.Arg579Pro",
"transcript": "NM_020325.3",
"protein_id": "NP_064730.1",
"transcript_support_level": null,
"aa_start": 579,
"aa_end": null,
"aa_length": 592,
"cds_start": 1736,
"cds_end": null,
"cds_length": 1779,
"cdna_start": 1758,
"cdna_end": null,
"cdna_length": 3206,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1610G>C",
"hgvs_p": "p.Arg537Pro",
"transcript": "NM_001353591.2",
"protein_id": "NP_001340520.1",
"transcript_support_level": null,
"aa_start": 537,
"aa_end": null,
"aa_length": 564,
"cds_start": 1610,
"cds_end": null,
"cds_length": 1695,
"cdna_start": 1632,
"cdna_end": null,
"cdna_length": 2909,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1610G>C",
"hgvs_p": "p.Arg537Pro",
"transcript": "NM_001353592.2",
"protein_id": "NP_001340521.1",
"transcript_support_level": null,
"aa_start": 537,
"aa_end": null,
"aa_length": 550,
"cds_start": 1610,
"cds_end": null,
"cds_length": 1653,
"cdna_start": 1632,
"cdna_end": null,
"cdna_length": 3080,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1475G>C",
"hgvs_p": "p.Arg492Pro",
"transcript": "NM_001353593.2",
"protein_id": "NP_001340522.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 519,
"cds_start": 1475,
"cds_end": null,
"cds_length": 1560,
"cdna_start": 1639,
"cdna_end": null,
"cdna_length": 2916,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1463G>C",
"hgvs_p": "p.Arg488Pro",
"transcript": "NM_001440754.1",
"protein_id": "NP_001427683.1",
"transcript_support_level": null,
"aa_start": 488,
"aa_end": null,
"aa_length": 515,
"cds_start": 1463,
"cds_end": null,
"cds_length": 1548,
"cdna_start": 1485,
"cdna_end": null,
"cdna_length": 2762,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1424G>C",
"hgvs_p": "p.Arg475Pro",
"transcript": "NM_001353594.2",
"protein_id": "NP_001340523.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 488,
"cds_start": 1424,
"cds_end": null,
"cds_length": 1467,
"cdna_start": 1588,
"cdna_end": null,
"cdna_length": 3036,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1322G>C",
"hgvs_p": "p.Arg441Pro",
"transcript": "NM_001353595.2",
"protein_id": "NP_001340524.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 468,
"cds_start": 1322,
"cds_end": null,
"cds_length": 1407,
"cdna_start": 1753,
"cdna_end": null,
"cdna_length": 3030,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1322G>C",
"hgvs_p": "p.Arg441Pro",
"transcript": "NM_001353596.2",
"protein_id": "NP_001340525.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 468,
"cds_start": 1322,
"cds_end": null,
"cds_length": 1407,
"cdna_start": 1625,
"cdna_end": null,
"cdna_length": 2902,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1271G>C",
"hgvs_p": "p.Arg424Pro",
"transcript": "NM_001353597.2",
"protein_id": "NP_001340526.1",
"transcript_support_level": null,
"aa_start": 424,
"aa_end": null,
"aa_length": 451,
"cds_start": 1271,
"cds_end": null,
"cds_length": 1356,
"cdna_start": 1574,
"cdna_end": null,
"cdna_length": 2851,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1259G>C",
"hgvs_p": "p.Arg420Pro",
"transcript": "NM_001353598.2",
"protein_id": "NP_001340527.1",
"transcript_support_level": null,
"aa_start": 420,
"aa_end": null,
"aa_length": 447,
"cds_start": 1259,
"cds_end": null,
"cds_length": 1344,
"cdna_start": 1511,
"cdna_end": null,
"cdna_length": 2788,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1259G>C",
"hgvs_p": "p.Arg420Pro",
"transcript": "NM_001440755.1",
"protein_id": "NP_001427684.1",
"transcript_support_level": null,
"aa_start": 420,
"aa_end": null,
"aa_length": 447,
"cds_start": 1259,
"cds_end": null,
"cds_length": 1344,
"cdna_start": 1490,
"cdna_end": null,
"cdna_length": 2767,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1259G>C",
"hgvs_p": "p.Arg420Pro",
"transcript": "NM_020324.3",
"protein_id": "NP_064720.1",
"transcript_support_level": null,
"aa_start": 420,
"aa_end": null,
"aa_length": 447,
"cds_start": 1259,
"cds_end": null,
"cds_length": 1344,
"cdna_start": 1618,
"cdna_end": null,
"cdna_length": 2895,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1259G>C",
"hgvs_p": "p.Arg420Pro",
"transcript": "NM_001353599.2",
"protein_id": "NP_001340528.1",
"transcript_support_level": null,
"aa_start": 420,
"aa_end": null,
"aa_length": 433,
"cds_start": 1259,
"cds_end": null,
"cds_length": 1302,
"cdna_start": 1618,
"cdna_end": null,
"cdna_length": 3066,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1259G>C",
"hgvs_p": "p.Arg420Pro",
"transcript": "NM_001353600.2",
"protein_id": "NP_001340529.1",
"transcript_support_level": null,
"aa_start": 420,
"aa_end": null,
"aa_length": 433,
"cds_start": 1259,
"cds_end": null,
"cds_length": 1302,
"cdna_start": 1630,
"cdna_end": null,
"cdna_length": 3078,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1259G>C",
"hgvs_p": "p.Arg420Pro",
"transcript": "NM_001353601.2",
"protein_id": "NP_001340530.1",
"transcript_support_level": null,
"aa_start": 420,
"aa_end": null,
"aa_length": 433,
"cds_start": 1259,
"cds_end": null,
"cds_length": 1302,
"cdna_start": 1490,
"cdna_end": null,
"cdna_length": 2938,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.947G>C",
"hgvs_p": "p.Arg316Pro",
"transcript": "NM_001353602.2",
"protein_id": "NP_001340531.1",
"transcript_support_level": null,
"aa_start": 316,
"aa_end": null,
"aa_length": 343,
"cds_start": 947,
"cds_end": null,
"cds_length": 1032,
"cdna_start": 1658,
"cdna_end": null,
"cdna_length": 2935,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.947G>C",
"hgvs_p": "p.Arg316Pro",
"transcript": "NM_001353603.2",
"protein_id": "NP_001340532.1",
"transcript_support_level": null,
"aa_start": 316,
"aa_end": null,
"aa_length": 343,
"cds_start": 947,
"cds_end": null,
"cds_length": 1032,
"cdna_start": 1535,
"cdna_end": null,
"cdna_length": 2812,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.947G>C",
"hgvs_p": "p.Arg316Pro",
"transcript": "NM_001353604.2",
"protein_id": "NP_001340533.1",
"transcript_support_level": null,
"aa_start": 316,
"aa_end": null,
"aa_length": 343,
"cds_start": 947,
"cds_end": null,
"cds_length": 1032,
"cdna_start": 1395,
"cdna_end": null,
"cdna_length": 2672,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.947G>C",
"hgvs_p": "p.Arg316Pro",
"transcript": "NM_001353605.2",
"protein_id": "NP_001340534.1",
"transcript_support_level": null,
"aa_start": 316,
"aa_end": null,
"aa_length": 343,
"cds_start": 947,
"cds_end": null,
"cds_length": 1032,
"cdna_start": 1663,
"cdna_end": null,
"cdna_length": 2940,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.947G>C",
"hgvs_p": "p.Arg316Pro",
"transcript": "NM_001353606.2",
"protein_id": "NP_001340535.1",
"transcript_support_level": null,
"aa_start": 316,
"aa_end": null,
"aa_length": 329,
"cds_start": 947,
"cds_end": null,
"cds_length": 990,
"cdna_start": 1535,
"cdna_end": null,
"cdna_length": 2983,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.947G>C",
"hgvs_p": "p.Arg316Pro",
"transcript": "NM_001353607.2",
"protein_id": "NP_001340536.1",
"transcript_support_level": null,
"aa_start": 316,
"aa_end": null,
"aa_length": 329,
"cds_start": 947,
"cds_end": null,
"cds_length": 990,
"cdna_start": 1416,
"cdna_end": null,
"cdna_length": 2864,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.947G>C",
"hgvs_p": "p.Arg316Pro",
"transcript": "NM_001353608.2",
"protein_id": "NP_001340537.1",
"transcript_support_level": null,
"aa_start": 316,
"aa_end": null,
"aa_length": 329,
"cds_start": 947,
"cds_end": null,
"cds_length": 990,
"cdna_start": 1518,
"cdna_end": null,
"cdna_length": 2966,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.947G>C",
"hgvs_p": "p.Arg316Pro",
"transcript": "NM_001353609.2",
"protein_id": "NP_001340538.1",
"transcript_support_level": null,
"aa_start": 316,
"aa_end": null,
"aa_length": 329,
"cds_start": 947,
"cds_end": null,
"cds_length": 990,
"cdna_start": 1663,
"cdna_end": null,
"cdna_length": 3111,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.281G>C",
"hgvs_p": "p.Arg94Pro",
"transcript": "ENST00000555904.1",
"protein_id": "ENSP00000450982.1",
"transcript_support_level": 3,
"aa_start": 94,
"aa_end": null,
"aa_length": 157,
"cds_start": 281,
"cds_end": null,
"cds_length": 474,
"cdna_start": 283,
"cdna_end": null,
"cdna_length": 582,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1322G>C",
"hgvs_p": "p.Arg441Pro",
"transcript": "XM_005267942.5",
"protein_id": "XP_005267999.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 468,
"cds_start": 1322,
"cds_end": null,
"cds_length": 1407,
"cdna_start": 1506,
"cdna_end": null,
"cdna_length": 2783,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.932G>C",
"hgvs_p": null,
"transcript": "ENST00000465085.2",
"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": 1123,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.*267G>C",
"hgvs_p": null,
"transcript": "ENST00000474270.1",
"protein_id": "ENSP00000432557.1",
"transcript_support_level": 5,
"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": 794,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.*73G>C",
"hgvs_p": null,
"transcript": "ENST00000481348.5",
"protein_id": "ENSP00000434792.1",
"transcript_support_level": 5,
"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": 1177,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.*1437G>C",
"hgvs_p": null,
"transcript": "ENST00000481935.5",
"protein_id": "ENSP00000436782.1",
"transcript_support_level": 5,
"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": 2336,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.*1446G>C",
"hgvs_p": null,
"transcript": "ENST00000553745.5",
"protein_id": "ENSP00000451778.1",
"transcript_support_level": 2,
"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": 1770,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.1630G>C",
"hgvs_p": null,
"transcript": "NR_003256.3",
"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": 2907,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.1566G>C",
"hgvs_p": null,
"transcript": "NR_148466.2",
"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": 2843,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.1347G>C",
"hgvs_p": null,
"transcript": "NR_148467.2",
"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": 2624,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.1324G>C",
"hgvs_p": null,
"transcript": "NR_148468.2",
"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": 2601,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.1571G>C",
"hgvs_p": null,
"transcript": "NR_148469.2",
"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": 2848,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.1533G>C",
"hgvs_p": null,
"transcript": "NR_148470.2",
"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": 2981,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.1571G>C",
"hgvs_p": null,
"transcript": "NR_148471.2",
"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": 3019,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.1620G>C",
"hgvs_p": null,
"transcript": "NR_148472.2",
"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": 2897,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.1547G>C",
"hgvs_p": null,
"transcript": "NR_148473.2",
"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": 2824,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.1666G>C",
"hgvs_p": null,
"transcript": "NR_148474.2",
"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": 3114,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.*73G>C",
"hgvs_p": null,
"transcript": "NM_001440752.1",
"protein_id": "NP_001427681.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 572,
"cds_start": -4,
"cds_end": null,
"cds_length": 1719,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3262,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.*73G>C",
"hgvs_p": null,
"transcript": "NM_001353610.2",
"protein_id": "NP_001340539.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 309,
"cds_start": -4,
"cds_end": null,
"cds_length": 930,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3167,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.*73G>C",
"hgvs_p": null,
"transcript": "ENST00000556517.1",
"protein_id": "ENSP00000450960.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 183,
"cds_start": -4,
"cds_end": null,
"cds_length": 552,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 947,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.*267G>C",
"hgvs_p": null,
"transcript": "ENST00000474270.1",
"protein_id": "ENSP00000432557.1",
"transcript_support_level": 5,
"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": 794,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.*73G>C",
"hgvs_p": null,
"transcript": "ENST00000481348.5",
"protein_id": "ENSP00000434792.1",
"transcript_support_level": 5,
"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": 1177,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.*1437G>C",
"hgvs_p": null,
"transcript": "ENST00000481935.5",
"protein_id": "ENSP00000436782.1",
"transcript_support_level": 5,
"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": 2336,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.*1446G>C",
"hgvs_p": null,
"transcript": "ENST00000553745.5",
"protein_id": "ENSP00000451778.1",
"transcript_support_level": 2,
"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": 1770,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"dbsnp": "rs143288344",
"frequency_reference_population": 6.840975e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84097e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9867691397666931,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.07000000029802322,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.975,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9871,
"alphamissense_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.46,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.521,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.07,
"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": 6,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP3_Strong",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000356924.9",
"gene_symbol": "ABCD4",
"hgnc_id": 68,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1736G>C",
"hgvs_p": "p.Arg579Pro"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}