← 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: 6-80167690-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=80167690&ref=T&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "6",
"pos": 80167690,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_183050.4",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHB",
"gene_hgnc_id": 987,
"hgvs_c": "c.356T>G",
"hgvs_p": "p.Val119Gly",
"transcript": "NM_183050.4",
"protein_id": "NP_898871.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 392,
"cds_start": 356,
"cds_end": null,
"cds_length": 1179,
"cdna_start": 379,
"cdna_end": null,
"cdna_length": 3668,
"mane_select": "ENST00000320393.9",
"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": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHB",
"gene_hgnc_id": 987,
"hgvs_c": "c.356T>G",
"hgvs_p": "p.Val119Gly",
"transcript": "ENST00000320393.9",
"protein_id": "ENSP00000318351.5",
"transcript_support_level": 1,
"aa_start": 119,
"aa_end": null,
"aa_length": 392,
"cds_start": 356,
"cds_end": null,
"cds_length": 1179,
"cdna_start": 379,
"cdna_end": null,
"cdna_length": 3668,
"mane_select": "NM_183050.4",
"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": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHB",
"gene_hgnc_id": 987,
"hgvs_c": "c.356T>G",
"hgvs_p": "p.Val119Gly",
"transcript": "ENST00000356489.9",
"protein_id": "ENSP00000348880.5",
"transcript_support_level": 1,
"aa_start": 119,
"aa_end": null,
"aa_length": 392,
"cds_start": 356,
"cds_end": null,
"cds_length": 1179,
"cdna_start": 403,
"cdna_end": null,
"cdna_length": 1514,
"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": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHB",
"gene_hgnc_id": 987,
"hgvs_c": "c.356T>G",
"hgvs_p": "p.Val119Gly",
"transcript": "NM_001424035.1",
"protein_id": "NP_001410964.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 411,
"cds_start": 356,
"cds_end": null,
"cds_length": 1236,
"cdna_start": 379,
"cdna_end": null,
"cdna_length": 3668,
"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": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHB",
"gene_hgnc_id": 987,
"hgvs_c": "c.356T>G",
"hgvs_p": "p.Val119Gly",
"transcript": "NM_000056.5",
"protein_id": "NP_000047.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 392,
"cds_start": 356,
"cds_end": null,
"cds_length": 1179,
"cdna_start": 379,
"cdna_end": null,
"cdna_length": 1506,
"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": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHB",
"gene_hgnc_id": 987,
"hgvs_c": "c.356T>G",
"hgvs_p": "p.Val119Gly",
"transcript": "NM_001424036.1",
"protein_id": "NP_001410965.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 392,
"cds_start": 356,
"cds_end": null,
"cds_length": 1179,
"cdna_start": 379,
"cdna_end": null,
"cdna_length": 3817,
"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": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHB",
"gene_hgnc_id": 987,
"hgvs_c": "c.356T>G",
"hgvs_p": "p.Val119Gly",
"transcript": "NM_001424037.1",
"protein_id": "NP_001410966.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 375,
"cds_start": 356,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 379,
"cdna_end": null,
"cdna_length": 1413,
"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": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHB",
"gene_hgnc_id": 987,
"hgvs_c": "c.356T>G",
"hgvs_p": "p.Val119Gly",
"transcript": "NM_001424038.1",
"protein_id": "NP_001410967.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 359,
"cds_start": 356,
"cds_end": null,
"cds_length": 1080,
"cdna_start": 379,
"cdna_end": null,
"cdna_length": 2361,
"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": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHB",
"gene_hgnc_id": 987,
"hgvs_c": "c.356T>G",
"hgvs_p": "p.Val119Gly",
"transcript": "NM_001424039.1",
"protein_id": "NP_001410968.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 353,
"cds_start": 356,
"cds_end": null,
"cds_length": 1062,
"cdna_start": 379,
"cdna_end": null,
"cdna_length": 3736,
"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": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHB",
"gene_hgnc_id": 987,
"hgvs_c": "c.356T>G",
"hgvs_p": "p.Val119Gly",
"transcript": "NM_001424040.1",
"protein_id": "NP_001410969.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 350,
"cds_start": 356,
"cds_end": null,
"cds_length": 1053,
"cdna_start": 379,
"cdna_end": null,
"cdna_length": 1380,
"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": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHB",
"gene_hgnc_id": 987,
"hgvs_c": "c.356T>G",
"hgvs_p": "p.Val119Gly",
"transcript": "NM_001424041.1",
"protein_id": "NP_001410970.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 348,
"cds_start": 356,
"cds_end": null,
"cds_length": 1047,
"cdna_start": 379,
"cdna_end": null,
"cdna_length": 4343,
"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": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHB",
"gene_hgnc_id": 987,
"hgvs_c": "c.356T>G",
"hgvs_p": "p.Val119Gly",
"transcript": "NM_001424042.1",
"protein_id": "NP_001410971.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 324,
"cds_start": 356,
"cds_end": null,
"cds_length": 975,
"cdna_start": 379,
"cdna_end": null,
"cdna_length": 1709,
"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": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHB",
"gene_hgnc_id": 987,
"hgvs_c": "c.146T>G",
"hgvs_p": "p.Val49Gly",
"transcript": "NM_001318975.1",
"protein_id": "NP_001305904.1",
"transcript_support_level": null,
"aa_start": 49,
"aa_end": null,
"aa_length": 322,
"cds_start": 146,
"cds_end": null,
"cds_length": 969,
"cdna_start": 234,
"cdna_end": null,
"cdna_length": 3523,
"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": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHB",
"gene_hgnc_id": 987,
"hgvs_c": "c.146T>G",
"hgvs_p": "p.Val49Gly",
"transcript": "NM_001424043.1",
"protein_id": "NP_001410972.1",
"transcript_support_level": null,
"aa_start": 49,
"aa_end": null,
"aa_length": 322,
"cds_start": 146,
"cds_end": null,
"cds_length": 969,
"cdna_start": 333,
"cdna_end": null,
"cdna_length": 3622,
"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": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHB",
"gene_hgnc_id": 987,
"hgvs_c": "c.356T>G",
"hgvs_p": "p.Val119Gly",
"transcript": "NM_001424044.1",
"protein_id": "NP_001410973.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 318,
"cds_start": 356,
"cds_end": null,
"cds_length": 957,
"cdna_start": 379,
"cdna_end": null,
"cdna_length": 3232,
"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": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHB",
"gene_hgnc_id": 987,
"hgvs_c": "c.356T>G",
"hgvs_p": "p.Val119Gly",
"transcript": "NM_001424045.1",
"protein_id": "NP_001410974.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 219,
"cds_start": 356,
"cds_end": null,
"cds_length": 660,
"cdna_start": 379,
"cdna_end": null,
"cdna_length": 1842,
"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": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHB",
"gene_hgnc_id": 987,
"hgvs_c": "c.356T>G",
"hgvs_p": "p.Val119Gly",
"transcript": "ENST00000369760.8",
"protein_id": "ENSP00000358775.4",
"transcript_support_level": 3,
"aa_start": 119,
"aa_end": null,
"aa_length": 218,
"cds_start": 356,
"cds_end": null,
"cds_length": 657,
"cdna_start": 403,
"cdna_end": null,
"cdna_length": 743,
"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": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHB",
"gene_hgnc_id": 987,
"hgvs_c": "c.356T>G",
"hgvs_p": "p.Val119Gly",
"transcript": "XM_047419207.1",
"protein_id": "XP_047275163.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 392,
"cds_start": 356,
"cds_end": null,
"cds_length": 1179,
"cdna_start": 379,
"cdna_end": null,
"cdna_length": 4506,
"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": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHB",
"gene_hgnc_id": 987,
"hgvs_c": "c.356T>G",
"hgvs_p": "p.Val119Gly",
"transcript": "XM_005248756.6",
"protein_id": "XP_005248813.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 360,
"cds_start": 356,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 379,
"cdna_end": null,
"cdna_length": 36216,
"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": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHB",
"gene_hgnc_id": 987,
"hgvs_c": "c.356T>G",
"hgvs_p": "p.Val119Gly",
"transcript": "XM_047419210.1",
"protein_id": "XP_047275166.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 359,
"cds_start": 356,
"cds_end": null,
"cds_length": 1080,
"cdna_start": 379,
"cdna_end": null,
"cdna_length": 2127,
"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": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHB",
"gene_hgnc_id": 987,
"hgvs_c": "c.356T>G",
"hgvs_p": "p.Val119Gly",
"transcript": "XM_047419211.1",
"protein_id": "XP_047275167.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 358,
"cds_start": 356,
"cds_end": null,
"cds_length": 1077,
"cdna_start": 379,
"cdna_end": null,
"cdna_length": 24516,
"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": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHB",
"gene_hgnc_id": 987,
"hgvs_c": "c.356T>G",
"hgvs_p": "p.Val119Gly",
"transcript": "XM_047419212.1",
"protein_id": "XP_047275168.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 358,
"cds_start": 356,
"cds_end": null,
"cds_length": 1077,
"cdna_start": 379,
"cdna_end": null,
"cdna_length": 2181,
"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": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHB",
"gene_hgnc_id": 987,
"hgvs_c": "c.356T>G",
"hgvs_p": "p.Val119Gly",
"transcript": "XM_047419213.1",
"protein_id": "XP_047275169.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 353,
"cds_start": 356,
"cds_end": null,
"cds_length": 1062,
"cdna_start": 379,
"cdna_end": null,
"cdna_length": 2429,
"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": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHB",
"gene_hgnc_id": 987,
"hgvs_c": "c.146T>G",
"hgvs_p": "p.Val49Gly",
"transcript": "XM_047419214.1",
"protein_id": "XP_047275170.1",
"transcript_support_level": null,
"aa_start": 49,
"aa_end": null,
"aa_length": 322,
"cds_start": 146,
"cds_end": null,
"cds_length": 969,
"cdna_start": 389,
"cdna_end": null,
"cdna_length": 3678,
"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": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHB",
"gene_hgnc_id": 987,
"hgvs_c": "n.379T>G",
"hgvs_p": null,
"transcript": "NR_134945.2",
"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": 3762,
"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": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHB",
"gene_hgnc_id": 987,
"hgvs_c": "n.379T>G",
"hgvs_p": null,
"transcript": "NR_187561.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": 3559,
"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": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHB",
"gene_hgnc_id": 987,
"hgvs_c": "n.379T>G",
"hgvs_p": null,
"transcript": "NR_187562.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": 1600,
"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": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHB",
"gene_hgnc_id": 987,
"hgvs_c": "n.379T>G",
"hgvs_p": null,
"transcript": "NR_187563.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": 4437,
"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": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHB",
"gene_hgnc_id": 987,
"hgvs_c": "n.497T>G",
"hgvs_p": null,
"transcript": "NR_187564.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": 3786,
"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": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHB",
"gene_hgnc_id": 987,
"hgvs_c": "n.379T>G",
"hgvs_p": null,
"transcript": "NR_187565.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": 4234,
"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": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHB",
"gene_hgnc_id": 987,
"hgvs_c": "n.379T>G",
"hgvs_p": null,
"transcript": "XR_001743546.3",
"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": 2192,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "BCKDHB",
"gene_hgnc_id": 987,
"dbsnp": "rs121965005",
"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.9922738671302795,
"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.97,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9716,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.52,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.66,
"phylop100way_prediction": "Pathogenic",
"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": 8,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP2,PP3_Strong,PP5",
"acmg_by_gene": [
{
"score": 8,
"benign_score": 0,
"pathogenic_score": 8,
"criteria": [
"PM2",
"PP2",
"PP3_Strong",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_183050.4",
"gene_symbol": "BCKDHB",
"hgnc_id": 987,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.356T>G",
"hgvs_p": "p.Val119Gly"
}
],
"clinvar_disease": "Maple syrup urine disease type 1B",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Maple syrup urine disease type 1B",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}