← 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-92665959-G-A (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=92665959&ref=G&alt=A&genome=hg38&allGenes=true"

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PM2",
            "PP3"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "EVI5",
          "hgnc_id": 3501,
          "hgvs_c": "c.1192C>T",
          "hgvs_p": "p.Arg398Cys",
          "inheritance_mode": "AR",
          "pathogenic_score": 3,
          "score": 3,
          "transcript": "NM_001350197.2",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP3",
      "acmg_score": 3,
      "allele_count_reference_population": 34,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.8657,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "bayesdelnoaf_score": 0.06,
      "chr": "1",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "EVI5-related disorder",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Pathogenic",
      "computational_score_selected": 0.8218909502029419,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 826,
          "aa_ref": "R",
          "aa_start": 398,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7795,
          "cdna_start": 1546,
          "cds_end": null,
          "cds_length": 2481,
          "cds_start": 1192,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "NM_001350197.2",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1192C>T",
          "hgvs_p": "p.Arg398Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000684568.2",
          "protein_coding": true,
          "protein_id": "NP_001337126.1",
          "strand": false,
          "transcript": "NM_001350197.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 826,
          "aa_ref": "R",
          "aa_start": 398,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 7795,
          "cdna_start": 1546,
          "cds_end": null,
          "cds_length": 2481,
          "cds_start": 1192,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000684568.2",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1192C>T",
          "hgvs_p": "p.Arg398Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001350197.2",
          "protein_coding": true,
          "protein_id": "ENSP00000506999.1",
          "strand": false,
          "transcript": "ENST00000684568.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 821,
          "aa_ref": "R",
          "aa_start": 442,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2466,
          "cdna_start": 1324,
          "cds_end": null,
          "cds_length": 2466,
          "cds_start": 1324,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000540033.3",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1324C>T",
          "hgvs_p": "p.Arg442Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000440826.2",
          "strand": false,
          "transcript": "ENST00000540033.3",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 810,
          "aa_ref": "R",
          "aa_start": 442,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7403,
          "cdna_start": 1334,
          "cds_end": null,
          "cds_length": 2433,
          "cds_start": 1324,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000370331.5",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1324C>T",
          "hgvs_p": "p.Arg442Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000359356.1",
          "strand": false,
          "transcript": "ENST00000370331.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 826,
          "aa_ref": "R",
          "aa_start": 398,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8056,
          "cdna_start": 1807,
          "cds_end": null,
          "cds_length": 2481,
          "cds_start": 1192,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000706846.1",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1192C>T",
          "hgvs_p": "p.Arg398Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000516588.1",
          "strand": false,
          "transcript": "ENST00000706846.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 826,
          "aa_ref": "R",
          "aa_start": 398,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4360,
          "cdna_start": 1340,
          "cds_end": null,
          "cds_length": 2481,
          "cds_start": 1192,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000948805.1",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1192C>T",
          "hgvs_p": "p.Arg398Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618864.1",
          "strand": false,
          "transcript": "ENST00000948805.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 826,
          "aa_ref": "R",
          "aa_start": 398,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3944,
          "cdna_start": 1468,
          "cds_end": null,
          "cds_length": 2481,
          "cds_start": 1192,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000948806.1",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1192C>T",
          "hgvs_p": "p.Arg398Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618865.1",
          "strand": false,
          "transcript": "ENST00000948806.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 826,
          "aa_ref": "R",
          "aa_start": 398,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4299,
          "cdna_start": 1817,
          "cds_end": null,
          "cds_length": 2481,
          "cds_start": 1192,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000948814.1",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1192C>T",
          "hgvs_p": "p.Arg398Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618873.1",
          "strand": false,
          "transcript": "ENST00000948814.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 821,
          "aa_ref": "R",
          "aa_start": 442,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7442,
          "cdna_start": 1340,
          "cds_end": null,
          "cds_length": 2466,
          "cds_start": 1324,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "NM_001308248.2",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1324C>T",
          "hgvs_p": "p.Arg442Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001295177.1",
          "strand": false,
          "transcript": "NM_001308248.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 818,
          "aa_ref": "R",
          "aa_start": 439,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8230,
          "cdna_start": 2128,
          "cds_end": null,
          "cds_length": 2457,
          "cds_start": 1315,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "NM_001377210.1",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1315C>T",
          "hgvs_p": "p.Arg439Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001364139.1",
          "strand": false,
          "transcript": "NM_001377210.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 818,
          "aa_ref": "R",
          "aa_start": 439,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2490,
          "cdna_start": 1348,
          "cds_end": null,
          "cds_length": 2457,
          "cds_start": 1315,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000706843.1",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1315C>T",
          "hgvs_p": "p.Arg439Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000516584.1",
          "strand": false,
          "transcript": "ENST00000706843.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 812,
          "aa_ref": "R",
          "aa_start": 398,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3961,
          "cdna_start": 1529,
          "cds_end": null,
          "cds_length": 2439,
          "cds_start": 1192,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000948811.1",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1192C>T",
          "hgvs_p": "p.Arg398Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618870.1",
          "strand": false,
          "transcript": "ENST00000948811.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 810,
          "aa_ref": "R",
          "aa_start": 442,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7409,
          "cdna_start": 1340,
          "cds_end": null,
          "cds_length": 2433,
          "cds_start": 1324,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "NM_005665.6",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1324C>T",
          "hgvs_p": "p.Arg442Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_005656.4",
          "strand": false,
          "transcript": "NM_005665.6",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 799,
          "aa_ref": "R",
          "aa_start": 398,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3903,
          "cdna_start": 1511,
          "cds_end": null,
          "cds_length": 2400,
          "cds_start": 1192,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000948813.1",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1192C>T",
          "hgvs_p": "p.Arg398Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618872.1",
          "strand": false,
          "transcript": "ENST00000948813.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 793,
          "aa_ref": "R",
          "aa_start": 425,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3938,
          "cdna_start": 1645,
          "cds_end": null,
          "cds_length": 2382,
          "cds_start": 1273,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000933839.1",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1273C>T",
          "hgvs_p": "p.Arg425Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000603898.1",
          "strand": false,
          "transcript": "ENST00000933839.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 781,
          "aa_ref": "R",
          "aa_start": 353,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7389,
          "cdna_start": 1140,
          "cds_end": null,
          "cds_length": 2346,
          "cds_start": 1057,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000706885.1",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1057C>T",
          "hgvs_p": "p.Arg353Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000516601.1",
          "strand": false,
          "transcript": "ENST00000706885.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "R",
          "aa_start": 398,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7657,
          "cdna_start": 1546,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 1192,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "NM_001377211.1",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1192C>T",
          "hgvs_p": "p.Arg398Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001364140.1",
          "strand": false,
          "transcript": "NM_001377211.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 777,
          "aa_ref": "R",
          "aa_start": 398,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7648,
          "cdna_start": 1546,
          "cds_end": null,
          "cds_length": 2334,
          "cds_start": 1192,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "NM_001377212.1",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1192C>T",
          "hgvs_p": "p.Arg398Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001364141.1",
          "strand": false,
          "transcript": "NM_001377212.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 768,
          "aa_ref": "R",
          "aa_start": 425,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7886,
          "cdna_start": 1627,
          "cds_end": null,
          "cds_length": 2307,
          "cds_start": 1273,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "NM_001377213.1",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1273C>T",
          "hgvs_p": "p.Arg425Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001364142.1",
          "strand": false,
          "transcript": "NM_001377213.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 768,
          "aa_ref": "R",
          "aa_start": 425,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3443,
          "cdna_start": 1627,
          "cds_end": null,
          "cds_length": 2307,
          "cds_start": 1273,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000706867.1",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1273C>T",
          "hgvs_p": "p.Arg425Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000516594.1",
          "strand": false,
          "transcript": "ENST00000706867.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 766,
          "aa_ref": "R",
          "aa_start": 398,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7656,
          "cdna_start": 1587,
          "cds_end": null,
          "cds_length": 2301,
          "cds_start": 1192,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000933837.1",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1192C>T",
          "hgvs_p": "p.Arg398Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000603896.1",
          "strand": false,
          "transcript": "ENST00000933837.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 766,
          "aa_ref": "R",
          "aa_start": 398,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7871,
          "cdna_start": 1807,
          "cds_end": null,
          "cds_length": 2301,
          "cds_start": 1192,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000948809.1",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1192C>T",
          "hgvs_p": "p.Arg398Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618868.1",
          "strand": false,
          "transcript": "ENST00000948809.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 766,
          "aa_ref": "R",
          "aa_start": 398,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4216,
          "cdna_start": 1923,
          "cds_end": null,
          "cds_length": 2301,
          "cds_start": 1192,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000948815.1",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1192C>T",
          "hgvs_p": "p.Arg398Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618874.1",
          "strand": false,
          "transcript": "ENST00000948815.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 763,
          "aa_ref": "R",
          "aa_start": 398,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3824,
          "cdna_start": 1534,
          "cds_end": null,
          "cds_length": 2292,
          "cds_start": 1192,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000933840.1",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1192C>T",
          "hgvs_p": "p.Arg398Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000603899.1",
          "strand": false,
          "transcript": "ENST00000933840.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 741,
          "aa_ref": "R",
          "aa_start": 398,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7805,
          "cdna_start": 1546,
          "cds_end": null,
          "cds_length": 2226,
          "cds_start": 1192,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "NM_001350198.2",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1192C>T",
          "hgvs_p": "p.Arg398Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001337127.1",
          "strand": false,
          "transcript": "NM_001350198.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 741,
          "aa_ref": "R",
          "aa_start": 398,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2923,
          "cdna_start": 1537,
          "cds_end": null,
          "cds_length": 2226,
          "cds_start": 1192,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000706868.1",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1192C>T",
          "hgvs_p": "p.Arg398Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000516595.1",
          "strand": false,
          "transcript": "ENST00000706868.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 724,
          "aa_ref": "R",
          "aa_start": 398,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7451,
          "cdna_start": 1512,
          "cds_end": null,
          "cds_length": 2175,
          "cds_start": 1192,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000948807.1",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1192C>T",
          "hgvs_p": "p.Arg398Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618866.1",
          "strand": false,
          "transcript": "ENST00000948807.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 685,
          "aa_ref": "R",
          "aa_start": 398,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3571,
          "cdna_start": 1521,
          "cds_end": null,
          "cds_length": 2058,
          "cds_start": 1192,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000948812.1",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1192C>T",
          "hgvs_p": "p.Arg398Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618871.1",
          "strand": false,
          "transcript": "ENST00000948812.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 665,
          "aa_ref": "R",
          "aa_start": 350,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3536,
          "cdna_start": 1402,
          "cds_end": null,
          "cds_length": 1998,
          "cds_start": 1048,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000948810.1",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1048C>T",
          "hgvs_p": "p.Arg350Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618869.1",
          "strand": false,
          "transcript": "ENST00000948810.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 664,
          "aa_ref": "R",
          "aa_start": 398,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7225,
          "cdna_start": 1482,
          "cds_end": null,
          "cds_length": 1995,
          "cds_start": 1192,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000948808.1",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1192C>T",
          "hgvs_p": "p.Arg398Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618867.1",
          "strand": false,
          "transcript": "ENST00000948808.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 450,
          "aa_ref": "R",
          "aa_start": 82,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3516,
          "cdna_start": 662,
          "cds_end": null,
          "cds_length": 1353,
          "cds_start": 244,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000933838.1",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.244C>T",
          "hgvs_p": "p.Arg82Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000603897.1",
          "strand": false,
          "transcript": "ENST00000933838.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 401,
          "aa_ref": "R",
          "aa_start": 82,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2256,
          "cdna_start": 595,
          "cds_end": null,
          "cds_length": 1206,
          "cds_start": 244,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000948816.1",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.244C>T",
          "hgvs_p": "p.Arg82Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618875.1",
          "strand": false,
          "transcript": "ENST00000948816.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 930,
          "aa_ref": "R",
          "aa_start": 469,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2897,
          "cdna_start": 1421,
          "cds_end": null,
          "cds_length": 2793,
          "cds_start": 1405,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "XM_017002269.2",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1405C>T",
          "hgvs_p": "p.Arg469Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016857758.1",
          "strand": false,
          "transcript": "XM_017002269.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 927,
          "aa_ref": "R",
          "aa_start": 466,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3685,
          "cdna_start": 2209,
          "cds_end": null,
          "cds_length": 2784,
          "cds_start": 1396,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "XM_017002270.3",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1396C>T",
          "hgvs_p": "p.Arg466Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016857759.1",
          "strand": false,
          "transcript": "XM_017002270.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 903,
          "aa_ref": "R",
          "aa_start": 442,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2816,
          "cdna_start": 1340,
          "cds_end": null,
          "cds_length": 2712,
          "cds_start": 1324,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "XM_017002271.3",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1324C>T",
          "hgvs_p": "p.Arg442Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016857760.1",
          "strand": false,
          "transcript": "XM_017002271.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 900,
          "aa_ref": "R",
          "aa_start": 439,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3604,
          "cdna_start": 2128,
          "cds_end": null,
          "cds_length": 2703,
          "cds_start": 1315,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "XM_047430040.1",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1315C>T",
          "hgvs_p": "p.Arg439Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047285996.1",
          "strand": false,
          "transcript": "XM_047430040.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 897,
          "aa_ref": "R",
          "aa_start": 469,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2798,
          "cdna_start": 1421,
          "cds_end": null,
          "cds_length": 2694,
          "cds_start": 1405,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "XM_017002272.2",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1405C>T",
          "hgvs_p": "p.Arg469Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016857761.1",
          "strand": false,
          "transcript": "XM_017002272.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 886,
          "aa_ref": "R",
          "aa_start": 425,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3103,
          "cdna_start": 1627,
          "cds_end": null,
          "cds_length": 2661,
          "cds_start": 1273,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "XM_017002273.3",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1273C>T",
          "hgvs_p": "p.Arg425Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016857762.1",
          "strand": false,
          "transcript": "XM_017002273.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 886,
          "aa_ref": "R",
          "aa_start": 425,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2864,
          "cdna_start": 1388,
          "cds_end": null,
          "cds_length": 2661,
          "cds_start": 1273,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "XM_017002274.1",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1273C>T",
          "hgvs_p": "p.Arg425Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016857763.1",
          "strand": false,
          "transcript": "XM_017002274.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 886,
          "aa_ref": "R",
          "aa_start": 425,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2852,
          "cdna_start": 1376,
          "cds_end": null,
          "cds_length": 2661,
          "cds_start": 1273,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "XM_017002275.1",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1273C>T",
          "hgvs_p": "p.Arg425Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016857764.1",
          "strand": false,
          "transcript": "XM_017002275.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 870,
          "aa_ref": "R",
          "aa_start": 442,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2717,
          "cdna_start": 1340,
          "cds_end": null,
          "cds_length": 2613,
          "cds_start": 1324,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "XM_024449686.2",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1324C>T",
          "hgvs_p": "p.Arg442Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_024305454.1",
          "strand": false,
          "transcript": "XM_024449686.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 854,
          "aa_ref": "R",
          "aa_start": 442,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2669,
          "cdna_start": 1340,
          "cds_end": null,
          "cds_length": 2565,
          "cds_start": 1324,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "XM_017002277.2",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1324C>T",
          "hgvs_p": "p.Arg442Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016857766.1",
          "strand": false,
          "transcript": "XM_017002277.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 851,
          "aa_ref": "R",
          "aa_start": 439,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3457,
          "cdna_start": 2128,
          "cds_end": null,
          "cds_length": 2556,
          "cds_start": 1315,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "XM_047430051.1",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1315C>T",
          "hgvs_p": "p.Arg439Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286007.1",
          "strand": false,
          "transcript": "XM_047430051.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 848,
          "aa_ref": "R",
          "aa_start": 469,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2651,
          "cdna_start": 1421,
          "cds_end": null,
          "cds_length": 2547,
          "cds_start": 1405,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "XM_017002278.2",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1405C>T",
          "hgvs_p": "p.Arg469Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016857767.1",
          "strand": false,
          "transcript": "XM_017002278.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 843,
          "aa_ref": "R",
          "aa_start": 442,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2636,
          "cdna_start": 1340,
          "cds_end": null,
          "cds_length": 2532,
          "cds_start": 1324,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "XM_047430054.1",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1324C>T",
          "hgvs_p": "p.Arg442Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286010.1",
          "strand": false,
          "transcript": "XM_047430054.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 841,
          "aa_ref": "R",
          "aa_start": 380,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2691,
          "cdna_start": 1215,
          "cds_end": null,
          "cds_length": 2526,
          "cds_start": 1138,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "XM_017002279.2",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1138C>T",
          "hgvs_p": "p.Arg380Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016857768.1",
          "strand": false,
          "transcript": "XM_017002279.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 837,
          "aa_ref": "R",
          "aa_start": 469,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2618,
          "cdna_start": 1421,
          "cds_end": null,
          "cds_length": 2514,
          "cds_start": 1405,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "XM_024449689.2",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1405C>T",
          "hgvs_p": "p.Arg469Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_024305457.1",
          "strand": false,
          "transcript": "XM_024449689.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 814,
          "aa_ref": "R",
          "aa_start": 353,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2610,
          "cdna_start": 1134,
          "cds_end": null,
          "cds_length": 2445,
          "cds_start": 1057,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_024449690.2",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1057C>T",
          "hgvs_p": "p.Arg353Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_024305458.1",
          "strand": false,
          "transcript": "XM_024449690.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 812,
          "aa_ref": "R",
          "aa_start": 469,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2808,
          "cdna_start": 1421,
          "cds_end": null,
          "cds_length": 2439,
          "cds_start": 1405,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "XM_017002282.2",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.1405C>T",
          "hgvs_p": "p.Arg469Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016857771.1",
          "strand": false,
          "transcript": "XM_017002282.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 722,
          "aa_ref": "R",
          "aa_start": 261,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2792,
          "cdna_start": 1316,
          "cds_end": null,
          "cds_length": 2169,
          "cds_start": 781,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_017002286.3",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.781C>T",
          "hgvs_p": "p.Arg261Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016857775.1",
          "strand": false,
          "transcript": "XM_017002286.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 722,
          "aa_ref": "R",
          "aa_start": 261,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2425,
          "cdna_start": 949,
          "cds_end": null,
          "cds_length": 2169,
          "cds_start": 781,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_017002288.1",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "c.781C>T",
          "hgvs_p": "p.Arg261Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016857777.1",
          "strand": false,
          "transcript": "XM_017002288.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 654,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000468580.5",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "n.54C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000468580.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 495,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000492613.1",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "n.95C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000492613.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7919,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 22,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000706845.1",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "n.*1025C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000516587.1",
          "strand": false,
          "transcript": "ENST00000706845.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2274,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 14,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000706870.1",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "n.1229C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000706870.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8471,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 24,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000706883.1",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "n.-21C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000516600.1",
          "strand": false,
          "transcript": "ENST00000706883.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2219,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 14,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000706884.1",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "n.1517C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000706884.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1845,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 16,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "XR_001737401.2",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "n.1421C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "XR_001737401.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8471,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 24,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000706883.1",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "n.-21C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000516600.1",
          "strand": false,
          "transcript": "ENST00000706883.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7919,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 22,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000706845.1",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "n.*1025C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000516587.1",
          "strand": false,
          "transcript": "ENST00000706845.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4104,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000706869.1",
          "gene_hgnc_id": 3501,
          "gene_symbol": "EVI5",
          "hgvs_c": "n.310-62160C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000706869.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs200507358",
      "effect": "missense_variant",
      "frequency_reference_population": 0.00002116186,
      "gene_hgnc_id": 3501,
      "gene_symbol": "EVI5",
      "gnomad_exomes_ac": 32,
      "gnomad_exomes_af": 0.0000219956,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 2,
      "gnomad_genomes_af": 0.000013173,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Uncertain significance",
      "phenotype_combined": "EVI5-related disorder",
      "phylop100way_prediction": "Uncertain_significance",
      "phylop100way_score": 5.543,
      "pos": 92665959,
      "ref": "G",
      "revel_prediction": "Uncertain_significance",
      "revel_score": 0.391,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001350197.2"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.