← 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: 19-12893627-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=12893627&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PS3",
"PM1",
"PM2",
"PP3_Moderate",
"PP5_Very_Strong"
],
"effects": [
"missense_variant"
],
"gene_symbol": "GCDH",
"hgnc_id": 4189,
"hgvs_c": "c.479A>G",
"hgvs_p": "p.Gln160Arg",
"inheritance_mode": "AR",
"pathogenic_score": 18,
"score": 18,
"transcript": "NM_000159.4",
"verdict": "Pathogenic"
}
],
"acmg_classification": "Pathogenic",
"acmg_criteria": "PS3,PM1,PM2,PP3_Moderate,PP5_Very_Strong",
"acmg_score": 18,
"allele_count_reference_population": 4,
"alphamissense_prediction": null,
"alphamissense_score": 0.589,
"alt": "G",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.58,
"chr": "19",
"clinvar_classification": "Pathogenic/Likely pathogenic",
"clinvar_disease": " type 1,Glutaric aciduria,Tyrosinemia type III",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:1 LP:4",
"computational_prediction_selected": "Pathogenic",
"computational_score_selected": 0.9195314049720764,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 438,
"aa_ref": "Q",
"aa_start": 160,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1852,
"cdna_start": 556,
"cds_end": null,
"cds_length": 1317,
"cds_start": 479,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_000159.4",
"gene_hgnc_id": 4189,
"gene_symbol": "GCDH",
"hgvs_c": "c.479A>G",
"hgvs_p": "p.Gln160Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000222214.10",
"protein_coding": true,
"protein_id": "NP_000150.1",
"strand": true,
"transcript": "NM_000159.4",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 438,
"aa_ref": "Q",
"aa_start": 160,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 1852,
"cdna_start": 556,
"cds_end": null,
"cds_length": 1317,
"cds_start": 479,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000222214.10",
"gene_hgnc_id": 4189,
"gene_symbol": "GCDH",
"hgvs_c": "c.479A>G",
"hgvs_p": "p.Gln160Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_000159.4",
"protein_coding": true,
"protein_id": "ENSP00000222214.4",
"strand": true,
"transcript": "ENST00000222214.10",
"transcript_support_level": 1
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 438,
"aa_ref": "Q",
"aa_start": 160,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1867,
"cdna_start": 624,
"cds_end": null,
"cds_length": 1317,
"cds_start": 479,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000591470.5",
"gene_hgnc_id": 4189,
"gene_symbol": "GCDH",
"hgvs_c": "c.479A>G",
"hgvs_p": "p.Gln160Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000466845.1",
"strand": true,
"transcript": "ENST00000591470.5",
"transcript_support_level": 1
},
{
"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": 1051,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000590627.5",
"gene_hgnc_id": 4189,
"gene_symbol": "GCDH",
"hgvs_c": "n.844A>G",
"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": "ENST00000590627.5",
"transcript_support_level": 1
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 522,
"aa_ref": "Q",
"aa_start": 160,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1932,
"cdna_start": 588,
"cds_end": null,
"cds_length": 1569,
"cds_start": 479,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000714069.1",
"gene_hgnc_id": 4189,
"gene_symbol": "GCDH",
"hgvs_c": "c.479A>G",
"hgvs_p": "p.Gln160Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000519360.1",
"strand": true,
"transcript": "ENST00000714069.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 480,
"aa_ref": "Q",
"aa_start": 160,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1917,
"cdna_start": 588,
"cds_end": null,
"cds_length": 1443,
"cds_start": 479,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000714068.1",
"gene_hgnc_id": 4189,
"gene_symbol": "GCDH",
"hgvs_c": "c.479A>G",
"hgvs_p": "p.Gln160Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000519359.1",
"strand": true,
"transcript": "ENST00000714068.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 478,
"aa_ref": "Q",
"aa_start": 200,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1918,
"cdna_start": 652,
"cds_end": null,
"cds_length": 1437,
"cds_start": 599,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000940009.1",
"gene_hgnc_id": 4189,
"gene_symbol": "GCDH",
"hgvs_c": "c.599A>G",
"hgvs_p": "p.Gln200Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000610068.1",
"strand": true,
"transcript": "ENST00000940009.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 454,
"aa_ref": "Q",
"aa_start": 176,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1883,
"cdna_start": 587,
"cds_end": null,
"cds_length": 1365,
"cds_start": 527,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000587072.2",
"gene_hgnc_id": 4189,
"gene_symbol": "GCDH",
"hgvs_c": "c.527A>G",
"hgvs_p": "p.Gln176Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000468584.2",
"strand": true,
"transcript": "ENST00000587072.2",
"transcript_support_level": 5
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 446,
"aa_ref": "Q",
"aa_start": 160,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2484,
"cdna_start": 588,
"cds_end": null,
"cds_length": 1341,
"cds_start": 479,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000591050.2",
"gene_hgnc_id": 4189,
"gene_symbol": "GCDH",
"hgvs_c": "c.479A>G",
"hgvs_p": "p.Gln160Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000467735.2",
"strand": true,
"transcript": "ENST00000591050.2",
"transcript_support_level": 3
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 442,
"aa_ref": "Q",
"aa_start": 164,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3022,
"cdna_start": 557,
"cds_end": null,
"cds_length": 1329,
"cds_start": 491,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000909380.1",
"gene_hgnc_id": 4189,
"gene_symbol": "GCDH",
"hgvs_c": "c.491A>G",
"hgvs_p": "p.Gln164Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000579439.1",
"strand": true,
"transcript": "ENST00000909380.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 441,
"aa_ref": "Q",
"aa_start": 160,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1865,
"cdna_start": 588,
"cds_end": null,
"cds_length": 1326,
"cds_start": 479,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000714067.1",
"gene_hgnc_id": 4189,
"gene_symbol": "GCDH",
"hgvs_c": "c.479A>G",
"hgvs_p": "p.Gln160Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000519358.1",
"strand": true,
"transcript": "ENST00000714067.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 439,
"aa_ref": "Q",
"aa_start": 160,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1823,
"cdna_start": 588,
"cds_end": null,
"cds_length": 1320,
"cds_start": 479,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000714070.1",
"gene_hgnc_id": 4189,
"gene_symbol": "GCDH",
"hgvs_c": "c.479A>G",
"hgvs_p": "p.Gln160Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000519361.1",
"strand": true,
"transcript": "ENST00000714070.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 438,
"aa_ref": "Q",
"aa_start": 160,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3248,
"cdna_start": 575,
"cds_end": null,
"cds_length": 1317,
"cds_start": 479,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000909379.1",
"gene_hgnc_id": 4189,
"gene_symbol": "GCDH",
"hgvs_c": "c.479A>G",
"hgvs_p": "p.Gln160Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000579438.1",
"strand": true,
"transcript": "ENST00000909379.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 436,
"aa_ref": "Q",
"aa_start": 158,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1795,
"cdna_start": 530,
"cds_end": null,
"cds_length": 1311,
"cds_start": 473,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000909381.1",
"gene_hgnc_id": 4189,
"gene_symbol": "GCDH",
"hgvs_c": "c.473A>G",
"hgvs_p": "p.Gln158Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000579440.1",
"strand": true,
"transcript": "ENST00000909381.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 436,
"aa_ref": "Q",
"aa_start": 158,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1840,
"cdna_start": 577,
"cds_end": null,
"cds_length": 1311,
"cds_start": 473,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000909385.1",
"gene_hgnc_id": 4189,
"gene_symbol": "GCDH",
"hgvs_c": "c.473A>G",
"hgvs_p": "p.Gln158Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000579444.1",
"strand": true,
"transcript": "ENST00000909385.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 433,
"aa_ref": "Q",
"aa_start": 160,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1578,
"cdna_start": 556,
"cds_end": null,
"cds_length": 1302,
"cds_start": 479,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000590472.6",
"gene_hgnc_id": 4189,
"gene_symbol": "GCDH",
"hgvs_c": "c.479A>G",
"hgvs_p": "p.Gln160Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000468625.3",
"strand": true,
"transcript": "ENST00000590472.6",
"transcript_support_level": 5
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 429,
"aa_ref": "Q",
"aa_start": 160,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1771,
"cdna_start": 534,
"cds_end": null,
"cds_length": 1290,
"cds_start": 479,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000714075.1",
"gene_hgnc_id": 4189,
"gene_symbol": "GCDH",
"hgvs_c": "c.479A>G",
"hgvs_p": "p.Gln160Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000519366.1",
"strand": true,
"transcript": "ENST00000714075.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 428,
"aa_ref": "Q",
"aa_start": 160,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1590,
"cdna_start": 556,
"cds_end": null,
"cds_length": 1287,
"cds_start": 479,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_013976.5",
"gene_hgnc_id": 4189,
"gene_symbol": "GCDH",
"hgvs_c": "c.479A>G",
"hgvs_p": "p.Gln160Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_039663.1",
"strand": true,
"transcript": "NM_013976.5",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 428,
"aa_ref": "Q",
"aa_start": 160,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1570,
"cdna_start": 536,
"cds_end": null,
"cds_length": 1287,
"cds_start": 479,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000714073.1",
"gene_hgnc_id": 4189,
"gene_symbol": "GCDH",
"hgvs_c": "c.479A>G",
"hgvs_p": "p.Gln160Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000519364.1",
"strand": true,
"transcript": "ENST00000714073.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 426,
"aa_ref": "Q",
"aa_start": 148,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1786,
"cdna_start": 520,
"cds_end": null,
"cds_length": 1281,
"cds_start": 443,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000588905.6",
"gene_hgnc_id": 4189,
"gene_symbol": "GCDH",
"hgvs_c": "c.443A>G",
"hgvs_p": "p.Gln148Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000465770.2",
"strand": true,
"transcript": "ENST00000588905.6",
"transcript_support_level": 5
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 426,
"aa_ref": "Q",
"aa_start": 148,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1830,
"cdna_start": 565,
"cds_end": null,
"cds_length": 1281,
"cds_start": 443,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000909383.1",
"gene_hgnc_id": 4189,
"gene_symbol": "GCDH",
"hgvs_c": "c.443A>G",
"hgvs_p": "p.Gln148Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000579442.1",
"strand": true,
"transcript": "ENST00000909383.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 426,
"aa_ref": "Q",
"aa_start": 160,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1534,
"cdna_start": 533,
"cds_end": null,
"cds_length": 1281,
"cds_start": 479,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000909387.1",
"gene_hgnc_id": 4189,
"gene_symbol": "GCDH",
"hgvs_c": "c.479A>G",
"hgvs_p": "p.Gln160Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000579446.1",
"strand": true,
"transcript": "ENST00000909387.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 415,
"aa_ref": "Q",
"aa_start": 137,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1751,
"cdna_start": 487,
"cds_end": null,
"cds_length": 1248,
"cds_start": 410,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000954317.1",
"gene_hgnc_id": 4189,
"gene_symbol": "GCDH",
"hgvs_c": "c.410A>G",
"hgvs_p": "p.Gln137Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000624376.1",
"strand": true,
"transcript": "ENST00000954317.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 405,
"aa_ref": "Q",
"aa_start": 127,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2910,
"cdna_start": 445,
"cds_end": null,
"cds_length": 1218,
"cds_start": 380,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000954316.1",
"gene_hgnc_id": 4189,
"gene_symbol": "GCDH",
"hgvs_c": "c.380A>G",
"hgvs_p": "p.Gln127Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000624375.1",
"strand": true,
"transcript": "ENST00000954316.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 396,
"aa_ref": "Q",
"aa_start": 160,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1414,
"cdna_start": 545,
"cds_end": null,
"cds_length": 1191,
"cds_start": 479,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000714072.1",
"gene_hgnc_id": 4189,
"gene_symbol": "GCDH",
"hgvs_c": "c.479A>G",
"hgvs_p": "p.Gln160Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000519363.1",
"strand": true,
"transcript": "ENST00000714072.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 396,
"aa_ref": "Q",
"aa_start": 160,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1722,
"cdna_start": 583,
"cds_end": null,
"cds_length": 1191,
"cds_start": 479,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000909384.1",
"gene_hgnc_id": 4189,
"gene_symbol": "GCDH",
"hgvs_c": "c.479A>G",
"hgvs_p": "p.Gln160Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000579443.1",
"strand": true,
"transcript": "ENST00000909384.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 390,
"aa_ref": "Q",
"aa_start": 112,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1667,
"cdna_start": 401,
"cds_end": null,
"cds_length": 1173,
"cds_start": 335,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000940008.1",
"gene_hgnc_id": 4189,
"gene_symbol": "GCDH",
"hgvs_c": "c.335A>G",
"hgvs_p": "p.Gln112Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000610067.1",
"strand": true,
"transcript": "ENST00000940008.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 383,
"aa_ref": "Q",
"aa_start": 160,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1636,
"cdna_start": 536,
"cds_end": null,
"cds_length": 1152,
"cds_start": 479,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000909382.1",
"gene_hgnc_id": 4189,
"gene_symbol": "GCDH",
"hgvs_c": "c.479A>G",
"hgvs_p": "p.Gln160Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000579441.1",
"strand": true,
"transcript": "ENST00000909382.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 381,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1400,
"cdna_start": null,
"cds_end": null,
"cds_length": 1146,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000909386.1",
"gene_hgnc_id": 4189,
"gene_symbol": "GCDH",
"hgvs_c": "c.334+1449A>G",
"hgvs_p": null,
"intron_rank": 5,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000579445.1",
"strand": true,
"transcript": "ENST00000909386.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 369,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1608,
"cdna_start": null,
"cds_end": null,
"cds_length": 1110,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000940007.1",
"gene_hgnc_id": 4189,
"gene_symbol": "GCDH",
"hgvs_c": "c.298+1449A>G",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000610066.1",
"strand": true,
"transcript": "ENST00000940007.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": 1109,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 8,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000421816.6",
"gene_hgnc_id": 4189,
"gene_symbol": "GCDH",
"hgvs_c": "n.457A>G",
"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": "ENST00000421816.6",
"transcript_support_level": 2
},
{
"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": 1730,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000585420.5",
"gene_hgnc_id": 4189,
"gene_symbol": "GCDH",
"hgvs_c": "n.844A>G",
"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": "ENST00000585420.5",
"transcript_support_level": 2
},
{
"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": 791,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000587832.5",
"gene_hgnc_id": 4189,
"gene_symbol": "GCDH",
"hgvs_c": "n.536A>G",
"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": "ENST00000587832.5",
"transcript_support_level": 2
},
{
"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": 1789,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000589039.6",
"gene_hgnc_id": 4189,
"gene_symbol": "GCDH",
"hgvs_c": "n.416A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000465618.1",
"strand": true,
"transcript": "ENST00000589039.6",
"transcript_support_level": 5
},
{
"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": 1871,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000590530.5",
"gene_hgnc_id": 4189,
"gene_symbol": "GCDH",
"hgvs_c": "n.534A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000468452.1",
"strand": true,
"transcript": "ENST00000590530.5",
"transcript_support_level": 2
},
{
"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": 1764,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000591043.1",
"gene_hgnc_id": 4189,
"gene_symbol": "GCDH",
"hgvs_c": "n.515A>G",
"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": "ENST00000591043.1",
"transcript_support_level": 5
},
{
"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": 1733,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000714071.1",
"gene_hgnc_id": 4189,
"gene_symbol": "GCDH",
"hgvs_c": "n.479A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000519362.1",
"strand": true,
"transcript": "ENST00000714071.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": 3178,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000714074.1",
"gene_hgnc_id": 4189,
"gene_symbol": "GCDH",
"hgvs_c": "n.479A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000519365.1",
"strand": true,
"transcript": "ENST00000714074.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": 1938,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NR_102316.1",
"gene_hgnc_id": 4189,
"gene_symbol": "GCDH",
"hgvs_c": "n.642A>G",
"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": "NR_102316.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": 2156,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NR_102317.1",
"gene_hgnc_id": 4189,
"gene_symbol": "GCDH",
"hgvs_c": "n.895A>G",
"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": "NR_102317.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs1176799813",
"effect": "missense_variant",
"frequency_reference_population": 0.0000024783424,
"gene_hgnc_id": 4189,
"gene_symbol": "GCDH",
"gnomad_exomes_ac": 3,
"gnomad_exomes_af": 0.00000205224,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 1,
"gnomad_genomes_af": 0.00000657177,
"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": "Pathogenic/Likely pathogenic",
"phenotype_combined": "Glutaric aciduria, type 1|Tyrosinemia type III",
"phylop100way_prediction": "Uncertain_significance",
"phylop100way_score": 6.955,
"pos": 12893627,
"ref": "A",
"revel_prediction": "Pathogenic",
"revel_score": 0.958,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_000159.4"
}
]
}