← 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-7220120-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=7220120&ref=A&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "17",
"pos": 7220120,
"ref": "A",
"alt": "C",
"effect": "splice_acceptor_variant,intron_variant",
"transcript": "ENST00000356839.10",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "c.63-2A>C",
"hgvs_p": null,
"transcript": "NM_000018.4",
"protein_id": "NP_000009.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 655,
"cds_start": -4,
"cds_end": null,
"cds_length": 1968,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2184,
"mane_select": "ENST00000356839.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "c.63-2A>C",
"hgvs_p": null,
"transcript": "ENST00000356839.10",
"protein_id": "ENSP00000349297.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 655,
"cds_start": -4,
"cds_end": null,
"cds_length": 1968,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2184,
"mane_select": "NM_000018.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "c.63-2A>C",
"hgvs_p": null,
"transcript": "ENST00000350303.9",
"protein_id": "ENSP00000344152.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 633,
"cds_start": -4,
"cds_end": null,
"cds_length": 1902,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2191,
"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": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "n.*16A>C",
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "n.195A>C",
"hgvs_p": null,
"transcript": "ENST00000578421.1",
"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": 548,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "c.-168A>C",
"hgvs_p": null,
"transcript": "NM_001270448.2",
"protein_id": "NP_001257377.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 579,
"cds_start": -4,
"cds_end": null,
"cds_length": 1740,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2259,
"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": 1,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "n.*16A>C",
"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": true,
"strand": true,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "c.132-2A>C",
"hgvs_p": null,
"transcript": "NM_001270447.2",
"protein_id": "NP_001257376.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 678,
"cds_start": -4,
"cds_end": null,
"cds_length": 2037,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2227,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "c.132-2A>C",
"hgvs_p": null,
"transcript": "ENST00000543245.6",
"protein_id": "ENSP00000438689.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 678,
"cds_start": -4,
"cds_end": null,
"cds_length": 2037,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2227,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "c.63-2A>C",
"hgvs_p": null,
"transcript": "NM_001033859.3",
"protein_id": "NP_001029031.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 633,
"cds_start": -4,
"cds_end": null,
"cds_length": 1902,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2118,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "c.63-2A>C",
"hgvs_p": null,
"transcript": "ENST00000583312.5",
"protein_id": "ENSP00000467920.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 223,
"cds_start": -4,
"cds_end": null,
"cds_length": 674,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 799,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "c.63-2A>C",
"hgvs_p": null,
"transcript": "ENST00000584103.5",
"protein_id": "ENSP00000465353.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 156,
"cds_start": -4,
"cds_end": null,
"cds_length": 473,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 555,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "c.63-2A>C",
"hgvs_p": null,
"transcript": "ENST00000579886.2",
"protein_id": "ENSP00000463246.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 154,
"cds_start": -4,
"cds_end": null,
"cds_length": 465,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 502,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "n.140-2A>C",
"hgvs_p": null,
"transcript": "ENST00000577191.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": 1212,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "n.153-2A>C",
"hgvs_p": null,
"transcript": "ENST00000577857.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": 566,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "n.170-2A>C",
"hgvs_p": null,
"transcript": "ENST00000578269.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": 724,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "n.170-2A>C",
"hgvs_p": null,
"transcript": "ENST00000579286.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": 933,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "n.153-2A>C",
"hgvs_p": null,
"transcript": "ENST00000580263.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": 545,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "n.110-2A>C",
"hgvs_p": null,
"transcript": "ENST00000581562.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": 571,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "n.153-2A>C",
"hgvs_p": null,
"transcript": "ENST00000582056.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": 738,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "n.188-2A>C",
"hgvs_p": null,
"transcript": "ENST00000582356.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": 633,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "c.63-2A>C",
"hgvs_p": null,
"transcript": "XM_006721516.4",
"protein_id": "XP_006721579.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 662,
"cds_start": -4,
"cds_end": null,
"cds_length": 1989,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2205,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "c.63-2A>C",
"hgvs_p": null,
"transcript": "XM_011523829.3",
"protein_id": "XP_011522131.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 628,
"cds_start": -4,
"cds_end": null,
"cds_length": 1887,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2103,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "c.63-2A>C",
"hgvs_p": null,
"transcript": "XM_011523830.3",
"protein_id": "XP_011522132.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 621,
"cds_start": -4,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2082,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "c.63-2A>C",
"hgvs_p": null,
"transcript": "XM_047435931.1",
"protein_id": "XP_047291887.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 549,
"cds_start": -4,
"cds_end": null,
"cds_length": 1650,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1702,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "c.63-2A>C",
"hgvs_p": null,
"transcript": "XM_047435932.1",
"protein_id": "XP_047291888.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 527,
"cds_start": -4,
"cds_end": null,
"cds_length": 1584,
"cdna_start": null,
"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": [
"splice_acceptor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "n.110-2A>C",
"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": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG4",
"gene_hgnc_id": 2903,
"hgvs_c": "c.-1271T>G",
"hgvs_p": null,
"transcript": "NM_001321074.1",
"protein_id": "NP_001308003.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 764,
"cds_start": -4,
"cds_end": null,
"cds_length": 2295,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4314,
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"hgvs_c": "n.-72A>C",
"hgvs_p": null,
"transcript": "ENST00000577433.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": 803,
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG4",
"gene_hgnc_id": 2903,
"hgvs_c": "n.-70T>G",
"hgvs_p": null,
"transcript": "NR_135527.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": 4213,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ACADVL",
"gene_hgnc_id": 92,
"dbsnp": "rs1555527513",
"frequency_reference_population": 7.0323784e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 7.03238e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.25,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.9399999976158142,
"splice_prediction_selected": "Pathogenic",
"splice_source_selected": "dbscSNV1_RF",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.25,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.603,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.31,
"spliceai_max_prediction": "Uncertain_significance",
"dbscsnv_ada_score": 0.99994568797423,
"dbscsnv_ada_prediction": "Pathogenic",
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 9,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2_Supporting,PVS1",
"acmg_by_gene": [
{
"score": 9,
"benign_score": 0,
"pathogenic_score": 9,
"criteria": [
"PM2_Supporting",
"PVS1"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000356839.10",
"gene_symbol": "ACADVL",
"hgnc_id": 92,
"effects": [
"splice_acceptor_variant",
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.63-2A>C",
"hgvs_p": null
},
{
"score": 14,
"benign_score": 0,
"pathogenic_score": 14,
"criteria": [
"PM2",
"PP3_Strong",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_001321074.1",
"gene_symbol": "DLG4",
"hgnc_id": 2903,
"effects": [
"upstream_gene_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.-1271T>G",
"hgvs_p": null
}
],
"clinvar_disease": "Very long chain acyl-CoA dehydrogenase deficiency",
"clinvar_classification": "Likely pathogenic",
"clinvar_review_status": "reviewed by expert panel",
"clinvar_submissions_summary": "P:1 LP:2",
"phenotype_combined": "Very long chain acyl-CoA dehydrogenase deficiency",
"pathogenicity_classification_combined": "Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}