← 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-74290100-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=74290100&ref=G&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "14",
"pos": 74290100,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000356924.9",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "K",
"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.1346C>A",
"hgvs_p": "p.Thr449Lys",
"transcript": "NM_005050.4",
"protein_id": "NP_005041.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 606,
"cds_start": 1346,
"cds_end": null,
"cds_length": 1821,
"cdna_start": 1368,
"cdna_end": null,
"cdna_length": 3035,
"mane_select": "ENST00000356924.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"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.1346C>A",
"hgvs_p": "p.Thr449Lys",
"transcript": "ENST00000356924.9",
"protein_id": "ENSP00000349396.4",
"transcript_support_level": 1,
"aa_start": 449,
"aa_end": null,
"aa_length": 606,
"cds_start": 1346,
"cds_end": null,
"cds_length": 1821,
"cdna_start": 1368,
"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": 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.*1047C>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": 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.*1047C>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": "T",
"aa_alt": "K",
"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.1346C>A",
"hgvs_p": "p.Thr449Lys",
"transcript": "NM_020325.3",
"protein_id": "NP_064730.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 592,
"cds_start": 1346,
"cds_end": null,
"cds_length": 1779,
"cdna_start": 1368,
"cdna_end": null,
"cdna_length": 3206,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"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.1346C>A",
"hgvs_p": "p.Thr449Lys",
"transcript": "NM_001440752.1",
"protein_id": "NP_001427681.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 572,
"cds_start": 1346,
"cds_end": null,
"cds_length": 1719,
"cdna_start": 1368,
"cdna_end": null,
"cdna_length": 3262,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"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.1220C>A",
"hgvs_p": "p.Thr407Lys",
"transcript": "NM_001353591.2",
"protein_id": "NP_001340520.1",
"transcript_support_level": null,
"aa_start": 407,
"aa_end": null,
"aa_length": 564,
"cds_start": 1220,
"cds_end": null,
"cds_length": 1695,
"cdna_start": 1242,
"cdna_end": null,
"cdna_length": 2909,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"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.1220C>A",
"hgvs_p": "p.Thr407Lys",
"transcript": "NM_001353592.2",
"protein_id": "NP_001340521.1",
"transcript_support_level": null,
"aa_start": 407,
"aa_end": null,
"aa_length": 550,
"cds_start": 1220,
"cds_end": null,
"cds_length": 1653,
"cdna_start": 1242,
"cdna_end": null,
"cdna_length": 3080,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"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.1346C>A",
"hgvs_p": "p.Thr449Lys",
"transcript": "NM_001440753.1",
"protein_id": "NP_001427682.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 528,
"cds_start": 1346,
"cds_end": null,
"cds_length": 1587,
"cdna_start": 1368,
"cdna_end": null,
"cdna_length": 1652,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"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.1085C>A",
"hgvs_p": "p.Thr362Lys",
"transcript": "NM_001353593.2",
"protein_id": "NP_001340522.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 519,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1560,
"cdna_start": 1249,
"cdna_end": null,
"cdna_length": 2916,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"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.1073C>A",
"hgvs_p": "p.Thr358Lys",
"transcript": "NM_001440754.1",
"protein_id": "NP_001427683.1",
"transcript_support_level": null,
"aa_start": 358,
"aa_end": null,
"aa_length": 515,
"cds_start": 1073,
"cds_end": null,
"cds_length": 1548,
"cdna_start": 1095,
"cdna_end": null,
"cdna_length": 2762,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"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.1034C>A",
"hgvs_p": "p.Thr345Lys",
"transcript": "NM_001353594.2",
"protein_id": "NP_001340523.1",
"transcript_support_level": null,
"aa_start": 345,
"aa_end": null,
"aa_length": 488,
"cds_start": 1034,
"cds_end": null,
"cds_length": 1467,
"cdna_start": 1198,
"cdna_end": null,
"cdna_length": 3036,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"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.932C>A",
"hgvs_p": "p.Thr311Lys",
"transcript": "NM_001353595.2",
"protein_id": "NP_001340524.1",
"transcript_support_level": null,
"aa_start": 311,
"aa_end": null,
"aa_length": 468,
"cds_start": 932,
"cds_end": null,
"cds_length": 1407,
"cdna_start": 1363,
"cdna_end": null,
"cdna_length": 3030,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"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.932C>A",
"hgvs_p": "p.Thr311Lys",
"transcript": "NM_001353596.2",
"protein_id": "NP_001340525.1",
"transcript_support_level": null,
"aa_start": 311,
"aa_end": null,
"aa_length": 468,
"cds_start": 932,
"cds_end": null,
"cds_length": 1407,
"cdna_start": 1235,
"cdna_end": null,
"cdna_length": 2902,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"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.881C>A",
"hgvs_p": "p.Thr294Lys",
"transcript": "NM_001353597.2",
"protein_id": "NP_001340526.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 451,
"cds_start": 881,
"cds_end": null,
"cds_length": 1356,
"cdna_start": 1184,
"cdna_end": null,
"cdna_length": 2851,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"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.869C>A",
"hgvs_p": "p.Thr290Lys",
"transcript": "NM_001353598.2",
"protein_id": "NP_001340527.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 447,
"cds_start": 869,
"cds_end": null,
"cds_length": 1344,
"cdna_start": 1121,
"cdna_end": null,
"cdna_length": 2788,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"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.869C>A",
"hgvs_p": "p.Thr290Lys",
"transcript": "NM_001440755.1",
"protein_id": "NP_001427684.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 447,
"cds_start": 869,
"cds_end": null,
"cds_length": 1344,
"cdna_start": 1100,
"cdna_end": null,
"cdna_length": 2767,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"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.869C>A",
"hgvs_p": "p.Thr290Lys",
"transcript": "NM_020324.3",
"protein_id": "NP_064720.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 447,
"cds_start": 869,
"cds_end": null,
"cds_length": 1344,
"cdna_start": 1228,
"cdna_end": null,
"cdna_length": 2895,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"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.869C>A",
"hgvs_p": "p.Thr290Lys",
"transcript": "NM_001353599.2",
"protein_id": "NP_001340528.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 433,
"cds_start": 869,
"cds_end": null,
"cds_length": 1302,
"cdna_start": 1228,
"cdna_end": null,
"cdna_length": 3066,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"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.869C>A",
"hgvs_p": "p.Thr290Lys",
"transcript": "NM_001353600.2",
"protein_id": "NP_001340529.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 433,
"cds_start": 869,
"cds_end": null,
"cds_length": 1302,
"cdna_start": 1240,
"cdna_end": null,
"cdna_length": 3078,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"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.869C>A",
"hgvs_p": "p.Thr290Lys",
"transcript": "NM_001353601.2",
"protein_id": "NP_001340530.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 433,
"cds_start": 869,
"cds_end": null,
"cds_length": 1302,
"cdna_start": 1100,
"cdna_end": null,
"cdna_length": 2938,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"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.557C>A",
"hgvs_p": "p.Thr186Lys",
"transcript": "NM_001353602.2",
"protein_id": "NP_001340531.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 343,
"cds_start": 557,
"cds_end": null,
"cds_length": 1032,
"cdna_start": 1268,
"cdna_end": null,
"cdna_length": 2935,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"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.557C>A",
"hgvs_p": "p.Thr186Lys",
"transcript": "NM_001353603.2",
"protein_id": "NP_001340532.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 343,
"cds_start": 557,
"cds_end": null,
"cds_length": 1032,
"cdna_start": 1145,
"cdna_end": null,
"cdna_length": 2812,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"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.557C>A",
"hgvs_p": "p.Thr186Lys",
"transcript": "NM_001353604.2",
"protein_id": "NP_001340533.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 343,
"cds_start": 557,
"cds_end": null,
"cds_length": 1032,
"cdna_start": 1005,
"cdna_end": null,
"cdna_length": 2672,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"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.557C>A",
"hgvs_p": "p.Thr186Lys",
"transcript": "NM_001353605.2",
"protein_id": "NP_001340534.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 343,
"cds_start": 557,
"cds_end": null,
"cds_length": 1032,
"cdna_start": 1273,
"cdna_end": null,
"cdna_length": 2940,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"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.557C>A",
"hgvs_p": "p.Thr186Lys",
"transcript": "NM_001353606.2",
"protein_id": "NP_001340535.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 329,
"cds_start": 557,
"cds_end": null,
"cds_length": 990,
"cdna_start": 1145,
"cdna_end": null,
"cdna_length": 2983,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"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.557C>A",
"hgvs_p": "p.Thr186Lys",
"transcript": "NM_001353607.2",
"protein_id": "NP_001340536.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 329,
"cds_start": 557,
"cds_end": null,
"cds_length": 990,
"cdna_start": 1026,
"cdna_end": null,
"cdna_length": 2864,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"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.557C>A",
"hgvs_p": "p.Thr186Lys",
"transcript": "NM_001353608.2",
"protein_id": "NP_001340537.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 329,
"cds_start": 557,
"cds_end": null,
"cds_length": 990,
"cdna_start": 1128,
"cdna_end": null,
"cdna_length": 2966,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"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.557C>A",
"hgvs_p": "p.Thr186Lys",
"transcript": "NM_001353609.2",
"protein_id": "NP_001340538.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 329,
"cds_start": 557,
"cds_end": null,
"cds_length": 990,
"cdna_start": 1273,
"cdna_end": null,
"cdna_length": 3111,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"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.557C>A",
"hgvs_p": "p.Thr186Lys",
"transcript": "NM_001353610.2",
"protein_id": "NP_001340539.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 309,
"cds_start": 557,
"cds_end": null,
"cds_length": 930,
"cdna_start": 1273,
"cdna_end": null,
"cdna_length": 3167,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"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.179C>A",
"hgvs_p": "p.Thr60Lys",
"transcript": "ENST00000556517.1",
"protein_id": "ENSP00000450960.1",
"transcript_support_level": 3,
"aa_start": 60,
"aa_end": null,
"aa_length": 183,
"cds_start": 179,
"cds_end": null,
"cds_length": 552,
"cdna_start": 181,
"cdna_end": null,
"cdna_length": 947,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"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.932C>A",
"hgvs_p": "p.Thr311Lys",
"transcript": "XM_005267942.5",
"protein_id": "XP_005267999.1",
"transcript_support_level": null,
"aa_start": 311,
"aa_end": null,
"aa_length": 468,
"cds_start": 932,
"cds_end": null,
"cds_length": 1407,
"cdna_start": 1116,
"cdna_end": null,
"cdna_length": 2783,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.228C>A",
"hgvs_p": null,
"transcript": "ENST00000466822.1",
"protein_id": null,
"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": 520,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.179C>A",
"hgvs_p": null,
"transcript": "ENST00000481348.5",
"protein_id": "ENSP00000434792.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1177,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 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.*1047C>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": 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.*1056C>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": 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.1240C>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": [
"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.*1047C>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": 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.*1056C>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": [
"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+191C>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": [
"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+191C>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": [
"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-722C>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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.1249+191C>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": [
"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+191C>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": [
"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+191C>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": [
"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+191C>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": [
"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+191C>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": [
"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+191C>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": [
"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+191C>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": [
"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+191C>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": [
"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+191C>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": 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+191C>A",
"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": -4,
"cds_end": null,
"cds_length": 1425,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1539,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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+191C>A",
"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": -4,
"cds_end": null,
"cds_length": 1377,
"cdna_start": null,
"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": 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.-147C>A",
"hgvs_p": null,
"transcript": "ENST00000484380.2",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1823,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"hgvs_c": "n.*247C>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
}
],
"gene_symbol": "ABCD4",
"gene_hgnc_id": 68,
"dbsnp": "rs969369250",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6280048489570618,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.03999999910593033,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.548,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.2623,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.05,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 4.141,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.04,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000356924.9",
"gene_symbol": "ABCD4",
"hgnc_id": 68,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1346C>A",
"hgvs_p": "p.Thr449Lys"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000554532.2",
"gene_symbol": "ENSG00000258559",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.1116-722C>A",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}