← 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: 2-26230279-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=26230279&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PM2",
"PP3_Strong"
],
"effects": [
"missense_variant"
],
"gene_symbol": "HADHA",
"hgnc_id": 4801,
"hgvs_c": "c.589G>A",
"hgvs_p": "p.Ala197Thr",
"inheritance_mode": "AR",
"pathogenic_score": 6,
"score": 6,
"transcript": "NM_000182.5",
"verdict": "Likely_pathogenic"
}
],
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP3_Strong",
"acmg_score": 6,
"allele_count_reference_population": 2,
"alphamissense_prediction": null,
"alphamissense_score": 0.4776,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.29,
"chr": "2",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": "Pathogenic",
"computational_score_selected": 0.9638185501098633,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 763,
"aa_ref": "A",
"aa_start": 197,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2943,
"cdna_start": 625,
"cds_end": null,
"cds_length": 2292,
"cds_start": 589,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NM_000182.5",
"gene_hgnc_id": 4801,
"gene_symbol": "HADHA",
"hgvs_c": "c.589G>A",
"hgvs_p": "p.Ala197Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000380649.8",
"protein_coding": true,
"protein_id": "NP_000173.2",
"strand": false,
"transcript": "NM_000182.5",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 763,
"aa_ref": "A",
"aa_start": 197,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 2943,
"cdna_start": 625,
"cds_end": null,
"cds_length": 2292,
"cds_start": 589,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000380649.8",
"gene_hgnc_id": 4801,
"gene_symbol": "HADHA",
"hgvs_c": "c.589G>A",
"hgvs_p": "p.Ala197Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_000182.5",
"protein_coding": true,
"protein_id": "ENSP00000370023.3",
"strand": false,
"transcript": "ENST00000380649.8",
"transcript_support_level": 1
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 818,
"aa_ref": "A",
"aa_start": 197,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2844,
"cdna_start": 595,
"cds_end": null,
"cds_length": 2457,
"cds_start": 589,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000942149.1",
"gene_hgnc_id": 4801,
"gene_symbol": "HADHA",
"hgvs_c": "c.589G>A",
"hgvs_p": "p.Ala197Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000612208.1",
"strand": false,
"transcript": "ENST00000942149.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 795,
"aa_ref": "A",
"aa_start": 197,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2802,
"cdna_start": 623,
"cds_end": null,
"cds_length": 2388,
"cds_start": 589,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000942146.1",
"gene_hgnc_id": 4801,
"gene_symbol": "HADHA",
"hgvs_c": "c.589G>A",
"hgvs_p": "p.Ala197Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000612205.1",
"strand": false,
"transcript": "ENST00000942146.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 792,
"aa_ref": "A",
"aa_start": 197,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2982,
"cdna_start": 597,
"cds_end": null,
"cds_length": 2379,
"cds_start": 589,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000492433.2",
"gene_hgnc_id": 4801,
"gene_symbol": "HADHA",
"hgvs_c": "c.589G>A",
"hgvs_p": "p.Ala197Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000438039.2",
"strand": false,
"transcript": "ENST00000492433.2",
"transcript_support_level": 2
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 790,
"aa_ref": "A",
"aa_start": 197,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3251,
"cdna_start": 853,
"cds_end": null,
"cds_length": 2373,
"cds_start": 589,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000859324.1",
"gene_hgnc_id": 4801,
"gene_symbol": "HADHA",
"hgvs_c": "c.589G>A",
"hgvs_p": "p.Ala197Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000529383.1",
"strand": false,
"transcript": "ENST00000859324.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 788,
"aa_ref": "A",
"aa_start": 197,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2755,
"cdna_start": 595,
"cds_end": null,
"cds_length": 2367,
"cds_start": 589,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000942150.1",
"gene_hgnc_id": 4801,
"gene_symbol": "HADHA",
"hgvs_c": "c.589G>A",
"hgvs_p": "p.Ala197Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000612209.1",
"strand": false,
"transcript": "ENST00000942150.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 780,
"aa_ref": "A",
"aa_start": 214,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2729,
"cdna_start": 648,
"cds_end": null,
"cds_length": 2343,
"cds_start": 640,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000859333.1",
"gene_hgnc_id": 4801,
"gene_symbol": "HADHA",
"hgvs_c": "c.640G>A",
"hgvs_p": "p.Ala214Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000529392.1",
"strand": false,
"transcript": "ENST00000859333.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 775,
"aa_ref": "A",
"aa_start": 197,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2712,
"cdna_start": 595,
"cds_end": null,
"cds_length": 2328,
"cds_start": 589,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000942153.1",
"gene_hgnc_id": 4801,
"gene_symbol": "HADHA",
"hgvs_c": "c.589G>A",
"hgvs_p": "p.Ala197Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000612212.1",
"strand": false,
"transcript": "ENST00000942153.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 769,
"aa_ref": "A",
"aa_start": 197,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2744,
"cdna_start": 642,
"cds_end": null,
"cds_length": 2310,
"cds_start": 589,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000942145.1",
"gene_hgnc_id": 4801,
"gene_symbol": "HADHA",
"hgvs_c": "c.589G>A",
"hgvs_p": "p.Ala197Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000612204.1",
"strand": false,
"transcript": "ENST00000942145.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 768,
"aa_ref": "A",
"aa_start": 197,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2958,
"cdna_start": 625,
"cds_end": null,
"cds_length": 2307,
"cds_start": 589,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000859325.1",
"gene_hgnc_id": 4801,
"gene_symbol": "HADHA",
"hgvs_c": "c.589G>A",
"hgvs_p": "p.Ala197Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000529384.1",
"strand": false,
"transcript": "ENST00000859325.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 763,
"aa_ref": "A",
"aa_start": 197,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2767,
"cdna_start": 687,
"cds_end": null,
"cds_length": 2292,
"cds_start": 589,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000942141.1",
"gene_hgnc_id": 4801,
"gene_symbol": "HADHA",
"hgvs_c": "c.589G>A",
"hgvs_p": "p.Ala197Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000612200.1",
"strand": false,
"transcript": "ENST00000942141.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 763,
"aa_ref": "A",
"aa_start": 197,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2844,
"cdna_start": 758,
"cds_end": null,
"cds_length": 2292,
"cds_start": 589,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000942144.1",
"gene_hgnc_id": 4801,
"gene_symbol": "HADHA",
"hgvs_c": "c.589G>A",
"hgvs_p": "p.Ala197Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000612203.1",
"strand": false,
"transcript": "ENST00000942144.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 761,
"aa_ref": "A",
"aa_start": 197,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2699,
"cdna_start": 621,
"cds_end": null,
"cds_length": 2286,
"cds_start": 589,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000925541.1",
"gene_hgnc_id": 4801,
"gene_symbol": "HADHA",
"hgvs_c": "c.589G>A",
"hgvs_p": "p.Ala197Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000595600.1",
"strand": false,
"transcript": "ENST00000925541.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 761,
"aa_ref": "A",
"aa_start": 197,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3061,
"cdna_start": 750,
"cds_end": null,
"cds_length": 2286,
"cds_start": 589,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000942142.1",
"gene_hgnc_id": 4801,
"gene_symbol": "HADHA",
"hgvs_c": "c.589G>A",
"hgvs_p": "p.Ala197Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000612201.1",
"strand": false,
"transcript": "ENST00000942142.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 760,
"aa_ref": "A",
"aa_start": 197,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2904,
"cdna_start": 597,
"cds_end": null,
"cds_length": 2283,
"cds_start": 589,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000859327.1",
"gene_hgnc_id": 4801,
"gene_symbol": "HADHA",
"hgvs_c": "c.589G>A",
"hgvs_p": "p.Ala197Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000529386.1",
"strand": false,
"transcript": "ENST00000859327.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 760,
"aa_ref": "A",
"aa_start": 197,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2696,
"cdna_start": 625,
"cds_end": null,
"cds_length": 2283,
"cds_start": 589,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000942147.1",
"gene_hgnc_id": 4801,
"gene_symbol": "HADHA",
"hgvs_c": "c.589G>A",
"hgvs_p": "p.Ala197Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000612206.1",
"strand": false,
"transcript": "ENST00000942147.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 751,
"aa_ref": "A",
"aa_start": 197,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2644,
"cdna_start": 597,
"cds_end": null,
"cds_length": 2256,
"cds_start": 589,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000859332.1",
"gene_hgnc_id": 4801,
"gene_symbol": "HADHA",
"hgvs_c": "c.589G>A",
"hgvs_p": "p.Ala197Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000529391.1",
"strand": false,
"transcript": "ENST00000859332.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 749,
"aa_ref": "A",
"aa_start": 183,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2887,
"cdna_start": 577,
"cds_end": null,
"cds_length": 2250,
"cds_start": 547,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000942143.1",
"gene_hgnc_id": 4801,
"gene_symbol": "HADHA",
"hgvs_c": "c.547G>A",
"hgvs_p": "p.Ala183Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000612202.1",
"strand": false,
"transcript": "ENST00000942143.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 740,
"aa_ref": "A",
"aa_start": 197,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2630,
"cdna_start": 616,
"cds_end": null,
"cds_length": 2223,
"cds_start": 589,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000859331.1",
"gene_hgnc_id": 4801,
"gene_symbol": "HADHA",
"hgvs_c": "c.589G>A",
"hgvs_p": "p.Ala197Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000529390.1",
"strand": false,
"transcript": "ENST00000859331.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 728,
"aa_ref": "A",
"aa_start": 157,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2576,
"cdna_start": 489,
"cds_end": null,
"cds_length": 2187,
"cds_start": 469,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000645274.1",
"gene_hgnc_id": 4801,
"gene_symbol": "HADHA",
"hgvs_c": "c.469G>A",
"hgvs_p": "p.Ala157Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000493996.1",
"strand": false,
"transcript": "ENST00000645274.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 723,
"aa_ref": "A",
"aa_start": 157,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2816,
"cdna_start": 505,
"cds_end": null,
"cds_length": 2172,
"cds_start": 469,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000859326.1",
"gene_hgnc_id": 4801,
"gene_symbol": "HADHA",
"hgvs_c": "c.469G>A",
"hgvs_p": "p.Ala157Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000529385.1",
"strand": false,
"transcript": "ENST00000859326.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 722,
"aa_ref": "A",
"aa_start": 197,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2555,
"cdna_start": 595,
"cds_end": null,
"cds_length": 2169,
"cds_start": 589,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000942151.1",
"gene_hgnc_id": 4801,
"gene_symbol": "HADHA",
"hgvs_c": "c.589G>A",
"hgvs_p": "p.Ala197Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000612210.1",
"strand": false,
"transcript": "ENST00000942151.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 718,
"aa_ref": "A",
"aa_start": 197,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2568,
"cdna_start": 619,
"cds_end": null,
"cds_length": 2157,
"cds_start": 589,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000859329.1",
"gene_hgnc_id": 4801,
"gene_symbol": "HADHA",
"hgvs_c": "c.589G>A",
"hgvs_p": "p.Ala197Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000529388.1",
"strand": false,
"transcript": "ENST00000859329.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 717,
"aa_ref": "A",
"aa_start": 151,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2565,
"cdna_start": 481,
"cds_end": null,
"cds_length": 2154,
"cds_start": 451,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000859330.1",
"gene_hgnc_id": 4801,
"gene_symbol": "HADHA",
"hgvs_c": "c.451G>A",
"hgvs_p": "p.Ala151Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000529389.1",
"strand": false,
"transcript": "ENST00000859330.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 672,
"aa_ref": "A",
"aa_start": 106,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2443,
"cdna_start": 361,
"cds_end": null,
"cds_length": 2019,
"cds_start": 316,
"consequences": [
"missense_variant"
],
"exon_count": 18,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000859328.1",
"gene_hgnc_id": 4801,
"gene_symbol": "HADHA",
"hgvs_c": "c.316G>A",
"hgvs_p": "p.Ala106Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000529387.1",
"strand": false,
"transcript": "ENST00000859328.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 632,
"aa_ref": "A",
"aa_start": 66,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2306,
"cdna_start": 226,
"cds_end": null,
"cds_length": 1899,
"cds_start": 196,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000942148.1",
"gene_hgnc_id": 4801,
"gene_symbol": "HADHA",
"hgvs_c": "c.196G>A",
"hgvs_p": "p.Ala66Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000612207.1",
"strand": false,
"transcript": "ENST00000942148.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 360,
"aa_ref": "A",
"aa_start": 197,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1468,
"cdna_start": 595,
"cds_end": null,
"cds_length": 1083,
"cds_start": 589,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000942152.1",
"gene_hgnc_id": 4801,
"gene_symbol": "HADHA",
"hgvs_c": "c.589G>A",
"hgvs_p": "p.Ala197Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000612211.1",
"strand": false,
"transcript": "ENST00000942152.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 1485,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000471743.2",
"gene_hgnc_id": 4801,
"gene_symbol": "HADHA",
"hgvs_c": "n.466G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000471743.2",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2977,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 19,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000643057.1",
"gene_hgnc_id": 4801,
"gene_symbol": "HADHA",
"hgvs_c": "n.*480G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000493761.1",
"strand": false,
"transcript": "ENST00000643057.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2748,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 21,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000643063.1",
"gene_hgnc_id": 4801,
"gene_symbol": "HADHA",
"hgvs_c": "n.589G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000495353.1",
"strand": false,
"transcript": "ENST00000643063.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2688,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000643233.1",
"gene_hgnc_id": 4801,
"gene_symbol": "HADHA",
"hgvs_c": "n.*480G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000493880.1",
"strand": false,
"transcript": "ENST00000643233.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3087,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 21,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000644428.1",
"gene_hgnc_id": 4801,
"gene_symbol": "HADHA",
"hgvs_c": "n.589G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000495560.1",
"strand": false,
"transcript": "ENST00000644428.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2158,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 19,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000646483.1",
"gene_hgnc_id": 4801,
"gene_symbol": "HADHA",
"hgvs_c": "n.*206G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000496185.1",
"strand": false,
"transcript": "ENST00000646483.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2977,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 19,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000643057.1",
"gene_hgnc_id": 4801,
"gene_symbol": "HADHA",
"hgvs_c": "n.*480G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000493761.1",
"strand": false,
"transcript": "ENST00000643057.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2688,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000643233.1",
"gene_hgnc_id": 4801,
"gene_symbol": "HADHA",
"hgvs_c": "n.*480G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000493880.1",
"strand": false,
"transcript": "ENST00000643233.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2158,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 19,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000646483.1",
"gene_hgnc_id": 4801,
"gene_symbol": "HADHA",
"hgvs_c": "n.*206G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000496185.1",
"strand": false,
"transcript": "ENST00000646483.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs116320983",
"effect": "missense_variant",
"frequency_reference_population": 0.000001370122,
"gene_hgnc_id": 4801,
"gene_symbol": "HADHA",
"gnomad_exomes_ac": 2,
"gnomad_exomes_af": 0.00000137012,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Pathogenic",
"phylop100way_score": 7.702,
"pos": 26230279,
"ref": "C",
"revel_prediction": "Pathogenic",
"revel_score": 0.799,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_000182.5"
}
]
}