← 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: 17-7224026-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=7224026&ref=C&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "17",
"pos": 7224026,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000356839.10",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "c.1391C>G",
"hgvs_p": "p.Thr464Arg",
"transcript": "NM_000018.4",
"protein_id": "NP_000009.1",
"transcript_support_level": null,
"aa_start": 464,
"aa_end": null,
"aa_length": 655,
"cds_start": 1391,
"cds_end": null,
"cds_length": 1968,
"cdna_start": 1438,
"cdna_end": null,
"cdna_length": 2184,
"mane_select": "ENST00000356839.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "c.1391C>G",
"hgvs_p": "p.Thr464Arg",
"transcript": "ENST00000356839.10",
"protein_id": "ENSP00000349297.5",
"transcript_support_level": 1,
"aa_start": 464,
"aa_end": null,
"aa_length": 655,
"cds_start": 1391,
"cds_end": null,
"cds_length": 1968,
"cdna_start": 1438,
"cdna_end": null,
"cdna_length": 2184,
"mane_select": "NM_000018.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "c.1325C>G",
"hgvs_p": "p.Thr442Arg",
"transcript": "ENST00000350303.9",
"protein_id": "ENSP00000344152.5",
"transcript_support_level": 1,
"aa_start": 442,
"aa_end": null,
"aa_length": 633,
"cds_start": 1325,
"cds_end": null,
"cds_length": 1902,
"cdna_start": 1447,
"cdna_end": null,
"cdna_length": 2191,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "c.1460C>G",
"hgvs_p": "p.Thr487Arg",
"transcript": "NM_001270447.2",
"protein_id": "NP_001257376.1",
"transcript_support_level": null,
"aa_start": 487,
"aa_end": null,
"aa_length": 678,
"cds_start": 1460,
"cds_end": null,
"cds_length": 2037,
"cdna_start": 1481,
"cdna_end": null,
"cdna_length": 2227,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "c.1460C>G",
"hgvs_p": "p.Thr487Arg",
"transcript": "ENST00000543245.6",
"protein_id": "ENSP00000438689.2",
"transcript_support_level": 2,
"aa_start": 487,
"aa_end": null,
"aa_length": 678,
"cds_start": 1460,
"cds_end": null,
"cds_length": 2037,
"cdna_start": 1481,
"cdna_end": null,
"cdna_length": 2227,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "c.1325C>G",
"hgvs_p": "p.Thr442Arg",
"transcript": "NM_001033859.3",
"protein_id": "NP_001029031.1",
"transcript_support_level": null,
"aa_start": 442,
"aa_end": null,
"aa_length": 633,
"cds_start": 1325,
"cds_end": null,
"cds_length": 1902,
"cdna_start": 1372,
"cdna_end": null,
"cdna_length": 2118,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "c.1163C>G",
"hgvs_p": "p.Thr388Arg",
"transcript": "NM_001270448.2",
"protein_id": "NP_001257377.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 579,
"cds_start": 1163,
"cds_end": null,
"cds_length": 1740,
"cdna_start": 1513,
"cdna_end": null,
"cdna_length": 2259,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "c.248C>G",
"hgvs_p": "p.Thr83Arg",
"transcript": "ENST00000542255.6",
"protein_id": "ENSP00000442082.2",
"transcript_support_level": 5,
"aa_start": 83,
"aa_end": null,
"aa_length": 281,
"cds_start": 248,
"cds_end": null,
"cds_length": 846,
"cdna_start": 249,
"cdna_end": null,
"cdna_length": 1016,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "c.227C>G",
"hgvs_p": "p.Thr76Arg",
"transcript": "ENST00000579546.1",
"protein_id": "ENSP00000464254.1",
"transcript_support_level": 5,
"aa_start": 76,
"aa_end": null,
"aa_length": 192,
"cds_start": 227,
"cds_end": null,
"cds_length": 581,
"cdna_start": 228,
"cdna_end": null,
"cdna_length": 582,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "c.1391C>G",
"hgvs_p": "p.Thr464Arg",
"transcript": "XM_006721516.4",
"protein_id": "XP_006721579.2",
"transcript_support_level": null,
"aa_start": 464,
"aa_end": null,
"aa_length": 662,
"cds_start": 1391,
"cds_end": null,
"cds_length": 1989,
"cdna_start": 1438,
"cdna_end": null,
"cdna_length": 2205,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "c.1391C>G",
"hgvs_p": "p.Thr464Arg",
"transcript": "XM_011523829.3",
"protein_id": "XP_011522131.1",
"transcript_support_level": null,
"aa_start": 464,
"aa_end": null,
"aa_length": 628,
"cds_start": 1391,
"cds_end": null,
"cds_length": 1887,
"cdna_start": 1438,
"cdna_end": null,
"cdna_length": 2103,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "c.1391C>G",
"hgvs_p": "p.Thr464Arg",
"transcript": "XM_011523830.3",
"protein_id": "XP_011522132.1",
"transcript_support_level": null,
"aa_start": 464,
"aa_end": null,
"aa_length": 621,
"cds_start": 1391,
"cds_end": null,
"cds_length": 1866,
"cdna_start": 1438,
"cdna_end": null,
"cdna_length": 2082,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "c.1391C>G",
"hgvs_p": "p.Thr464Arg",
"transcript": "XM_047435931.1",
"protein_id": "XP_047291887.1",
"transcript_support_level": null,
"aa_start": 464,
"aa_end": null,
"aa_length": 549,
"cds_start": 1391,
"cds_end": null,
"cds_length": 1650,
"cdna_start": 1438,
"cdna_end": null,
"cdna_length": 1702,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "c.1391C>G",
"hgvs_p": "p.Thr464Arg",
"transcript": "XM_047435932.1",
"protein_id": "XP_047291888.1",
"transcript_support_level": null,
"aa_start": 464,
"aa_end": null,
"aa_length": 527,
"cds_start": 1391,
"cds_end": null,
"cds_length": 1584,
"cdna_start": 1438,
"cdna_end": null,
"cdna_length": 1646,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "n.*1346C>G",
"hgvs_p": null,
"transcript": "ENST00000322910.9",
"protein_id": "ENSP00000325395.5",
"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": 2352,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "n.522C>G",
"hgvs_p": null,
"transcript": "ENST00000578711.1",
"protein_id": null,
"transcript_support_level": 6,
"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": 1732,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "n.507C>G",
"hgvs_p": null,
"transcript": "ENST00000579425.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": 1234,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "n.102C>G",
"hgvs_p": null,
"transcript": "ENST00000579894.5",
"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": 429,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "n.110C>G",
"hgvs_p": null,
"transcript": "ENST00000583074.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": 410,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "n.166C>G",
"hgvs_p": null,
"transcript": "ENST00000583850.5",
"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": 903,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "n.419C>G",
"hgvs_p": null,
"transcript": "ENST00000583858.5",
"protein_id": "ENSP00000462611.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": 1015,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "n.582C>G",
"hgvs_p": null,
"transcript": "ENST00000585203.6",
"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": 947,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "n.1438C>G",
"hgvs_p": null,
"transcript": "XR_007065296.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1740,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "n.*1346C>G",
"hgvs_p": null,
"transcript": "ENST00000322910.9",
"protein_id": "ENSP00000325395.5",
"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": 2352,
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "n.-191C>G",
"hgvs_p": null,
"transcript": "ENST00000578319.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 718,
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "n.-191C>G",
"hgvs_p": null,
"transcript": "ENST00000578809.5",
"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": 709,
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "n.-78C>G",
"hgvs_p": null,
"transcript": "ENST00000579391.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": 341,
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "n.*196C>G",
"hgvs_p": null,
"transcript": "ENST00000578579.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": 458,
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "n.*179C>G",
"hgvs_p": null,
"transcript": "ENST00000578824.5",
"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": 720,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"dbsnp": "rs1555528796",
"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.9895694255828857,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.94,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9592,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.57,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 6.759,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 8,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM1,PM2,PP3_Strong",
"acmg_by_gene": [
{
"score": 8,
"benign_score": 0,
"pathogenic_score": 8,
"criteria": [
"PM1",
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000356839.10",
"gene_symbol": "ACADVL",
"hgnc_id": 92,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1391C>G",
"hgvs_p": "p.Thr464Arg"
}
],
"clinvar_disease": "Very long chain acyl-CoA dehydrogenase deficiency",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Very long chain acyl-CoA dehydrogenase deficiency",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}