← 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-8868016-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=8868016&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 8868016,
"ref": "C",
"alt": "A",
"effect": "start_lost",
"transcript": "NM_001201483.4",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.282G>T",
"hgvs_p": "p.Met94Ile",
"transcript": "NM_001428.5",
"protein_id": "NP_001419.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 434,
"cds_start": 282,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000234590.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001428.5"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.282G>T",
"hgvs_p": "p.Met94Ile",
"transcript": "ENST00000234590.10",
"protein_id": "ENSP00000234590.4",
"transcript_support_level": 1,
"aa_start": 94,
"aa_end": null,
"aa_length": 434,
"cds_start": 282,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"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": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "n.1167G>T",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000464920.2"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"start_lost"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.3G>T",
"hgvs_p": "p.Met1?",
"transcript": "NM_001201483.4",
"protein_id": "NP_001188412.1",
"transcript_support_level": null,
"aa_start": 1,
"aa_end": null,
"aa_length": 341,
"cds_start": 3,
"cds_end": null,
"cds_length": 1026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001201483.4"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.282G>T",
"hgvs_p": "p.Met94Ile",
"transcript": "ENST00000879697.1",
"protein_id": "ENSP00000549756.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 444,
"cds_start": 282,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879697.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.282G>T",
"hgvs_p": "p.Met94Ile",
"transcript": "ENST00000935305.1",
"protein_id": "ENSP00000605364.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 442,
"cds_start": 282,
"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": "ENST00000935305.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.282G>T",
"hgvs_p": "p.Met94Ile",
"transcript": "NM_001353346.3",
"protein_id": "NP_001340275.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 434,
"cds_start": 282,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353346.3"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.282G>T",
"hgvs_p": "p.Met94Ile",
"transcript": "ENST00000647408.1",
"protein_id": "ENSP00000495530.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 434,
"cds_start": 282,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000647408.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.282G>T",
"hgvs_p": "p.Met94Ile",
"transcript": "ENST00000879694.1",
"protein_id": "ENSP00000549753.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 434,
"cds_start": 282,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879694.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.282G>T",
"hgvs_p": "p.Met94Ile",
"transcript": "ENST00000879696.1",
"protein_id": "ENSP00000549755.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 434,
"cds_start": 282,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879696.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.282G>T",
"hgvs_p": "p.Met94Ile",
"transcript": "ENST00000879698.1",
"protein_id": "ENSP00000549757.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 434,
"cds_start": 282,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879698.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.282G>T",
"hgvs_p": "p.Met94Ile",
"transcript": "ENST00000879700.1",
"protein_id": "ENSP00000549759.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 434,
"cds_start": 282,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879700.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.282G>T",
"hgvs_p": "p.Met94Ile",
"transcript": "ENST00000879703.1",
"protein_id": "ENSP00000549762.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 434,
"cds_start": 282,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879703.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.282G>T",
"hgvs_p": "p.Met94Ile",
"transcript": "ENST00000879704.1",
"protein_id": "ENSP00000549763.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 434,
"cds_start": 282,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879704.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.282G>T",
"hgvs_p": "p.Met94Ile",
"transcript": "ENST00000879705.1",
"protein_id": "ENSP00000549764.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 434,
"cds_start": 282,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879705.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.282G>T",
"hgvs_p": "p.Met94Ile",
"transcript": "ENST00000879706.1",
"protein_id": "ENSP00000549765.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 434,
"cds_start": 282,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879706.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.282G>T",
"hgvs_p": "p.Met94Ile",
"transcript": "ENST00000879707.1",
"protein_id": "ENSP00000549766.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 434,
"cds_start": 282,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879707.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.282G>T",
"hgvs_p": "p.Met94Ile",
"transcript": "ENST00000935295.1",
"protein_id": "ENSP00000605354.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 434,
"cds_start": 282,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935295.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.282G>T",
"hgvs_p": "p.Met94Ile",
"transcript": "ENST00000935306.1",
"protein_id": "ENSP00000605365.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 434,
"cds_start": 282,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935306.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.282G>T",
"hgvs_p": "p.Met94Ile",
"transcript": "ENST00000935307.1",
"protein_id": "ENSP00000605366.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 434,
"cds_start": 282,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935307.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.282G>T",
"hgvs_p": "p.Met94Ile",
"transcript": "ENST00000971792.1",
"protein_id": "ENSP00000641851.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 434,
"cds_start": 282,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971792.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.282G>T",
"hgvs_p": "p.Met94Ile",
"transcript": "ENST00000971795.1",
"protein_id": "ENSP00000641854.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 434,
"cds_start": 282,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971795.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.282G>T",
"hgvs_p": "p.Met94Ile",
"transcript": "ENST00000971796.1",
"protein_id": "ENSP00000641855.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 434,
"cds_start": 282,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971796.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.282G>T",
"hgvs_p": "p.Met94Ile",
"transcript": "ENST00000971797.1",
"protein_id": "ENSP00000641856.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 434,
"cds_start": 282,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971797.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.282G>T",
"hgvs_p": "p.Met94Ile",
"transcript": "ENST00000971798.1",
"protein_id": "ENSP00000641857.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 434,
"cds_start": 282,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971798.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.282G>T",
"hgvs_p": "p.Met94Ile",
"transcript": "ENST00000879695.1",
"protein_id": "ENSP00000549754.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 432,
"cds_start": 282,
"cds_end": null,
"cds_length": 1299,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879695.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.282G>T",
"hgvs_p": "p.Met94Ile",
"transcript": "ENST00000971794.1",
"protein_id": "ENSP00000641853.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 432,
"cds_start": 282,
"cds_end": null,
"cds_length": 1299,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971794.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.273G>T",
"hgvs_p": "p.Met91Ile",
"transcript": "ENST00000935293.1",
"protein_id": "ENSP00000605352.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 431,
"cds_start": 273,
"cds_end": null,
"cds_length": 1296,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935293.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.282G>T",
"hgvs_p": "p.Met94Ile",
"transcript": "ENST00000879701.1",
"protein_id": "ENSP00000549760.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 430,
"cds_start": 282,
"cds_end": null,
"cds_length": 1293,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879701.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.282G>T",
"hgvs_p": "p.Met94Ile",
"transcript": "ENST00000935294.1",
"protein_id": "ENSP00000605353.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 429,
"cds_start": 282,
"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": "ENST00000935294.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.255G>T",
"hgvs_p": "p.Met85Ile",
"transcript": "ENST00000935304.1",
"protein_id": "ENSP00000605363.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 425,
"cds_start": 255,
"cds_end": null,
"cds_length": 1278,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935304.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.282G>T",
"hgvs_p": "p.Met94Ile",
"transcript": "ENST00000879699.1",
"protein_id": "ENSP00000549758.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 420,
"cds_start": 282,
"cds_end": null,
"cds_length": 1263,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879699.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.282G>T",
"hgvs_p": "p.Met94Ile",
"transcript": "ENST00000935301.1",
"protein_id": "ENSP00000605360.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 417,
"cds_start": 282,
"cds_end": null,
"cds_length": 1254,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935301.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.282G>T",
"hgvs_p": "p.Met94Ile",
"transcript": "ENST00000935296.1",
"protein_id": "ENSP00000605355.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 416,
"cds_start": 282,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935296.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.225G>T",
"hgvs_p": "p.Met75Ile",
"transcript": "ENST00000935297.1",
"protein_id": "ENSP00000605356.1",
"transcript_support_level": null,
"aa_start": 75,
"aa_end": null,
"aa_length": 415,
"cds_start": 225,
"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": "ENST00000935297.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.186G>T",
"hgvs_p": "p.Met62Ile",
"transcript": "ENST00000935300.1",
"protein_id": "ENSP00000605359.1",
"transcript_support_level": null,
"aa_start": 62,
"aa_end": null,
"aa_length": 402,
"cds_start": 186,
"cds_end": null,
"cds_length": 1209,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935300.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.282G>T",
"hgvs_p": "p.Met94Ile",
"transcript": "ENST00000879702.1",
"protein_id": "ENSP00000549761.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 378,
"cds_start": 282,
"cds_end": null,
"cds_length": 1137,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879702.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.282G>T",
"hgvs_p": "p.Met94Ile",
"transcript": "ENST00000935298.1",
"protein_id": "ENSP00000605357.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 369,
"cds_start": 282,
"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": "ENST00000935298.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.282G>T",
"hgvs_p": "p.Met94Ile",
"transcript": "ENST00000935303.1",
"protein_id": "ENSP00000605362.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 368,
"cds_start": 282,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935303.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.282G>T",
"hgvs_p": "p.Met94Ile",
"transcript": "ENST00000971793.1",
"protein_id": "ENSP00000641852.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 315,
"cds_start": 282,
"cds_end": null,
"cds_length": 948,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971793.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"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": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.282G>T",
"hgvs_p": "p.Met94Ile",
"transcript": "ENST00000497492.1",
"protein_id": "ENSP00000466406.1",
"transcript_support_level": 2,
"aa_start": 94,
"aa_end": null,
"aa_length": 194,
"cds_start": 282,
"cds_end": null,
"cds_length": 585,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000497492.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"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": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.282G>T",
"hgvs_p": "p.Met94Ile",
"transcript": "ENST00000646660.1",
"protein_id": "ENSP00000494470.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 170,
"cds_start": 282,
"cds_end": null,
"cds_length": 514,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646660.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.282G>T",
"hgvs_p": "p.Met94Ile",
"transcript": "ENST00000646906.1",
"protein_id": "ENSP00000496562.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 124,
"cds_start": 282,
"cds_end": null,
"cds_length": 377,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646906.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.182-766G>T",
"hgvs_p": null,
"transcript": "ENST00000935299.1",
"protein_id": "ENSP00000605358.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 391,
"cds_start": null,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935299.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.86-766G>T",
"hgvs_p": null,
"transcript": "ENST00000935302.1",
"protein_id": "ENSP00000605361.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 359,
"cds_start": null,
"cds_end": null,
"cds_length": 1080,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935302.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "n.155G>T",
"hgvs_p": null,
"transcript": "ENST00000645600.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": "ENST00000645600.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "n.804G>T",
"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": null,
"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": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "n.*35G>T",
"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": null,
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "n.*10G>T",
"hgvs_p": null,
"transcript": "ENST00000646680.1",
"protein_id": "ENSP00000495946.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": "ENST00000646680.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "n.*35G>T",
"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": null,
"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": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "n.*10G>T",
"hgvs_p": null,
"transcript": "ENST00000646680.1",
"protein_id": "ENSP00000495946.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": "ENST00000646680.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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.*33G>T",
"hgvs_p": null,
"transcript": "ENST00000489867.2",
"protein_id": "ENSP00000468392.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 82,
"cds_start": null,
"cds_end": null,
"cds_length": 249,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000489867.2"
},
{
"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": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.*32G>T",
"hgvs_p": null,
"transcript": "ENST00000643438.1",
"protein_id": "ENSP00000495805.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 82,
"cds_start": null,
"cds_end": null,
"cds_length": 250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000643438.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": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.*11G>T",
"hgvs_p": null,
"transcript": "ENST00000646156.1",
"protein_id": "ENSP00000495581.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 32,
"cds_start": null,
"cds_end": null,
"cds_length": 100,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646156.1"
}
],
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"dbsnp": "rs11544491",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.704788327217102,
"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.302,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.8695,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.11,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 7.879,
"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": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PVS1_Supporting,PM2",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PVS1_Supporting",
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001201483.4",
"gene_symbol": "ENO1",
"hgnc_id": 3350,
"effects": [
"start_lost"
],
"inheritance_mode": "",
"hgvs_c": "c.3G>T",
"hgvs_p": "p.Met1?"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}