← 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: 5-171392927-TTGC-T (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=171392927&ref=TTGC&alt=T&genome=hg38&allGenes=true"

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 5,
          "criteria": [
            "BP3",
            "BS2"
          ],
          "effects": [
            "disruptive_inframe_deletion"
          ],
          "gene_symbol": "NPM1",
          "hgnc_id": 7910,
          "hgvs_c": "c.479_481delCTG",
          "hgvs_p": "p.Ala160del",
          "inheritance_mode": "AD",
          "pathogenic_score": 0,
          "score": -5,
          "transcript": "NM_002520.7",
          "verdict": "Likely_benign"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP3,BS2",
      "acmg_score": -5,
      "allele_count_reference_population": 198,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": null,
      "bayesdelnoaf_score": null,
      "chr": "5",
      "clinvar_classification": "not provided",
      "clinvar_disease": "not specified",
      "clinvar_review_status": "no classification provided",
      "clinvar_submissions_summary": "O:1",
      "computational_prediction_selected": null,
      "computational_score_selected": null,
      "computational_source_selected": null,
      "consequences": [
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 294,
          "aa_ref": "AD",
          "aa_start": 160,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1320,
          "cdna_start": 579,
          "cds_end": null,
          "cds_length": 885,
          "cds_start": 479,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_002520.7",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.479_481delCTG",
          "hgvs_p": "p.Ala160del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000296930.10",
          "protein_coding": true,
          "protein_id": "NP_002511.1",
          "strand": true,
          "transcript": "NM_002520.7",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 294,
          "aa_ref": "AD",
          "aa_start": 160,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1320,
          "cdna_start": 579,
          "cds_end": null,
          "cds_length": 885,
          "cds_start": 479,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000296930.10",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.479_481delCTG",
          "hgvs_p": "p.Ala160del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_002520.7",
          "protein_coding": true,
          "protein_id": "ENSP00000296930.5",
          "strand": true,
          "transcript": "ENST00000296930.10",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 294,
          "aa_ref": "AD",
          "aa_start": 160,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1338,
          "cdna_start": 614,
          "cds_end": null,
          "cds_length": 885,
          "cds_start": 479,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 12,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000517671.5",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.479_481delCTG",
          "hgvs_p": "p.Ala160del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000428755.1",
          "strand": true,
          "transcript": "ENST00000517671.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 265,
          "aa_ref": "AD",
          "aa_start": 160,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1237,
          "cdna_start": 599,
          "cds_end": null,
          "cds_length": 798,
          "cds_start": 479,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000351986.10",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.479_481delCTG",
          "hgvs_p": "p.Ala160del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000341168.6",
          "strand": true,
          "transcript": "ENST00000351986.10",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 259,
          "aa_ref": "AD",
          "aa_start": 160,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1598,
          "cdna_start": 577,
          "cds_end": null,
          "cds_length": 780,
          "cds_start": 479,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000393820.2",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.479_481delCTG",
          "hgvs_p": "p.Ala160del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000377408.2",
          "strand": true,
          "transcript": "ENST00000393820.2",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 323,
          "aa_ref": "AD",
          "aa_start": 160,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1338,
          "cdna_start": 597,
          "cds_end": null,
          "cds_length": 972,
          "cds_start": 479,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000676589.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.479_481delCTG",
          "hgvs_p": "p.Ala160del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000503283.1",
          "strand": true,
          "transcript": "ENST00000676589.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 305,
          "aa_ref": "AD",
          "aa_start": 160,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1346,
          "cdna_start": 585,
          "cds_end": null,
          "cds_length": 918,
          "cds_start": 479,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000677357.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.479_481delCTG",
          "hgvs_p": "p.Ala160del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000504740.1",
          "strand": true,
          "transcript": "ENST00000677357.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 300,
          "aa_ref": "AD",
          "aa_start": 160,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1313,
          "cdna_start": 579,
          "cds_end": null,
          "cds_length": 903,
          "cds_start": 479,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000964720.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.479_481delCTG",
          "hgvs_p": "p.Ala160del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634779.1",
          "strand": true,
          "transcript": "ENST00000964720.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 294,
          "aa_ref": "AD",
          "aa_start": 160,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1355,
          "cdna_start": 614,
          "cds_end": null,
          "cds_length": 885,
          "cds_start": 479,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 12,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001355006.2",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.479_481delCTG",
          "hgvs_p": "p.Ala160del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341935.1",
          "strand": true,
          "transcript": "NM_001355006.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 294,
          "aa_ref": "AD",
          "aa_start": 160,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1296,
          "cdna_start": 573,
          "cds_end": null,
          "cds_length": 885,
          "cds_start": 479,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 12,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000867397.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.479_481delCTG",
          "hgvs_p": "p.Ala160del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000537456.1",
          "strand": true,
          "transcript": "ENST00000867397.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 294,
          "aa_ref": "AD",
          "aa_start": 160,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1498,
          "cdna_start": 757,
          "cds_end": null,
          "cds_length": 885,
          "cds_start": 479,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 12,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000923456.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.479_481delCTG",
          "hgvs_p": "p.Ala160del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593515.1",
          "strand": true,
          "transcript": "ENST00000923456.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 294,
          "aa_ref": "AD",
          "aa_start": 160,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1406,
          "cdna_start": 681,
          "cds_end": null,
          "cds_length": 885,
          "cds_start": 479,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 12,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000923457.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.479_481delCTG",
          "hgvs_p": "p.Ala160del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593516.1",
          "strand": true,
          "transcript": "ENST00000923457.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 294,
          "aa_ref": "AD",
          "aa_start": 160,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1495,
          "cdna_start": 771,
          "cds_end": null,
          "cds_length": 885,
          "cds_start": 479,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 12,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000923458.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.479_481delCTG",
          "hgvs_p": "p.Ala160del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593517.1",
          "strand": true,
          "transcript": "ENST00000923458.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 294,
          "aa_ref": "AD",
          "aa_start": 160,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1365,
          "cdna_start": 640,
          "cds_end": null,
          "cds_length": 885,
          "cds_start": 479,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 12,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000923459.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.479_481delCTG",
          "hgvs_p": "p.Ala160del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593518.1",
          "strand": true,
          "transcript": "ENST00000923459.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 294,
          "aa_ref": "AD",
          "aa_start": 160,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1380,
          "cdna_start": 636,
          "cds_end": null,
          "cds_length": 885,
          "cds_start": 479,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 12,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000923460.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.479_481delCTG",
          "hgvs_p": "p.Ala160del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593519.1",
          "strand": true,
          "transcript": "ENST00000923460.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 294,
          "aa_ref": "AD",
          "aa_start": 160,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1377,
          "cdna_start": 627,
          "cds_end": null,
          "cds_length": 885,
          "cds_start": 479,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 12,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000923461.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.479_481delCTG",
          "hgvs_p": "p.Ala160del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593520.1",
          "strand": true,
          "transcript": "ENST00000923461.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 294,
          "aa_ref": "AD",
          "aa_start": 160,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1293,
          "cdna_start": 568,
          "cds_end": null,
          "cds_length": 885,
          "cds_start": 479,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 12,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000923462.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.479_481delCTG",
          "hgvs_p": "p.Ala160del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593521.1",
          "strand": true,
          "transcript": "ENST00000923462.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 294,
          "aa_ref": "AD",
          "aa_start": 160,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1333,
          "cdna_start": 608,
          "cds_end": null,
          "cds_length": 885,
          "cds_start": 479,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 12,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000923463.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.479_481delCTG",
          "hgvs_p": "p.Ala160del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593522.1",
          "strand": true,
          "transcript": "ENST00000923463.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 289,
          "aa_ref": "AD",
          "aa_start": 160,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1288,
          "cdna_start": 578,
          "cds_end": null,
          "cds_length": 870,
          "cds_start": 479,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000923472.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.479_481delCTG",
          "hgvs_p": "p.Ala160del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593531.1",
          "strand": true,
          "transcript": "ENST00000923472.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 276,
          "aa_ref": "AD",
          "aa_start": 160,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1292,
          "cdna_start": 605,
          "cds_end": null,
          "cds_length": 831,
          "cds_start": 479,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000923465.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.479_481delCTG",
          "hgvs_p": "p.Ala160del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593524.1",
          "strand": true,
          "transcript": "ENST00000923465.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 269,
          "aa_ref": "AD",
          "aa_start": 160,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1226,
          "cdna_start": 576,
          "cds_end": null,
          "cds_length": 810,
          "cds_start": 479,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000923474.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.479_481delCTG",
          "hgvs_p": "p.Ala160del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593533.1",
          "strand": true,
          "transcript": "ENST00000923474.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 265,
          "aa_ref": "AD",
          "aa_start": 160,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1233,
          "cdna_start": 579,
          "cds_end": null,
          "cds_length": 798,
          "cds_start": 479,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_199185.4",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.479_481delCTG",
          "hgvs_p": "p.Ala160del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_954654.1",
          "strand": true,
          "transcript": "NM_199185.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 265,
          "aa_ref": "AD",
          "aa_start": 160,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1158,
          "cdna_start": 522,
          "cds_end": null,
          "cds_length": 798,
          "cds_start": 479,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 11,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000923464.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.479_481delCTG",
          "hgvs_p": "p.Ala160del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593523.1",
          "strand": true,
          "transcript": "ENST00000923464.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 262,
          "aa_ref": "AD",
          "aa_start": 157,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1221,
          "cdna_start": 567,
          "cds_end": null,
          "cds_length": 789,
          "cds_start": 470,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000923469.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.470_472delCTG",
          "hgvs_p": "p.Ala157del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593528.1",
          "strand": true,
          "transcript": "ENST00000923469.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 260,
          "aa_ref": "AD",
          "aa_start": 160,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1199,
          "cdna_start": 579,
          "cds_end": null,
          "cds_length": 783,
          "cds_start": 479,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000923480.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.479_481delCTG",
          "hgvs_p": "p.Ala160del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593539.1",
          "strand": true,
          "transcript": "ENST00000923480.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 259,
          "aa_ref": "AD",
          "aa_start": 160,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1600,
          "cdna_start": 579,
          "cds_end": null,
          "cds_length": 780,
          "cds_start": 479,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001037738.3",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.479_481delCTG",
          "hgvs_p": "p.Ala160del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001032827.1",
          "strand": true,
          "transcript": "NM_001037738.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 254,
          "aa_ref": "AD",
          "aa_start": 120,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1207,
          "cdna_start": 462,
          "cds_end": null,
          "cds_length": 765,
          "cds_start": 359,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000923466.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.359_361delCTG",
          "hgvs_p": "p.Ala120del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593525.1",
          "strand": true,
          "transcript": "ENST00000923466.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 240,
          "aa_ref": "AD",
          "aa_start": 106,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1139,
          "cdna_start": 414,
          "cds_end": null,
          "cds_length": 723,
          "cds_start": 317,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000923478.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.317_319delCTG",
          "hgvs_p": "p.Ala106del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593537.1",
          "strand": true,
          "transcript": "ENST00000923478.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 233,
          "aa_ref": "AD",
          "aa_start": 99,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1137,
          "cdna_start": 393,
          "cds_end": null,
          "cds_length": 702,
          "cds_start": 296,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000923467.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.296_298delCTG",
          "hgvs_p": "p.Ala99del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593526.1",
          "strand": true,
          "transcript": "ENST00000923467.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 231,
          "aa_ref": "AD",
          "aa_start": 160,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1112,
          "cdna_start": 576,
          "cds_end": null,
          "cds_length": 696,
          "cds_start": 479,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000923476.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.479_481delCTG",
          "hgvs_p": "p.Ala160del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593535.1",
          "strand": true,
          "transcript": "ENST00000923476.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 230,
          "aa_ref": "AD",
          "aa_start": 96,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1240,
          "cdna_start": 499,
          "cds_end": null,
          "cds_length": 693,
          "cds_start": 287,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001355007.2",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.287_289delCTG",
          "hgvs_p": "p.Ala96del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341936.1",
          "strand": true,
          "transcript": "NM_001355007.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 230,
          "aa_ref": "AD",
          "aa_start": 160,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1513,
          "cdna_start": 579,
          "cds_end": null,
          "cds_length": 693,
          "cds_start": 479,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001355009.2",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.479_481delCTG",
          "hgvs_p": "p.Ala160del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341938.1",
          "strand": true,
          "transcript": "NM_001355009.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 230,
          "aa_ref": "AD",
          "aa_start": 96,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1263,
          "cdna_start": 549,
          "cds_end": null,
          "cds_length": 693,
          "cds_start": 287,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000521672.6",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.287_289delCTG",
          "hgvs_p": "p.Ala96del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000429485.2",
          "strand": true,
          "transcript": "ENST00000521672.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 230,
          "aa_ref": "AD",
          "aa_start": 96,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2258,
          "cdna_start": 607,
          "cds_end": null,
          "cds_length": 693,
          "cds_start": 287,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000677325.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.287_289delCTG",
          "hgvs_p": "p.Ala96del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000503781.1",
          "strand": true,
          "transcript": "ENST00000677325.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 206,
          "aa_ref": "AD",
          "aa_start": 160,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1039,
          "cdna_start": 578,
          "cds_end": null,
          "cds_length": 621,
          "cds_start": 479,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000923473.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.479_481delCTG",
          "hgvs_p": "p.Ala160del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593532.1",
          "strand": true,
          "transcript": "ENST00000923473.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 201,
          "aa_ref": "AD",
          "aa_start": 96,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1335,
          "cdna_start": 583,
          "cds_end": null,
          "cds_length": 606,
          "cds_start": 287,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000677907.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.287_289delCTG",
          "hgvs_p": "p.Ala96del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000504308.1",
          "strand": true,
          "transcript": "ENST00000677907.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 196,
          "aa_ref": "AD",
          "aa_start": 62,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1008,
          "cdna_start": 284,
          "cds_end": null,
          "cds_length": 591,
          "cds_start": 185,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 8,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000867398.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.185_187delCTG",
          "hgvs_p": "p.Ala62del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000537457.1",
          "strand": true,
          "transcript": "ENST00000867398.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "AD",
          "aa_start": 160,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1072,
          "cdna_start": 585,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 479,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000679233.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.479_481delCTG",
          "hgvs_p": "p.Ala160del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000503717.1",
          "strand": true,
          "transcript": "ENST00000679233.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 173,
          "aa_ref": "AD",
          "aa_start": 39,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 938,
          "cdna_start": 213,
          "cds_end": null,
          "cds_length": 522,
          "cds_start": 116,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 8,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000923479.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.116_118delCTG",
          "hgvs_p": "p.Ala39del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593538.1",
          "strand": true,
          "transcript": "ENST00000923479.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 167,
          "aa_ref": "AD",
          "aa_start": 62,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 939,
          "cdna_start": 285,
          "cds_end": null,
          "cds_length": 504,
          "cds_start": 185,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 7,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001355010.2",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.185_187delCTG",
          "hgvs_p": "p.Ala62del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341939.1",
          "strand": true,
          "transcript": "NM_001355010.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 167,
          "aa_ref": "AD",
          "aa_start": 62,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 936,
          "cdna_start": 282,
          "cds_end": null,
          "cds_length": 504,
          "cds_start": 185,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 7,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000923470.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.185_187delCTG",
          "hgvs_p": "p.Ala62del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593529.1",
          "strand": true,
          "transcript": "ENST00000923470.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 157,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 889,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 474,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000923481.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.258+1509_258+1511delCTG",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593540.1",
          "strand": true,
          "transcript": "ENST00000923481.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 123,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 883,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 372,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000677297.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.258+1509_258+1511delCTG",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000504016.1",
          "strand": true,
          "transcript": "ENST00000677297.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 117,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 768,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 354,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000923483.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.138+2803_138+2805delCTG",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593542.1",
          "strand": true,
          "transcript": "ENST00000923483.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 98,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 732,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 297,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000923468.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.258+1509_258+1511delCTG",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593527.1",
          "strand": true,
          "transcript": "ENST00000923468.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 90,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 794,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 273,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000679190.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.246+1521_246+1523delCTG",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000503408.1",
          "strand": true,
          "transcript": "ENST00000679190.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 83,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 668,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 252,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000923475.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.138+2803_138+2805delCTG",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593534.1",
          "strand": true,
          "transcript": "ENST00000923475.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 80,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 657,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 243,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000923482.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.96+2845_96+2847delCTG",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593541.1",
          "strand": true,
          "transcript": "ENST00000923482.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 69,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 629,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 210,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000923471.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.96+2845_96+2847delCTG",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593530.1",
          "strand": true,
          "transcript": "ENST00000923471.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 58,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 593,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 177,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000923477.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "c.138+2803_138+2805delCTG",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593536.1",
          "strand": true,
          "transcript": "ENST00000923477.1",
          "transcript_support_level": null
        },
        {
          "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": 1382,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000518587.2",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "n.673_675delCTG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000518587.2",
          "transcript_support_level": 2
        },
        {
          "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": 1571,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000521260.2",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "n.857_859delCTG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000521260.2",
          "transcript_support_level": 2
        },
        {
          "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": 1936,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000676504.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "n.597_599delCTG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000676504.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": 2676,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000676613.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "n.*10_*12delCTG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000503767.1",
          "strand": true,
          "transcript": "ENST00000676613.1",
          "transcript_support_level": null
        },
        {
          "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": 3605,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000676625.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "n.600_602delCTG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000676625.1",
          "transcript_support_level": null
        },
        {
          "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": 2600,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000677467.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "n.601_603delCTG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000677467.1",
          "transcript_support_level": null
        },
        {
          "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": 2506,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000677600.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "n.494_496delCTG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000677600.1",
          "transcript_support_level": null
        },
        {
          "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": 2627,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000677672.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "n.599_601delCTG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000677672.1",
          "transcript_support_level": null
        },
        {
          "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": 2459,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000677741.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "n.1745_1747delCTG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000677741.1",
          "transcript_support_level": null
        },
        {
          "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": 1469,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000677904.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "n.755_757delCTG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000677904.1",
          "transcript_support_level": null
        },
        {
          "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": 2674,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000678186.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "n.733_735delCTG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000678186.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": 2797,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000678267.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "n.*364_*366delCTG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000504107.1",
          "strand": true,
          "transcript": "ENST00000678267.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": 1913,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000678280.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "n.479_481delCTG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000503235.1",
          "strand": true,
          "transcript": "ENST00000678280.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": 1289,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000678774.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "n.479_481delCTG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000503150.1",
          "strand": true,
          "transcript": "ENST00000678774.1",
          "transcript_support_level": null
        },
        {
          "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": 1116,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000679006.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "n.600_602delCTG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000679006.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": 2676,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000676613.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "n.*10_*12delCTG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000503767.1",
          "strand": true,
          "transcript": "ENST00000676613.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": 2797,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000678267.1",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "n.*364_*366delCTG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000504107.1",
          "strand": true,
          "transcript": "ENST00000678267.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": 1192,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_149149.2",
          "gene_hgnc_id": 7910,
          "gene_symbol": "NPM1",
          "hgvs_c": "n.496+180_496+182delCTG",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_149149.2",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs587778581",
      "effect": "disruptive_inframe_deletion",
      "frequency_reference_population": 0.00012286431,
      "gene_hgnc_id": 7910,
      "gene_symbol": "NPM1",
      "gnomad_exomes_ac": 175,
      "gnomad_exomes_af": 0.000119914,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 23,
      "gnomad_genomes_af": 0.000151167,
      "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": "not provided",
      "phenotype_combined": "not specified",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 1.922,
      "pos": 171392927,
      "ref": "TTGC",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.009999999776482582,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.01,
      "transcript": "NM_002520.7"
    }
  ]
}
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.