← 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-8866312-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=8866312&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 8866312,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001428.5",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.634G>A",
"hgvs_p": "p.Gly212Arg",
"transcript": "NM_001428.5",
"protein_id": "NP_001419.1",
"transcript_support_level": null,
"aa_start": 212,
"aa_end": null,
"aa_length": 434,
"cds_start": 634,
"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": "G",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.634G>A",
"hgvs_p": "p.Gly212Arg",
"transcript": "ENST00000234590.10",
"protein_id": "ENSP00000234590.4",
"transcript_support_level": 1,
"aa_start": 212,
"aa_end": null,
"aa_length": 434,
"cds_start": 634,
"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": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "n.1519G>A",
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.664G>A",
"hgvs_p": "p.Gly222Arg",
"transcript": "ENST00000879697.1",
"protein_id": "ENSP00000549756.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 444,
"cds_start": 664,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.664G>A",
"hgvs_p": "p.Gly222Arg",
"transcript": "ENST00000935305.1",
"protein_id": "ENSP00000605364.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 442,
"cds_start": 664,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.634G>A",
"hgvs_p": "p.Gly212Arg",
"transcript": "NM_001353346.3",
"protein_id": "NP_001340275.1",
"transcript_support_level": null,
"aa_start": 212,
"aa_end": null,
"aa_length": 434,
"cds_start": 634,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.634G>A",
"hgvs_p": "p.Gly212Arg",
"transcript": "ENST00000647408.1",
"protein_id": "ENSP00000495530.1",
"transcript_support_level": null,
"aa_start": 212,
"aa_end": null,
"aa_length": 434,
"cds_start": 634,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.634G>A",
"hgvs_p": "p.Gly212Arg",
"transcript": "ENST00000879694.1",
"protein_id": "ENSP00000549753.1",
"transcript_support_level": null,
"aa_start": 212,
"aa_end": null,
"aa_length": 434,
"cds_start": 634,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.634G>A",
"hgvs_p": "p.Gly212Arg",
"transcript": "ENST00000879696.1",
"protein_id": "ENSP00000549755.1",
"transcript_support_level": null,
"aa_start": 212,
"aa_end": null,
"aa_length": 434,
"cds_start": 634,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.634G>A",
"hgvs_p": "p.Gly212Arg",
"transcript": "ENST00000879698.1",
"protein_id": "ENSP00000549757.1",
"transcript_support_level": null,
"aa_start": 212,
"aa_end": null,
"aa_length": 434,
"cds_start": 634,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.634G>A",
"hgvs_p": "p.Gly212Arg",
"transcript": "ENST00000879700.1",
"protein_id": "ENSP00000549759.1",
"transcript_support_level": null,
"aa_start": 212,
"aa_end": null,
"aa_length": 434,
"cds_start": 634,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.634G>A",
"hgvs_p": "p.Gly212Arg",
"transcript": "ENST00000879703.1",
"protein_id": "ENSP00000549762.1",
"transcript_support_level": null,
"aa_start": 212,
"aa_end": null,
"aa_length": 434,
"cds_start": 634,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.634G>A",
"hgvs_p": "p.Gly212Arg",
"transcript": "ENST00000879704.1",
"protein_id": "ENSP00000549763.1",
"transcript_support_level": null,
"aa_start": 212,
"aa_end": null,
"aa_length": 434,
"cds_start": 634,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.634G>A",
"hgvs_p": "p.Gly212Arg",
"transcript": "ENST00000879705.1",
"protein_id": "ENSP00000549764.1",
"transcript_support_level": null,
"aa_start": 212,
"aa_end": null,
"aa_length": 434,
"cds_start": 634,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.634G>A",
"hgvs_p": "p.Gly212Arg",
"transcript": "ENST00000879706.1",
"protein_id": "ENSP00000549765.1",
"transcript_support_level": null,
"aa_start": 212,
"aa_end": null,
"aa_length": 434,
"cds_start": 634,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.634G>A",
"hgvs_p": "p.Gly212Arg",
"transcript": "ENST00000879707.1",
"protein_id": "ENSP00000549766.1",
"transcript_support_level": null,
"aa_start": 212,
"aa_end": null,
"aa_length": 434,
"cds_start": 634,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.634G>A",
"hgvs_p": "p.Gly212Arg",
"transcript": "ENST00000935295.1",
"protein_id": "ENSP00000605354.1",
"transcript_support_level": null,
"aa_start": 212,
"aa_end": null,
"aa_length": 434,
"cds_start": 634,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.634G>A",
"hgvs_p": "p.Gly212Arg",
"transcript": "ENST00000935306.1",
"protein_id": "ENSP00000605365.1",
"transcript_support_level": null,
"aa_start": 212,
"aa_end": null,
"aa_length": 434,
"cds_start": 634,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.634G>A",
"hgvs_p": "p.Gly212Arg",
"transcript": "ENST00000935307.1",
"protein_id": "ENSP00000605366.1",
"transcript_support_level": null,
"aa_start": 212,
"aa_end": null,
"aa_length": 434,
"cds_start": 634,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.634G>A",
"hgvs_p": "p.Gly212Arg",
"transcript": "ENST00000971792.1",
"protein_id": "ENSP00000641851.1",
"transcript_support_level": null,
"aa_start": 212,
"aa_end": null,
"aa_length": 434,
"cds_start": 634,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.634G>A",
"hgvs_p": "p.Gly212Arg",
"transcript": "ENST00000971795.1",
"protein_id": "ENSP00000641854.1",
"transcript_support_level": null,
"aa_start": 212,
"aa_end": null,
"aa_length": 434,
"cds_start": 634,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.634G>A",
"hgvs_p": "p.Gly212Arg",
"transcript": "ENST00000971796.1",
"protein_id": "ENSP00000641855.1",
"transcript_support_level": null,
"aa_start": 212,
"aa_end": null,
"aa_length": 434,
"cds_start": 634,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.634G>A",
"hgvs_p": "p.Gly212Arg",
"transcript": "ENST00000971797.1",
"protein_id": "ENSP00000641856.1",
"transcript_support_level": null,
"aa_start": 212,
"aa_end": null,
"aa_length": 434,
"cds_start": 634,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.634G>A",
"hgvs_p": "p.Gly212Arg",
"transcript": "ENST00000971798.1",
"protein_id": "ENSP00000641857.1",
"transcript_support_level": null,
"aa_start": 212,
"aa_end": null,
"aa_length": 434,
"cds_start": 634,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.634G>A",
"hgvs_p": "p.Gly212Arg",
"transcript": "ENST00000879695.1",
"protein_id": "ENSP00000549754.1",
"transcript_support_level": null,
"aa_start": 212,
"aa_end": null,
"aa_length": 432,
"cds_start": 634,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.634G>A",
"hgvs_p": "p.Gly212Arg",
"transcript": "ENST00000971794.1",
"protein_id": "ENSP00000641853.1",
"transcript_support_level": null,
"aa_start": 212,
"aa_end": null,
"aa_length": 432,
"cds_start": 634,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.625G>A",
"hgvs_p": "p.Gly209Arg",
"transcript": "ENST00000935293.1",
"protein_id": "ENSP00000605352.1",
"transcript_support_level": null,
"aa_start": 209,
"aa_end": null,
"aa_length": 431,
"cds_start": 625,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.634G>A",
"hgvs_p": "p.Gly212Arg",
"transcript": "ENST00000879701.1",
"protein_id": "ENSP00000549760.1",
"transcript_support_level": null,
"aa_start": 212,
"aa_end": null,
"aa_length": 430,
"cds_start": 634,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.634G>A",
"hgvs_p": "p.Gly212Arg",
"transcript": "ENST00000935294.1",
"protein_id": "ENSP00000605353.1",
"transcript_support_level": null,
"aa_start": 212,
"aa_end": null,
"aa_length": 429,
"cds_start": 634,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.607G>A",
"hgvs_p": "p.Gly203Arg",
"transcript": "ENST00000935304.1",
"protein_id": "ENSP00000605363.1",
"transcript_support_level": null,
"aa_start": 203,
"aa_end": null,
"aa_length": 425,
"cds_start": 607,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.592G>A",
"hgvs_p": "p.Gly198Arg",
"transcript": "ENST00000879699.1",
"protein_id": "ENSP00000549758.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 420,
"cds_start": 592,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.583G>A",
"hgvs_p": "p.Gly195Arg",
"transcript": "ENST00000935301.1",
"protein_id": "ENSP00000605360.1",
"transcript_support_level": null,
"aa_start": 195,
"aa_end": null,
"aa_length": 417,
"cds_start": 583,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.580G>A",
"hgvs_p": "p.Gly194Arg",
"transcript": "ENST00000935296.1",
"protein_id": "ENSP00000605355.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 416,
"cds_start": 580,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.577G>A",
"hgvs_p": "p.Gly193Arg",
"transcript": "ENST00000935297.1",
"protein_id": "ENSP00000605356.1",
"transcript_support_level": null,
"aa_start": 193,
"aa_end": null,
"aa_length": 415,
"cds_start": 577,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.538G>A",
"hgvs_p": "p.Gly180Arg",
"transcript": "ENST00000935300.1",
"protein_id": "ENSP00000605359.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 402,
"cds_start": 538,
"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": "G",
"aa_alt": "R",
"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.505G>A",
"hgvs_p": "p.Gly169Arg",
"transcript": "ENST00000935299.1",
"protein_id": "ENSP00000605358.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 391,
"cds_start": 505,
"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": "G",
"aa_alt": "R",
"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.634G>A",
"hgvs_p": "p.Gly212Arg",
"transcript": "ENST00000879702.1",
"protein_id": "ENSP00000549761.1",
"transcript_support_level": null,
"aa_start": 212,
"aa_end": null,
"aa_length": 378,
"cds_start": 634,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.634G>A",
"hgvs_p": "p.Gly212Arg",
"transcript": "ENST00000935303.1",
"protein_id": "ENSP00000605362.1",
"transcript_support_level": null,
"aa_start": 212,
"aa_end": null,
"aa_length": 368,
"cds_start": 634,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.409G>A",
"hgvs_p": "p.Gly137Arg",
"transcript": "ENST00000935302.1",
"protein_id": "ENSP00000605361.1",
"transcript_support_level": null,
"aa_start": 137,
"aa_end": null,
"aa_length": 359,
"cds_start": 409,
"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": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.355G>A",
"hgvs_p": "p.Gly119Arg",
"transcript": "NM_001201483.4",
"protein_id": "NP_001188412.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 341,
"cds_start": 355,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.585+49G>A",
"hgvs_p": null,
"transcript": "ENST00000935298.1",
"protein_id": "ENSP00000605357.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 369,
"cds_start": null,
"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": 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": 5,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.311-830G>A",
"hgvs_p": null,
"transcript": "ENST00000971793.1",
"protein_id": "ENSP00000641852.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 315,
"cds_start": null,
"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": 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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "n.507G>A",
"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": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "n.1156G>A",
"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": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "n.*387G>A",
"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": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "n.*387G>A",
"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": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.*49G>A",
"hgvs_p": null,
"transcript": "ENST00000497492.1",
"protein_id": "ENSP00000466406.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 194,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"hgvs_c": "c.*120G>A",
"hgvs_p": null,
"transcript": "ENST00000646660.1",
"protein_id": "ENSP00000494470.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 170,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIR6728",
"gene_hgnc_id": 49961,
"hgvs_c": "n.*190G>A",
"hgvs_p": null,
"transcript": "ENST00000618792.1",
"protein_id": null,
"transcript_support_level": 6,
"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": "miRNA",
"feature": "ENST00000618792.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"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": "n.*362G>A",
"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": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIR6728",
"gene_hgnc_id": 49961,
"hgvs_c": "n.*190G>A",
"hgvs_p": null,
"transcript": "NR_106786.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_106786.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": null,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIR6728",
"gene_hgnc_id": 49961,
"hgvs_c": "n.*190G>A",
"hgvs_p": null,
"transcript": "unassigned_transcript_22",
"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": "miRNA",
"feature": "unassigned_transcript_22"
}
],
"gene_symbol": "ENO1",
"gene_hgnc_id": 3350,
"dbsnp": "rs201238976",
"frequency_reference_population": 0.0000034202767,
"hom_count_reference_population": 0,
"allele_count_reference_population": 5,
"gnomad_exomes_af": 0.00000342028,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 5,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9867293834686279,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.805,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.999,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.33,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.871,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.02,
"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": 6,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP3_Strong",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_001428.5",
"gene_symbol": "ENO1",
"hgnc_id": 3350,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.634G>A",
"hgvs_p": "p.Gly212Arg"
},
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "NR_106786.1",
"gene_symbol": "MIR6728",
"hgnc_id": 49961,
"effects": [
"downstream_gene_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.*190G>A",
"hgvs_p": null
}
],
"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
}