← 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: 1-8864084-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=8864084&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 8864084,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001428.5",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.874A>G",
"hgvs_p": "p.Ile292Val",
"transcript": "NM_001428.5",
"protein_id": "NP_001419.1",
"transcript_support_level": null,
"aa_start": 292,
"aa_end": null,
"aa_length": 434,
"cds_start": 874,
"cds_end": null,
"cds_length": 1305,
"cdna_start": 990,
"cdna_end": null,
"cdna_length": 1781,
"mane_select": "ENST00000234590.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001428.5"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.874A>G",
"hgvs_p": "p.Ile292Val",
"transcript": "ENST00000234590.10",
"protein_id": "ENSP00000234590.4",
"transcript_support_level": 1,
"aa_start": 292,
"aa_end": null,
"aa_length": 434,
"cds_start": 874,
"cds_end": null,
"cds_length": 1305,
"cdna_start": 990,
"cdna_end": null,
"cdna_length": 1781,
"mane_select": "NM_001428.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000234590.10"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "n.1759A>G",
"hgvs_p": null,
"transcript": "ENST00000464920.2",
"protein_id": null,
"transcript_support_level": 1,
"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": 2548,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000464920.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.904A>G",
"hgvs_p": "p.Ile302Val",
"transcript": "ENST00000879697.1",
"protein_id": "ENSP00000549756.1",
"transcript_support_level": null,
"aa_start": 302,
"aa_end": null,
"aa_length": 444,
"cds_start": 904,
"cds_end": null,
"cds_length": 1335,
"cdna_start": 1046,
"cdna_end": null,
"cdna_length": 1832,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879697.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.904A>G",
"hgvs_p": "p.Ile302Val",
"transcript": "ENST00000935305.1",
"protein_id": "ENSP00000605364.1",
"transcript_support_level": null,
"aa_start": 302,
"aa_end": null,
"aa_length": 442,
"cds_start": 904,
"cds_end": null,
"cds_length": 1329,
"cdna_start": 1018,
"cdna_end": null,
"cdna_length": 1801,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935305.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.874A>G",
"hgvs_p": "p.Ile292Val",
"transcript": "NM_001353346.3",
"protein_id": "NP_001340275.1",
"transcript_support_level": null,
"aa_start": 292,
"aa_end": null,
"aa_length": 434,
"cds_start": 874,
"cds_end": null,
"cds_length": 1305,
"cdna_start": 990,
"cdna_end": null,
"cdna_length": 1781,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353346.3"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.874A>G",
"hgvs_p": "p.Ile292Val",
"transcript": "ENST00000647408.1",
"protein_id": "ENSP00000495530.1",
"transcript_support_level": null,
"aa_start": 292,
"aa_end": null,
"aa_length": 434,
"cds_start": 874,
"cds_end": null,
"cds_length": 1305,
"cdna_start": 993,
"cdna_end": null,
"cdna_length": 1782,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000647408.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.874A>G",
"hgvs_p": "p.Ile292Val",
"transcript": "ENST00000879694.1",
"protein_id": "ENSP00000549753.1",
"transcript_support_level": null,
"aa_start": 292,
"aa_end": null,
"aa_length": 434,
"cds_start": 874,
"cds_end": null,
"cds_length": 1305,
"cdna_start": 1121,
"cdna_end": null,
"cdna_length": 1905,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879694.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.874A>G",
"hgvs_p": "p.Ile292Val",
"transcript": "ENST00000879696.1",
"protein_id": "ENSP00000549755.1",
"transcript_support_level": null,
"aa_start": 292,
"aa_end": null,
"aa_length": 434,
"cds_start": 874,
"cds_end": null,
"cds_length": 1305,
"cdna_start": 1021,
"cdna_end": null,
"cdna_length": 1812,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879696.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.874A>G",
"hgvs_p": "p.Ile292Val",
"transcript": "ENST00000879698.1",
"protein_id": "ENSP00000549757.1",
"transcript_support_level": null,
"aa_start": 292,
"aa_end": null,
"aa_length": 434,
"cds_start": 874,
"cds_end": null,
"cds_length": 1305,
"cdna_start": 993,
"cdna_end": null,
"cdna_length": 1782,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879698.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.874A>G",
"hgvs_p": "p.Ile292Val",
"transcript": "ENST00000879700.1",
"protein_id": "ENSP00000549759.1",
"transcript_support_level": null,
"aa_start": 292,
"aa_end": null,
"aa_length": 434,
"cds_start": 874,
"cds_end": null,
"cds_length": 1305,
"cdna_start": 1437,
"cdna_end": null,
"cdna_length": 2223,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879700.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.874A>G",
"hgvs_p": "p.Ile292Val",
"transcript": "ENST00000879703.1",
"protein_id": "ENSP00000549762.1",
"transcript_support_level": null,
"aa_start": 292,
"aa_end": null,
"aa_length": 434,
"cds_start": 874,
"cds_end": null,
"cds_length": 1305,
"cdna_start": 1147,
"cdna_end": null,
"cdna_length": 1931,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879703.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.874A>G",
"hgvs_p": "p.Ile292Val",
"transcript": "ENST00000879704.1",
"protein_id": "ENSP00000549763.1",
"transcript_support_level": null,
"aa_start": 292,
"aa_end": null,
"aa_length": 434,
"cds_start": 874,
"cds_end": null,
"cds_length": 1305,
"cdna_start": 1140,
"cdna_end": null,
"cdna_length": 1929,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879704.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.874A>G",
"hgvs_p": "p.Ile292Val",
"transcript": "ENST00000879705.1",
"protein_id": "ENSP00000549764.1",
"transcript_support_level": null,
"aa_start": 292,
"aa_end": null,
"aa_length": 434,
"cds_start": 874,
"cds_end": null,
"cds_length": 1305,
"cdna_start": 1221,
"cdna_end": null,
"cdna_length": 2010,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879705.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.874A>G",
"hgvs_p": "p.Ile292Val",
"transcript": "ENST00000879706.1",
"protein_id": "ENSP00000549765.1",
"transcript_support_level": null,
"aa_start": 292,
"aa_end": null,
"aa_length": 434,
"cds_start": 874,
"cds_end": null,
"cds_length": 1305,
"cdna_start": 944,
"cdna_end": null,
"cdna_length": 1733,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879706.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.874A>G",
"hgvs_p": "p.Ile292Val",
"transcript": "ENST00000879707.1",
"protein_id": "ENSP00000549766.1",
"transcript_support_level": null,
"aa_start": 292,
"aa_end": null,
"aa_length": 434,
"cds_start": 874,
"cds_end": null,
"cds_length": 1305,
"cdna_start": 996,
"cdna_end": null,
"cdna_length": 1782,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879707.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.874A>G",
"hgvs_p": "p.Ile292Val",
"transcript": "ENST00000935295.1",
"protein_id": "ENSP00000605354.1",
"transcript_support_level": null,
"aa_start": 292,
"aa_end": null,
"aa_length": 434,
"cds_start": 874,
"cds_end": null,
"cds_length": 1305,
"cdna_start": 1128,
"cdna_end": null,
"cdna_length": 1917,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935295.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.874A>G",
"hgvs_p": "p.Ile292Val",
"transcript": "ENST00000935306.1",
"protein_id": "ENSP00000605365.1",
"transcript_support_level": null,
"aa_start": 292,
"aa_end": null,
"aa_length": 434,
"cds_start": 874,
"cds_end": null,
"cds_length": 1305,
"cdna_start": 1030,
"cdna_end": null,
"cdna_length": 1813,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935306.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.874A>G",
"hgvs_p": "p.Ile292Val",
"transcript": "ENST00000935307.1",
"protein_id": "ENSP00000605366.1",
"transcript_support_level": null,
"aa_start": 292,
"aa_end": null,
"aa_length": 434,
"cds_start": 874,
"cds_end": null,
"cds_length": 1305,
"cdna_start": 1002,
"cdna_end": null,
"cdna_length": 1791,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935307.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.874A>G",
"hgvs_p": "p.Ile292Val",
"transcript": "ENST00000971792.1",
"protein_id": "ENSP00000641851.1",
"transcript_support_level": null,
"aa_start": 292,
"aa_end": null,
"aa_length": 434,
"cds_start": 874,
"cds_end": null,
"cds_length": 1305,
"cdna_start": 1299,
"cdna_end": null,
"cdna_length": 2085,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971792.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.874A>G",
"hgvs_p": "p.Ile292Val",
"transcript": "ENST00000971795.1",
"protein_id": "ENSP00000641854.1",
"transcript_support_level": null,
"aa_start": 292,
"aa_end": null,
"aa_length": 434,
"cds_start": 874,
"cds_end": null,
"cds_length": 1305,
"cdna_start": 1212,
"cdna_end": null,
"cdna_length": 1997,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971795.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.874A>G",
"hgvs_p": "p.Ile292Val",
"transcript": "ENST00000971796.1",
"protein_id": "ENSP00000641855.1",
"transcript_support_level": null,
"aa_start": 292,
"aa_end": null,
"aa_length": 434,
"cds_start": 874,
"cds_end": null,
"cds_length": 1305,
"cdna_start": 1021,
"cdna_end": null,
"cdna_length": 1806,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971796.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.874A>G",
"hgvs_p": "p.Ile292Val",
"transcript": "ENST00000971797.1",
"protein_id": "ENSP00000641856.1",
"transcript_support_level": null,
"aa_start": 292,
"aa_end": null,
"aa_length": 434,
"cds_start": 874,
"cds_end": null,
"cds_length": 1305,
"cdna_start": 1127,
"cdna_end": null,
"cdna_length": 1912,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971797.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.874A>G",
"hgvs_p": "p.Ile292Val",
"transcript": "ENST00000971798.1",
"protein_id": "ENSP00000641857.1",
"transcript_support_level": null,
"aa_start": 292,
"aa_end": null,
"aa_length": 434,
"cds_start": 874,
"cds_end": null,
"cds_length": 1305,
"cdna_start": 918,
"cdna_end": null,
"cdna_length": 1703,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971798.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.874A>G",
"hgvs_p": "p.Ile292Val",
"transcript": "ENST00000879695.1",
"protein_id": "ENSP00000549754.1",
"transcript_support_level": null,
"aa_start": 292,
"aa_end": null,
"aa_length": 432,
"cds_start": 874,
"cds_end": null,
"cds_length": 1299,
"cdna_start": 1578,
"cdna_end": null,
"cdna_length": 2361,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879695.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.874A>G",
"hgvs_p": "p.Ile292Val",
"transcript": "ENST00000971794.1",
"protein_id": "ENSP00000641853.1",
"transcript_support_level": null,
"aa_start": 292,
"aa_end": null,
"aa_length": 432,
"cds_start": 874,
"cds_end": null,
"cds_length": 1299,
"cdna_start": 993,
"cdna_end": null,
"cdna_length": 1773,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971794.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.865A>G",
"hgvs_p": "p.Ile289Val",
"transcript": "ENST00000935293.1",
"protein_id": "ENSP00000605352.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 431,
"cds_start": 865,
"cds_end": null,
"cds_length": 1296,
"cdna_start": 1028,
"cdna_end": null,
"cdna_length": 1842,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935293.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.874A>G",
"hgvs_p": "p.Ile292Val",
"transcript": "ENST00000879701.1",
"protein_id": "ENSP00000549760.1",
"transcript_support_level": null,
"aa_start": 292,
"aa_end": null,
"aa_length": 430,
"cds_start": 874,
"cds_end": null,
"cds_length": 1293,
"cdna_start": 990,
"cdna_end": null,
"cdna_length": 1767,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879701.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.847A>G",
"hgvs_p": "p.Ile283Val",
"transcript": "ENST00000935304.1",
"protein_id": "ENSP00000605363.1",
"transcript_support_level": null,
"aa_start": 283,
"aa_end": null,
"aa_length": 425,
"cds_start": 847,
"cds_end": null,
"cds_length": 1278,
"cdna_start": 963,
"cdna_end": null,
"cdna_length": 1752,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935304.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.832A>G",
"hgvs_p": "p.Ile278Val",
"transcript": "ENST00000879699.1",
"protein_id": "ENSP00000549758.1",
"transcript_support_level": null,
"aa_start": 278,
"aa_end": null,
"aa_length": 420,
"cds_start": 832,
"cds_end": null,
"cds_length": 1263,
"cdna_start": 952,
"cdna_end": null,
"cdna_length": 1738,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879699.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.823A>G",
"hgvs_p": "p.Ile275Val",
"transcript": "ENST00000935301.1",
"protein_id": "ENSP00000605360.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 417,
"cds_start": 823,
"cds_end": null,
"cds_length": 1254,
"cdna_start": 963,
"cdna_end": null,
"cdna_length": 1752,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935301.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.820A>G",
"hgvs_p": "p.Ile274Val",
"transcript": "ENST00000935296.1",
"protein_id": "ENSP00000605355.1",
"transcript_support_level": null,
"aa_start": 274,
"aa_end": null,
"aa_length": 416,
"cds_start": 820,
"cds_end": null,
"cds_length": 1251,
"cdna_start": 962,
"cdna_end": null,
"cdna_length": 1755,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935296.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.817A>G",
"hgvs_p": "p.Ile273Val",
"transcript": "ENST00000935297.1",
"protein_id": "ENSP00000605356.1",
"transcript_support_level": null,
"aa_start": 273,
"aa_end": null,
"aa_length": 415,
"cds_start": 817,
"cds_end": null,
"cds_length": 1248,
"cdna_start": 959,
"cdna_end": null,
"cdna_length": 1750,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935297.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.778A>G",
"hgvs_p": "p.Ile260Val",
"transcript": "ENST00000935300.1",
"protein_id": "ENSP00000605359.1",
"transcript_support_level": null,
"aa_start": 260,
"aa_end": null,
"aa_length": 402,
"cds_start": 778,
"cds_end": null,
"cds_length": 1209,
"cdna_start": 920,
"cdna_end": null,
"cdna_length": 1709,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935300.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.745A>G",
"hgvs_p": "p.Ile249Val",
"transcript": "ENST00000935299.1",
"protein_id": "ENSP00000605358.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 391,
"cds_start": 745,
"cds_end": null,
"cds_length": 1176,
"cdna_start": 887,
"cdna_end": null,
"cdna_length": 1676,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935299.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.874A>G",
"hgvs_p": "p.Ile292Val",
"transcript": "ENST00000879702.1",
"protein_id": "ENSP00000549761.1",
"transcript_support_level": null,
"aa_start": 292,
"aa_end": null,
"aa_length": 378,
"cds_start": 874,
"cds_end": null,
"cds_length": 1137,
"cdna_start": 994,
"cdna_end": null,
"cdna_length": 1608,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879702.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.679A>G",
"hgvs_p": "p.Ile227Val",
"transcript": "ENST00000935298.1",
"protein_id": "ENSP00000605357.1",
"transcript_support_level": null,
"aa_start": 227,
"aa_end": null,
"aa_length": 369,
"cds_start": 679,
"cds_end": null,
"cds_length": 1110,
"cdna_start": 821,
"cdna_end": null,
"cdna_length": 1610,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935298.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.676A>G",
"hgvs_p": "p.Ile226Val",
"transcript": "ENST00000935303.1",
"protein_id": "ENSP00000605362.1",
"transcript_support_level": null,
"aa_start": 226,
"aa_end": null,
"aa_length": 368,
"cds_start": 676,
"cds_end": null,
"cds_length": 1107,
"cdna_start": 792,
"cdna_end": null,
"cdna_length": 1581,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935303.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.649A>G",
"hgvs_p": "p.Ile217Val",
"transcript": "ENST00000935302.1",
"protein_id": "ENSP00000605361.1",
"transcript_support_level": null,
"aa_start": 217,
"aa_end": null,
"aa_length": 359,
"cds_start": 649,
"cds_end": null,
"cds_length": 1080,
"cdna_start": 783,
"cdna_end": null,
"cdna_length": 1572,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935302.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.595A>G",
"hgvs_p": "p.Ile199Val",
"transcript": "NM_001201483.4",
"protein_id": "NP_001188412.1",
"transcript_support_level": null,
"aa_start": 199,
"aa_end": null,
"aa_length": 341,
"cds_start": 595,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 2370,
"cdna_end": null,
"cdna_length": 3161,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001201483.4"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.517A>G",
"hgvs_p": "p.Ile173Val",
"transcript": "ENST00000971793.1",
"protein_id": "ENSP00000641852.1",
"transcript_support_level": null,
"aa_start": 173,
"aa_end": null,
"aa_length": 315,
"cds_start": 517,
"cds_end": null,
"cds_length": 948,
"cdna_start": 637,
"cdna_end": null,
"cdna_length": 1424,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971793.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.866-7A>G",
"hgvs_p": null,
"transcript": "ENST00000935294.1",
"protein_id": "ENSP00000605353.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 429,
"cds_start": null,
"cds_end": null,
"cds_length": 1290,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1812,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935294.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "n.1396A>G",
"hgvs_p": null,
"transcript": "ENST00000645609.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": 1819,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000645609.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "n.*627A>G",
"hgvs_p": null,
"transcript": "ENST00000646370.2",
"protein_id": "ENSP00000495568.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": 1837,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000646370.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "n.*627A>G",
"hgvs_p": null,
"transcript": "ENST00000646370.2",
"protein_id": "ENSP00000495568.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": 1837,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000646370.2"
}
],
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"dbsnp": "rs533860041",
"frequency_reference_population": 0.000022925775,
"hom_count_reference_population": 0,
"allele_count_reference_population": 37,
"gnomad_exomes_af": 0.0000246264,
"gnomad_genomes_af": 0.00000657652,
"gnomad_exomes_ac": 36,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.4018729329109192,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.248,
"revel_prediction": "Benign",
"alphamissense_score": 0.1561,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.28,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 6.159,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001428.5",
"gene_symbol": "ENO1",
"hgnc_id": 3350,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.874A>G",
"hgvs_p": "p.Ile292Val"
}
],
"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
}