← 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-92605315-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=92605315&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 92605315,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001350197.2",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.2062G>C",
"hgvs_p": "p.Glu688Gln",
"transcript": "NM_001350197.2",
"protein_id": "NP_001337126.1",
"transcript_support_level": null,
"aa_start": 688,
"aa_end": null,
"aa_length": 826,
"cds_start": 2062,
"cds_end": null,
"cds_length": 2481,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000684568.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350197.2"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.2062G>C",
"hgvs_p": "p.Glu688Gln",
"transcript": "ENST00000684568.2",
"protein_id": "ENSP00000506999.1",
"transcript_support_level": null,
"aa_start": 688,
"aa_end": null,
"aa_length": 826,
"cds_start": 2062,
"cds_end": null,
"cds_length": 2481,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001350197.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000684568.2"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.2047G>C",
"hgvs_p": "p.Glu683Gln",
"transcript": "ENST00000540033.3",
"protein_id": "ENSP00000440826.2",
"transcript_support_level": 1,
"aa_start": 683,
"aa_end": null,
"aa_length": 821,
"cds_start": 2047,
"cds_end": null,
"cds_length": 2466,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000540033.3"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.2014G>C",
"hgvs_p": "p.Glu672Gln",
"transcript": "ENST00000370331.5",
"protein_id": "ENSP00000359356.1",
"transcript_support_level": 1,
"aa_start": 672,
"aa_end": null,
"aa_length": 810,
"cds_start": 2014,
"cds_end": null,
"cds_length": 2433,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000370331.5"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.2062G>C",
"hgvs_p": "p.Glu688Gln",
"transcript": "ENST00000706846.1",
"protein_id": "ENSP00000516588.1",
"transcript_support_level": null,
"aa_start": 688,
"aa_end": null,
"aa_length": 826,
"cds_start": 2062,
"cds_end": null,
"cds_length": 2481,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706846.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.2062G>C",
"hgvs_p": "p.Glu688Gln",
"transcript": "ENST00000948805.1",
"protein_id": "ENSP00000618864.1",
"transcript_support_level": null,
"aa_start": 688,
"aa_end": null,
"aa_length": 826,
"cds_start": 2062,
"cds_end": null,
"cds_length": 2481,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948805.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.2062G>C",
"hgvs_p": "p.Glu688Gln",
"transcript": "ENST00000948806.1",
"protein_id": "ENSP00000618865.1",
"transcript_support_level": null,
"aa_start": 688,
"aa_end": null,
"aa_length": 826,
"cds_start": 2062,
"cds_end": null,
"cds_length": 2481,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948806.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.2062G>C",
"hgvs_p": "p.Glu688Gln",
"transcript": "ENST00000948814.1",
"protein_id": "ENSP00000618873.1",
"transcript_support_level": null,
"aa_start": 688,
"aa_end": null,
"aa_length": 826,
"cds_start": 2062,
"cds_end": null,
"cds_length": 2481,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948814.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.2047G>C",
"hgvs_p": "p.Glu683Gln",
"transcript": "NM_001308248.2",
"protein_id": "NP_001295177.1",
"transcript_support_level": null,
"aa_start": 683,
"aa_end": null,
"aa_length": 821,
"cds_start": 2047,
"cds_end": null,
"cds_length": 2466,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001308248.2"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.2038G>C",
"hgvs_p": "p.Glu680Gln",
"transcript": "NM_001377210.1",
"protein_id": "NP_001364139.1",
"transcript_support_level": null,
"aa_start": 680,
"aa_end": null,
"aa_length": 818,
"cds_start": 2038,
"cds_end": null,
"cds_length": 2457,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001377210.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.2038G>C",
"hgvs_p": "p.Glu680Gln",
"transcript": "ENST00000706843.1",
"protein_id": "ENSP00000516584.1",
"transcript_support_level": null,
"aa_start": 680,
"aa_end": null,
"aa_length": 818,
"cds_start": 2038,
"cds_end": null,
"cds_length": 2457,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706843.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.2020G>C",
"hgvs_p": "p.Glu674Gln",
"transcript": "ENST00000948811.1",
"protein_id": "ENSP00000618870.1",
"transcript_support_level": null,
"aa_start": 674,
"aa_end": null,
"aa_length": 812,
"cds_start": 2020,
"cds_end": null,
"cds_length": 2439,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948811.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.2014G>C",
"hgvs_p": "p.Glu672Gln",
"transcript": "NM_005665.6",
"protein_id": "NP_005656.4",
"transcript_support_level": null,
"aa_start": 672,
"aa_end": null,
"aa_length": 810,
"cds_start": 2014,
"cds_end": null,
"cds_length": 2433,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005665.6"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.1882G>C",
"hgvs_p": "p.Glu628Gln",
"transcript": "ENST00000948813.1",
"protein_id": "ENSP00000618872.1",
"transcript_support_level": null,
"aa_start": 628,
"aa_end": null,
"aa_length": 799,
"cds_start": 1882,
"cds_end": null,
"cds_length": 2400,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948813.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.1963G>C",
"hgvs_p": "p.Glu655Gln",
"transcript": "ENST00000933839.1",
"protein_id": "ENSP00000603898.1",
"transcript_support_level": null,
"aa_start": 655,
"aa_end": null,
"aa_length": 793,
"cds_start": 1963,
"cds_end": null,
"cds_length": 2382,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933839.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.1927G>C",
"hgvs_p": "p.Glu643Gln",
"transcript": "ENST00000706885.1",
"protein_id": "ENSP00000516601.1",
"transcript_support_level": null,
"aa_start": 643,
"aa_end": null,
"aa_length": 781,
"cds_start": 1927,
"cds_end": null,
"cds_length": 2346,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706885.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.1915G>C",
"hgvs_p": "p.Glu639Gln",
"transcript": "NM_001377212.1",
"protein_id": "NP_001364141.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 777,
"cds_start": 1915,
"cds_end": null,
"cds_length": 2334,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001377212.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.2143G>C",
"hgvs_p": "p.Glu715Gln",
"transcript": "NM_001377213.1",
"protein_id": "NP_001364142.1",
"transcript_support_level": null,
"aa_start": 715,
"aa_end": null,
"aa_length": 768,
"cds_start": 2143,
"cds_end": null,
"cds_length": 2307,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001377213.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.2143G>C",
"hgvs_p": "p.Glu715Gln",
"transcript": "ENST00000706867.1",
"protein_id": "ENSP00000516594.1",
"transcript_support_level": null,
"aa_start": 715,
"aa_end": null,
"aa_length": 768,
"cds_start": 2143,
"cds_end": null,
"cds_length": 2307,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706867.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.1882G>C",
"hgvs_p": "p.Glu628Gln",
"transcript": "ENST00000933837.1",
"protein_id": "ENSP00000603896.1",
"transcript_support_level": null,
"aa_start": 628,
"aa_end": null,
"aa_length": 766,
"cds_start": 1882,
"cds_end": null,
"cds_length": 2301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933837.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.1882G>C",
"hgvs_p": "p.Glu628Gln",
"transcript": "ENST00000948809.1",
"protein_id": "ENSP00000618868.1",
"transcript_support_level": null,
"aa_start": 628,
"aa_end": null,
"aa_length": 766,
"cds_start": 1882,
"cds_end": null,
"cds_length": 2301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948809.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.1882G>C",
"hgvs_p": "p.Glu628Gln",
"transcript": "ENST00000948815.1",
"protein_id": "ENSP00000618874.1",
"transcript_support_level": null,
"aa_start": 628,
"aa_end": null,
"aa_length": 766,
"cds_start": 1882,
"cds_end": null,
"cds_length": 2301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948815.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.1873G>C",
"hgvs_p": "p.Glu625Gln",
"transcript": "ENST00000933840.1",
"protein_id": "ENSP00000603899.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 763,
"cds_start": 1873,
"cds_end": null,
"cds_length": 2292,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933840.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.2062G>C",
"hgvs_p": "p.Glu688Gln",
"transcript": "NM_001350198.2",
"protein_id": "NP_001337127.1",
"transcript_support_level": null,
"aa_start": 688,
"aa_end": null,
"aa_length": 741,
"cds_start": 2062,
"cds_end": null,
"cds_length": 2226,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350198.2"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.2062G>C",
"hgvs_p": "p.Glu688Gln",
"transcript": "ENST00000706868.1",
"protein_id": "ENSP00000516595.1",
"transcript_support_level": null,
"aa_start": 688,
"aa_end": null,
"aa_length": 741,
"cds_start": 2062,
"cds_end": null,
"cds_length": 2226,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706868.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.1756G>C",
"hgvs_p": "p.Glu586Gln",
"transcript": "ENST00000948807.1",
"protein_id": "ENSP00000618866.1",
"transcript_support_level": null,
"aa_start": 586,
"aa_end": null,
"aa_length": 724,
"cds_start": 1756,
"cds_end": null,
"cds_length": 2175,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948807.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.1579G>C",
"hgvs_p": "p.Glu527Gln",
"transcript": "ENST00000948810.1",
"protein_id": "ENSP00000618869.1",
"transcript_support_level": null,
"aa_start": 527,
"aa_end": null,
"aa_length": 665,
"cds_start": 1579,
"cds_end": null,
"cds_length": 1998,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948810.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.1576G>C",
"hgvs_p": "p.Glu526Gln",
"transcript": "ENST00000948808.1",
"protein_id": "ENSP00000618867.1",
"transcript_support_level": null,
"aa_start": 526,
"aa_end": null,
"aa_length": 664,
"cds_start": 1576,
"cds_end": null,
"cds_length": 1995,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948808.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.934G>C",
"hgvs_p": "p.Glu312Gln",
"transcript": "ENST00000933838.1",
"protein_id": "ENSP00000603897.1",
"transcript_support_level": null,
"aa_start": 312,
"aa_end": null,
"aa_length": 450,
"cds_start": 934,
"cds_end": null,
"cds_length": 1353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933838.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.787G>C",
"hgvs_p": "p.Glu263Gln",
"transcript": "ENST00000948816.1",
"protein_id": "ENSP00000618875.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 401,
"cds_start": 787,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948816.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.2275G>C",
"hgvs_p": "p.Glu759Gln",
"transcript": "XM_017002269.2",
"protein_id": "XP_016857758.1",
"transcript_support_level": null,
"aa_start": 759,
"aa_end": null,
"aa_length": 930,
"cds_start": 2275,
"cds_end": null,
"cds_length": 2793,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017002269.2"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.2266G>C",
"hgvs_p": "p.Glu756Gln",
"transcript": "XM_017002270.3",
"protein_id": "XP_016857759.1",
"transcript_support_level": null,
"aa_start": 756,
"aa_end": null,
"aa_length": 927,
"cds_start": 2266,
"cds_end": null,
"cds_length": 2784,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017002270.3"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.2194G>C",
"hgvs_p": "p.Glu732Gln",
"transcript": "XM_017002271.3",
"protein_id": "XP_016857760.1",
"transcript_support_level": null,
"aa_start": 732,
"aa_end": null,
"aa_length": 903,
"cds_start": 2194,
"cds_end": null,
"cds_length": 2712,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017002271.3"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.2185G>C",
"hgvs_p": "p.Glu729Gln",
"transcript": "XM_047430040.1",
"protein_id": "XP_047285996.1",
"transcript_support_level": null,
"aa_start": 729,
"aa_end": null,
"aa_length": 900,
"cds_start": 2185,
"cds_end": null,
"cds_length": 2703,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430040.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.2275G>C",
"hgvs_p": "p.Glu759Gln",
"transcript": "XM_017002272.2",
"protein_id": "XP_016857761.1",
"transcript_support_level": null,
"aa_start": 759,
"aa_end": null,
"aa_length": 897,
"cds_start": 2275,
"cds_end": null,
"cds_length": 2694,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017002272.2"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.2143G>C",
"hgvs_p": "p.Glu715Gln",
"transcript": "XM_017002273.3",
"protein_id": "XP_016857762.1",
"transcript_support_level": null,
"aa_start": 715,
"aa_end": null,
"aa_length": 886,
"cds_start": 2143,
"cds_end": null,
"cds_length": 2661,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017002273.3"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.2143G>C",
"hgvs_p": "p.Glu715Gln",
"transcript": "XM_017002274.1",
"protein_id": "XP_016857763.1",
"transcript_support_level": null,
"aa_start": 715,
"aa_end": null,
"aa_length": 886,
"cds_start": 2143,
"cds_end": null,
"cds_length": 2661,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017002274.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.2143G>C",
"hgvs_p": "p.Glu715Gln",
"transcript": "XM_017002275.1",
"protein_id": "XP_016857764.1",
"transcript_support_level": null,
"aa_start": 715,
"aa_end": null,
"aa_length": 886,
"cds_start": 2143,
"cds_end": null,
"cds_length": 2661,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017002275.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.2194G>C",
"hgvs_p": "p.Glu732Gln",
"transcript": "XM_024449686.2",
"protein_id": "XP_024305454.1",
"transcript_support_level": null,
"aa_start": 732,
"aa_end": null,
"aa_length": 870,
"cds_start": 2194,
"cds_end": null,
"cds_length": 2613,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024449686.2"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.2047G>C",
"hgvs_p": "p.Glu683Gln",
"transcript": "XM_017002277.2",
"protein_id": "XP_016857766.1",
"transcript_support_level": null,
"aa_start": 683,
"aa_end": null,
"aa_length": 854,
"cds_start": 2047,
"cds_end": null,
"cds_length": 2565,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017002277.2"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.2038G>C",
"hgvs_p": "p.Glu680Gln",
"transcript": "XM_047430051.1",
"protein_id": "XP_047286007.1",
"transcript_support_level": null,
"aa_start": 680,
"aa_end": null,
"aa_length": 851,
"cds_start": 2038,
"cds_end": null,
"cds_length": 2556,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430051.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.2128G>C",
"hgvs_p": "p.Glu710Gln",
"transcript": "XM_017002278.2",
"protein_id": "XP_016857767.1",
"transcript_support_level": null,
"aa_start": 710,
"aa_end": null,
"aa_length": 848,
"cds_start": 2128,
"cds_end": null,
"cds_length": 2547,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017002278.2"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.2014G>C",
"hgvs_p": "p.Glu672Gln",
"transcript": "XM_047430054.1",
"protein_id": "XP_047286010.1",
"transcript_support_level": null,
"aa_start": 672,
"aa_end": null,
"aa_length": 843,
"cds_start": 2014,
"cds_end": null,
"cds_length": 2532,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430054.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.2008G>C",
"hgvs_p": "p.Glu670Gln",
"transcript": "XM_017002279.2",
"protein_id": "XP_016857768.1",
"transcript_support_level": null,
"aa_start": 670,
"aa_end": null,
"aa_length": 841,
"cds_start": 2008,
"cds_end": null,
"cds_length": 2526,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017002279.2"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.2095G>C",
"hgvs_p": "p.Glu699Gln",
"transcript": "XM_024449689.2",
"protein_id": "XP_024305457.1",
"transcript_support_level": null,
"aa_start": 699,
"aa_end": null,
"aa_length": 837,
"cds_start": 2095,
"cds_end": null,
"cds_length": 2514,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024449689.2"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.1927G>C",
"hgvs_p": "p.Glu643Gln",
"transcript": "XM_024449690.2",
"protein_id": "XP_024305458.1",
"transcript_support_level": null,
"aa_start": 643,
"aa_end": null,
"aa_length": 814,
"cds_start": 1927,
"cds_end": null,
"cds_length": 2445,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024449690.2"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.2275G>C",
"hgvs_p": "p.Glu759Gln",
"transcript": "XM_017002282.2",
"protein_id": "XP_016857771.1",
"transcript_support_level": null,
"aa_start": 759,
"aa_end": null,
"aa_length": 812,
"cds_start": 2275,
"cds_end": null,
"cds_length": 2439,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017002282.2"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.1651G>C",
"hgvs_p": "p.Glu551Gln",
"transcript": "XM_017002286.3",
"protein_id": "XP_016857775.1",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 722,
"cds_start": 1651,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017002286.3"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.1651G>C",
"hgvs_p": "p.Glu551Gln",
"transcript": "XM_017002288.1",
"protein_id": "XP_016857777.1",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 722,
"cds_start": 1651,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017002288.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": 19,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.1932+2266G>C",
"hgvs_p": null,
"transcript": "NM_001377211.1",
"protein_id": "NP_001364140.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 780,
"cds_start": null,
"cds_end": null,
"cds_length": 2343,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001377211.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": 16,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "c.1647+18861G>C",
"hgvs_p": null,
"transcript": "ENST00000948812.1",
"protein_id": "ENSP00000618871.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 685,
"cds_start": null,
"cds_end": null,
"cds_length": 2058,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948812.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "n.*1895G>C",
"hgvs_p": null,
"transcript": "ENST00000706845.1",
"protein_id": "ENSP00000516587.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": "ENST00000706845.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "n.850G>C",
"hgvs_p": null,
"transcript": "ENST00000706883.1",
"protein_id": "ENSP00000516600.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": "ENST00000706883.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "n.*1895G>C",
"hgvs_p": null,
"transcript": "ENST00000706845.1",
"protein_id": "ENSP00000516587.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": "ENST00000706845.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"hgvs_c": "n.310-1516G>C",
"hgvs_p": null,
"transcript": "ENST00000706869.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": "ENST00000706869.1"
}
],
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"dbsnp": "rs1571845941",
"frequency_reference_population": 0.0000013745591,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000137456,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.7060533165931702,
"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.283,
"revel_prediction": "Benign",
"alphamissense_score": 0.1664,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.17,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 7.565,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001350197.2",
"gene_symbol": "EVI5",
"hgnc_id": 3501,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2062G>C",
"hgvs_p": "p.Glu688Gln"
}
],
"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
}