← 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-74292774-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=74292774&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "14",
"pos": 74292774,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000356924.9",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.910G>A",
"hgvs_p": "p.Ala304Thr",
"transcript": "NM_005050.4",
"protein_id": "NP_005041.1",
"transcript_support_level": null,
"aa_start": 304,
"aa_end": null,
"aa_length": 606,
"cds_start": 910,
"cds_end": null,
"cds_length": 1821,
"cdna_start": 932,
"cdna_end": null,
"cdna_length": 3035,
"mane_select": "ENST00000356924.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.910G>A",
"hgvs_p": "p.Ala304Thr",
"transcript": "ENST00000356924.9",
"protein_id": "ENSP00000349396.4",
"transcript_support_level": 1,
"aa_start": 304,
"aa_end": null,
"aa_length": 606,
"cds_start": 910,
"cds_end": null,
"cds_length": 1821,
"cdna_start": 932,
"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": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.*516G>A",
"hgvs_p": null,
"transcript": "ENST00000460308.6",
"protein_id": "ENSP00000436527.2",
"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": 1003,
"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": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.*436G>A",
"hgvs_p": null,
"transcript": "ENST00000469672.5",
"protein_id": "ENSP00000434626.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": 966,
"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": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.*611G>A",
"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": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.*516G>A",
"hgvs_p": null,
"transcript": "ENST00000460308.6",
"protein_id": "ENSP00000436527.2",
"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": 1003,
"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": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.*436G>A",
"hgvs_p": null,
"transcript": "ENST00000469672.5",
"protein_id": "ENSP00000434626.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": 966,
"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": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.*611G>A",
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.910G>A",
"hgvs_p": "p.Ala304Thr",
"transcript": "NM_020325.3",
"protein_id": "NP_064730.1",
"transcript_support_level": null,
"aa_start": 304,
"aa_end": null,
"aa_length": 592,
"cds_start": 910,
"cds_end": null,
"cds_length": 1779,
"cdna_start": 932,
"cdna_end": null,
"cdna_length": 3206,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.910G>A",
"hgvs_p": "p.Ala304Thr",
"transcript": "NM_001440752.1",
"protein_id": "NP_001427681.1",
"transcript_support_level": null,
"aa_start": 304,
"aa_end": null,
"aa_length": 572,
"cds_start": 910,
"cds_end": null,
"cds_length": 1719,
"cdna_start": 932,
"cdna_end": null,
"cdna_length": 3262,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.784G>A",
"hgvs_p": "p.Ala262Thr",
"transcript": "NM_001353591.2",
"protein_id": "NP_001340520.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 564,
"cds_start": 784,
"cds_end": null,
"cds_length": 1695,
"cdna_start": 806,
"cdna_end": null,
"cdna_length": 2909,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.784G>A",
"hgvs_p": "p.Ala262Thr",
"transcript": "NM_001353592.2",
"protein_id": "NP_001340521.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 550,
"cds_start": 784,
"cds_end": null,
"cds_length": 1653,
"cdna_start": 806,
"cdna_end": null,
"cdna_length": 3080,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.910G>A",
"hgvs_p": "p.Ala304Thr",
"transcript": "NM_001440753.1",
"protein_id": "NP_001427682.1",
"transcript_support_level": null,
"aa_start": 304,
"aa_end": null,
"aa_length": 528,
"cds_start": 910,
"cds_end": null,
"cds_length": 1587,
"cdna_start": 932,
"cdna_end": null,
"cdna_length": 1652,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.649G>A",
"hgvs_p": "p.Ala217Thr",
"transcript": "NM_001353593.2",
"protein_id": "NP_001340522.1",
"transcript_support_level": null,
"aa_start": 217,
"aa_end": null,
"aa_length": 519,
"cds_start": 649,
"cds_end": null,
"cds_length": 1560,
"cdna_start": 813,
"cdna_end": null,
"cdna_length": 2916,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.637G>A",
"hgvs_p": "p.Ala213Thr",
"transcript": "NM_001440754.1",
"protein_id": "NP_001427683.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 515,
"cds_start": 637,
"cds_end": null,
"cds_length": 1548,
"cdna_start": 659,
"cdna_end": null,
"cdna_length": 2762,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.598G>A",
"hgvs_p": "p.Ala200Thr",
"transcript": "NM_001353594.2",
"protein_id": "NP_001340523.1",
"transcript_support_level": null,
"aa_start": 200,
"aa_end": null,
"aa_length": 488,
"cds_start": 598,
"cds_end": null,
"cds_length": 1467,
"cdna_start": 762,
"cdna_end": null,
"cdna_length": 3036,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.496G>A",
"hgvs_p": "p.Ala166Thr",
"transcript": "NM_001353595.2",
"protein_id": "NP_001340524.1",
"transcript_support_level": null,
"aa_start": 166,
"aa_end": null,
"aa_length": 468,
"cds_start": 496,
"cds_end": null,
"cds_length": 1407,
"cdna_start": 927,
"cdna_end": null,
"cdna_length": 3030,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.496G>A",
"hgvs_p": "p.Ala166Thr",
"transcript": "NM_001353596.2",
"protein_id": "NP_001340525.1",
"transcript_support_level": null,
"aa_start": 166,
"aa_end": null,
"aa_length": 468,
"cds_start": 496,
"cds_end": null,
"cds_length": 1407,
"cdna_start": 799,
"cdna_end": null,
"cdna_length": 2902,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.445G>A",
"hgvs_p": "p.Ala149Thr",
"transcript": "NM_001353597.2",
"protein_id": "NP_001340526.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 451,
"cds_start": 445,
"cds_end": null,
"cds_length": 1356,
"cdna_start": 748,
"cdna_end": null,
"cdna_length": 2851,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Ala145Thr",
"transcript": "NM_001353598.2",
"protein_id": "NP_001340527.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 447,
"cds_start": 433,
"cds_end": null,
"cds_length": 1344,
"cdna_start": 685,
"cdna_end": null,
"cdna_length": 2788,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Ala145Thr",
"transcript": "NM_001440755.1",
"protein_id": "NP_001427684.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 447,
"cds_start": 433,
"cds_end": null,
"cds_length": 1344,
"cdna_start": 664,
"cdna_end": null,
"cdna_length": 2767,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Ala145Thr",
"transcript": "NM_020324.3",
"protein_id": "NP_064720.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 447,
"cds_start": 433,
"cds_end": null,
"cds_length": 1344,
"cdna_start": 792,
"cdna_end": null,
"cdna_length": 2895,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Ala145Thr",
"transcript": "NM_001353599.2",
"protein_id": "NP_001340528.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 433,
"cds_start": 433,
"cds_end": null,
"cds_length": 1302,
"cdna_start": 792,
"cdna_end": null,
"cdna_length": 3066,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Ala145Thr",
"transcript": "NM_001353600.2",
"protein_id": "NP_001340529.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 433,
"cds_start": 433,
"cds_end": null,
"cds_length": 1302,
"cdna_start": 804,
"cdna_end": null,
"cdna_length": 3078,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.433G>A",
"hgvs_p": "p.Ala145Thr",
"transcript": "NM_001353601.2",
"protein_id": "NP_001340530.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 433,
"cds_start": 433,
"cds_end": null,
"cds_length": 1302,
"cdna_start": 664,
"cdna_end": null,
"cdna_length": 2938,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.121G>A",
"hgvs_p": "p.Ala41Thr",
"transcript": "NM_001353602.2",
"protein_id": "NP_001340531.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 343,
"cds_start": 121,
"cds_end": null,
"cds_length": 1032,
"cdna_start": 832,
"cdna_end": null,
"cdna_length": 2935,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.121G>A",
"hgvs_p": "p.Ala41Thr",
"transcript": "NM_001353603.2",
"protein_id": "NP_001340532.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 343,
"cds_start": 121,
"cds_end": null,
"cds_length": 1032,
"cdna_start": 709,
"cdna_end": null,
"cdna_length": 2812,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.121G>A",
"hgvs_p": "p.Ala41Thr",
"transcript": "NM_001353604.2",
"protein_id": "NP_001340533.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 343,
"cds_start": 121,
"cds_end": null,
"cds_length": 1032,
"cdna_start": 569,
"cdna_end": null,
"cdna_length": 2672,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.121G>A",
"hgvs_p": "p.Ala41Thr",
"transcript": "NM_001353605.2",
"protein_id": "NP_001340534.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 343,
"cds_start": 121,
"cds_end": null,
"cds_length": 1032,
"cdna_start": 837,
"cdna_end": null,
"cdna_length": 2940,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.121G>A",
"hgvs_p": "p.Ala41Thr",
"transcript": "NM_001353606.2",
"protein_id": "NP_001340535.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 329,
"cds_start": 121,
"cds_end": null,
"cds_length": 990,
"cdna_start": 709,
"cdna_end": null,
"cdna_length": 2983,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.121G>A",
"hgvs_p": "p.Ala41Thr",
"transcript": "NM_001353607.2",
"protein_id": "NP_001340536.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 329,
"cds_start": 121,
"cds_end": null,
"cds_length": 990,
"cdna_start": 590,
"cdna_end": null,
"cdna_length": 2864,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.121G>A",
"hgvs_p": "p.Ala41Thr",
"transcript": "NM_001353608.2",
"protein_id": "NP_001340537.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 329,
"cds_start": 121,
"cds_end": null,
"cds_length": 990,
"cdna_start": 692,
"cdna_end": null,
"cdna_length": 2966,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.121G>A",
"hgvs_p": "p.Ala41Thr",
"transcript": "NM_001353609.2",
"protein_id": "NP_001340538.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 329,
"cds_start": 121,
"cds_end": null,
"cds_length": 990,
"cdna_start": 837,
"cdna_end": null,
"cdna_length": 3111,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.121G>A",
"hgvs_p": "p.Ala41Thr",
"transcript": "NM_001353610.2",
"protein_id": "NP_001340539.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 309,
"cds_start": 121,
"cds_end": null,
"cds_length": 930,
"cdna_start": 837,
"cdna_end": null,
"cdna_length": 3167,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.910G>A",
"hgvs_p": "p.Ala304Thr",
"transcript": "XM_047431639.1",
"protein_id": "XP_047287595.1",
"transcript_support_level": null,
"aa_start": 304,
"aa_end": null,
"aa_length": 474,
"cds_start": 910,
"cds_end": null,
"cds_length": 1425,
"cdna_start": 932,
"cdna_end": null,
"cdna_length": 1539,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.496G>A",
"hgvs_p": "p.Ala166Thr",
"transcript": "XM_005267942.5",
"protein_id": "XP_005267999.1",
"transcript_support_level": null,
"aa_start": 166,
"aa_end": null,
"aa_length": 468,
"cds_start": 496,
"cds_end": null,
"cds_length": 1407,
"cdna_start": 680,
"cdna_end": null,
"cdna_length": 2783,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.910G>A",
"hgvs_p": "p.Ala304Thr",
"transcript": "XM_047431640.1",
"protein_id": "XP_047287596.1",
"transcript_support_level": null,
"aa_start": 304,
"aa_end": null,
"aa_length": 458,
"cds_start": 910,
"cds_end": null,
"cds_length": 1377,
"cdna_start": 932,
"cdna_end": null,
"cdna_length": 1492,
"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": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.52G>A",
"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": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.*611G>A",
"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": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.587G>A",
"hgvs_p": null,
"transcript": "ENST00000496015.5",
"protein_id": null,
"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": 1248,
"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": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.*620G>A",
"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": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.*77G>A",
"hgvs_p": null,
"transcript": "ENST00000553998.5",
"protein_id": "ENSP00000452430.1",
"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": 478,
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.*407G>A",
"hgvs_p": null,
"transcript": "ENST00000554453.5",
"protein_id": "ENSP00000451457.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": 736,
"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": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.*310G>A",
"hgvs_p": null,
"transcript": "ENST00000555617.5",
"protein_id": "ENSP00000451521.1",
"transcript_support_level": 4,
"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": 542,
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.*531G>A",
"hgvs_p": null,
"transcript": "ENST00000556119.5",
"protein_id": "ENSP00000450491.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": 838,
"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": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.804G>A",
"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": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.832G>A",
"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": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.613G>A",
"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": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.590G>A",
"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": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.837G>A",
"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": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.799G>A",
"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": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.837G>A",
"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": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.886G>A",
"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": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.813G>A",
"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": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.932G>A",
"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": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.*611G>A",
"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": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.*620G>A",
"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": [
"3_prime_UTR_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": "n.*77G>A",
"hgvs_p": null,
"transcript": "ENST00000553998.5",
"protein_id": "ENSP00000452430.1",
"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": 478,
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.*407G>A",
"hgvs_p": null,
"transcript": "ENST00000554453.5",
"protein_id": "ENSP00000451457.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": 736,
"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": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.*310G>A",
"hgvs_p": null,
"transcript": "ENST00000555617.5",
"protein_id": "ENSP00000451521.1",
"transcript_support_level": 4,
"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": 542,
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.*531G>A",
"hgvs_p": null,
"transcript": "ENST00000556119.5",
"protein_id": "ENSP00000450491.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": 838,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000258559",
"gene_hgnc_id": null,
"hgvs_c": "n.1115+537G>A",
"hgvs_p": null,
"transcript": "ENST00000554532.2",
"protein_id": null,
"transcript_support_level": 4,
"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": 1367,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.371-2275G>A",
"hgvs_p": null,
"transcript": "ENST00000557554.5",
"protein_id": null,
"transcript_support_level": 4,
"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": 523,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.*77G>A",
"hgvs_p": null,
"transcript": "ENST00000556971.1",
"protein_id": "ENSP00000451770.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 204,
"cds_start": -4,
"cds_end": null,
"cds_length": 615,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 637,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.*77G>A",
"hgvs_p": null,
"transcript": "ENST00000557588.5",
"protein_id": "ENSP00000451993.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 203,
"cds_start": -4,
"cds_end": null,
"cds_length": 612,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 763,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"dbsnp": "rs4148077",
"frequency_reference_population": 0.34864348,
"hom_count_reference_population": 101222,
"allele_count_reference_population": 562530,
"gnomad_exomes_af": 0.35281,
"gnomad_genomes_af": 0.30859,
"gnomad_exomes_ac": 515615,
"gnomad_genomes_ac": 46915,
"gnomad_exomes_homalt": 93495,
"gnomad_genomes_homalt": 7727,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0007336139678955078,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.336,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0857,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.16,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.657,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BA1",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000356924.9",
"gene_symbol": "ABCD4",
"hgnc_id": 68,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.910G>A",
"hgvs_p": "p.Ala304Thr"
},
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000554532.2",
"gene_symbol": "ENSG00000258559",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.1115+537G>A",
"hgvs_p": null
}
],
"clinvar_disease": " type cblJ,Methylmalonic acidemia with homocystinuria,not provided,not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:5",
"phenotype_combined": "not specified|Methylmalonic acidemia with homocystinuria, type cblJ|not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}