← 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-37088957-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=37088957&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 37088957,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_198834.3",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 55,
"exon_rank_end": null,
"exon_count": 56,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACACA",
"gene_hgnc_id": 84,
"hgvs_c": "c.7009G>C",
"hgvs_p": "p.Val2337Leu",
"transcript": "NM_198834.3",
"protein_id": "NP_942131.1",
"transcript_support_level": null,
"aa_start": 2337,
"aa_end": null,
"aa_length": 2383,
"cds_start": 7009,
"cds_end": null,
"cds_length": 7152,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000616317.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_198834.3"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 55,
"exon_rank_end": null,
"exon_count": 56,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACACA",
"gene_hgnc_id": 84,
"hgvs_c": "c.7009G>C",
"hgvs_p": "p.Val2337Leu",
"transcript": "ENST00000616317.5",
"protein_id": "ENSP00000483300.1",
"transcript_support_level": 1,
"aa_start": 2337,
"aa_end": null,
"aa_length": 2383,
"cds_start": 7009,
"cds_end": null,
"cds_length": 7152,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_198834.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000616317.5"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 55,
"exon_rank_end": null,
"exon_count": 56,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACACA",
"gene_hgnc_id": 84,
"hgvs_c": "c.6898G>C",
"hgvs_p": "p.Val2300Leu",
"transcript": "ENST00000614428.4",
"protein_id": "ENSP00000478547.1",
"transcript_support_level": 1,
"aa_start": 2300,
"aa_end": null,
"aa_length": 2346,
"cds_start": 6898,
"cds_end": null,
"cds_length": 7041,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000614428.4"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACACA",
"gene_hgnc_id": 84,
"hgvs_c": "c.2854G>C",
"hgvs_p": "p.Val952Leu",
"transcript": "ENST00000619546.4",
"protein_id": "ENSP00000483969.1",
"transcript_support_level": 1,
"aa_start": 952,
"aa_end": null,
"aa_length": 998,
"cds_start": 2854,
"cds_end": null,
"cds_length": 2997,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000619546.4"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 55,
"exon_rank_end": null,
"exon_count": 56,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACACA",
"gene_hgnc_id": 84,
"hgvs_c": "c.6898G>C",
"hgvs_p": "p.Val2300Leu",
"transcript": "NM_198836.3",
"protein_id": "NP_942133.1",
"transcript_support_level": null,
"aa_start": 2300,
"aa_end": null,
"aa_length": 2346,
"cds_start": 6898,
"cds_end": null,
"cds_length": 7041,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_198836.3"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 59,
"exon_rank_end": null,
"exon_count": 60,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACACA",
"gene_hgnc_id": 84,
"hgvs_c": "c.6898G>C",
"hgvs_p": "p.Val2300Leu",
"transcript": "NM_198839.3",
"protein_id": "NP_942136.1",
"transcript_support_level": null,
"aa_start": 2300,
"aa_end": null,
"aa_length": 2346,
"cds_start": 6898,
"cds_end": null,
"cds_length": 7041,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_198839.3"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 53,
"exon_rank_end": null,
"exon_count": 54,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACACA",
"gene_hgnc_id": 84,
"hgvs_c": "c.6724G>C",
"hgvs_p": "p.Val2242Leu",
"transcript": "NM_198837.2",
"protein_id": "NP_942134.1",
"transcript_support_level": null,
"aa_start": 2242,
"aa_end": null,
"aa_length": 2288,
"cds_start": 6724,
"cds_end": null,
"cds_length": 6867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_198837.2"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 53,
"exon_rank_end": null,
"exon_count": 54,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACACA",
"gene_hgnc_id": 84,
"hgvs_c": "c.6724G>C",
"hgvs_p": "p.Val2242Leu",
"transcript": "ENST00000612895.4",
"protein_id": "ENSP00000482269.1",
"transcript_support_level": 5,
"aa_start": 2242,
"aa_end": null,
"aa_length": 2288,
"cds_start": 6724,
"cds_end": null,
"cds_length": 6867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000612895.4"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 54,
"exon_rank_end": null,
"exon_count": 55,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACACA",
"gene_hgnc_id": 84,
"hgvs_c": "c.6664G>C",
"hgvs_p": "p.Val2222Leu",
"transcript": "NM_198838.2",
"protein_id": "NP_942135.1",
"transcript_support_level": null,
"aa_start": 2222,
"aa_end": null,
"aa_length": 2268,
"cds_start": 6664,
"cds_end": null,
"cds_length": 6807,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_198838.2"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 54,
"exon_rank_end": null,
"exon_count": 55,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACACA",
"gene_hgnc_id": 84,
"hgvs_c": "c.6664G>C",
"hgvs_p": "p.Val2222Leu",
"transcript": "ENST00000617649.4",
"protein_id": "ENSP00000482368.1",
"transcript_support_level": 5,
"aa_start": 2222,
"aa_end": null,
"aa_length": 2268,
"cds_start": 6664,
"cds_end": null,
"cds_length": 6807,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000617649.4"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACACA",
"gene_hgnc_id": 84,
"hgvs_c": "c.25G>C",
"hgvs_p": "p.Val9Leu",
"transcript": "ENST00000618053.1",
"protein_id": "ENSP00000482064.1",
"transcript_support_level": 3,
"aa_start": 9,
"aa_end": null,
"aa_length": 95,
"cds_start": 25,
"cds_end": null,
"cds_length": 288,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000618053.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 54,
"exon_rank_end": null,
"exon_count": 55,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACACA",
"gene_hgnc_id": 84,
"hgvs_c": "c.6985G>C",
"hgvs_p": "p.Val2329Leu",
"transcript": "XM_006721853.2",
"protein_id": "XP_006721916.1",
"transcript_support_level": null,
"aa_start": 2329,
"aa_end": null,
"aa_length": 2375,
"cds_start": 6985,
"cds_end": null,
"cds_length": 7128,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006721853.2"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 55,
"exon_rank_end": null,
"exon_count": 56,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACACA",
"gene_hgnc_id": 84,
"hgvs_c": "c.6919G>C",
"hgvs_p": "p.Val2307Leu",
"transcript": "XM_011524701.2",
"protein_id": "XP_011523003.1",
"transcript_support_level": null,
"aa_start": 2307,
"aa_end": null,
"aa_length": 2353,
"cds_start": 6919,
"cds_end": null,
"cds_length": 7062,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011524701.2"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 55,
"exon_rank_end": null,
"exon_count": 56,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACACA",
"gene_hgnc_id": 84,
"hgvs_c": "c.6898G>C",
"hgvs_p": "p.Val2300Leu",
"transcript": "XM_011524703.1",
"protein_id": "XP_011523005.1",
"transcript_support_level": null,
"aa_start": 2300,
"aa_end": null,
"aa_length": 2346,
"cds_start": 6898,
"cds_end": null,
"cds_length": 7041,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011524703.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 57,
"exon_rank_end": null,
"exon_count": 58,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACACA",
"gene_hgnc_id": 84,
"hgvs_c": "c.6898G>C",
"hgvs_p": "p.Val2300Leu",
"transcript": "XM_047435878.1",
"protein_id": "XP_047291834.1",
"transcript_support_level": null,
"aa_start": 2300,
"aa_end": null,
"aa_length": 2346,
"cds_start": 6898,
"cds_end": null,
"cds_length": 7041,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435878.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 57,
"exon_rank_end": null,
"exon_count": 58,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACACA",
"gene_hgnc_id": 84,
"hgvs_c": "c.6898G>C",
"hgvs_p": "p.Val2300Leu",
"transcript": "XM_047435879.1",
"protein_id": "XP_047291835.1",
"transcript_support_level": null,
"aa_start": 2300,
"aa_end": null,
"aa_length": 2346,
"cds_start": 6898,
"cds_end": null,
"cds_length": 7041,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435879.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 57,
"exon_rank_end": null,
"exon_count": 58,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACACA",
"gene_hgnc_id": 84,
"hgvs_c": "c.6898G>C",
"hgvs_p": "p.Val2300Leu",
"transcript": "XM_047435880.1",
"protein_id": "XP_047291836.1",
"transcript_support_level": null,
"aa_start": 2300,
"aa_end": null,
"aa_length": 2346,
"cds_start": 6898,
"cds_end": null,
"cds_length": 7041,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435880.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 57,
"exon_rank_end": null,
"exon_count": 58,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACACA",
"gene_hgnc_id": 84,
"hgvs_c": "c.6898G>C",
"hgvs_p": "p.Val2300Leu",
"transcript": "XM_047435881.1",
"protein_id": "XP_047291837.1",
"transcript_support_level": null,
"aa_start": 2300,
"aa_end": null,
"aa_length": 2346,
"cds_start": 6898,
"cds_end": null,
"cds_length": 7041,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435881.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 56,
"exon_rank_end": null,
"exon_count": 57,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACACA",
"gene_hgnc_id": 84,
"hgvs_c": "c.6898G>C",
"hgvs_p": "p.Val2300Leu",
"transcript": "XM_047435882.1",
"protein_id": "XP_047291838.1",
"transcript_support_level": null,
"aa_start": 2300,
"aa_end": null,
"aa_length": 2346,
"cds_start": 6898,
"cds_end": null,
"cds_length": 7041,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435882.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 56,
"exon_rank_end": null,
"exon_count": 57,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACACA",
"gene_hgnc_id": 84,
"hgvs_c": "c.6898G>C",
"hgvs_p": "p.Val2300Leu",
"transcript": "XM_047435883.1",
"protein_id": "XP_047291839.1",
"transcript_support_level": null,
"aa_start": 2300,
"aa_end": null,
"aa_length": 2346,
"cds_start": 6898,
"cds_end": null,
"cds_length": 7041,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435883.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 54,
"exon_rank_end": null,
"exon_count": 55,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACACA",
"gene_hgnc_id": 84,
"hgvs_c": "c.6874G>C",
"hgvs_p": "p.Val2292Leu",
"transcript": "XM_047435884.1",
"protein_id": "XP_047291840.1",
"transcript_support_level": null,
"aa_start": 2292,
"aa_end": null,
"aa_length": 2338,
"cds_start": 6874,
"cds_end": null,
"cds_length": 7017,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435884.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 54,
"exon_rank_end": null,
"exon_count": 55,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACACA",
"gene_hgnc_id": 84,
"hgvs_c": "c.6874G>C",
"hgvs_p": "p.Val2292Leu",
"transcript": "XM_047435885.1",
"protein_id": "XP_047291841.1",
"transcript_support_level": null,
"aa_start": 2292,
"aa_end": null,
"aa_length": 2338,
"cds_start": 6874,
"cds_end": null,
"cds_length": 7017,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435885.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 54,
"exon_rank_end": null,
"exon_count": 55,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACACA",
"gene_hgnc_id": 84,
"hgvs_c": "c.6724G>C",
"hgvs_p": "p.Val2242Leu",
"transcript": "XM_047435886.1",
"protein_id": "XP_047291842.1",
"transcript_support_level": null,
"aa_start": 2242,
"aa_end": null,
"aa_length": 2288,
"cds_start": 6724,
"cds_end": null,
"cds_length": 6867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435886.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 54,
"exon_rank_end": null,
"exon_count": 55,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACACA",
"gene_hgnc_id": 84,
"hgvs_c": "c.6721G>C",
"hgvs_p": "p.Val2241Leu",
"transcript": "XM_047435888.1",
"protein_id": "XP_047291844.1",
"transcript_support_level": null,
"aa_start": 2241,
"aa_end": null,
"aa_length": 2287,
"cds_start": 6721,
"cds_end": null,
"cds_length": 6864,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435888.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 54,
"exon_rank_end": null,
"exon_count": 55,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACACA",
"gene_hgnc_id": 84,
"hgvs_c": "c.6721G>C",
"hgvs_p": "p.Val2241Leu",
"transcript": "XM_047435889.1",
"protein_id": "XP_047291845.1",
"transcript_support_level": null,
"aa_start": 2241,
"aa_end": null,
"aa_length": 2287,
"cds_start": 6721,
"cds_end": null,
"cds_length": 6864,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435889.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 55,
"exon_rank_end": null,
"exon_count": 56,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACACA",
"gene_hgnc_id": 84,
"hgvs_c": "c.6664G>C",
"hgvs_p": "p.Val2222Leu",
"transcript": "XM_005257267.6",
"protein_id": "XP_005257324.1",
"transcript_support_level": null,
"aa_start": 2222,
"aa_end": null,
"aa_length": 2268,
"cds_start": 6664,
"cds_end": null,
"cds_length": 6807,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005257267.6"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 55,
"exon_rank_end": null,
"exon_count": 56,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACACA",
"gene_hgnc_id": 84,
"hgvs_c": "c.6664G>C",
"hgvs_p": "p.Val2222Leu",
"transcript": "XM_011524704.3",
"protein_id": "XP_011523006.1",
"transcript_support_level": null,
"aa_start": 2222,
"aa_end": null,
"aa_length": 2268,
"cds_start": 6664,
"cds_end": null,
"cds_length": 6807,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011524704.3"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 55,
"exon_rank_end": null,
"exon_count": 56,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACACA",
"gene_hgnc_id": 84,
"hgvs_c": "c.6664G>C",
"hgvs_p": "p.Val2222Leu",
"transcript": "XM_047435890.1",
"protein_id": "XP_047291846.1",
"transcript_support_level": null,
"aa_start": 2222,
"aa_end": null,
"aa_length": 2268,
"cds_start": 6664,
"cds_end": null,
"cds_length": 6807,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435890.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 54,
"exon_rank_end": null,
"exon_count": 55,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACACA",
"gene_hgnc_id": 84,
"hgvs_c": "c.6640G>C",
"hgvs_p": "p.Val2214Leu",
"transcript": "XM_047435891.1",
"protein_id": "XP_047291847.1",
"transcript_support_level": null,
"aa_start": 2214,
"aa_end": null,
"aa_length": 2260,
"cds_start": 6640,
"cds_end": null,
"cds_length": 6783,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435891.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 54,
"exon_rank_end": null,
"exon_count": 55,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACACA",
"gene_hgnc_id": 84,
"hgvs_c": "c.6640G>C",
"hgvs_p": "p.Val2214Leu",
"transcript": "XM_047435892.1",
"protein_id": "XP_047291848.1",
"transcript_support_level": null,
"aa_start": 2214,
"aa_end": null,
"aa_length": 2260,
"cds_start": 6640,
"cds_end": null,
"cds_length": 6783,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435892.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 54,
"exon_rank_end": null,
"exon_count": 55,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACACA",
"gene_hgnc_id": 84,
"hgvs_c": "c.6640G>C",
"hgvs_p": "p.Val2214Leu",
"transcript": "XM_047435893.1",
"protein_id": "XP_047291849.1",
"transcript_support_level": null,
"aa_start": 2214,
"aa_end": null,
"aa_length": 2260,
"cds_start": 6640,
"cds_end": null,
"cds_length": 6783,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435893.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACACA",
"gene_hgnc_id": 84,
"hgvs_c": "n.1135G>C",
"hgvs_p": null,
"transcript": "ENST00000613776.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": "ENST00000613776.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACACA",
"gene_hgnc_id": 84,
"hgvs_c": "n.*1437G>C",
"hgvs_p": null,
"transcript": "ENST00000614482.4",
"protein_id": "ENSP00000480371.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": "ENST00000614482.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACACA",
"gene_hgnc_id": 84,
"hgvs_c": "n.*1437G>C",
"hgvs_p": null,
"transcript": "ENST00000614482.4",
"protein_id": "ENSP00000480371.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": "ENST00000614482.4"
}
],
"gene_symbol": "ACACA",
"gene_hgnc_id": 84,
"dbsnp": "rs191340454",
"frequency_reference_population": 6.8404506e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84045e-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.22270283102989197,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.075,
"revel_prediction": "Benign",
"alphamissense_score": 0.1499,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.29,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.765,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_198834.3",
"gene_symbol": "ACACA",
"hgnc_id": 84,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.7009G>C",
"hgvs_p": "p.Val2337Leu"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}