← 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-74290035-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=74290035&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "14",
"pos": 74290035,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_005050.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1411C>T",
"hgvs_p": "p.Arg471Trp",
"transcript": "NM_005050.4",
"protein_id": "NP_005041.1",
"transcript_support_level": null,
"aa_start": 471,
"aa_end": null,
"aa_length": 606,
"cds_start": 1411,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000356924.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005050.4"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1411C>T",
"hgvs_p": "p.Arg471Trp",
"transcript": "ENST00000356924.9",
"protein_id": "ENSP00000349396.4",
"transcript_support_level": 1,
"aa_start": 471,
"aa_end": null,
"aa_length": 606,
"cds_start": 1411,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005050.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000356924.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.*1112C>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000553486.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.*1112C>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000553486.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1411C>T",
"hgvs_p": "p.Arg471Trp",
"transcript": "ENST00000885459.1",
"protein_id": "ENSP00000555518.1",
"transcript_support_level": null,
"aa_start": 471,
"aa_end": null,
"aa_length": 623,
"cds_start": 1411,
"cds_end": null,
"cds_length": 1872,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885459.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1411C>T",
"hgvs_p": "p.Arg471Trp",
"transcript": "ENST00000885453.1",
"protein_id": "ENSP00000555512.1",
"transcript_support_level": null,
"aa_start": 471,
"aa_end": null,
"aa_length": 615,
"cds_start": 1411,
"cds_end": null,
"cds_length": 1848,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885453.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1411C>T",
"hgvs_p": "p.Arg471Trp",
"transcript": "ENST00000948605.1",
"protein_id": "ENSP00000618664.1",
"transcript_support_level": null,
"aa_start": 471,
"aa_end": null,
"aa_length": 611,
"cds_start": 1411,
"cds_end": null,
"cds_length": 1836,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948605.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1405C>T",
"hgvs_p": "p.Arg469Trp",
"transcript": "ENST00000934333.1",
"protein_id": "ENSP00000604392.1",
"transcript_support_level": null,
"aa_start": 469,
"aa_end": null,
"aa_length": 604,
"cds_start": 1405,
"cds_end": null,
"cds_length": 1815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934333.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1411C>T",
"hgvs_p": "p.Arg471Trp",
"transcript": "NM_020325.3",
"protein_id": "NP_064730.1",
"transcript_support_level": null,
"aa_start": 471,
"aa_end": null,
"aa_length": 592,
"cds_start": 1411,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_020325.3"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1360C>T",
"hgvs_p": "p.Arg454Trp",
"transcript": "ENST00000885454.1",
"protein_id": "ENSP00000555513.1",
"transcript_support_level": null,
"aa_start": 454,
"aa_end": null,
"aa_length": 589,
"cds_start": 1360,
"cds_end": null,
"cds_length": 1770,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885454.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1360C>T",
"hgvs_p": "p.Arg454Trp",
"transcript": "ENST00000885457.1",
"protein_id": "ENSP00000555516.1",
"transcript_support_level": null,
"aa_start": 454,
"aa_end": null,
"aa_length": 589,
"cds_start": 1360,
"cds_end": null,
"cds_length": 1770,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885457.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1360C>T",
"hgvs_p": "p.Arg454Trp",
"transcript": "ENST00000948607.1",
"protein_id": "ENSP00000618666.1",
"transcript_support_level": null,
"aa_start": 454,
"aa_end": null,
"aa_length": 589,
"cds_start": 1360,
"cds_end": null,
"cds_length": 1770,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948607.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1345C>T",
"hgvs_p": "p.Arg449Trp",
"transcript": "ENST00000885452.1",
"protein_id": "ENSP00000555511.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 584,
"cds_start": 1345,
"cds_end": null,
"cds_length": 1755,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885452.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1411C>T",
"hgvs_p": "p.Arg471Trp",
"transcript": "NM_001440752.1",
"protein_id": "NP_001427681.1",
"transcript_support_level": null,
"aa_start": 471,
"aa_end": null,
"aa_length": 572,
"cds_start": 1411,
"cds_end": null,
"cds_length": 1719,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440752.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1294C>T",
"hgvs_p": "p.Arg432Trp",
"transcript": "ENST00000934326.1",
"protein_id": "ENSP00000604385.1",
"transcript_support_level": null,
"aa_start": 432,
"aa_end": null,
"aa_length": 567,
"cds_start": 1294,
"cds_end": null,
"cds_length": 1704,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934326.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1294C>T",
"hgvs_p": "p.Arg432Trp",
"transcript": "ENST00000934335.1",
"protein_id": "ENSP00000604394.1",
"transcript_support_level": null,
"aa_start": 432,
"aa_end": null,
"aa_length": 567,
"cds_start": 1294,
"cds_end": null,
"cds_length": 1704,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934335.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1285C>T",
"hgvs_p": "p.Arg429Trp",
"transcript": "ENST00000934328.1",
"protein_id": "ENSP00000604387.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 565,
"cds_start": 1285,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934328.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1285C>T",
"hgvs_p": "p.Arg429Trp",
"transcript": "NM_001353591.2",
"protein_id": "NP_001340520.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 564,
"cds_start": 1285,
"cds_end": null,
"cds_length": 1695,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353591.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1285C>T",
"hgvs_p": "p.Arg429Trp",
"transcript": "ENST00000885451.1",
"protein_id": "ENSP00000555510.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 564,
"cds_start": 1285,
"cds_end": null,
"cds_length": 1695,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885451.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1285C>T",
"hgvs_p": "p.Arg429Trp",
"transcript": "NM_001353592.2",
"protein_id": "NP_001340521.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 550,
"cds_start": 1285,
"cds_end": null,
"cds_length": 1653,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353592.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1234C>T",
"hgvs_p": "p.Arg412Trp",
"transcript": "ENST00000934331.1",
"protein_id": "ENSP00000604390.1",
"transcript_support_level": null,
"aa_start": 412,
"aa_end": null,
"aa_length": 547,
"cds_start": 1234,
"cds_end": null,
"cds_length": 1644,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934331.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1213C>T",
"hgvs_p": "p.Arg405Trp",
"transcript": "ENST00000885460.1",
"protein_id": "ENSP00000555519.1",
"transcript_support_level": null,
"aa_start": 405,
"aa_end": null,
"aa_length": 540,
"cds_start": 1213,
"cds_end": null,
"cds_length": 1623,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885460.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1411C>T",
"hgvs_p": "p.Arg471Trp",
"transcript": "NM_001440753.1",
"protein_id": "NP_001427682.1",
"transcript_support_level": null,
"aa_start": 471,
"aa_end": null,
"aa_length": 528,
"cds_start": 1411,
"cds_end": null,
"cds_length": 1587,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440753.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1150C>T",
"hgvs_p": "p.Arg384Trp",
"transcript": "NM_001353593.2",
"protein_id": "NP_001340522.1",
"transcript_support_level": null,
"aa_start": 384,
"aa_end": null,
"aa_length": 519,
"cds_start": 1150,
"cds_end": null,
"cds_length": 1560,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353593.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1138C>T",
"hgvs_p": "p.Arg380Trp",
"transcript": "NM_001440754.1",
"protein_id": "NP_001427683.1",
"transcript_support_level": null,
"aa_start": 380,
"aa_end": null,
"aa_length": 515,
"cds_start": 1138,
"cds_end": null,
"cds_length": 1548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440754.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1138C>T",
"hgvs_p": "p.Arg380Trp",
"transcript": "ENST00000885456.1",
"protein_id": "ENSP00000555515.1",
"transcript_support_level": null,
"aa_start": 380,
"aa_end": null,
"aa_length": 515,
"cds_start": 1138,
"cds_end": null,
"cds_length": 1548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885456.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1099C>T",
"hgvs_p": "p.Arg367Trp",
"transcript": "NM_001353594.2",
"protein_id": "NP_001340523.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 488,
"cds_start": 1099,
"cds_end": null,
"cds_length": 1467,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353594.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1024C>T",
"hgvs_p": "p.Arg342Trp",
"transcript": "ENST00000885458.1",
"protein_id": "ENSP00000555517.1",
"transcript_support_level": null,
"aa_start": 342,
"aa_end": null,
"aa_length": 477,
"cds_start": 1024,
"cds_end": null,
"cds_length": 1434,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885458.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.997C>T",
"hgvs_p": "p.Arg333Trp",
"transcript": "NM_001353595.2",
"protein_id": "NP_001340524.1",
"transcript_support_level": null,
"aa_start": 333,
"aa_end": null,
"aa_length": 468,
"cds_start": 997,
"cds_end": null,
"cds_length": 1407,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353595.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.997C>T",
"hgvs_p": "p.Arg333Trp",
"transcript": "NM_001353596.2",
"protein_id": "NP_001340525.1",
"transcript_support_level": null,
"aa_start": 333,
"aa_end": null,
"aa_length": 468,
"cds_start": 997,
"cds_end": null,
"cds_length": 1407,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353596.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.958C>T",
"hgvs_p": "p.Arg320Trp",
"transcript": "ENST00000885455.1",
"protein_id": "ENSP00000555514.1",
"transcript_support_level": null,
"aa_start": 320,
"aa_end": null,
"aa_length": 455,
"cds_start": 958,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885455.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.946C>T",
"hgvs_p": "p.Arg316Trp",
"transcript": "NM_001353597.2",
"protein_id": "NP_001340526.1",
"transcript_support_level": null,
"aa_start": 316,
"aa_end": null,
"aa_length": 451,
"cds_start": 946,
"cds_end": null,
"cds_length": 1356,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353597.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.934C>T",
"hgvs_p": "p.Arg312Trp",
"transcript": "NM_001353598.2",
"protein_id": "NP_001340527.1",
"transcript_support_level": null,
"aa_start": 312,
"aa_end": null,
"aa_length": 447,
"cds_start": 934,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353598.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.934C>T",
"hgvs_p": "p.Arg312Trp",
"transcript": "NM_001440755.1",
"protein_id": "NP_001427684.1",
"transcript_support_level": null,
"aa_start": 312,
"aa_end": null,
"aa_length": 447,
"cds_start": 934,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440755.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.934C>T",
"hgvs_p": "p.Arg312Trp",
"transcript": "NM_020324.3",
"protein_id": "NP_064720.1",
"transcript_support_level": null,
"aa_start": 312,
"aa_end": null,
"aa_length": 447,
"cds_start": 934,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_020324.3"
},
{
"aa_ref": "R",
"aa_alt": "W",
"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.898C>T",
"hgvs_p": "p.Arg300Trp",
"transcript": "ENST00000948606.1",
"protein_id": "ENSP00000618665.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 435,
"cds_start": 898,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948606.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.934C>T",
"hgvs_p": "p.Arg312Trp",
"transcript": "NM_001353599.2",
"protein_id": "NP_001340528.1",
"transcript_support_level": null,
"aa_start": 312,
"aa_end": null,
"aa_length": 433,
"cds_start": 934,
"cds_end": null,
"cds_length": 1302,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353599.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.934C>T",
"hgvs_p": "p.Arg312Trp",
"transcript": "NM_001353600.2",
"protein_id": "NP_001340529.1",
"transcript_support_level": null,
"aa_start": 312,
"aa_end": null,
"aa_length": 433,
"cds_start": 934,
"cds_end": null,
"cds_length": 1302,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353600.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.934C>T",
"hgvs_p": "p.Arg312Trp",
"transcript": "NM_001353601.2",
"protein_id": "NP_001340530.1",
"transcript_support_level": null,
"aa_start": 312,
"aa_end": null,
"aa_length": 433,
"cds_start": 934,
"cds_end": null,
"cds_length": 1302,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353601.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.781C>T",
"hgvs_p": "p.Arg261Trp",
"transcript": "ENST00000934325.1",
"protein_id": "ENSP00000604384.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 396,
"cds_start": 781,
"cds_end": null,
"cds_length": 1191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934325.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.754C>T",
"hgvs_p": "p.Arg252Trp",
"transcript": "ENST00000934329.1",
"protein_id": "ENSP00000604388.1",
"transcript_support_level": null,
"aa_start": 252,
"aa_end": null,
"aa_length": 387,
"cds_start": 754,
"cds_end": null,
"cds_length": 1164,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934329.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.730C>T",
"hgvs_p": "p.Arg244Trp",
"transcript": "ENST00000934334.1",
"protein_id": "ENSP00000604393.1",
"transcript_support_level": null,
"aa_start": 244,
"aa_end": null,
"aa_length": 379,
"cds_start": 730,
"cds_end": null,
"cds_length": 1140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934334.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.622C>T",
"hgvs_p": "p.Arg208Trp",
"transcript": "NM_001353602.2",
"protein_id": "NP_001340531.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 343,
"cds_start": 622,
"cds_end": null,
"cds_length": 1032,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353602.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.622C>T",
"hgvs_p": "p.Arg208Trp",
"transcript": "NM_001353603.2",
"protein_id": "NP_001340532.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 343,
"cds_start": 622,
"cds_end": null,
"cds_length": 1032,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353603.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.622C>T",
"hgvs_p": "p.Arg208Trp",
"transcript": "NM_001353604.2",
"protein_id": "NP_001340533.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 343,
"cds_start": 622,
"cds_end": null,
"cds_length": 1032,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353604.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.622C>T",
"hgvs_p": "p.Arg208Trp",
"transcript": "NM_001353605.2",
"protein_id": "NP_001340534.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 343,
"cds_start": 622,
"cds_end": null,
"cds_length": 1032,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353605.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.622C>T",
"hgvs_p": "p.Arg208Trp",
"transcript": "NM_001353606.2",
"protein_id": "NP_001340535.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 329,
"cds_start": 622,
"cds_end": null,
"cds_length": 990,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353606.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.622C>T",
"hgvs_p": "p.Arg208Trp",
"transcript": "NM_001353607.2",
"protein_id": "NP_001340536.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 329,
"cds_start": 622,
"cds_end": null,
"cds_length": 990,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353607.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.622C>T",
"hgvs_p": "p.Arg208Trp",
"transcript": "NM_001353608.2",
"protein_id": "NP_001340537.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 329,
"cds_start": 622,
"cds_end": null,
"cds_length": 990,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353608.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.622C>T",
"hgvs_p": "p.Arg208Trp",
"transcript": "NM_001353609.2",
"protein_id": "NP_001340538.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 329,
"cds_start": 622,
"cds_end": null,
"cds_length": 990,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353609.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.622C>T",
"hgvs_p": "p.Arg208Trp",
"transcript": "NM_001353610.2",
"protein_id": "NP_001340539.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 309,
"cds_start": 622,
"cds_end": null,
"cds_length": 930,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353610.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.421C>T",
"hgvs_p": "p.Arg141Trp",
"transcript": "ENST00000934332.1",
"protein_id": "ENSP00000604391.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 276,
"cds_start": 421,
"cds_end": null,
"cds_length": 831,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934332.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.244C>T",
"hgvs_p": "p.Arg82Trp",
"transcript": "ENST00000556517.1",
"protein_id": "ENSP00000450960.1",
"transcript_support_level": 3,
"aa_start": 82,
"aa_end": null,
"aa_length": 183,
"cds_start": 244,
"cds_end": null,
"cds_length": 552,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000556517.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.997C>T",
"hgvs_p": "p.Arg333Trp",
"transcript": "XM_005267942.5",
"protein_id": "XP_005267999.1",
"transcript_support_level": null,
"aa_start": 333,
"aa_end": null,
"aa_length": 468,
"cds_start": 997,
"cds_end": null,
"cds_length": 1407,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005267942.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1327+256C>T",
"hgvs_p": null,
"transcript": "ENST00000934327.1",
"protein_id": "ENSP00000604386.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 582,
"cds_start": null,
"cds_end": null,
"cds_length": 1749,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934327.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1327+256C>T",
"hgvs_p": null,
"transcript": "ENST00000948604.1",
"protein_id": "ENSP00000618663.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 563,
"cds_start": null,
"cds_end": null,
"cds_length": 1692,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948604.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.337+256C>T",
"hgvs_p": null,
"transcript": "ENST00000934330.1",
"protein_id": "ENSP00000604389.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 211,
"cds_start": null,
"cds_end": null,
"cds_length": 636,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934330.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1327+256C>T",
"hgvs_p": null,
"transcript": "XM_047431639.1",
"protein_id": "XP_047287595.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 474,
"cds_start": null,
"cds_end": null,
"cds_length": 1425,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431639.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "c.1327+256C>T",
"hgvs_p": null,
"transcript": "XM_047431640.1",
"protein_id": "XP_047287596.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 458,
"cds_start": null,
"cds_end": null,
"cds_length": 1377,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431640.1"
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.293C>T",
"hgvs_p": null,
"transcript": "ENST00000466822.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000466822.1"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.244C>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000481348.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.*1112C>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000481935.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.*1121C>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000553745.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.1305C>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_003256.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.*1112C>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000481935.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.*1121C>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000553745.5"
},
{
"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": 9,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.469+256C>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000474270.1"
},
{
"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": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.1004+256C>T",
"hgvs_p": null,
"transcript": "ENST00000496015.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000496015.5"
},
{
"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.1116-657C>T",
"hgvs_p": null,
"transcript": "ENST00000554532.2",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000554532.2"
},
{
"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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.1249+256C>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_148466.2"
},
{
"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": 15,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.1030+256C>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_148467.2"
},
{
"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": 15,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.1007+256C>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_148468.2"
},
{
"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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.1254+256C>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_148469.2"
},
{
"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": 16,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.1216+256C>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_148470.2"
},
{
"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": 16,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.1254+256C>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_148471.2"
},
{
"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": 18,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.1303+256C>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_148472.2"
},
{
"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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.1230+256C>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_148473.2"
},
{
"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": 17,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.1349+256C>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_148474.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.-82C>T",
"hgvs_p": null,
"transcript": "ENST00000484380.2",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000484380.2"
}
],
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"dbsnp": "rs45568335",
"frequency_reference_population": 0.0019124759,
"hom_count_reference_population": 11,
"allele_count_reference_population": 3087,
"gnomad_exomes_af": 0.00194133,
"gnomad_genomes_af": 0.00163543,
"gnomad_exomes_ac": 2838,
"gnomad_genomes_ac": 249,
"gnomad_exomes_homalt": 10,
"gnomad_genomes_homalt": 1,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.19610002636909485,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.23999999463558197,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": 0.89,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.6523,
"alphamissense_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.43,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 3.03,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.24,
"spliceai_max_prediction": "Uncertain_significance",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -8,
"acmg_classification": "Benign",
"acmg_criteria": "PP3,BP6,BS1,BS2",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 9,
"pathogenic_score": 1,
"criteria": [
"PP3",
"BP6",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_005050.4",
"gene_symbol": "ABCD4",
"hgnc_id": 68,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1411C>T",
"hgvs_p": "p.Arg471Trp"
},
{
"score": -4,
"benign_score": 5,
"pathogenic_score": 1,
"criteria": [
"PP3",
"BP6",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "ENST00000554532.2",
"gene_symbol": "ENSG00000258559",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.1116-657C>T",
"hgvs_p": null
}
],
"clinvar_disease": " type cblJ,ABCD4-related disorder,Methylmalonic acidemia with homocystinuria,not provided",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:2 LB:4",
"phenotype_combined": "not provided|Methylmalonic acidemia with homocystinuria, type cblJ|ABCD4-related disorder",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}