← 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-12896058-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=12896058&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 12896058,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_000159.4",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCDH",
"gene_hgnc_id": 4189,
"hgvs_c": "c.572T>C",
"hgvs_p": "p.Met191Thr",
"transcript": "NM_000159.4",
"protein_id": "NP_000150.1",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 438,
"cds_start": 572,
"cds_end": null,
"cds_length": 1317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000222214.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000159.4"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCDH",
"gene_hgnc_id": 4189,
"hgvs_c": "c.572T>C",
"hgvs_p": "p.Met191Thr",
"transcript": "ENST00000222214.10",
"protein_id": "ENSP00000222214.4",
"transcript_support_level": 1,
"aa_start": 191,
"aa_end": null,
"aa_length": 438,
"cds_start": 572,
"cds_end": null,
"cds_length": 1317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000159.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000222214.10"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCDH",
"gene_hgnc_id": 4189,
"hgvs_c": "c.572T>C",
"hgvs_p": "p.Met191Thr",
"transcript": "ENST00000591470.5",
"protein_id": "ENSP00000466845.1",
"transcript_support_level": 1,
"aa_start": 191,
"aa_end": null,
"aa_length": 438,
"cds_start": 572,
"cds_end": null,
"cds_length": 1317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000591470.5"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCDH",
"gene_hgnc_id": 4189,
"hgvs_c": "c.572T>C",
"hgvs_p": "p.Met191Thr",
"transcript": "ENST00000714069.1",
"protein_id": "ENSP00000519360.1",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 522,
"cds_start": 572,
"cds_end": null,
"cds_length": 1569,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000714069.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCDH",
"gene_hgnc_id": 4189,
"hgvs_c": "c.572T>C",
"hgvs_p": "p.Met191Thr",
"transcript": "ENST00000714068.1",
"protein_id": "ENSP00000519359.1",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 480,
"cds_start": 572,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000714068.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCDH",
"gene_hgnc_id": 4189,
"hgvs_c": "c.692T>C",
"hgvs_p": "p.Met231Thr",
"transcript": "ENST00000940009.1",
"protein_id": "ENSP00000610068.1",
"transcript_support_level": null,
"aa_start": 231,
"aa_end": null,
"aa_length": 478,
"cds_start": 692,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940009.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCDH",
"gene_hgnc_id": 4189,
"hgvs_c": "c.620T>C",
"hgvs_p": "p.Met207Thr",
"transcript": "ENST00000587072.2",
"protein_id": "ENSP00000468584.2",
"transcript_support_level": 5,
"aa_start": 207,
"aa_end": null,
"aa_length": 454,
"cds_start": 620,
"cds_end": null,
"cds_length": 1365,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000587072.2"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCDH",
"gene_hgnc_id": 4189,
"hgvs_c": "c.572T>C",
"hgvs_p": "p.Met191Thr",
"transcript": "ENST00000591050.2",
"protein_id": "ENSP00000467735.2",
"transcript_support_level": 3,
"aa_start": 191,
"aa_end": null,
"aa_length": 446,
"cds_start": 572,
"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": "ENST00000591050.2"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCDH",
"gene_hgnc_id": 4189,
"hgvs_c": "c.584T>C",
"hgvs_p": "p.Met195Thr",
"transcript": "ENST00000909380.1",
"protein_id": "ENSP00000579439.1",
"transcript_support_level": null,
"aa_start": 195,
"aa_end": null,
"aa_length": 442,
"cds_start": 584,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909380.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCDH",
"gene_hgnc_id": 4189,
"hgvs_c": "c.572T>C",
"hgvs_p": "p.Met191Thr",
"transcript": "ENST00000714067.1",
"protein_id": "ENSP00000519358.1",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 441,
"cds_start": 572,
"cds_end": null,
"cds_length": 1326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000714067.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCDH",
"gene_hgnc_id": 4189,
"hgvs_c": "c.572T>C",
"hgvs_p": "p.Met191Thr",
"transcript": "ENST00000714070.1",
"protein_id": "ENSP00000519361.1",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 439,
"cds_start": 572,
"cds_end": null,
"cds_length": 1320,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000714070.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCDH",
"gene_hgnc_id": 4189,
"hgvs_c": "c.572T>C",
"hgvs_p": "p.Met191Thr",
"transcript": "ENST00000909379.1",
"protein_id": "ENSP00000579438.1",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 438,
"cds_start": 572,
"cds_end": null,
"cds_length": 1317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909379.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCDH",
"gene_hgnc_id": 4189,
"hgvs_c": "c.566T>C",
"hgvs_p": "p.Met189Thr",
"transcript": "ENST00000909381.1",
"protein_id": "ENSP00000579440.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 436,
"cds_start": 566,
"cds_end": null,
"cds_length": 1311,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909381.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCDH",
"gene_hgnc_id": 4189,
"hgvs_c": "c.566T>C",
"hgvs_p": "p.Met189Thr",
"transcript": "ENST00000909385.1",
"protein_id": "ENSP00000579444.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 436,
"cds_start": 566,
"cds_end": null,
"cds_length": 1311,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909385.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCDH",
"gene_hgnc_id": 4189,
"hgvs_c": "c.572T>C",
"hgvs_p": "p.Met191Thr",
"transcript": "ENST00000590472.6",
"protein_id": "ENSP00000468625.3",
"transcript_support_level": 5,
"aa_start": 191,
"aa_end": null,
"aa_length": 433,
"cds_start": 572,
"cds_end": null,
"cds_length": 1302,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000590472.6"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCDH",
"gene_hgnc_id": 4189,
"hgvs_c": "c.572T>C",
"hgvs_p": "p.Met191Thr",
"transcript": "ENST00000714075.1",
"protein_id": "ENSP00000519366.1",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 429,
"cds_start": 572,
"cds_end": null,
"cds_length": 1290,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000714075.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCDH",
"gene_hgnc_id": 4189,
"hgvs_c": "c.572T>C",
"hgvs_p": "p.Met191Thr",
"transcript": "NM_013976.5",
"protein_id": "NP_039663.1",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 428,
"cds_start": 572,
"cds_end": null,
"cds_length": 1287,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_013976.5"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCDH",
"gene_hgnc_id": 4189,
"hgvs_c": "c.572T>C",
"hgvs_p": "p.Met191Thr",
"transcript": "ENST00000714073.1",
"protein_id": "ENSP00000519364.1",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 428,
"cds_start": 572,
"cds_end": null,
"cds_length": 1287,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000714073.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCDH",
"gene_hgnc_id": 4189,
"hgvs_c": "c.536T>C",
"hgvs_p": "p.Met179Thr",
"transcript": "ENST00000588905.6",
"protein_id": "ENSP00000465770.2",
"transcript_support_level": 5,
"aa_start": 179,
"aa_end": null,
"aa_length": 426,
"cds_start": 536,
"cds_end": null,
"cds_length": 1281,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000588905.6"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCDH",
"gene_hgnc_id": 4189,
"hgvs_c": "c.536T>C",
"hgvs_p": "p.Met179Thr",
"transcript": "ENST00000909383.1",
"protein_id": "ENSP00000579442.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 426,
"cds_start": 536,
"cds_end": null,
"cds_length": 1281,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909383.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCDH",
"gene_hgnc_id": 4189,
"hgvs_c": "c.536T>C",
"hgvs_p": "p.Met179Thr",
"transcript": "ENST00000909387.1",
"protein_id": "ENSP00000579446.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 426,
"cds_start": 536,
"cds_end": null,
"cds_length": 1281,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909387.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCDH",
"gene_hgnc_id": 4189,
"hgvs_c": "c.503T>C",
"hgvs_p": "p.Met168Thr",
"transcript": "ENST00000954317.1",
"protein_id": "ENSP00000624376.1",
"transcript_support_level": null,
"aa_start": 168,
"aa_end": null,
"aa_length": 415,
"cds_start": 503,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954317.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCDH",
"gene_hgnc_id": 4189,
"hgvs_c": "c.473T>C",
"hgvs_p": "p.Met158Thr",
"transcript": "ENST00000954316.1",
"protein_id": "ENSP00000624375.1",
"transcript_support_level": null,
"aa_start": 158,
"aa_end": null,
"aa_length": 405,
"cds_start": 473,
"cds_end": null,
"cds_length": 1218,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954316.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCDH",
"gene_hgnc_id": 4189,
"hgvs_c": "c.572T>C",
"hgvs_p": "p.Met191Thr",
"transcript": "ENST00000714072.1",
"protein_id": "ENSP00000519363.1",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 396,
"cds_start": 572,
"cds_end": null,
"cds_length": 1191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000714072.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCDH",
"gene_hgnc_id": 4189,
"hgvs_c": "c.572T>C",
"hgvs_p": "p.Met191Thr",
"transcript": "ENST00000909384.1",
"protein_id": "ENSP00000579443.1",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 396,
"cds_start": 572,
"cds_end": null,
"cds_length": 1191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909384.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCDH",
"gene_hgnc_id": 4189,
"hgvs_c": "c.428T>C",
"hgvs_p": "p.Met143Thr",
"transcript": "ENST00000940008.1",
"protein_id": "ENSP00000610067.1",
"transcript_support_level": null,
"aa_start": 143,
"aa_end": null,
"aa_length": 390,
"cds_start": 428,
"cds_end": null,
"cds_length": 1173,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940008.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCDH",
"gene_hgnc_id": 4189,
"hgvs_c": "c.401T>C",
"hgvs_p": "p.Met134Thr",
"transcript": "ENST00000909386.1",
"protein_id": "ENSP00000579445.1",
"transcript_support_level": null,
"aa_start": 134,
"aa_end": null,
"aa_length": 381,
"cds_start": 401,
"cds_end": null,
"cds_length": 1146,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909386.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCDH",
"gene_hgnc_id": 4189,
"hgvs_c": "c.365T>C",
"hgvs_p": "p.Met122Thr",
"transcript": "ENST00000940007.1",
"protein_id": "ENSP00000610066.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 369,
"cds_start": 365,
"cds_end": null,
"cds_length": 1110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940007.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": 6,
"intron_rank_end": null,
"gene_symbol": "GCDH",
"gene_hgnc_id": 4189,
"hgvs_c": "c.506-182T>C",
"hgvs_p": null,
"transcript": "ENST00000909382.1",
"protein_id": "ENSP00000579441.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 383,
"cds_start": null,
"cds_end": null,
"cds_length": 1152,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909382.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCDH",
"gene_hgnc_id": 4189,
"hgvs_c": "n.550T>C",
"hgvs_p": null,
"transcript": "ENST00000421816.6",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000421816.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCDH",
"gene_hgnc_id": 4189,
"hgvs_c": "n.937T>C",
"hgvs_p": null,
"transcript": "ENST00000585420.5",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000585420.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCDH",
"gene_hgnc_id": 4189,
"hgvs_c": "n.*63T>C",
"hgvs_p": null,
"transcript": "ENST00000589039.6",
"protein_id": "ENSP00000465618.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000589039.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCDH",
"gene_hgnc_id": 4189,
"hgvs_c": "n.*12T>C",
"hgvs_p": null,
"transcript": "ENST00000590530.5",
"protein_id": "ENSP00000468452.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": "ENST00000590530.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCDH",
"gene_hgnc_id": 4189,
"hgvs_c": "n.608T>C",
"hgvs_p": null,
"transcript": "ENST00000591043.1",
"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": "ENST00000591043.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCDH",
"gene_hgnc_id": 4189,
"hgvs_c": "n.572T>C",
"hgvs_p": null,
"transcript": "ENST00000714071.1",
"protein_id": "ENSP00000519362.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": "ENST00000714071.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCDH",
"gene_hgnc_id": 4189,
"hgvs_c": "n.572T>C",
"hgvs_p": null,
"transcript": "ENST00000714074.1",
"protein_id": "ENSP00000519365.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": "ENST00000714074.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCDH",
"gene_hgnc_id": 4189,
"hgvs_c": "n.735T>C",
"hgvs_p": null,
"transcript": "NR_102316.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_102316.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCDH",
"gene_hgnc_id": 4189,
"hgvs_c": "n.988T>C",
"hgvs_p": null,
"transcript": "NR_102317.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_102317.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCDH",
"gene_hgnc_id": 4189,
"hgvs_c": "n.*63T>C",
"hgvs_p": null,
"transcript": "ENST00000589039.6",
"protein_id": "ENSP00000465618.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000589039.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCDH",
"gene_hgnc_id": 4189,
"hgvs_c": "n.*12T>C",
"hgvs_p": null,
"transcript": "ENST00000590530.5",
"protein_id": "ENSP00000468452.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": "ENST00000590530.5"
}
],
"gene_symbol": "GCDH",
"gene_hgnc_id": 4189,
"dbsnp": "rs149120354",
"frequency_reference_population": 0.00027759085,
"hom_count_reference_population": 1,
"allele_count_reference_population": 448,
"gnomad_exomes_af": 0.000290725,
"gnomad_genomes_af": 0.000151292,
"gnomad_exomes_ac": 425,
"gnomad_genomes_ac": 23,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9704359769821167,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.97,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.6281,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.49,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.62,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 20,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PS3,PM1,PM5,PP3_Strong,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 20,
"benign_score": 0,
"pathogenic_score": 20,
"criteria": [
"PS3",
"PM1",
"PM5",
"PP3_Strong",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_000159.4",
"gene_symbol": "GCDH",
"hgnc_id": 4189,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.572T>C",
"hgvs_p": "p.Met191Thr"
}
],
"clinvar_disease": " type 1,Glutaric aciduria,not provided",
"clinvar_classification": "Pathogenic/Likely pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:5 LP:1",
"phenotype_combined": "Glutaric aciduria, type 1|not provided",
"pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}