← 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-112025604-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=112025604&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 112025604,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001372036.1",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.132T>G",
"hgvs_p": "p.Arg44Arg",
"transcript": "NM_001931.5",
"protein_id": "NP_001922.2",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 647,
"cds_start": 132,
"cds_end": null,
"cds_length": 1944,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000280346.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001931.5"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.132T>G",
"hgvs_p": "p.Arg44Arg",
"transcript": "ENST00000280346.11",
"protein_id": "ENSP00000280346.7",
"transcript_support_level": 1,
"aa_start": 44,
"aa_end": null,
"aa_length": 647,
"cds_start": 132,
"cds_end": null,
"cds_length": 1944,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001931.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000280346.11"
},
{
"aa_ref": "S",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.91T>G",
"hgvs_p": "p.Ser31Ala",
"transcript": "NM_001372036.1",
"protein_id": "NP_001358965.1",
"transcript_support_level": null,
"aa_start": 31,
"aa_end": null,
"aa_length": 605,
"cds_start": 91,
"cds_end": null,
"cds_length": 1818,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001372036.1"
},
{
"aa_ref": "S",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.91T>G",
"hgvs_p": "p.Ser31Ala",
"transcript": "NM_001372037.1",
"protein_id": "NP_001358966.1",
"transcript_support_level": null,
"aa_start": 31,
"aa_end": null,
"aa_length": 591,
"cds_start": 91,
"cds_end": null,
"cds_length": 1776,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001372037.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.132T>G",
"hgvs_p": "p.Arg44Arg",
"transcript": "NM_001372031.1",
"protein_id": "NP_001358960.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 653,
"cds_start": 132,
"cds_end": null,
"cds_length": 1962,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001372031.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.132T>G",
"hgvs_p": "p.Arg44Arg",
"transcript": "ENST00000915657.1",
"protein_id": "ENSP00000585716.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 653,
"cds_start": 132,
"cds_end": null,
"cds_length": 1962,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915657.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.132T>G",
"hgvs_p": "p.Arg44Arg",
"transcript": "ENST00000713569.1",
"protein_id": "ENSP00000518862.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 647,
"cds_start": 132,
"cds_end": null,
"cds_length": 1944,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000713569.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.132T>G",
"hgvs_p": "p.Arg44Arg",
"transcript": "NM_001372032.1",
"protein_id": "NP_001358961.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 645,
"cds_start": 132,
"cds_end": null,
"cds_length": 1938,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001372032.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.132T>G",
"hgvs_p": "p.Arg44Arg",
"transcript": "ENST00000681316.1",
"protein_id": "ENSP00000506560.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 645,
"cds_start": 132,
"cds_end": null,
"cds_length": 1938,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000681316.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.132T>G",
"hgvs_p": "p.Arg44Arg",
"transcript": "ENST00000915658.1",
"protein_id": "ENSP00000585717.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 643,
"cds_start": 132,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915658.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.132T>G",
"hgvs_p": "p.Arg44Arg",
"transcript": "NM_001372033.1",
"protein_id": "NP_001358962.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 640,
"cds_start": 132,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001372033.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.132T>G",
"hgvs_p": "p.Arg44Arg",
"transcript": "ENST00000681328.1",
"protein_id": "ENSP00000506355.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 640,
"cds_start": 132,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000681328.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.132T>G",
"hgvs_p": "p.Arg44Arg",
"transcript": "NM_001372034.1",
"protein_id": "NP_001358963.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 636,
"cds_start": 132,
"cds_end": null,
"cds_length": 1911,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001372034.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.132T>G",
"hgvs_p": "p.Arg44Arg",
"transcript": "ENST00000679878.1",
"protein_id": "ENSP00000505567.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 636,
"cds_start": 132,
"cds_end": null,
"cds_length": 1911,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000679878.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.132T>G",
"hgvs_p": "p.Arg44Arg",
"transcript": "ENST00000873897.1",
"protein_id": "ENSP00000543956.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 616,
"cds_start": 132,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873897.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.132T>G",
"hgvs_p": "p.Arg44Arg",
"transcript": "NM_001372035.1",
"protein_id": "NP_001358964.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 611,
"cds_start": 132,
"cds_end": null,
"cds_length": 1836,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001372035.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.132T>G",
"hgvs_p": "p.Arg44Arg",
"transcript": "ENST00000681339.1",
"protein_id": "ENSP00000506167.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 611,
"cds_start": 132,
"cds_end": null,
"cds_length": 1836,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000681339.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.132T>G",
"hgvs_p": "p.Arg44Arg",
"transcript": "NM_001372038.1",
"protein_id": "NP_001358967.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 554,
"cds_start": 132,
"cds_end": null,
"cds_length": 1665,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001372038.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.132T>G",
"hgvs_p": "p.Arg44Arg",
"transcript": "ENST00000680331.1",
"protein_id": "ENSP00000506707.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 554,
"cds_start": 132,
"cds_end": null,
"cds_length": 1665,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000680331.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.132T>G",
"hgvs_p": "p.Arg44Arg",
"transcript": "NM_001372039.1",
"protein_id": "NP_001358968.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 542,
"cds_start": 132,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001372039.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.132T>G",
"hgvs_p": "p.Arg44Arg",
"transcript": "ENST00000393051.5",
"protein_id": "ENSP00000376771.1",
"transcript_support_level": 5,
"aa_start": 44,
"aa_end": null,
"aa_length": 542,
"cds_start": 132,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000393051.5"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.132T>G",
"hgvs_p": "p.Arg44Arg",
"transcript": "ENST00000915655.1",
"protein_id": "ENSP00000585714.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 533,
"cds_start": 132,
"cds_end": null,
"cds_length": 1602,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915655.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.132T>G",
"hgvs_p": "p.Arg44Arg",
"transcript": "NM_001372040.1",
"protein_id": "NP_001358969.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 520,
"cds_start": 132,
"cds_end": null,
"cds_length": 1563,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001372040.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.132T>G",
"hgvs_p": "p.Arg44Arg",
"transcript": "ENST00000531306.2",
"protein_id": "ENSP00000433432.2",
"transcript_support_level": 2,
"aa_start": 44,
"aa_end": null,
"aa_length": 520,
"cds_start": 132,
"cds_end": null,
"cds_length": 1563,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000531306.2"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.132T>G",
"hgvs_p": "p.Arg44Arg",
"transcript": "ENST00000915654.1",
"protein_id": "ENSP00000585713.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 518,
"cds_start": 132,
"cds_end": null,
"cds_length": 1557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915654.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.132T>G",
"hgvs_p": "p.Arg44Arg",
"transcript": "NM_001372041.1",
"protein_id": "NP_001358970.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 506,
"cds_start": 132,
"cds_end": null,
"cds_length": 1521,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001372041.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.132T>G",
"hgvs_p": "p.Arg44Arg",
"transcript": "ENST00000873898.1",
"protein_id": "ENSP00000543957.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 506,
"cds_start": 132,
"cds_end": null,
"cds_length": 1521,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873898.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.132T>G",
"hgvs_p": "p.Arg44Arg",
"transcript": "ENST00000915660.1",
"protein_id": "ENSP00000585719.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 140,
"cds_start": 132,
"cds_end": null,
"cds_length": 423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915660.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.-335T>G",
"hgvs_p": null,
"transcript": "NM_001372042.1",
"protein_id": "NP_001358971.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 493,
"cds_start": null,
"cds_end": null,
"cds_length": 1482,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001372042.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": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.81+51T>G",
"hgvs_p": null,
"transcript": "ENST00000915659.1",
"protein_id": "ENSP00000585718.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 545,
"cds_start": null,
"cds_end": null,
"cds_length": 1638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915659.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": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.57+75T>G",
"hgvs_p": null,
"transcript": "ENST00000915653.1",
"protein_id": "ENSP00000585712.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 457,
"cds_start": null,
"cds_end": null,
"cds_length": 1374,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915653.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": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.24+108T>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": null,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000679614.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": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "c.57+75T>G",
"hgvs_p": null,
"transcript": "ENST00000915656.1",
"protein_id": "ENSP00000585715.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 421,
"cds_start": null,
"cds_end": null,
"cds_length": 1266,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915656.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "n.179T>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": 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": "ENST00000527231.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "n.132T>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": 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": "ENST00000533297.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "n.132T>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": 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": "ENST00000679368.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "n.179T>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000679466.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "n.132T>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": 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": "ENST00000679815.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "n.179T>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": 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": "ENST00000679829.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "n.132T>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": 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": "ENST00000680010.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "n.132T>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": 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": "ENST00000681638.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"hgvs_c": "n.197T>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_164072.1"
}
],
"gene_symbol": "DLAT",
"gene_hgnc_id": 2896,
"dbsnp": "rs376058284",
"frequency_reference_population": 0.00007249924,
"hom_count_reference_population": 0,
"allele_count_reference_population": 117,
"gnomad_exomes_af": 0.0000759426,
"gnomad_genomes_af": 0.000039427,
"gnomad_exomes_ac": 111,
"gnomad_genomes_ac": 6,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8299999833106995,
"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.83,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.167,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP6_Moderate",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 6,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_001372036.1",
"gene_symbol": "DLAT",
"hgnc_id": 2896,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.91T>G",
"hgvs_p": "p.Ser31Ala"
}
],
"clinvar_disease": "Pyruvate dehydrogenase E2 deficiency",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "Pyruvate dehydrogenase E2 deficiency",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}