← 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-26215149-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=26215149&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 26215149,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_000182.5",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.703C>T",
"hgvs_p": "p.Arg235Trp",
"transcript": "NM_000182.5",
"protein_id": "NP_000173.2",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 763,
"cds_start": 703,
"cds_end": null,
"cds_length": 2292,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000380649.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000182.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.703C>T",
"hgvs_p": "p.Arg235Trp",
"transcript": "ENST00000380649.8",
"protein_id": "ENSP00000370023.3",
"transcript_support_level": 1,
"aa_start": 235,
"aa_end": null,
"aa_length": 763,
"cds_start": 703,
"cds_end": null,
"cds_length": 2292,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000182.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000380649.8"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.703C>T",
"hgvs_p": "p.Arg235Trp",
"transcript": "ENST00000942149.1",
"protein_id": "ENSP00000612208.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 818,
"cds_start": 703,
"cds_end": null,
"cds_length": 2457,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942149.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.703C>T",
"hgvs_p": "p.Arg235Trp",
"transcript": "ENST00000942146.1",
"protein_id": "ENSP00000612205.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 795,
"cds_start": 703,
"cds_end": null,
"cds_length": 2388,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942146.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.703C>T",
"hgvs_p": "p.Arg235Trp",
"transcript": "ENST00000492433.2",
"protein_id": "ENSP00000438039.2",
"transcript_support_level": 2,
"aa_start": 235,
"aa_end": null,
"aa_length": 792,
"cds_start": 703,
"cds_end": null,
"cds_length": 2379,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000492433.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.703C>T",
"hgvs_p": "p.Arg235Trp",
"transcript": "ENST00000859324.1",
"protein_id": "ENSP00000529383.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 790,
"cds_start": 703,
"cds_end": null,
"cds_length": 2373,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859324.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.697C>T",
"hgvs_p": "p.Arg233Trp",
"transcript": "ENST00000942150.1",
"protein_id": "ENSP00000612209.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 788,
"cds_start": 697,
"cds_end": null,
"cds_length": 2367,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942150.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.754C>T",
"hgvs_p": "p.Arg252Trp",
"transcript": "ENST00000859333.1",
"protein_id": "ENSP00000529392.1",
"transcript_support_level": null,
"aa_start": 252,
"aa_end": null,
"aa_length": 780,
"cds_start": 754,
"cds_end": null,
"cds_length": 2343,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859333.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.703C>T",
"hgvs_p": "p.Arg235Trp",
"transcript": "ENST00000942153.1",
"protein_id": "ENSP00000612212.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 775,
"cds_start": 703,
"cds_end": null,
"cds_length": 2328,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942153.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.703C>T",
"hgvs_p": "p.Arg235Trp",
"transcript": "ENST00000942145.1",
"protein_id": "ENSP00000612204.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 769,
"cds_start": 703,
"cds_end": null,
"cds_length": 2310,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942145.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.703C>T",
"hgvs_p": "p.Arg235Trp",
"transcript": "ENST00000859325.1",
"protein_id": "ENSP00000529384.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 768,
"cds_start": 703,
"cds_end": null,
"cds_length": 2307,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859325.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.703C>T",
"hgvs_p": "p.Arg235Trp",
"transcript": "ENST00000942141.1",
"protein_id": "ENSP00000612200.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 763,
"cds_start": 703,
"cds_end": null,
"cds_length": 2292,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942141.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.703C>T",
"hgvs_p": "p.Arg235Trp",
"transcript": "ENST00000942144.1",
"protein_id": "ENSP00000612203.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 763,
"cds_start": 703,
"cds_end": null,
"cds_length": 2292,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942144.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.703C>T",
"hgvs_p": "p.Arg235Trp",
"transcript": "ENST00000925541.1",
"protein_id": "ENSP00000595600.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 761,
"cds_start": 703,
"cds_end": null,
"cds_length": 2286,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925541.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.697C>T",
"hgvs_p": "p.Arg233Trp",
"transcript": "ENST00000942142.1",
"protein_id": "ENSP00000612201.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 761,
"cds_start": 697,
"cds_end": null,
"cds_length": 2286,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942142.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.703C>T",
"hgvs_p": "p.Arg235Trp",
"transcript": "ENST00000859327.1",
"protein_id": "ENSP00000529386.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 760,
"cds_start": 703,
"cds_end": null,
"cds_length": 2283,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859327.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.703C>T",
"hgvs_p": "p.Arg235Trp",
"transcript": "ENST00000942147.1",
"protein_id": "ENSP00000612206.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 760,
"cds_start": 703,
"cds_end": null,
"cds_length": 2283,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942147.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.703C>T",
"hgvs_p": "p.Arg235Trp",
"transcript": "ENST00000859332.1",
"protein_id": "ENSP00000529391.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 751,
"cds_start": 703,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859332.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.661C>T",
"hgvs_p": "p.Arg221Trp",
"transcript": "ENST00000942143.1",
"protein_id": "ENSP00000612202.1",
"transcript_support_level": null,
"aa_start": 221,
"aa_end": null,
"aa_length": 749,
"cds_start": 661,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942143.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.703C>T",
"hgvs_p": "p.Arg235Trp",
"transcript": "ENST00000859331.1",
"protein_id": "ENSP00000529390.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 740,
"cds_start": 703,
"cds_end": null,
"cds_length": 2223,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859331.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.583C>T",
"hgvs_p": "p.Arg195Trp",
"transcript": "ENST00000645274.1",
"protein_id": "ENSP00000493996.1",
"transcript_support_level": null,
"aa_start": 195,
"aa_end": null,
"aa_length": 728,
"cds_start": 583,
"cds_end": null,
"cds_length": 2187,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000645274.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.583C>T",
"hgvs_p": "p.Arg195Trp",
"transcript": "ENST00000859326.1",
"protein_id": "ENSP00000529385.1",
"transcript_support_level": null,
"aa_start": 195,
"aa_end": null,
"aa_length": 723,
"cds_start": 583,
"cds_end": null,
"cds_length": 2172,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859326.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.703C>T",
"hgvs_p": "p.Arg235Trp",
"transcript": "ENST00000859329.1",
"protein_id": "ENSP00000529388.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 718,
"cds_start": 703,
"cds_end": null,
"cds_length": 2157,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859329.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.565C>T",
"hgvs_p": "p.Arg189Trp",
"transcript": "ENST00000859330.1",
"protein_id": "ENSP00000529389.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 717,
"cds_start": 565,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859330.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.430C>T",
"hgvs_p": "p.Arg144Trp",
"transcript": "ENST00000859328.1",
"protein_id": "ENSP00000529387.1",
"transcript_support_level": null,
"aa_start": 144,
"aa_end": null,
"aa_length": 672,
"cds_start": 430,
"cds_end": null,
"cds_length": 2019,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859328.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.310C>T",
"hgvs_p": "p.Arg104Trp",
"transcript": "ENST00000942148.1",
"protein_id": "ENSP00000612207.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 632,
"cds_start": 310,
"cds_end": null,
"cds_length": 1899,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942148.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.677-588C>T",
"hgvs_p": null,
"transcript": "ENST00000942151.1",
"protein_id": "ENSP00000612210.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 722,
"cds_start": null,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942151.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.676+15043C>T",
"hgvs_p": null,
"transcript": "ENST00000942152.1",
"protein_id": "ENSP00000612211.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 360,
"cds_start": null,
"cds_end": null,
"cds_length": 1083,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942152.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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "n.580C>T",
"hgvs_p": null,
"transcript": "ENST00000471743.2",
"protein_id": null,
"transcript_support_level": 5,
"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": "ENST00000471743.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "n.*594C>T",
"hgvs_p": null,
"transcript": "ENST00000643057.1",
"protein_id": "ENSP00000493761.1",
"transcript_support_level": null,
"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": "ENST00000643057.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "n.703C>T",
"hgvs_p": null,
"transcript": "ENST00000643063.1",
"protein_id": "ENSP00000495353.1",
"transcript_support_level": null,
"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": "ENST00000643063.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "n.*594C>T",
"hgvs_p": null,
"transcript": "ENST00000643233.1",
"protein_id": "ENSP00000493880.1",
"transcript_support_level": null,
"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": "ENST00000643233.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "n.703C>T",
"hgvs_p": null,
"transcript": "ENST00000644428.1",
"protein_id": "ENSP00000495560.1",
"transcript_support_level": null,
"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": "ENST00000644428.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": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "n.*320C>T",
"hgvs_p": null,
"transcript": "ENST00000646483.1",
"protein_id": "ENSP00000496185.1",
"transcript_support_level": null,
"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": "ENST00000646483.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "n.*594C>T",
"hgvs_p": null,
"transcript": "ENST00000643057.1",
"protein_id": "ENSP00000493761.1",
"transcript_support_level": null,
"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": "ENST00000643057.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "n.*594C>T",
"hgvs_p": null,
"transcript": "ENST00000643233.1",
"protein_id": "ENSP00000493880.1",
"transcript_support_level": null,
"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": "ENST00000643233.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "n.*320C>T",
"hgvs_p": null,
"transcript": "ENST00000646483.1",
"protein_id": "ENSP00000496185.1",
"transcript_support_level": null,
"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": "ENST00000646483.1"
}
],
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"dbsnp": "rs786204607",
"frequency_reference_population": 0.0000027421866,
"hom_count_reference_population": 0,
"allele_count_reference_population": 4,
"gnomad_exomes_af": 0.00000274219,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9111509919166565,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.766,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.4524,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.24,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 2.911,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": 12,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PM2,PP3_Moderate,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 12,
"benign_score": 0,
"pathogenic_score": 12,
"criteria": [
"PM2",
"PP3_Moderate",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_000182.5",
"gene_symbol": "HADHA",
"hgnc_id": 4801,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.703C>T",
"hgvs_p": "p.Arg235Trp"
}
],
"clinvar_disease": "Long chain 3-hydroxyacyl-CoA dehydrogenase deficiency,Mitochondrial trifunctional protein deficiency,Mitochondrial trifunctional protein deficiency 1,not provided",
"clinvar_classification": "Pathogenic/Likely pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:2 LP:3",
"phenotype_combined": "Long chain 3-hydroxyacyl-CoA dehydrogenase deficiency|not provided|Mitochondrial trifunctional protein deficiency;Long chain 3-hydroxyacyl-CoA dehydrogenase deficiency|Mitochondrial trifunctional protein deficiency 1|Long chain 3-hydroxyacyl-CoA dehydrogenase deficiency;Mitochondrial trifunctional protein deficiency 1",
"pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}