← 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: 5-142005065-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=142005065&ref=A&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 142005065,
"ref": "A",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_005471.5",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNPDA1",
"gene_hgnc_id": 4417,
"hgvs_c": "c.461T>A",
"hgvs_p": "p.Val154Glu",
"transcript": "NM_005471.5",
"protein_id": "NP_005462.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 289,
"cds_start": 461,
"cds_end": null,
"cds_length": 870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000311337.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005471.5"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNPDA1",
"gene_hgnc_id": 4417,
"hgvs_c": "c.461T>A",
"hgvs_p": "p.Val154Glu",
"transcript": "ENST00000311337.11",
"protein_id": "ENSP00000311876.6",
"transcript_support_level": 1,
"aa_start": 154,
"aa_end": null,
"aa_length": 289,
"cds_start": 461,
"cds_end": null,
"cds_length": 870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005471.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000311337.11"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNPDA1",
"gene_hgnc_id": 4417,
"hgvs_c": "c.461T>A",
"hgvs_p": "p.Val154Glu",
"transcript": "ENST00000503794.5",
"protein_id": "ENSP00000423485.1",
"transcript_support_level": 1,
"aa_start": 154,
"aa_end": null,
"aa_length": 289,
"cds_start": 461,
"cds_end": null,
"cds_length": 870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000503794.5"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNPDA1",
"gene_hgnc_id": 4417,
"hgvs_c": "c.461T>A",
"hgvs_p": "p.Val154Glu",
"transcript": "ENST00000508177.5",
"protein_id": "ENSP00000423674.1",
"transcript_support_level": 1,
"aa_start": 154,
"aa_end": null,
"aa_length": 289,
"cds_start": 461,
"cds_end": null,
"cds_length": 870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000508177.5"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNPDA1",
"gene_hgnc_id": 4417,
"hgvs_c": "c.524T>A",
"hgvs_p": "p.Val175Glu",
"transcript": "ENST00000505689.5",
"protein_id": "ENSP00000421524.1",
"transcript_support_level": 5,
"aa_start": 175,
"aa_end": null,
"aa_length": 289,
"cds_start": 524,
"cds_end": null,
"cds_length": 872,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000505689.5"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNPDA1",
"gene_hgnc_id": 4417,
"hgvs_c": "c.461T>A",
"hgvs_p": "p.Val154Glu",
"transcript": "ENST00000500692.6",
"protein_id": "ENSP00000424275.1",
"transcript_support_level": 5,
"aa_start": 154,
"aa_end": null,
"aa_length": 289,
"cds_start": 461,
"cds_end": null,
"cds_length": 870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000500692.6"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNPDA1",
"gene_hgnc_id": 4417,
"hgvs_c": "c.461T>A",
"hgvs_p": "p.Val154Glu",
"transcript": "ENST00000862717.1",
"protein_id": "ENSP00000532776.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 289,
"cds_start": 461,
"cds_end": null,
"cds_length": 870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862717.1"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNPDA1",
"gene_hgnc_id": 4417,
"hgvs_c": "c.461T>A",
"hgvs_p": "p.Val154Glu",
"transcript": "ENST00000862721.1",
"protein_id": "ENSP00000532780.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 289,
"cds_start": 461,
"cds_end": null,
"cds_length": 870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862721.1"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNPDA1",
"gene_hgnc_id": 4417,
"hgvs_c": "c.461T>A",
"hgvs_p": "p.Val154Glu",
"transcript": "ENST00000862723.1",
"protein_id": "ENSP00000532782.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 289,
"cds_start": 461,
"cds_end": null,
"cds_length": 870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862723.1"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNPDA1",
"gene_hgnc_id": 4417,
"hgvs_c": "c.461T>A",
"hgvs_p": "p.Val154Glu",
"transcript": "ENST00000862724.1",
"protein_id": "ENSP00000532783.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 289,
"cds_start": 461,
"cds_end": null,
"cds_length": 870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862724.1"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNPDA1",
"gene_hgnc_id": 4417,
"hgvs_c": "c.461T>A",
"hgvs_p": "p.Val154Glu",
"transcript": "ENST00000927689.1",
"protein_id": "ENSP00000597748.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 289,
"cds_start": 461,
"cds_end": null,
"cds_length": 870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927689.1"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNPDA1",
"gene_hgnc_id": 4417,
"hgvs_c": "c.461T>A",
"hgvs_p": "p.Val154Glu",
"transcript": "ENST00000927691.1",
"protein_id": "ENSP00000597750.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 289,
"cds_start": 461,
"cds_end": null,
"cds_length": 870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927691.1"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNPDA1",
"gene_hgnc_id": 4417,
"hgvs_c": "c.461T>A",
"hgvs_p": "p.Val154Glu",
"transcript": "ENST00000927692.1",
"protein_id": "ENSP00000597751.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 289,
"cds_start": 461,
"cds_end": null,
"cds_length": 870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927692.1"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNPDA1",
"gene_hgnc_id": 4417,
"hgvs_c": "c.461T>A",
"hgvs_p": "p.Val154Glu",
"transcript": "ENST00000927694.1",
"protein_id": "ENSP00000597753.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 289,
"cds_start": 461,
"cds_end": null,
"cds_length": 870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927694.1"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNPDA1",
"gene_hgnc_id": 4417,
"hgvs_c": "c.437T>A",
"hgvs_p": "p.Val146Glu",
"transcript": "ENST00000862714.1",
"protein_id": "ENSP00000532773.1",
"transcript_support_level": null,
"aa_start": 146,
"aa_end": null,
"aa_length": 281,
"cds_start": 437,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862714.1"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNPDA1",
"gene_hgnc_id": 4417,
"hgvs_c": "c.437T>A",
"hgvs_p": "p.Val146Glu",
"transcript": "ENST00000862719.1",
"protein_id": "ENSP00000532778.1",
"transcript_support_level": null,
"aa_start": 146,
"aa_end": null,
"aa_length": 281,
"cds_start": 437,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862719.1"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNPDA1",
"gene_hgnc_id": 4417,
"hgvs_c": "c.437T>A",
"hgvs_p": "p.Val146Glu",
"transcript": "ENST00000927693.1",
"protein_id": "ENSP00000597752.1",
"transcript_support_level": null,
"aa_start": 146,
"aa_end": null,
"aa_length": 281,
"cds_start": 437,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927693.1"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNPDA1",
"gene_hgnc_id": 4417,
"hgvs_c": "c.461T>A",
"hgvs_p": "p.Val154Glu",
"transcript": "ENST00000513454.5",
"protein_id": "ENSP00000423494.1",
"transcript_support_level": 5,
"aa_start": 154,
"aa_end": null,
"aa_length": 274,
"cds_start": 461,
"cds_end": null,
"cds_length": 825,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000513454.5"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNPDA1",
"gene_hgnc_id": 4417,
"hgvs_c": "c.461T>A",
"hgvs_p": "p.Val154Glu",
"transcript": "ENST00000862716.1",
"protein_id": "ENSP00000532775.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 273,
"cds_start": 461,
"cds_end": null,
"cds_length": 822,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862716.1"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNPDA1",
"gene_hgnc_id": 4417,
"hgvs_c": "c.461T>A",
"hgvs_p": "p.Val154Glu",
"transcript": "ENST00000862725.1",
"protein_id": "ENSP00000532784.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 273,
"cds_start": 461,
"cds_end": null,
"cds_length": 822,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862725.1"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNPDA1",
"gene_hgnc_id": 4417,
"hgvs_c": "c.461T>A",
"hgvs_p": "p.Val154Glu",
"transcript": "ENST00000862726.1",
"protein_id": "ENSP00000532785.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 271,
"cds_start": 461,
"cds_end": null,
"cds_length": 816,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862726.1"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNPDA1",
"gene_hgnc_id": 4417,
"hgvs_c": "c.461T>A",
"hgvs_p": "p.Val154Glu",
"transcript": "ENST00000927690.1",
"protein_id": "ENSP00000597749.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 271,
"cds_start": 461,
"cds_end": null,
"cds_length": 816,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927690.1"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNPDA1",
"gene_hgnc_id": 4417,
"hgvs_c": "c.461T>A",
"hgvs_p": "p.Val154Glu",
"transcript": "ENST00000951014.1",
"protein_id": "ENSP00000621073.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 261,
"cds_start": 461,
"cds_end": null,
"cds_length": 786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951014.1"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNPDA1",
"gene_hgnc_id": 4417,
"hgvs_c": "c.359T>A",
"hgvs_p": "p.Val120Glu",
"transcript": "ENST00000862713.1",
"protein_id": "ENSP00000532772.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 255,
"cds_start": 359,
"cds_end": null,
"cds_length": 768,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862713.1"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNPDA1",
"gene_hgnc_id": 4417,
"hgvs_c": "c.461T>A",
"hgvs_p": "p.Val154Glu",
"transcript": "ENST00000862718.1",
"protein_id": "ENSP00000532777.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 255,
"cds_start": 461,
"cds_end": null,
"cds_length": 768,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862718.1"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNPDA1",
"gene_hgnc_id": 4417,
"hgvs_c": "c.461T>A",
"hgvs_p": "p.Val154Glu",
"transcript": "ENST00000862720.1",
"protein_id": "ENSP00000532779.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 255,
"cds_start": 461,
"cds_end": null,
"cds_length": 768,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862720.1"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNPDA1",
"gene_hgnc_id": 4417,
"hgvs_c": "c.461T>A",
"hgvs_p": "p.Val154Glu",
"transcript": "ENST00000862722.1",
"protein_id": "ENSP00000532781.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 255,
"cds_start": 461,
"cds_end": null,
"cds_length": 768,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862722.1"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNPDA1",
"gene_hgnc_id": 4417,
"hgvs_c": "c.461T>A",
"hgvs_p": "p.Val154Glu",
"transcript": "ENST00000862727.1",
"protein_id": "ENSP00000532786.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 255,
"cds_start": 461,
"cds_end": null,
"cds_length": 768,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862727.1"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNPDA1",
"gene_hgnc_id": 4417,
"hgvs_c": "c.335T>A",
"hgvs_p": "p.Val112Glu",
"transcript": "ENST00000862715.1",
"protein_id": "ENSP00000532774.1",
"transcript_support_level": null,
"aa_start": 112,
"aa_end": null,
"aa_length": 247,
"cds_start": 335,
"cds_end": null,
"cds_length": 744,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862715.1"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNPDA1",
"gene_hgnc_id": 4417,
"hgvs_c": "c.359T>A",
"hgvs_p": "p.Val120Glu",
"transcript": "ENST00000951013.1",
"protein_id": "ENSP00000621072.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 237,
"cds_start": 359,
"cds_end": null,
"cds_length": 714,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951013.1"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNPDA1",
"gene_hgnc_id": 4417,
"hgvs_c": "c.461T>A",
"hgvs_p": "p.Val154Glu",
"transcript": "ENST00000504139.5",
"protein_id": "ENSP00000424625.1",
"transcript_support_level": 5,
"aa_start": 154,
"aa_end": null,
"aa_length": 236,
"cds_start": 461,
"cds_end": null,
"cds_length": 711,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000504139.5"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNPDA1",
"gene_hgnc_id": 4417,
"hgvs_c": "c.461T>A",
"hgvs_p": "p.Val154Glu",
"transcript": "ENST00000510194.5",
"protein_id": "ENSP00000424537.1",
"transcript_support_level": 4,
"aa_start": 154,
"aa_end": null,
"aa_length": 159,
"cds_start": 461,
"cds_end": null,
"cds_length": 482,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000510194.5"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNPDA1",
"gene_hgnc_id": 4417,
"hgvs_c": "c.548T>A",
"hgvs_p": "p.Val183Glu",
"transcript": "XM_005268348.2",
"protein_id": "XP_005268405.1",
"transcript_support_level": null,
"aa_start": 183,
"aa_end": null,
"aa_length": 318,
"cds_start": 548,
"cds_end": null,
"cds_length": 957,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005268348.2"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNPDA1",
"gene_hgnc_id": 4417,
"hgvs_c": "c.461T>A",
"hgvs_p": "p.Val154Glu",
"transcript": "XM_006714747.2",
"protein_id": "XP_006714810.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 289,
"cds_start": 461,
"cds_end": null,
"cds_length": 870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006714747.2"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNPDA1",
"gene_hgnc_id": 4417,
"hgvs_c": "c.461T>A",
"hgvs_p": "p.Val154Glu",
"transcript": "XM_047416582.1",
"protein_id": "XP_047272538.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 289,
"cds_start": 461,
"cds_end": null,
"cds_length": 870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416582.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNPDA1",
"gene_hgnc_id": 4417,
"hgvs_c": "n.223T>A",
"hgvs_p": null,
"transcript": "ENST00000507559.1",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000507559.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNPDA1",
"gene_hgnc_id": 4417,
"hgvs_c": "n.377T>A",
"hgvs_p": null,
"transcript": "ENST00000515747.1",
"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": "ENST00000515747.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNPDA1",
"gene_hgnc_id": 4417,
"hgvs_c": "c.*47T>A",
"hgvs_p": null,
"transcript": "ENST00000503229.5",
"protein_id": "ENSP00000422173.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 137,
"cds_start": null,
"cds_end": null,
"cds_length": 414,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000503229.5"
}
],
"gene_symbol": "GNPDA1",
"gene_hgnc_id": 4417,
"dbsnp": "rs1561571315",
"frequency_reference_population": 6.8477016e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.8477e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5307536721229553,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.325,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.5014,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.07,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 7.152,
"phylop100way_prediction": "Uncertain_significance",
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_005471.5",
"gene_symbol": "GNPDA1",
"hgnc_id": 4417,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.461T>A",
"hgvs_p": "p.Val154Glu"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}