← 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-92605360-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=92605360&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 92605360,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001350197.2",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "G",
"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.2017A>G",
"hgvs_p": "p.Ser673Gly",
"transcript": "NM_001350197.2",
"protein_id": "NP_001337126.1",
"transcript_support_level": null,
"aa_start": 673,
"aa_end": null,
"aa_length": 826,
"cds_start": 2017,
"cds_end": null,
"cds_length": 2481,
"cdna_start": 2371,
"cdna_end": null,
"cdna_length": 7795,
"mane_select": "ENST00000684568.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350197.2"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.2017A>G",
"hgvs_p": "p.Ser673Gly",
"transcript": "ENST00000684568.2",
"protein_id": "ENSP00000506999.1",
"transcript_support_level": null,
"aa_start": 673,
"aa_end": null,
"aa_length": 826,
"cds_start": 2017,
"cds_end": null,
"cds_length": 2481,
"cdna_start": 2371,
"cdna_end": null,
"cdna_length": 7795,
"mane_select": "NM_001350197.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000684568.2"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.2002A>G",
"hgvs_p": "p.Ser668Gly",
"transcript": "ENST00000540033.3",
"protein_id": "ENSP00000440826.2",
"transcript_support_level": 1,
"aa_start": 668,
"aa_end": null,
"aa_length": 821,
"cds_start": 2002,
"cds_end": null,
"cds_length": 2466,
"cdna_start": 2002,
"cdna_end": null,
"cdna_length": 2466,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000540033.3"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.1969A>G",
"hgvs_p": "p.Ser657Gly",
"transcript": "ENST00000370331.5",
"protein_id": "ENSP00000359356.1",
"transcript_support_level": 1,
"aa_start": 657,
"aa_end": null,
"aa_length": 810,
"cds_start": 1969,
"cds_end": null,
"cds_length": 2433,
"cdna_start": 1979,
"cdna_end": null,
"cdna_length": 7403,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000370331.5"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.2017A>G",
"hgvs_p": "p.Ser673Gly",
"transcript": "ENST00000706846.1",
"protein_id": "ENSP00000516588.1",
"transcript_support_level": null,
"aa_start": 673,
"aa_end": null,
"aa_length": 826,
"cds_start": 2017,
"cds_end": null,
"cds_length": 2481,
"cdna_start": 2632,
"cdna_end": null,
"cdna_length": 8056,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706846.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.2017A>G",
"hgvs_p": "p.Ser673Gly",
"transcript": "ENST00000948805.1",
"protein_id": "ENSP00000618864.1",
"transcript_support_level": null,
"aa_start": 673,
"aa_end": null,
"aa_length": 826,
"cds_start": 2017,
"cds_end": null,
"cds_length": 2481,
"cdna_start": 2165,
"cdna_end": null,
"cdna_length": 4360,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948805.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.2017A>G",
"hgvs_p": "p.Ser673Gly",
"transcript": "ENST00000948806.1",
"protein_id": "ENSP00000618865.1",
"transcript_support_level": null,
"aa_start": 673,
"aa_end": null,
"aa_length": 826,
"cds_start": 2017,
"cds_end": null,
"cds_length": 2481,
"cdna_start": 2293,
"cdna_end": null,
"cdna_length": 3944,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948806.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.2017A>G",
"hgvs_p": "p.Ser673Gly",
"transcript": "ENST00000948814.1",
"protein_id": "ENSP00000618873.1",
"transcript_support_level": null,
"aa_start": 673,
"aa_end": null,
"aa_length": 826,
"cds_start": 2017,
"cds_end": null,
"cds_length": 2481,
"cdna_start": 2642,
"cdna_end": null,
"cdna_length": 4299,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948814.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.2002A>G",
"hgvs_p": "p.Ser668Gly",
"transcript": "NM_001308248.2",
"protein_id": "NP_001295177.1",
"transcript_support_level": null,
"aa_start": 668,
"aa_end": null,
"aa_length": 821,
"cds_start": 2002,
"cds_end": null,
"cds_length": 2466,
"cdna_start": 2018,
"cdna_end": null,
"cdna_length": 7442,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001308248.2"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.1993A>G",
"hgvs_p": "p.Ser665Gly",
"transcript": "NM_001377210.1",
"protein_id": "NP_001364139.1",
"transcript_support_level": null,
"aa_start": 665,
"aa_end": null,
"aa_length": 818,
"cds_start": 1993,
"cds_end": null,
"cds_length": 2457,
"cdna_start": 2806,
"cdna_end": null,
"cdna_length": 8230,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001377210.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.1993A>G",
"hgvs_p": "p.Ser665Gly",
"transcript": "ENST00000706843.1",
"protein_id": "ENSP00000516584.1",
"transcript_support_level": null,
"aa_start": 665,
"aa_end": null,
"aa_length": 818,
"cds_start": 1993,
"cds_end": null,
"cds_length": 2457,
"cdna_start": 2026,
"cdna_end": null,
"cdna_length": 2490,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706843.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.1975A>G",
"hgvs_p": "p.Ser659Gly",
"transcript": "ENST00000948811.1",
"protein_id": "ENSP00000618870.1",
"transcript_support_level": null,
"aa_start": 659,
"aa_end": null,
"aa_length": 812,
"cds_start": 1975,
"cds_end": null,
"cds_length": 2439,
"cdna_start": 2312,
"cdna_end": null,
"cdna_length": 3961,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948811.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.1969A>G",
"hgvs_p": "p.Ser657Gly",
"transcript": "NM_005665.6",
"protein_id": "NP_005656.4",
"transcript_support_level": null,
"aa_start": 657,
"aa_end": null,
"aa_length": 810,
"cds_start": 1969,
"cds_end": null,
"cds_length": 2433,
"cdna_start": 1985,
"cdna_end": null,
"cdna_length": 7409,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005665.6"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.1837A>G",
"hgvs_p": "p.Ser613Gly",
"transcript": "ENST00000948813.1",
"protein_id": "ENSP00000618872.1",
"transcript_support_level": null,
"aa_start": 613,
"aa_end": null,
"aa_length": 799,
"cds_start": 1837,
"cds_end": null,
"cds_length": 2400,
"cdna_start": 2156,
"cdna_end": null,
"cdna_length": 3903,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948813.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.1918A>G",
"hgvs_p": "p.Ser640Gly",
"transcript": "ENST00000933839.1",
"protein_id": "ENSP00000603898.1",
"transcript_support_level": null,
"aa_start": 640,
"aa_end": null,
"aa_length": 793,
"cds_start": 1918,
"cds_end": null,
"cds_length": 2382,
"cdna_start": 2290,
"cdna_end": null,
"cdna_length": 3938,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933839.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.1882A>G",
"hgvs_p": "p.Ser628Gly",
"transcript": "ENST00000706885.1",
"protein_id": "ENSP00000516601.1",
"transcript_support_level": null,
"aa_start": 628,
"aa_end": null,
"aa_length": 781,
"cds_start": 1882,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 1965,
"cdna_end": null,
"cdna_length": 7389,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706885.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.1870A>G",
"hgvs_p": "p.Ser624Gly",
"transcript": "NM_001377212.1",
"protein_id": "NP_001364141.1",
"transcript_support_level": null,
"aa_start": 624,
"aa_end": null,
"aa_length": 777,
"cds_start": 1870,
"cds_end": null,
"cds_length": 2334,
"cdna_start": 2224,
"cdna_end": null,
"cdna_length": 7648,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001377212.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.2098A>G",
"hgvs_p": "p.Ser700Gly",
"transcript": "NM_001377213.1",
"protein_id": "NP_001364142.1",
"transcript_support_level": null,
"aa_start": 700,
"aa_end": null,
"aa_length": 768,
"cds_start": 2098,
"cds_end": null,
"cds_length": 2307,
"cdna_start": 2452,
"cdna_end": null,
"cdna_length": 7886,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001377213.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.2098A>G",
"hgvs_p": "p.Ser700Gly",
"transcript": "ENST00000706867.1",
"protein_id": "ENSP00000516594.1",
"transcript_support_level": null,
"aa_start": 700,
"aa_end": null,
"aa_length": 768,
"cds_start": 2098,
"cds_end": null,
"cds_length": 2307,
"cdna_start": 2452,
"cdna_end": null,
"cdna_length": 3443,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706867.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.1837A>G",
"hgvs_p": "p.Ser613Gly",
"transcript": "ENST00000933837.1",
"protein_id": "ENSP00000603896.1",
"transcript_support_level": null,
"aa_start": 613,
"aa_end": null,
"aa_length": 766,
"cds_start": 1837,
"cds_end": null,
"cds_length": 2301,
"cdna_start": 2232,
"cdna_end": null,
"cdna_length": 7656,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933837.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.1837A>G",
"hgvs_p": "p.Ser613Gly",
"transcript": "ENST00000948809.1",
"protein_id": "ENSP00000618868.1",
"transcript_support_level": null,
"aa_start": 613,
"aa_end": null,
"aa_length": 766,
"cds_start": 1837,
"cds_end": null,
"cds_length": 2301,
"cdna_start": 2452,
"cdna_end": null,
"cdna_length": 7871,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948809.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.1837A>G",
"hgvs_p": "p.Ser613Gly",
"transcript": "ENST00000948815.1",
"protein_id": "ENSP00000618874.1",
"transcript_support_level": null,
"aa_start": 613,
"aa_end": null,
"aa_length": 766,
"cds_start": 1837,
"cds_end": null,
"cds_length": 2301,
"cdna_start": 2568,
"cdna_end": null,
"cdna_length": 4216,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948815.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.1828A>G",
"hgvs_p": "p.Ser610Gly",
"transcript": "ENST00000933840.1",
"protein_id": "ENSP00000603899.1",
"transcript_support_level": null,
"aa_start": 610,
"aa_end": null,
"aa_length": 763,
"cds_start": 1828,
"cds_end": null,
"cds_length": 2292,
"cdna_start": 2170,
"cdna_end": null,
"cdna_length": 3824,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933840.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.2017A>G",
"hgvs_p": "p.Ser673Gly",
"transcript": "NM_001350198.2",
"protein_id": "NP_001337127.1",
"transcript_support_level": null,
"aa_start": 673,
"aa_end": null,
"aa_length": 741,
"cds_start": 2017,
"cds_end": null,
"cds_length": 2226,
"cdna_start": 2371,
"cdna_end": null,
"cdna_length": 7805,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350198.2"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.2017A>G",
"hgvs_p": "p.Ser673Gly",
"transcript": "ENST00000706868.1",
"protein_id": "ENSP00000516595.1",
"transcript_support_level": null,
"aa_start": 673,
"aa_end": null,
"aa_length": 741,
"cds_start": 2017,
"cds_end": null,
"cds_length": 2226,
"cdna_start": 2362,
"cdna_end": null,
"cdna_length": 2923,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000706868.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.1711A>G",
"hgvs_p": "p.Ser571Gly",
"transcript": "ENST00000948807.1",
"protein_id": "ENSP00000618866.1",
"transcript_support_level": null,
"aa_start": 571,
"aa_end": null,
"aa_length": 724,
"cds_start": 1711,
"cds_end": null,
"cds_length": 2175,
"cdna_start": 2031,
"cdna_end": null,
"cdna_length": 7451,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948807.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.1534A>G",
"hgvs_p": "p.Ser512Gly",
"transcript": "ENST00000948810.1",
"protein_id": "ENSP00000618869.1",
"transcript_support_level": null,
"aa_start": 512,
"aa_end": null,
"aa_length": 665,
"cds_start": 1534,
"cds_end": null,
"cds_length": 1998,
"cdna_start": 1888,
"cdna_end": null,
"cdna_length": 3536,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948810.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.1531A>G",
"hgvs_p": "p.Ser511Gly",
"transcript": "ENST00000948808.1",
"protein_id": "ENSP00000618867.1",
"transcript_support_level": null,
"aa_start": 511,
"aa_end": null,
"aa_length": 664,
"cds_start": 1531,
"cds_end": null,
"cds_length": 1995,
"cdna_start": 1821,
"cdna_end": null,
"cdna_length": 7225,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948808.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.889A>G",
"hgvs_p": "p.Ser297Gly",
"transcript": "ENST00000933838.1",
"protein_id": "ENSP00000603897.1",
"transcript_support_level": null,
"aa_start": 297,
"aa_end": null,
"aa_length": 450,
"cds_start": 889,
"cds_end": null,
"cds_length": 1353,
"cdna_start": 1307,
"cdna_end": null,
"cdna_length": 3516,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933838.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.742A>G",
"hgvs_p": "p.Ser248Gly",
"transcript": "ENST00000948816.1",
"protein_id": "ENSP00000618875.1",
"transcript_support_level": null,
"aa_start": 248,
"aa_end": null,
"aa_length": 401,
"cds_start": 742,
"cds_end": null,
"cds_length": 1206,
"cdna_start": 1093,
"cdna_end": null,
"cdna_length": 2256,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948816.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.2230A>G",
"hgvs_p": "p.Ser744Gly",
"transcript": "XM_017002269.2",
"protein_id": "XP_016857758.1",
"transcript_support_level": null,
"aa_start": 744,
"aa_end": null,
"aa_length": 930,
"cds_start": 2230,
"cds_end": null,
"cds_length": 2793,
"cdna_start": 2246,
"cdna_end": null,
"cdna_length": 2897,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017002269.2"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.2221A>G",
"hgvs_p": "p.Ser741Gly",
"transcript": "XM_017002270.3",
"protein_id": "XP_016857759.1",
"transcript_support_level": null,
"aa_start": 741,
"aa_end": null,
"aa_length": 927,
"cds_start": 2221,
"cds_end": null,
"cds_length": 2784,
"cdna_start": 3034,
"cdna_end": null,
"cdna_length": 3685,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017002270.3"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.2149A>G",
"hgvs_p": "p.Ser717Gly",
"transcript": "XM_017002271.3",
"protein_id": "XP_016857760.1",
"transcript_support_level": null,
"aa_start": 717,
"aa_end": null,
"aa_length": 903,
"cds_start": 2149,
"cds_end": null,
"cds_length": 2712,
"cdna_start": 2165,
"cdna_end": null,
"cdna_length": 2816,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017002271.3"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.2140A>G",
"hgvs_p": "p.Ser714Gly",
"transcript": "XM_047430040.1",
"protein_id": "XP_047285996.1",
"transcript_support_level": null,
"aa_start": 714,
"aa_end": null,
"aa_length": 900,
"cds_start": 2140,
"cds_end": null,
"cds_length": 2703,
"cdna_start": 2953,
"cdna_end": null,
"cdna_length": 3604,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430040.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.2230A>G",
"hgvs_p": "p.Ser744Gly",
"transcript": "XM_017002272.2",
"protein_id": "XP_016857761.1",
"transcript_support_level": null,
"aa_start": 744,
"aa_end": null,
"aa_length": 897,
"cds_start": 2230,
"cds_end": null,
"cds_length": 2694,
"cdna_start": 2246,
"cdna_end": null,
"cdna_length": 2798,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017002272.2"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.2098A>G",
"hgvs_p": "p.Ser700Gly",
"transcript": "XM_017002273.3",
"protein_id": "XP_016857762.1",
"transcript_support_level": null,
"aa_start": 700,
"aa_end": null,
"aa_length": 886,
"cds_start": 2098,
"cds_end": null,
"cds_length": 2661,
"cdna_start": 2452,
"cdna_end": null,
"cdna_length": 3103,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017002273.3"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.2098A>G",
"hgvs_p": "p.Ser700Gly",
"transcript": "XM_017002274.1",
"protein_id": "XP_016857763.1",
"transcript_support_level": null,
"aa_start": 700,
"aa_end": null,
"aa_length": 886,
"cds_start": 2098,
"cds_end": null,
"cds_length": 2661,
"cdna_start": 2213,
"cdna_end": null,
"cdna_length": 2864,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017002274.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.2098A>G",
"hgvs_p": "p.Ser700Gly",
"transcript": "XM_017002275.1",
"protein_id": "XP_016857764.1",
"transcript_support_level": null,
"aa_start": 700,
"aa_end": null,
"aa_length": 886,
"cds_start": 2098,
"cds_end": null,
"cds_length": 2661,
"cdna_start": 2201,
"cdna_end": null,
"cdna_length": 2852,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017002275.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.2149A>G",
"hgvs_p": "p.Ser717Gly",
"transcript": "XM_024449686.2",
"protein_id": "XP_024305454.1",
"transcript_support_level": null,
"aa_start": 717,
"aa_end": null,
"aa_length": 870,
"cds_start": 2149,
"cds_end": null,
"cds_length": 2613,
"cdna_start": 2165,
"cdna_end": null,
"cdna_length": 2717,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024449686.2"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.2002A>G",
"hgvs_p": "p.Ser668Gly",
"transcript": "XM_017002277.2",
"protein_id": "XP_016857766.1",
"transcript_support_level": null,
"aa_start": 668,
"aa_end": null,
"aa_length": 854,
"cds_start": 2002,
"cds_end": null,
"cds_length": 2565,
"cdna_start": 2018,
"cdna_end": null,
"cdna_length": 2669,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017002277.2"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.1993A>G",
"hgvs_p": "p.Ser665Gly",
"transcript": "XM_047430051.1",
"protein_id": "XP_047286007.1",
"transcript_support_level": null,
"aa_start": 665,
"aa_end": null,
"aa_length": 851,
"cds_start": 1993,
"cds_end": null,
"cds_length": 2556,
"cdna_start": 2806,
"cdna_end": null,
"cdna_length": 3457,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430051.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.2083A>G",
"hgvs_p": "p.Ser695Gly",
"transcript": "XM_017002278.2",
"protein_id": "XP_016857767.1",
"transcript_support_level": null,
"aa_start": 695,
"aa_end": null,
"aa_length": 848,
"cds_start": 2083,
"cds_end": null,
"cds_length": 2547,
"cdna_start": 2099,
"cdna_end": null,
"cdna_length": 2651,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017002278.2"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.1969A>G",
"hgvs_p": "p.Ser657Gly",
"transcript": "XM_047430054.1",
"protein_id": "XP_047286010.1",
"transcript_support_level": null,
"aa_start": 657,
"aa_end": null,
"aa_length": 843,
"cds_start": 1969,
"cds_end": null,
"cds_length": 2532,
"cdna_start": 1985,
"cdna_end": null,
"cdna_length": 2636,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430054.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.1963A>G",
"hgvs_p": "p.Ser655Gly",
"transcript": "XM_017002279.2",
"protein_id": "XP_016857768.1",
"transcript_support_level": null,
"aa_start": 655,
"aa_end": null,
"aa_length": 841,
"cds_start": 1963,
"cds_end": null,
"cds_length": 2526,
"cdna_start": 2040,
"cdna_end": null,
"cdna_length": 2691,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017002279.2"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.2050A>G",
"hgvs_p": "p.Ser684Gly",
"transcript": "XM_024449689.2",
"protein_id": "XP_024305457.1",
"transcript_support_level": null,
"aa_start": 684,
"aa_end": null,
"aa_length": 837,
"cds_start": 2050,
"cds_end": null,
"cds_length": 2514,
"cdna_start": 2066,
"cdna_end": null,
"cdna_length": 2618,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024449689.2"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.1882A>G",
"hgvs_p": "p.Ser628Gly",
"transcript": "XM_024449690.2",
"protein_id": "XP_024305458.1",
"transcript_support_level": null,
"aa_start": 628,
"aa_end": null,
"aa_length": 814,
"cds_start": 1882,
"cds_end": null,
"cds_length": 2445,
"cdna_start": 1959,
"cdna_end": null,
"cdna_length": 2610,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024449690.2"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.2230A>G",
"hgvs_p": "p.Ser744Gly",
"transcript": "XM_017002282.2",
"protein_id": "XP_016857771.1",
"transcript_support_level": null,
"aa_start": 744,
"aa_end": null,
"aa_length": 812,
"cds_start": 2230,
"cds_end": null,
"cds_length": 2439,
"cdna_start": 2246,
"cdna_end": null,
"cdna_length": 2808,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017002282.2"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.1606A>G",
"hgvs_p": "p.Ser536Gly",
"transcript": "XM_017002286.3",
"protein_id": "XP_016857775.1",
"transcript_support_level": null,
"aa_start": 536,
"aa_end": null,
"aa_length": 722,
"cds_start": 1606,
"cds_end": null,
"cds_length": 2169,
"cdna_start": 2141,
"cdna_end": null,
"cdna_length": 2792,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017002286.3"
},
{
"aa_ref": "S",
"aa_alt": "G",
"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.1606A>G",
"hgvs_p": "p.Ser536Gly",
"transcript": "XM_017002288.1",
"protein_id": "XP_016857777.1",
"transcript_support_level": null,
"aa_start": 536,
"aa_end": null,
"aa_length": 722,
"cds_start": 1606,
"cds_end": null,
"cds_length": 2169,
"cdna_start": 1774,
"cdna_end": null,
"cdna_length": 2425,
"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+2221A>G",
"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": 7657,
"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+18816A>G",
"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": 3571,
"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.*1850A>G",
"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": 7919,
"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.805A>G",
"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": 8471,
"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.*1850A>G",
"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": 7919,
"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-1561A>G",
"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": 4104,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000706869.1"
}
],
"gene_symbol": "EVI5",
"gene_hgnc_id": 3501,
"dbsnp": "rs776978315",
"frequency_reference_population": 0.0000013684927,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000136849,
"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.18513312935829163,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.107,
"revel_prediction": "Benign",
"alphamissense_score": 0.0891,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.47,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.629,
"phylop100way_prediction": "Benign",
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001350197.2",
"gene_symbol": "EVI5",
"hgnc_id": 3501,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2017A>G",
"hgvs_p": "p.Ser673Gly"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}