← 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: 11-112028603-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=112028603&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 112028603,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000280346.11",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.470T>G",
"hgvs_p": "p.Val157Gly",
"transcript": "NM_001931.5",
"protein_id": "NP_001922.2",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 647,
"cds_start": 470,
"cds_end": null,
"cds_length": 1944,
"cdna_start": 535,
"cdna_end": null,
"cdna_length": 3878,
"mane_select": "ENST00000280346.11",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.470T>G",
"hgvs_p": "p.Val157Gly",
"transcript": "ENST00000280346.11",
"protein_id": "ENSP00000280346.7",
"transcript_support_level": 1,
"aa_start": 157,
"aa_end": null,
"aa_length": 647,
"cds_start": 470,
"cds_end": null,
"cds_length": 1944,
"cdna_start": 535,
"cdna_end": null,
"cdna_length": 3878,
"mane_select": "NM_001931.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.470T>G",
"hgvs_p": "p.Val157Gly",
"transcript": "NM_001372031.1",
"protein_id": "NP_001358960.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 653,
"cds_start": 470,
"cds_end": null,
"cds_length": 1962,
"cdna_start": 535,
"cdna_end": null,
"cdna_length": 3896,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.470T>G",
"hgvs_p": "p.Val157Gly",
"transcript": "ENST00000713569.1",
"protein_id": "ENSP00000518862.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 647,
"cds_start": 470,
"cds_end": null,
"cds_length": 1944,
"cdna_start": 910,
"cdna_end": null,
"cdna_length": 3465,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.470T>G",
"hgvs_p": "p.Val157Gly",
"transcript": "NM_001372032.1",
"protein_id": "NP_001358961.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 645,
"cds_start": 470,
"cds_end": null,
"cds_length": 1938,
"cdna_start": 535,
"cdna_end": null,
"cdna_length": 3872,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.470T>G",
"hgvs_p": "p.Val157Gly",
"transcript": "ENST00000681316.1",
"protein_id": "ENSP00000506560.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 645,
"cds_start": 470,
"cds_end": null,
"cds_length": 1938,
"cdna_start": 517,
"cdna_end": null,
"cdna_length": 3825,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.470T>G",
"hgvs_p": "p.Val157Gly",
"transcript": "NM_001372033.1",
"protein_id": "NP_001358962.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 640,
"cds_start": 470,
"cds_end": null,
"cds_length": 1923,
"cdna_start": 535,
"cdna_end": null,
"cdna_length": 3857,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.470T>G",
"hgvs_p": "p.Val157Gly",
"transcript": "ENST00000681328.1",
"protein_id": "ENSP00000506355.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 640,
"cds_start": 470,
"cds_end": null,
"cds_length": 1923,
"cdna_start": 517,
"cdna_end": null,
"cdna_length": 3810,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.437T>G",
"hgvs_p": "p.Val146Gly",
"transcript": "NM_001372034.1",
"protein_id": "NP_001358963.1",
"transcript_support_level": null,
"aa_start": 146,
"aa_end": null,
"aa_length": 636,
"cds_start": 437,
"cds_end": null,
"cds_length": 1911,
"cdna_start": 502,
"cdna_end": null,
"cdna_length": 3845,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.437T>G",
"hgvs_p": "p.Val146Gly",
"transcript": "ENST00000679878.1",
"protein_id": "ENSP00000505567.1",
"transcript_support_level": null,
"aa_start": 146,
"aa_end": null,
"aa_length": 636,
"cds_start": 437,
"cds_end": null,
"cds_length": 1911,
"cdna_start": 502,
"cdna_end": null,
"cdna_length": 3830,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.470T>G",
"hgvs_p": "p.Val157Gly",
"transcript": "NM_001372035.1",
"protein_id": "NP_001358964.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 611,
"cds_start": 470,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 535,
"cdna_end": null,
"cdna_length": 3770,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.470T>G",
"hgvs_p": "p.Val157Gly",
"transcript": "ENST00000681339.1",
"protein_id": "ENSP00000506167.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 611,
"cds_start": 470,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 517,
"cdna_end": null,
"cdna_length": 3723,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.344T>G",
"hgvs_p": "p.Val115Gly",
"transcript": "NM_001372036.1",
"protein_id": "NP_001358965.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 605,
"cds_start": 344,
"cds_end": null,
"cds_length": 1818,
"cdna_start": 450,
"cdna_end": null,
"cdna_length": 3793,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.302T>G",
"hgvs_p": "p.Val101Gly",
"transcript": "NM_001372037.1",
"protein_id": "NP_001358966.1",
"transcript_support_level": null,
"aa_start": 101,
"aa_end": null,
"aa_length": 591,
"cds_start": 302,
"cds_end": null,
"cds_length": 1776,
"cdna_start": 408,
"cdna_end": null,
"cdna_length": 3751,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.215T>G",
"hgvs_p": "p.Val72Gly",
"transcript": "ENST00000680411.1",
"protein_id": "ENSP00000505915.1",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 562,
"cds_start": 215,
"cds_end": null,
"cds_length": 1689,
"cdna_start": 412,
"cdna_end": null,
"cdna_length": 3740,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.470T>G",
"hgvs_p": "p.Val157Gly",
"transcript": "NM_001372039.1",
"protein_id": "NP_001358968.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 542,
"cds_start": 470,
"cds_end": null,
"cds_length": 1629,
"cdna_start": 535,
"cdna_end": null,
"cdna_length": 3563,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.470T>G",
"hgvs_p": "p.Val157Gly",
"transcript": "ENST00000393051.5",
"protein_id": "ENSP00000376771.1",
"transcript_support_level": 5,
"aa_start": 157,
"aa_end": null,
"aa_length": 542,
"cds_start": 470,
"cds_end": null,
"cds_length": 1629,
"cdna_start": 503,
"cdna_end": null,
"cdna_length": 3517,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.470T>G",
"hgvs_p": "p.Val157Gly",
"transcript": "NM_001372041.1",
"protein_id": "NP_001358970.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 506,
"cds_start": 470,
"cds_end": null,
"cds_length": 1521,
"cdna_start": 535,
"cdna_end": null,
"cdna_length": 3455,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.4T>G",
"hgvs_p": "p.Phe2Val",
"transcript": "NM_001372042.1",
"protein_id": "NP_001358971.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 493,
"cds_start": 4,
"cds_end": null,
"cds_length": 1482,
"cdna_start": 535,
"cdna_end": null,
"cdna_length": 3882,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "n.517T>G",
"hgvs_p": null,
"transcript": "ENST00000527231.2",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4927,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "n.*145T>G",
"hgvs_p": null,
"transcript": "ENST00000533297.1",
"protein_id": "ENSP00000435374.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2118,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "n.470T>G",
"hgvs_p": null,
"transcript": "ENST00000679368.1",
"protein_id": "ENSP00000505314.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3638,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "n.517T>G",
"hgvs_p": null,
"transcript": "ENST00000679466.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1638,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "n.470T>G",
"hgvs_p": null,
"transcript": "ENST00000679815.1",
"protein_id": "ENSP00000504880.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3960,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "n.517T>G",
"hgvs_p": null,
"transcript": "ENST00000679829.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2720,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "n.470T>G",
"hgvs_p": null,
"transcript": "ENST00000680010.1",
"protein_id": "ENSP00000505768.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3704,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "n.470T>G",
"hgvs_p": null,
"transcript": "ENST00000681638.1",
"protein_id": "ENSP00000506090.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3871,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "n.535T>G",
"hgvs_p": null,
"transcript": "NR_164072.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3690,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "n.*145T>G",
"hgvs_p": null,
"transcript": "ENST00000533297.1",
"protein_id": "ENSP00000435374.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2118,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.381+2304T>G",
"hgvs_p": null,
"transcript": "NM_001372038.1",
"protein_id": "NP_001358967.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 554,
"cds_start": -4,
"cds_end": null,
"cds_length": 1665,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3599,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.381+2304T>G",
"hgvs_p": null,
"transcript": "ENST00000680331.1",
"protein_id": "ENSP00000506707.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 554,
"cds_start": -4,
"cds_end": null,
"cds_length": 1665,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3552,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.364+2321T>G",
"hgvs_p": null,
"transcript": "NM_001372040.1",
"protein_id": "NP_001358969.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 520,
"cds_start": -4,
"cds_end": null,
"cds_length": 1563,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3497,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.364+2321T>G",
"hgvs_p": null,
"transcript": "ENST00000531306.2",
"protein_id": "ENSP00000433432.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 520,
"cds_start": -4,
"cds_end": null,
"cds_length": 1563,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1931,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.25-310T>G",
"hgvs_p": null,
"transcript": "ENST00000679614.1",
"protein_id": "ENSP00000506007.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 446,
"cds_start": -4,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2487,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"dbsnp": "rs797044957",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.902983546257019,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.873,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9473,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.16,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.582,
"phylop100way_prediction": "Pathogenic",
"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": 5,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3_Moderate,PP5",
"acmg_by_gene": [
{
"score": 5,
"benign_score": 0,
"pathogenic_score": 5,
"criteria": [
"PM2",
"PP3_Moderate",
"PP5"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000280346.11",
"gene_symbol": "DLAT",
"hgnc_id": 2896,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.470T>G",
"hgvs_p": "p.Val157Gly"
}
],
"clinvar_disease": "Inborn genetic diseases,Pyruvate dehydrogenase E2 deficiency,not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "LP:2 US:1",
"phenotype_combined": "Inborn genetic diseases|Pyruvate dehydrogenase E2 deficiency|not specified",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}