← 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: 10-87050481-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=87050481&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 8,
"criteria": [
"BP4_Strong",
"BS2"
],
"effects": [
"3_prime_UTR_variant"
],
"gene_symbol": "GLUD1",
"hgnc_id": 4335,
"hgvs_c": "c.*1270C>T",
"hgvs_p": null,
"inheritance_mode": "AD",
"pathogenic_score": 0,
"score": -8,
"transcript": "NM_005271.5",
"verdict": "Benign"
}
],
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BS2",
"acmg_score": -8,
"allele_count_reference_population": 6,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.87,
"chr": "10",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "Hyperinsulinism-hyperammonemia syndrome",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"computational_prediction_selected": "Benign",
"computational_score_selected": -0.8700000047683716,
"computational_source_selected": "BayesDel_noAF",
"consequences": [
{
"aa_alt": null,
"aa_end": null,
"aa_length": 558,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3300,
"cdna_start": null,
"cds_end": null,
"cds_length": 1677,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 13,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "NM_005271.5",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "c.*1270C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000277865.5",
"protein_coding": true,
"protein_id": "NP_005262.1",
"strand": false,
"transcript": "NM_005271.5",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 558,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3300,
"cdna_start": null,
"cds_end": null,
"cds_length": 1677,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 13,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000277865.5",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "c.*1270C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_005271.5",
"protein_coding": true,
"protein_id": "ENSP00000277865.4",
"strand": false,
"transcript": "ENST00000277865.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 425,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2936,
"cdna_start": null,
"cds_end": null,
"cds_length": 1278,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 13,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "NM_001318900.1",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "c.*1270C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001305829.1",
"strand": false,
"transcript": "NM_001318900.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 391,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3289,
"cdna_start": null,
"cds_end": null,
"cds_length": 1176,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 16,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "NM_001318901.1",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "c.*1270C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001305830.1",
"strand": false,
"transcript": "NM_001318901.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 391,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3216,
"cdna_start": null,
"cds_end": null,
"cds_length": 1176,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 15,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "NM_001318902.1",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "c.*1270C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001305831.1",
"strand": false,
"transcript": "NM_001318902.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 391,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3527,
"cdna_start": null,
"cds_end": null,
"cds_length": 1176,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 14,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "NM_001318904.2",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "c.*1270C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001305833.1",
"strand": false,
"transcript": "NM_001318904.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 391,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3653,
"cdna_start": null,
"cds_end": null,
"cds_length": 1176,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 16,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "NM_001318905.2",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "c.*1270C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001305834.1",
"strand": false,
"transcript": "NM_001318905.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 391,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3360,
"cdna_start": null,
"cds_end": null,
"cds_length": 1176,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 14,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "NM_001318906.2",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "c.*1270C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001305835.1",
"strand": false,
"transcript": "NM_001318906.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 391,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3081,
"cdna_start": null,
"cds_end": null,
"cds_length": 1176,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 14,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "XM_047425099.1",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "c.*1270C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047281055.1",
"strand": false,
"transcript": "XM_047425099.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 391,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5071,
"cdna_start": null,
"cds_end": null,
"cds_length": 1176,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 15,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "XM_047425100.1",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "c.*1270C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047281056.1",
"strand": false,
"transcript": "XM_047425100.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 574,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3062,
"cdna_start": null,
"cds_end": null,
"cds_length": 1725,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000915201.1",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "c.*1270C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000585260.1",
"strand": true,
"transcript": "ENST00000915201.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 571,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3223,
"cdna_start": null,
"cds_end": null,
"cds_length": 1716,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000898383.1",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "c.*1270C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000568442.1",
"strand": true,
"transcript": "ENST00000898383.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 549,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3020,
"cdna_start": null,
"cds_end": null,
"cds_length": 1650,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000944406.1",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "c.*1270C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000614465.1",
"strand": true,
"transcript": "ENST00000944406.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 548,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2989,
"cdna_start": null,
"cds_end": null,
"cds_length": 1647,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000898388.1",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "c.*1270C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000568447.1",
"strand": true,
"transcript": "ENST00000898388.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 537,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3163,
"cdna_start": null,
"cds_end": null,
"cds_length": 1614,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000898382.1",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "c.*1270C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000568441.1",
"strand": true,
"transcript": "ENST00000898382.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 532,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2979,
"cdna_start": null,
"cds_end": null,
"cds_length": 1599,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000684338.1",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "c.*1426C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000507457.1",
"strand": true,
"transcript": "ENST00000684338.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 531,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3000,
"cdna_start": null,
"cds_end": null,
"cds_length": 1596,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000898387.1",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "c.*1270C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000568446.1",
"strand": true,
"transcript": "ENST00000898387.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 518,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2945,
"cdna_start": null,
"cds_end": null,
"cds_length": 1557,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000915200.1",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "c.*1270C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000585259.1",
"strand": true,
"transcript": "ENST00000915200.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 512,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3005,
"cdna_start": null,
"cds_end": null,
"cds_length": 1539,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000898385.1",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "c.*1270C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000568444.1",
"strand": true,
"transcript": "ENST00000898385.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 512,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2942,
"cdna_start": null,
"cds_end": null,
"cds_length": 1539,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000915199.1",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "c.*1270C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000585258.1",
"strand": true,
"transcript": "ENST00000915199.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 498,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2948,
"cdna_start": null,
"cds_end": null,
"cds_length": 1497,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000898386.1",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "c.*1270C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000568445.1",
"strand": true,
"transcript": "ENST00000898386.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 491,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2974,
"cdna_start": null,
"cds_end": null,
"cds_length": 1476,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000898384.1",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "c.*1270C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000568443.1",
"strand": true,
"transcript": "ENST00000898384.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 488,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2802,
"cdna_start": null,
"cds_end": null,
"cds_length": 1467,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000898390.1",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "c.*1270C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000568449.1",
"strand": true,
"transcript": "ENST00000898390.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 466,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2623,
"cdna_start": null,
"cds_end": null,
"cds_length": 1401,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000684201.1",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "c.*1270C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000507887.1",
"strand": true,
"transcript": "ENST00000684201.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 445,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2671,
"cdna_start": null,
"cds_end": null,
"cds_length": 1338,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000944407.1",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "c.*1270C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000614466.1",
"strand": true,
"transcript": "ENST00000944407.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 399,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2535,
"cdna_start": null,
"cds_end": null,
"cds_length": 1200,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000898392.1",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "c.*1270C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000568451.1",
"strand": true,
"transcript": "ENST00000898392.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 391,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2777,
"cdna_start": null,
"cds_end": null,
"cds_length": 1176,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000681988.1",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "c.*1270C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000507316.1",
"strand": true,
"transcript": "ENST00000681988.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 391,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2533,
"cdna_start": null,
"cds_end": null,
"cds_length": 1176,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000682507.1",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "c.*1270C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000508098.1",
"strand": true,
"transcript": "ENST00000682507.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 391,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2719,
"cdna_start": null,
"cds_end": null,
"cds_length": 1176,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000683256.1",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "c.*1270C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000507901.1",
"strand": true,
"transcript": "ENST00000683256.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 391,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3085,
"cdna_start": null,
"cds_end": null,
"cds_length": 1176,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 16,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000683269.1",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "c.*1270C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000508107.1",
"strand": true,
"transcript": "ENST00000683269.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 391,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2570,
"cdna_start": null,
"cds_end": null,
"cds_length": 1176,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 14,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000683783.1",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "c.*1270C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000507881.1",
"strand": true,
"transcript": "ENST00000683783.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 367,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2439,
"cdna_start": null,
"cds_end": null,
"cds_length": 1104,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000898389.1",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "c.*1270C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000568448.1",
"strand": true,
"transcript": "ENST00000898389.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 286,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2196,
"cdna_start": null,
"cds_end": null,
"cds_length": 861,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000898391.1",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "c.*1270C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000568450.1",
"strand": true,
"transcript": "ENST00000898391.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 4498,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000474574.2",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "n.*24C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000474574.2",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2643,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000487058.2",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "n.*51C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000487058.2",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2766,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000681987.1",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "n.*19C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000681987.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2919,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000682396.1",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "n.*2716C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506764.1",
"strand": true,
"transcript": "ENST00000682396.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2949,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 16,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000683022.1",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "n.*2825C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000508288.1",
"strand": true,
"transcript": "ENST00000683022.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 6257,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000683647.1",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "n.*24C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000683647.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1673,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000683649.1",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "n.*124C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000683649.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2651,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000683813.1",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "n.*24C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000683813.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2759,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 14,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000684032.1",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "n.*2670C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506969.1",
"strand": true,
"transcript": "ENST00000684032.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2281,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000684434.1",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "n.*2299C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507505.1",
"strand": true,
"transcript": "ENST00000684434.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 1781,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000684665.1",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "n.*130C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000684665.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3119,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000684690.1",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "n.*55C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000684690.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 5521,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000684699.1",
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"hgvs_c": "n.*5C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000684699.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs886047370",
"effect": "3_prime_UTR_variant",
"frequency_reference_population": 0.000039586193,
"gene_hgnc_id": 4335,
"gene_symbol": "GLUD1",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_ac": 6,
"gnomad_genomes_af": 0.0000395862,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Uncertain significance",
"phenotype_combined": "Hyperinsulinism-hyperammonemia syndrome",
"phylop100way_prediction": "Benign",
"phylop100way_score": 0.486,
"pos": 87050481,
"ref": "G",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": null,
"splice_score_selected": null,
"splice_source_selected": null,
"spliceai_max_prediction": null,
"spliceai_max_score": null,
"transcript": "NM_005271.5"
}
]
}