← 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-26192329-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=26192329&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 26192329,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_000182.5",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.1981C>T",
"hgvs_p": "p.Leu661Leu",
"transcript": "NM_000182.5",
"protein_id": "NP_000173.2",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 763,
"cds_start": 1981,
"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": "L",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.1981C>T",
"hgvs_p": "p.Leu661Leu",
"transcript": "ENST00000380649.8",
"protein_id": "ENSP00000370023.3",
"transcript_support_level": 1,
"aa_start": 661,
"aa_end": null,
"aa_length": 763,
"cds_start": 1981,
"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": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.2146C>T",
"hgvs_p": "p.Leu716Leu",
"transcript": "ENST00000942149.1",
"protein_id": "ENSP00000612208.1",
"transcript_support_level": null,
"aa_start": 716,
"aa_end": null,
"aa_length": 818,
"cds_start": 2146,
"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": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.2077C>T",
"hgvs_p": "p.Leu693Leu",
"transcript": "ENST00000942146.1",
"protein_id": "ENSP00000612205.1",
"transcript_support_level": null,
"aa_start": 693,
"aa_end": null,
"aa_length": 795,
"cds_start": 2077,
"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": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.1981C>T",
"hgvs_p": "p.Leu661Leu",
"transcript": "ENST00000492433.2",
"protein_id": "ENSP00000438039.2",
"transcript_support_level": 2,
"aa_start": 661,
"aa_end": null,
"aa_length": 792,
"cds_start": 1981,
"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": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.2062C>T",
"hgvs_p": "p.Leu688Leu",
"transcript": "ENST00000859324.1",
"protein_id": "ENSP00000529383.1",
"transcript_support_level": null,
"aa_start": 688,
"aa_end": null,
"aa_length": 790,
"cds_start": 2062,
"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": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.2056C>T",
"hgvs_p": "p.Leu686Leu",
"transcript": "ENST00000942150.1",
"protein_id": "ENSP00000612209.1",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 788,
"cds_start": 2056,
"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": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.2032C>T",
"hgvs_p": "p.Leu678Leu",
"transcript": "ENST00000859333.1",
"protein_id": "ENSP00000529392.1",
"transcript_support_level": null,
"aa_start": 678,
"aa_end": null,
"aa_length": 780,
"cds_start": 2032,
"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": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.2017C>T",
"hgvs_p": "p.Leu673Leu",
"transcript": "ENST00000942153.1",
"protein_id": "ENSP00000612212.1",
"transcript_support_level": null,
"aa_start": 673,
"aa_end": null,
"aa_length": 775,
"cds_start": 2017,
"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": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.1981C>T",
"hgvs_p": "p.Leu661Leu",
"transcript": "ENST00000942145.1",
"protein_id": "ENSP00000612204.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 769,
"cds_start": 1981,
"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": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.1996C>T",
"hgvs_p": "p.Leu666Leu",
"transcript": "ENST00000859325.1",
"protein_id": "ENSP00000529384.1",
"transcript_support_level": null,
"aa_start": 666,
"aa_end": null,
"aa_length": 768,
"cds_start": 1996,
"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": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.1981C>T",
"hgvs_p": "p.Leu661Leu",
"transcript": "ENST00000942141.1",
"protein_id": "ENSP00000612200.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 763,
"cds_start": 1981,
"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": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.1981C>T",
"hgvs_p": "p.Leu661Leu",
"transcript": "ENST00000942144.1",
"protein_id": "ENSP00000612203.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 763,
"cds_start": 1981,
"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": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.1975C>T",
"hgvs_p": "p.Leu659Leu",
"transcript": "ENST00000925541.1",
"protein_id": "ENSP00000595600.1",
"transcript_support_level": null,
"aa_start": 659,
"aa_end": null,
"aa_length": 761,
"cds_start": 1975,
"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": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.1975C>T",
"hgvs_p": "p.Leu659Leu",
"transcript": "ENST00000942142.1",
"protein_id": "ENSP00000612201.1",
"transcript_support_level": null,
"aa_start": 659,
"aa_end": null,
"aa_length": 761,
"cds_start": 1975,
"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": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.1972C>T",
"hgvs_p": "p.Leu658Leu",
"transcript": "ENST00000859327.1",
"protein_id": "ENSP00000529386.1",
"transcript_support_level": null,
"aa_start": 658,
"aa_end": null,
"aa_length": 760,
"cds_start": 1972,
"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": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.1972C>T",
"hgvs_p": "p.Leu658Leu",
"transcript": "ENST00000942147.1",
"protein_id": "ENSP00000612206.1",
"transcript_support_level": null,
"aa_start": 658,
"aa_end": null,
"aa_length": 760,
"cds_start": 1972,
"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": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.1945C>T",
"hgvs_p": "p.Leu649Leu",
"transcript": "ENST00000859332.1",
"protein_id": "ENSP00000529391.1",
"transcript_support_level": null,
"aa_start": 649,
"aa_end": null,
"aa_length": 751,
"cds_start": 1945,
"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": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.1939C>T",
"hgvs_p": "p.Leu647Leu",
"transcript": "ENST00000942143.1",
"protein_id": "ENSP00000612202.1",
"transcript_support_level": null,
"aa_start": 647,
"aa_end": null,
"aa_length": 749,
"cds_start": 1939,
"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": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.1912C>T",
"hgvs_p": "p.Leu638Leu",
"transcript": "ENST00000859331.1",
"protein_id": "ENSP00000529390.1",
"transcript_support_level": null,
"aa_start": 638,
"aa_end": null,
"aa_length": 740,
"cds_start": 1912,
"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": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.1876C>T",
"hgvs_p": "p.Leu626Leu",
"transcript": "ENST00000645274.1",
"protein_id": "ENSP00000493996.1",
"transcript_support_level": null,
"aa_start": 626,
"aa_end": null,
"aa_length": 728,
"cds_start": 1876,
"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": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.1861C>T",
"hgvs_p": "p.Leu621Leu",
"transcript": "ENST00000859326.1",
"protein_id": "ENSP00000529385.1",
"transcript_support_level": null,
"aa_start": 621,
"aa_end": null,
"aa_length": 723,
"cds_start": 1861,
"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": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.1858C>T",
"hgvs_p": "p.Leu620Leu",
"transcript": "ENST00000942151.1",
"protein_id": "ENSP00000612210.1",
"transcript_support_level": null,
"aa_start": 620,
"aa_end": null,
"aa_length": 722,
"cds_start": 1858,
"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": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.1846C>T",
"hgvs_p": "p.Leu616Leu",
"transcript": "ENST00000859329.1",
"protein_id": "ENSP00000529388.1",
"transcript_support_level": null,
"aa_start": 616,
"aa_end": null,
"aa_length": 718,
"cds_start": 1846,
"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": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.1843C>T",
"hgvs_p": "p.Leu615Leu",
"transcript": "ENST00000859330.1",
"protein_id": "ENSP00000529389.1",
"transcript_support_level": null,
"aa_start": 615,
"aa_end": null,
"aa_length": 717,
"cds_start": 1843,
"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": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.1708C>T",
"hgvs_p": "p.Leu570Leu",
"transcript": "ENST00000859328.1",
"protein_id": "ENSP00000529387.1",
"transcript_support_level": null,
"aa_start": 570,
"aa_end": null,
"aa_length": 672,
"cds_start": 1708,
"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": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.1588C>T",
"hgvs_p": "p.Leu530Leu",
"transcript": "ENST00000942148.1",
"protein_id": "ENSP00000612207.1",
"transcript_support_level": null,
"aa_start": 530,
"aa_end": null,
"aa_length": 632,
"cds_start": 1588,
"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": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "c.772C>T",
"hgvs_p": "p.Leu258Leu",
"transcript": "ENST00000942152.1",
"protein_id": "ENSP00000612211.1",
"transcript_support_level": null,
"aa_start": 258,
"aa_end": null,
"aa_length": 360,
"cds_start": 772,
"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": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "GAREM2",
"gene_hgnc_id": 27172,
"hgvs_c": "c.1683+5014G>A",
"hgvs_p": null,
"transcript": "XM_011532567.4",
"protein_id": "XP_011530869.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 589,
"cds_start": null,
"cds_end": null,
"cds_length": 1770,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011532567.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "n.*1872C>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": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "n.*1027C>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": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "n.*1872C>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": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "n.*605C>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": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "n.*1177C>T",
"hgvs_p": null,
"transcript": "ENST00000646031.1",
"protein_id": "ENSP00000493956.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": "ENST00000646031.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "n.*1598C>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": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "n.*1872C>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": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "n.*1027C>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": [
"3_prime_UTR_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "n.*1872C>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": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "n.*605C>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": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "n.*1177C>T",
"hgvs_p": null,
"transcript": "ENST00000646031.1",
"protein_id": "ENSP00000493956.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": "ENST00000646031.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HADHA",
"gene_hgnc_id": 4801,
"hgvs_c": "n.*1598C>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": "rs142348718",
"frequency_reference_population": 0.0066149947,
"hom_count_reference_population": 46,
"allele_count_reference_population": 10501,
"gnomad_exomes_af": 0.00684438,
"gnomad_genomes_af": 0.00445285,
"gnomad_exomes_ac": 9823,
"gnomad_genomes_ac": 678,
"gnomad_exomes_homalt": 43,
"gnomad_genomes_homalt": 3,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.7300000190734863,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.73,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.703,
"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": -21,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BS1,BS2",
"acmg_by_gene": [
{
"score": -21,
"benign_score": 21,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_000182.5",
"gene_symbol": "HADHA",
"hgnc_id": 4801,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1981C>T",
"hgvs_p": "p.Leu661Leu"
},
{
"score": -16,
"benign_score": 16,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "XM_011532567.4",
"gene_symbol": "GAREM2",
"hgnc_id": 27172,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1683+5014G>A",
"hgvs_p": null
}
],
"clinvar_disease": "Long chain 3-hydroxyacyl-CoA dehydrogenase deficiency,Mitochondrial trifunctional protein deficiency,not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:5 B:5",
"phenotype_combined": "not specified|Mitochondrial trifunctional protein deficiency|not provided|Long chain 3-hydroxyacyl-CoA dehydrogenase deficiency|Long chain 3-hydroxyacyl-CoA dehydrogenase deficiency;Mitochondrial trifunctional protein deficiency",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}