← 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-30936795-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PM2"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "PUM1",
          "hgnc_id": 14957,
          "hgvs_c": "c.3283G>A",
          "hgvs_p": "p.Glu1095Lys",
          "inheritance_mode": "AD",
          "pathogenic_score": 2,
          "score": 2,
          "transcript": "NM_001020658.2",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 0,
          "criteria": [
            "PM2"
          ],
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "gene_symbol": "ENSG00000307336",
          "hgnc_id": null,
          "hgvs_c": "n.311C>T",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 2,
          "score": 2,
          "transcript": "ENST00000825160.1",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2",
      "acmg_score": 2,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.9871,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "bayesdelnoaf_score": 0.1,
      "chr": "1",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "Spinocerebellar ataxia 47",
      "clinvar_review_status": "no assertion criteria provided",
      "clinvar_submissions_summary": "null",
      "computational_prediction_selected": "Uncertain_significance",
      "computational_score_selected": 0.687012255191803,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1188,
          "aa_ref": "E",
          "aa_start": 1095,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5385,
          "cdna_start": 3396,
          "cds_end": null,
          "cds_length": 3567,
          "cds_start": 3283,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "NM_001020658.2",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3283G>A",
          "hgvs_p": "p.Glu1095Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000426105.7",
          "protein_coding": true,
          "protein_id": "NP_001018494.1",
          "strand": false,
          "transcript": "NM_001020658.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1188,
          "aa_ref": "E",
          "aa_start": 1095,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 5385,
          "cdna_start": 3396,
          "cds_end": null,
          "cds_length": 3567,
          "cds_start": 3283,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000426105.7",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3283G>A",
          "hgvs_p": "p.Glu1095Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001020658.2",
          "protein_coding": true,
          "protein_id": "ENSP00000391723.2",
          "strand": false,
          "transcript": "ENST00000426105.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1224,
          "aa_ref": "E",
          "aa_start": 1131,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4242,
          "cdna_start": 3597,
          "cds_end": null,
          "cds_length": 3675,
          "cds_start": 3391,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000373741.8",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3391G>A",
          "hgvs_p": "p.Glu1131Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000362846.4",
          "strand": false,
          "transcript": "ENST00000373741.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1186,
          "aa_ref": "E",
          "aa_start": 1093,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5360,
          "cdna_start": 3371,
          "cds_end": null,
          "cds_length": 3561,
          "cds_start": 3277,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000257075.9",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3277G>A",
          "hgvs_p": "p.Glu1093Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000257075.5",
          "strand": false,
          "transcript": "ENST00000257075.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1162,
          "aa_ref": "E",
          "aa_start": 1069,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3936,
          "cdna_start": 3285,
          "cds_end": null,
          "cds_length": 3489,
          "cds_start": 3205,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000440538.6",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3205G>A",
          "hgvs_p": "p.Glu1069Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000401777.2",
          "strand": false,
          "transcript": "ENST00000440538.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1250,
          "aa_ref": "E",
          "aa_start": 1157,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4321,
          "cdna_start": 3555,
          "cds_end": null,
          "cds_length": 3753,
          "cds_start": 3469,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000883126.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3469G>A",
          "hgvs_p": "p.Glu1157Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553185.1",
          "strand": false,
          "transcript": "ENST00000883126.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1250,
          "aa_ref": "E",
          "aa_start": 1124,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4233,
          "cdna_start": 3464,
          "cds_end": null,
          "cds_length": 3753,
          "cds_start": 3370,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000883151.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3370G>A",
          "hgvs_p": "p.Glu1124Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553210.1",
          "strand": false,
          "transcript": "ENST00000883151.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1232,
          "aa_ref": "E",
          "aa_start": 1139,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4112,
          "cdna_start": 3476,
          "cds_end": null,
          "cds_length": 3699,
          "cds_start": 3415,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000963563.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3415G>A",
          "hgvs_p": "p.Glu1139Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633622.1",
          "strand": false,
          "transcript": "ENST00000963563.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1230,
          "aa_ref": "E",
          "aa_start": 1137,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4191,
          "cdna_start": 3522,
          "cds_end": null,
          "cds_length": 3693,
          "cds_start": 3409,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000883144.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3409G>A",
          "hgvs_p": "p.Glu1137Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553203.1",
          "strand": false,
          "transcript": "ENST00000883144.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1228,
          "aa_ref": "E",
          "aa_start": 1135,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4289,
          "cdna_start": 3523,
          "cds_end": null,
          "cds_length": 3687,
          "cds_start": 3403,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000883086.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3403G>A",
          "hgvs_p": "p.Glu1135Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553145.1",
          "strand": false,
          "transcript": "ENST00000883086.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1227,
          "aa_ref": "E",
          "aa_start": 1134,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4279,
          "cdna_start": 3513,
          "cds_end": null,
          "cds_length": 3684,
          "cds_start": 3400,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000883102.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3400G>A",
          "hgvs_p": "p.Glu1134Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553161.1",
          "strand": false,
          "transcript": "ENST00000883102.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1227,
          "aa_ref": "E",
          "aa_start": 1134,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4182,
          "cdna_start": 3513,
          "cds_end": null,
          "cds_length": 3684,
          "cds_start": 3400,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000883143.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3400G>A",
          "hgvs_p": "p.Glu1134Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553202.1",
          "strand": false,
          "transcript": "ENST00000883143.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1227,
          "aa_ref": "E",
          "aa_start": 1134,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5431,
          "cdna_start": 3444,
          "cds_end": null,
          "cds_length": 3684,
          "cds_start": 3400,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000918939.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3400G>A",
          "hgvs_p": "p.Glu1134Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000588998.1",
          "strand": false,
          "transcript": "ENST00000918939.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1226,
          "aa_ref": "E",
          "aa_start": 1133,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4257,
          "cdna_start": 3491,
          "cds_end": null,
          "cds_length": 3681,
          "cds_start": 3397,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000883115.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3397G>A",
          "hgvs_p": "p.Glu1133Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553174.1",
          "strand": false,
          "transcript": "ENST00000883115.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1225,
          "aa_ref": "E",
          "aa_start": 1132,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4176,
          "cdna_start": 3506,
          "cds_end": null,
          "cds_length": 3678,
          "cds_start": 3394,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000883140.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3394G>A",
          "hgvs_p": "p.Glu1132Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553199.1",
          "strand": false,
          "transcript": "ENST00000883140.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1224,
          "aa_ref": "E",
          "aa_start": 1131,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5482,
          "cdna_start": 3493,
          "cds_end": null,
          "cds_length": 3675,
          "cds_start": 3391,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000918952.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3391G>A",
          "hgvs_p": "p.Glu1131Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589011.1",
          "strand": false,
          "transcript": "ENST00000918952.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1218,
          "aa_ref": "E",
          "aa_start": 1125,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5471,
          "cdna_start": 3484,
          "cds_end": null,
          "cds_length": 3657,
          "cds_start": 3373,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000918946.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3373G>A",
          "hgvs_p": "p.Glu1125Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589005.1",
          "strand": false,
          "transcript": "ENST00000918946.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1215,
          "aa_ref": "E",
          "aa_start": 1122,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4125,
          "cdna_start": 3455,
          "cds_end": null,
          "cds_length": 3648,
          "cds_start": 3364,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000883157.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3364G>A",
          "hgvs_p": "p.Glu1122Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553216.1",
          "strand": false,
          "transcript": "ENST00000883157.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1213,
          "aa_ref": "E",
          "aa_start": 1120,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4237,
          "cdna_start": 3471,
          "cds_end": null,
          "cds_length": 3642,
          "cds_start": 3358,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000883111.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3358G>A",
          "hgvs_p": "p.Glu1120Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553170.1",
          "strand": false,
          "transcript": "ENST00000883111.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1212,
          "aa_ref": "E",
          "aa_start": 1119,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4241,
          "cdna_start": 3475,
          "cds_end": null,
          "cds_length": 3639,
          "cds_start": 3355,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000883092.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3355G>A",
          "hgvs_p": "p.Glu1119Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553151.1",
          "strand": false,
          "transcript": "ENST00000883092.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1212,
          "aa_ref": "E",
          "aa_start": 1119,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4113,
          "cdna_start": 3444,
          "cds_end": null,
          "cds_length": 3639,
          "cds_start": 3355,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000918981.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3355G>A",
          "hgvs_p": "p.Glu1119Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589040.1",
          "strand": false,
          "transcript": "ENST00000918981.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1211,
          "aa_ref": "E",
          "aa_start": 1118,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4209,
          "cdna_start": 3443,
          "cds_end": null,
          "cds_length": 3636,
          "cds_start": 3352,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000883123.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3352G>A",
          "hgvs_p": "p.Glu1118Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553182.1",
          "strand": false,
          "transcript": "ENST00000883123.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1211,
          "aa_ref": "E",
          "aa_start": 1118,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5357,
          "cdna_start": 3461,
          "cds_end": null,
          "cds_length": 3636,
          "cds_start": 3352,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000963527.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3352G>A",
          "hgvs_p": "p.Glu1118Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633586.1",
          "strand": false,
          "transcript": "ENST00000963527.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1210,
          "aa_ref": "E",
          "aa_start": 1117,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4235,
          "cdna_start": 3469,
          "cds_end": null,
          "cds_length": 3633,
          "cds_start": 3349,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000883085.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3349G>A",
          "hgvs_p": "p.Glu1117Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553144.1",
          "strand": false,
          "transcript": "ENST00000883085.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1209,
          "aa_ref": "E",
          "aa_start": 1116,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4136,
          "cdna_start": 3466,
          "cds_end": null,
          "cds_length": 3630,
          "cds_start": 3346,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000883131.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3346G>A",
          "hgvs_p": "p.Glu1116Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553190.1",
          "strand": false,
          "transcript": "ENST00000883131.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1203,
          "aa_ref": "E",
          "aa_start": 1110,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5406,
          "cdna_start": 3419,
          "cds_end": null,
          "cds_length": 3612,
          "cds_start": 3328,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000918964.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3328G>A",
          "hgvs_p": "p.Glu1110Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589023.1",
          "strand": false,
          "transcript": "ENST00000918964.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1201,
          "aa_ref": "E",
          "aa_start": 1108,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5426,
          "cdna_start": 3437,
          "cds_end": null,
          "cds_length": 3606,
          "cds_start": 3322,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000918938.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3322G>A",
          "hgvs_p": "p.Glu1108Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000588997.1",
          "strand": false,
          "transcript": "ENST00000918938.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1200,
          "aa_ref": "E",
          "aa_start": 1107,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5398,
          "cdna_start": 3409,
          "cds_end": null,
          "cds_length": 3603,
          "cds_start": 3319,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000918962.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3319G>A",
          "hgvs_p": "p.Glu1107Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589021.1",
          "strand": false,
          "transcript": "ENST00000918962.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1199,
          "aa_ref": "E",
          "aa_start": 1106,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4148,
          "cdna_start": 3407,
          "cds_end": null,
          "cds_length": 3600,
          "cds_start": 3316,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000963534.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3316G>A",
          "hgvs_p": "p.Glu1106Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633593.1",
          "strand": false,
          "transcript": "ENST00000963534.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1199,
          "aa_ref": "E",
          "aa_start": 1100,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4034,
          "cdna_start": 3384,
          "cds_end": null,
          "cds_length": 3600,
          "cds_start": 3298,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000963559.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3298G>A",
          "hgvs_p": "p.Glu1100Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633618.1",
          "strand": false,
          "transcript": "ENST00000963559.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1198,
          "aa_ref": "E",
          "aa_start": 1105,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5411,
          "cdna_start": 3422,
          "cds_end": null,
          "cds_length": 3597,
          "cds_start": 3313,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000918947.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3313G>A",
          "hgvs_p": "p.Glu1105Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589006.1",
          "strand": false,
          "transcript": "ENST00000918947.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1191,
          "aa_ref": "E",
          "aa_start": 1098,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4231,
          "cdna_start": 3465,
          "cds_end": null,
          "cds_length": 3576,
          "cds_start": 3292,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000883070.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3292G>A",
          "hgvs_p": "p.Glu1098Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553129.1",
          "strand": false,
          "transcript": "ENST00000883070.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1191,
          "aa_ref": "E",
          "aa_start": 1098,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4178,
          "cdna_start": 3412,
          "cds_end": null,
          "cds_length": 3576,
          "cds_start": 3292,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000883080.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3292G>A",
          "hgvs_p": "p.Glu1098Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553139.1",
          "strand": false,
          "transcript": "ENST00000883080.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1190,
          "aa_ref": "E",
          "aa_start": 1097,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4146,
          "cdna_start": 3380,
          "cds_end": null,
          "cds_length": 3573,
          "cds_start": 3289,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000883122.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3289G>A",
          "hgvs_p": "p.Glu1097Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553181.1",
          "strand": false,
          "transcript": "ENST00000883122.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1190,
          "aa_ref": "E",
          "aa_start": 1097,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4122,
          "cdna_start": 3380,
          "cds_end": null,
          "cds_length": 3573,
          "cds_start": 3289,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000883129.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3289G>A",
          "hgvs_p": "p.Glu1097Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553188.1",
          "strand": false,
          "transcript": "ENST00000883129.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1189,
          "aa_ref": "E",
          "aa_start": 1096,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5375,
          "cdna_start": 3386,
          "cds_end": null,
          "cds_length": 3570,
          "cds_start": 3286,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000373747.7",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3286G>A",
          "hgvs_p": "p.Glu1096Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000362852.3",
          "strand": false,
          "transcript": "ENST00000373747.7",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1189,
          "aa_ref": "E",
          "aa_start": 1096,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4352,
          "cdna_start": 3586,
          "cds_end": null,
          "cds_length": 3570,
          "cds_start": 3286,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000883066.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3286G>A",
          "hgvs_p": "p.Glu1096Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553125.1",
          "strand": false,
          "transcript": "ENST00000883066.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1188,
          "aa_ref": "E",
          "aa_start": 1095,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4169,
          "cdna_start": 3403,
          "cds_end": null,
          "cds_length": 3567,
          "cds_start": 3283,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000883082.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3283G>A",
          "hgvs_p": "p.Glu1095Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553141.1",
          "strand": false,
          "transcript": "ENST00000883082.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1188,
          "aa_ref": "E",
          "aa_start": 1095,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4256,
          "cdna_start": 3587,
          "cds_end": null,
          "cds_length": 3567,
          "cds_start": 3283,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000883180.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3283G>A",
          "hgvs_p": "p.Glu1095Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553239.1",
          "strand": false,
          "transcript": "ENST00000883180.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1188,
          "aa_ref": "E",
          "aa_start": 1095,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5585,
          "cdna_start": 3597,
          "cds_end": null,
          "cds_length": 3567,
          "cds_start": 3283,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000918972.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3283G>A",
          "hgvs_p": "p.Glu1095Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589031.1",
          "strand": false,
          "transcript": "ENST00000918972.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1187,
          "aa_ref": "E",
          "aa_start": 1094,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4138,
          "cdna_start": 3468,
          "cds_end": null,
          "cds_length": 3564,
          "cds_start": 3280,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000883073.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3280G>A",
          "hgvs_p": "p.Glu1094Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553132.1",
          "strand": false,
          "transcript": "ENST00000883073.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1187,
          "aa_ref": "E",
          "aa_start": 1094,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4122,
          "cdna_start": 3453,
          "cds_end": null,
          "cds_length": 3564,
          "cds_start": 3280,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000883076.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3280G>A",
          "hgvs_p": "p.Glu1094Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553135.1",
          "strand": false,
          "transcript": "ENST00000883076.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1187,
          "aa_ref": "E",
          "aa_start": 1094,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4166,
          "cdna_start": 3400,
          "cds_end": null,
          "cds_length": 3564,
          "cds_start": 3280,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000883093.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3280G>A",
          "hgvs_p": "p.Glu1094Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553152.1",
          "strand": false,
          "transcript": "ENST00000883093.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1187,
          "aa_ref": "E",
          "aa_start": 1094,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4159,
          "cdna_start": 3393,
          "cds_end": null,
          "cds_length": 3564,
          "cds_start": 3280,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000883109.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3280G>A",
          "hgvs_p": "p.Glu1094Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553168.1",
          "strand": false,
          "transcript": "ENST00000883109.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1187,
          "aa_ref": "E",
          "aa_start": 1094,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4003,
          "cdna_start": 3327,
          "cds_end": null,
          "cds_length": 3564,
          "cds_start": 3280,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000883130.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3280G>A",
          "hgvs_p": "p.Glu1094Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553189.1",
          "strand": false,
          "transcript": "ENST00000883130.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1187,
          "aa_ref": "E",
          "aa_start": 1094,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4001,
          "cdna_start": 3369,
          "cds_end": null,
          "cds_length": 3564,
          "cds_start": 3280,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000883177.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3280G>A",
          "hgvs_p": "p.Glu1094Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553236.1",
          "strand": false,
          "transcript": "ENST00000883177.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1186,
          "aa_ref": "E",
          "aa_start": 1093,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5379,
          "cdna_start": 3390,
          "cds_end": null,
          "cds_length": 3561,
          "cds_start": 3277,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "NM_014676.3",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3277G>A",
          "hgvs_p": "p.Glu1093Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_055491.1",
          "strand": false,
          "transcript": "NM_014676.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1186,
          "aa_ref": "E",
          "aa_start": 1093,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4270,
          "cdna_start": 3504,
          "cds_end": null,
          "cds_length": 3561,
          "cds_start": 3277,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000883069.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3277G>A",
          "hgvs_p": "p.Glu1093Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553128.1",
          "strand": false,
          "transcript": "ENST00000883069.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1186,
          "aa_ref": "E",
          "aa_start": 1093,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4124,
          "cdna_start": 3454,
          "cds_end": null,
          "cds_length": 3561,
          "cds_start": 3277,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000883074.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3277G>A",
          "hgvs_p": "p.Glu1093Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553133.1",
          "strand": false,
          "transcript": "ENST00000883074.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1186,
          "aa_ref": "E",
          "aa_start": 1093,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4163,
          "cdna_start": 3397,
          "cds_end": null,
          "cds_length": 3561,
          "cds_start": 3277,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000883094.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3277G>A",
          "hgvs_p": "p.Glu1093Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553153.1",
          "strand": false,
          "transcript": "ENST00000883094.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1186,
          "aa_ref": "E",
          "aa_start": 1093,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4134,
          "cdna_start": 3368,
          "cds_end": null,
          "cds_length": 3561,
          "cds_start": 3277,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000883118.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3277G>A",
          "hgvs_p": "p.Glu1093Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553177.1",
          "strand": false,
          "transcript": "ENST00000883118.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1186,
          "aa_ref": "E",
          "aa_start": 1093,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5355,
          "cdna_start": 3368,
          "cds_end": null,
          "cds_length": 3561,
          "cds_start": 3277,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000918963.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3277G>A",
          "hgvs_p": "p.Glu1093Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589022.1",
          "strand": false,
          "transcript": "ENST00000918963.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1186,
          "aa_ref": "E",
          "aa_start": 1093,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5618,
          "cdna_start": 3629,
          "cds_end": null,
          "cds_length": 3561,
          "cds_start": 3277,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000918971.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3277G>A",
          "hgvs_p": "p.Glu1093Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589030.1",
          "strand": false,
          "transcript": "ENST00000918971.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1185,
          "aa_ref": "E",
          "aa_start": 1092,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4160,
          "cdna_start": 3394,
          "cds_end": null,
          "cds_length": 3558,
          "cds_start": 3274,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000883083.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3274G>A",
          "hgvs_p": "p.Glu1092Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553142.1",
          "strand": false,
          "transcript": "ENST00000883083.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1185,
          "aa_ref": "E",
          "aa_start": 1092,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4129,
          "cdna_start": 3363,
          "cds_end": null,
          "cds_length": 3558,
          "cds_start": 3274,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000883125.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3274G>A",
          "hgvs_p": "p.Glu1092Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553184.1",
          "strand": false,
          "transcript": "ENST00000883125.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1185,
          "aa_ref": "E",
          "aa_start": 1092,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5372,
          "cdna_start": 3383,
          "cds_end": null,
          "cds_length": 3558,
          "cds_start": 3274,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000918948.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3274G>A",
          "hgvs_p": "p.Glu1092Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589007.1",
          "strand": false,
          "transcript": "ENST00000918948.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1183,
          "aa_ref": "E",
          "aa_start": 1090,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4051,
          "cdna_start": 3381,
          "cds_end": null,
          "cds_length": 3552,
          "cds_start": 3268,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000883135.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3268G>A",
          "hgvs_p": "p.Glu1090Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553194.1",
          "strand": false,
          "transcript": "ENST00000883135.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1182,
          "aa_ref": "E",
          "aa_start": 1089,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4125,
          "cdna_start": 3359,
          "cds_end": null,
          "cds_length": 3549,
          "cds_start": 3265,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000883117.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3265G>A",
          "hgvs_p": "p.Glu1089Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553176.1",
          "strand": false,
          "transcript": "ENST00000883117.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1182,
          "aa_ref": "E",
          "aa_start": 1089,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4043,
          "cdna_start": 3374,
          "cds_end": null,
          "cds_length": 3549,
          "cds_start": 3265,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000963538.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3265G>A",
          "hgvs_p": "p.Glu1089Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633597.1",
          "strand": false,
          "transcript": "ENST00000963538.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1181,
          "aa_ref": "E",
          "aa_start": 1088,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4038,
          "cdna_start": 3372,
          "cds_end": null,
          "cds_length": 3546,
          "cds_start": 3262,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000883150.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3262G>A",
          "hgvs_p": "p.Glu1088Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553209.1",
          "strand": false,
          "transcript": "ENST00000883150.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1180,
          "aa_ref": "E",
          "aa_start": 1087,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3980,
          "cdna_start": 3348,
          "cds_end": null,
          "cds_length": 3543,
          "cds_start": 3259,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000883176.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3259G>A",
          "hgvs_p": "p.Glu1087Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553235.1",
          "strand": false,
          "transcript": "ENST00000883176.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1180,
          "aa_ref": "E",
          "aa_start": 1087,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4115,
          "cdna_start": 3350,
          "cds_end": null,
          "cds_length": 3543,
          "cds_start": 3259,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000918976.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3259G>A",
          "hgvs_p": "p.Glu1087Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589035.1",
          "strand": false,
          "transcript": "ENST00000918976.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1179,
          "aa_ref": "E",
          "aa_start": 1086,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4038,
          "cdna_start": 3369,
          "cds_end": null,
          "cds_length": 3540,
          "cds_start": 3256,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000963535.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3256G>A",
          "hgvs_p": "p.Glu1086Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633594.1",
          "strand": false,
          "transcript": "ENST00000963535.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1166,
          "aa_ref": "E",
          "aa_start": 1073,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4074,
          "cdna_start": 3308,
          "cds_end": null,
          "cds_length": 3501,
          "cds_start": 3217,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000883120.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3217G>A",
          "hgvs_p": "p.Glu1073Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553179.1",
          "strand": false,
          "transcript": "ENST00000883120.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1166,
          "aa_ref": "E",
          "aa_start": 1073,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4074,
          "cdna_start": 3437,
          "cds_end": null,
          "cds_length": 3501,
          "cds_start": 3217,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000963530.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3217G>A",
          "hgvs_p": "p.Glu1073Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633589.1",
          "strand": false,
          "transcript": "ENST00000963530.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1164,
          "aa_ref": "E",
          "aa_start": 1071,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3994,
          "cdna_start": 3324,
          "cds_end": null,
          "cds_length": 3495,
          "cds_start": 3211,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000883136.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3211G>A",
          "hgvs_p": "p.Glu1071Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553195.1",
          "strand": false,
          "transcript": "ENST00000883136.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1163,
          "aa_ref": "E",
          "aa_start": 1070,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5291,
          "cdna_start": 3302,
          "cds_end": null,
          "cds_length": 3492,
          "cds_start": 3208,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000918958.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3208G>A",
          "hgvs_p": "p.Glu1070Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589017.1",
          "strand": false,
          "transcript": "ENST00000918958.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1162,
          "aa_ref": "E",
          "aa_start": 1069,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4198,
          "cdna_start": 3432,
          "cds_end": null,
          "cds_length": 3489,
          "cds_start": 3205,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000883068.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3205G>A",
          "hgvs_p": "p.Glu1069Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553127.1",
          "strand": false,
          "transcript": "ENST00000883068.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1161,
          "aa_ref": "E",
          "aa_start": 1068,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4044,
          "cdna_start": 3375,
          "cds_end": null,
          "cds_length": 3486,
          "cds_start": 3202,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000883075.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3202G>A",
          "hgvs_p": "p.Glu1068Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553134.1",
          "strand": false,
          "transcript": "ENST00000883075.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1161,
          "aa_ref": "E",
          "aa_start": 1068,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4093,
          "cdna_start": 3327,
          "cds_end": null,
          "cds_length": 3486,
          "cds_start": 3202,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000883079.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3202G>A",
          "hgvs_p": "p.Glu1068Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553138.1",
          "strand": false,
          "transcript": "ENST00000883079.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1161,
          "aa_ref": "E",
          "aa_start": 1068,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4081,
          "cdna_start": 3315,
          "cds_end": null,
          "cds_length": 3486,
          "cds_start": 3202,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000883105.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3202G>A",
          "hgvs_p": "p.Glu1068Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553164.1",
          "strand": false,
          "transcript": "ENST00000883105.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1160,
          "aa_ref": "E",
          "aa_start": 1067,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4204,
          "cdna_start": 3438,
          "cds_end": null,
          "cds_length": 3483,
          "cds_start": 3199,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000883067.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3199G>A",
          "hgvs_p": "p.Glu1067Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553126.1",
          "strand": false,
          "transcript": "ENST00000883067.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1160,
          "aa_ref": "E",
          "aa_start": 1067,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4145,
          "cdna_start": 3316,
          "cds_end": null,
          "cds_length": 3483,
          "cds_start": 3199,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000883072.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3199G>A",
          "hgvs_p": "p.Glu1067Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553131.1",
          "strand": false,
          "transcript": "ENST00000883072.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1160,
          "aa_ref": "E",
          "aa_start": 1067,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4095,
          "cdna_start": 3329,
          "cds_end": null,
          "cds_length": 3483,
          "cds_start": 3199,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000883078.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3199G>A",
          "hgvs_p": "p.Glu1067Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553137.1",
          "strand": false,
          "transcript": "ENST00000883078.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1159,
          "aa_ref": "E",
          "aa_start": 1066,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4082,
          "cdna_start": 3316,
          "cds_end": null,
          "cds_length": 3480,
          "cds_start": 3196,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000883084.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3196G>A",
          "hgvs_p": "p.Glu1066Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553143.1",
          "strand": false,
          "transcript": "ENST00000883084.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1159,
          "aa_ref": "E",
          "aa_start": 1066,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4075,
          "cdna_start": 3309,
          "cds_end": null,
          "cds_length": 3480,
          "cds_start": 3196,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000883104.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3196G>A",
          "hgvs_p": "p.Glu1066Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553163.1",
          "strand": false,
          "transcript": "ENST00000883104.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1159,
          "aa_ref": "E",
          "aa_start": 1066,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3999,
          "cdna_start": 3233,
          "cds_end": null,
          "cds_length": 3480,
          "cds_start": 3196,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000883112.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3196G>A",
          "hgvs_p": "p.Glu1066Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553171.1",
          "strand": false,
          "transcript": "ENST00000883112.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1159,
          "aa_ref": "E",
          "aa_start": 1066,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5279,
          "cdna_start": 3290,
          "cds_end": null,
          "cds_length": 3480,
          "cds_start": 3196,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000918955.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3196G>A",
          "hgvs_p": "p.Glu1066Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589014.1",
          "strand": false,
          "transcript": "ENST00000918955.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1158,
          "aa_ref": "E",
          "aa_start": 1065,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3953,
          "cdna_start": 3284,
          "cds_end": null,
          "cds_length": 3477,
          "cds_start": 3193,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000883158.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3193G>A",
          "hgvs_p": "p.Glu1065Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553217.1",
          "strand": false,
          "transcript": "ENST00000883158.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1154,
          "aa_ref": "E",
          "aa_start": 1061,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5281,
          "cdna_start": 3292,
          "cds_end": null,
          "cds_length": 3465,
          "cds_start": 3181,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000918945.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3181G>A",
          "hgvs_p": "p.Glu1061Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589004.1",
          "strand": false,
          "transcript": "ENST00000918945.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1152,
          "aa_ref": "E",
          "aa_start": 1059,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3898,
          "cdna_start": 3266,
          "cds_end": null,
          "cds_length": 3459,
          "cds_start": 3175,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000963556.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3175G>A",
          "hgvs_p": "p.Glu1059Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633615.1",
          "strand": false,
          "transcript": "ENST00000963556.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1149,
          "aa_ref": "E",
          "aa_start": 1056,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4045,
          "cdna_start": 3279,
          "cds_end": null,
          "cds_length": 3450,
          "cds_start": 3166,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000883099.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3166G>A",
          "hgvs_p": "p.Glu1056Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553158.1",
          "strand": false,
          "transcript": "ENST00000883099.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1145,
          "aa_ref": "E",
          "aa_start": 1052,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4040,
          "cdna_start": 3274,
          "cds_end": null,
          "cds_length": 3438,
          "cds_start": 3154,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000883088.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3154G>A",
          "hgvs_p": "p.Glu1052Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553147.1",
          "strand": false,
          "transcript": "ENST00000883088.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1145,
          "aa_ref": "E",
          "aa_start": 1052,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3932,
          "cdna_start": 3264,
          "cds_end": null,
          "cds_length": 3438,
          "cds_start": 3154,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000963537.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3154G>A",
          "hgvs_p": "p.Glu1052Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633596.1",
          "strand": false,
          "transcript": "ENST00000963537.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1144,
          "aa_ref": "E",
          "aa_start": 1051,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4022,
          "cdna_start": 3256,
          "cds_end": null,
          "cds_length": 3435,
          "cds_start": 3151,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000883113.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3151G>A",
          "hgvs_p": "p.Glu1051Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553172.1",
          "strand": false,
          "transcript": "ENST00000883113.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1143,
          "aa_ref": "E",
          "aa_start": 1050,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3874,
          "cdna_start": 3242,
          "cds_end": null,
          "cds_length": 3432,
          "cds_start": 3148,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000883174.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3148G>A",
          "hgvs_p": "p.Glu1050Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553233.1",
          "strand": false,
          "transcript": "ENST00000883174.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1143,
          "aa_ref": "E",
          "aa_start": 1050,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3815,
          "cdna_start": 3183,
          "cds_end": null,
          "cds_length": 3432,
          "cds_start": 3148,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000963544.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3148G>A",
          "hgvs_p": "p.Glu1050Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633603.1",
          "strand": false,
          "transcript": "ENST00000963544.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1143,
          "aa_ref": "E",
          "aa_start": 1050,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3855,
          "cdna_start": 3219,
          "cds_end": null,
          "cds_length": 3432,
          "cds_start": 3148,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000963560.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3148G>A",
          "hgvs_p": "p.Glu1050Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633619.1",
          "strand": false,
          "transcript": "ENST00000963560.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1142,
          "aa_ref": "E",
          "aa_start": 1049,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4046,
          "cdna_start": 3217,
          "cds_end": null,
          "cds_length": 3429,
          "cds_start": 3145,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000883077.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3145G>A",
          "hgvs_p": "p.Glu1049Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553136.1",
          "strand": false,
          "transcript": "ENST00000883077.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1142,
          "aa_ref": "E",
          "aa_start": 1049,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3866,
          "cdna_start": 3234,
          "cds_end": null,
          "cds_length": 3429,
          "cds_start": 3145,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000883178.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3145G>A",
          "hgvs_p": "p.Glu1049Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553237.1",
          "strand": false,
          "transcript": "ENST00000883178.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1142,
          "aa_ref": "E",
          "aa_start": 1049,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4027,
          "cdna_start": 3395,
          "cds_end": null,
          "cds_length": 3429,
          "cds_start": 3145,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000963529.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3145G>A",
          "hgvs_p": "p.Glu1049Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633588.1",
          "strand": false,
          "transcript": "ENST00000963529.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1142,
          "aa_ref": "E",
          "aa_start": 1049,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3868,
          "cdna_start": 3236,
          "cds_end": null,
          "cds_length": 3429,
          "cds_start": 3145,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000963553.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3145G>A",
          "hgvs_p": "p.Glu1049Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633612.1",
          "strand": false,
          "transcript": "ENST00000963553.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1141,
          "aa_ref": "E",
          "aa_start": 1048,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3865,
          "cdna_start": 3233,
          "cds_end": null,
          "cds_length": 3426,
          "cds_start": 3142,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000963554.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3142G>A",
          "hgvs_p": "p.Glu1048Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633613.1",
          "strand": false,
          "transcript": "ENST00000963554.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1140,
          "aa_ref": "E",
          "aa_start": 1047,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5230,
          "cdna_start": 3241,
          "cds_end": null,
          "cds_length": 3423,
          "cds_start": 3139,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000963525.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3139G>A",
          "hgvs_p": "p.Glu1047Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633584.1",
          "strand": false,
          "transcript": "ENST00000963525.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1139,
          "aa_ref": "E",
          "aa_start": 1046,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3895,
          "cdna_start": 3225,
          "cds_end": null,
          "cds_length": 3420,
          "cds_start": 3136,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000883162.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3136G>A",
          "hgvs_p": "p.Glu1046Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553221.1",
          "strand": false,
          "transcript": "ENST00000883162.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1138,
          "aa_ref": "E",
          "aa_start": 1045,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3993,
          "cdna_start": 3227,
          "cds_end": null,
          "cds_length": 3417,
          "cds_start": 3133,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000918974.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3133G>A",
          "hgvs_p": "p.Glu1045Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589033.1",
          "strand": false,
          "transcript": "ENST00000918974.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1137,
          "aa_ref": "E",
          "aa_start": 1044,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3888,
          "cdna_start": 3219,
          "cds_end": null,
          "cds_length": 3414,
          "cds_start": 3130,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000883165.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3130G>A",
          "hgvs_p": "p.Glu1044Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553224.1",
          "strand": false,
          "transcript": "ENST00000883165.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1133,
          "aa_ref": "E",
          "aa_start": 1040,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5184,
          "cdna_start": 3196,
          "cds_end": null,
          "cds_length": 3402,
          "cds_start": 3118,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000918966.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3118G>A",
          "hgvs_p": "p.Glu1040Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589025.1",
          "strand": false,
          "transcript": "ENST00000918966.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1132,
          "aa_ref": "E",
          "aa_start": 1039,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3841,
          "cdna_start": 3209,
          "cds_end": null,
          "cds_length": 3399,
          "cds_start": 3115,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000963547.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3115G>A",
          "hgvs_p": "p.Glu1039Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633606.1",
          "strand": false,
          "transcript": "ENST00000963547.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1131,
          "aa_ref": "E",
          "aa_start": 1038,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3836,
          "cdna_start": 3204,
          "cds_end": null,
          "cds_length": 3396,
          "cds_start": 3112,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000963552.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3112G>A",
          "hgvs_p": "p.Glu1038Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633611.1",
          "strand": false,
          "transcript": "ENST00000963552.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1131,
          "aa_ref": "E",
          "aa_start": 1038,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3812,
          "cdna_start": 3180,
          "cds_end": null,
          "cds_length": 3396,
          "cds_start": 3112,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000963562.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3112G>A",
          "hgvs_p": "p.Glu1038Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633621.1",
          "strand": false,
          "transcript": "ENST00000963562.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1129,
          "aa_ref": "E",
          "aa_start": 1036,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5177,
          "cdna_start": 3188,
          "cds_end": null,
          "cds_length": 3390,
          "cds_start": 3106,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000918965.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3106G>A",
          "hgvs_p": "p.Glu1036Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589024.1",
          "strand": false,
          "transcript": "ENST00000918965.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1127,
          "aa_ref": "E",
          "aa_start": 1034,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3515,
          "cdna_start": 3100,
          "cds_end": null,
          "cds_length": 3384,
          "cds_start": 3100,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000373742.6",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3100G>A",
          "hgvs_p": "p.Glu1034Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000362847.2",
          "strand": false,
          "transcript": "ENST00000373742.6",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1124,
          "aa_ref": "E",
          "aa_start": 1031,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4528,
          "cdna_start": 3092,
          "cds_end": null,
          "cds_length": 3375,
          "cds_start": 3091,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000525843.5",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3091G>A",
          "hgvs_p": "p.Glu1031Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000435825.1",
          "strand": false,
          "transcript": "ENST00000525843.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1120,
          "aa_ref": "E",
          "aa_start": 1027,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3842,
          "cdna_start": 3173,
          "cds_end": null,
          "cds_length": 3363,
          "cds_start": 3079,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000883156.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3079G>A",
          "hgvs_p": "p.Glu1027Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553215.1",
          "strand": false,
          "transcript": "ENST00000883156.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1118,
          "aa_ref": "E",
          "aa_start": 1025,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3831,
          "cdna_start": 3162,
          "cds_end": null,
          "cds_length": 3357,
          "cds_start": 3073,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000883168.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3073G>A",
          "hgvs_p": "p.Glu1025Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553227.1",
          "strand": false,
          "transcript": "ENST00000883168.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1117,
          "aa_ref": "E",
          "aa_start": 1024,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3927,
          "cdna_start": 3161,
          "cds_end": null,
          "cds_length": 3354,
          "cds_start": 3070,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000883124.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3070G>A",
          "hgvs_p": "p.Glu1024Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553183.1",
          "strand": false,
          "transcript": "ENST00000883124.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1117,
          "aa_ref": "E",
          "aa_start": 1024,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3815,
          "cdna_start": 3183,
          "cds_end": null,
          "cds_length": 3354,
          "cds_start": 3070,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000963542.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3070G>A",
          "hgvs_p": "p.Glu1024Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633601.1",
          "strand": false,
          "transcript": "ENST00000963542.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1116,
          "aa_ref": "E",
          "aa_start": 1023,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5167,
          "cdna_start": 3177,
          "cds_end": null,
          "cds_length": 3351,
          "cds_start": 3067,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000918944.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3067G>A",
          "hgvs_p": "p.Glu1023Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589003.1",
          "strand": false,
          "transcript": "ENST00000918944.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1114,
          "aa_ref": "E",
          "aa_start": 1021,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5143,
          "cdna_start": 3155,
          "cds_end": null,
          "cds_length": 3345,
          "cds_start": 3061,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000918960.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3061G>A",
          "hgvs_p": "p.Glu1021Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589019.1",
          "strand": false,
          "transcript": "ENST00000918960.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1114,
          "aa_ref": "E",
          "aa_start": 1021,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3786,
          "cdna_start": 3154,
          "cds_end": null,
          "cds_length": 3345,
          "cds_start": 3061,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000963551.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3061G>A",
          "hgvs_p": "p.Glu1021Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633610.1",
          "strand": false,
          "transcript": "ENST00000963551.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1112,
          "aa_ref": "E",
          "aa_start": 1019,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5152,
          "cdna_start": 3165,
          "cds_end": null,
          "cds_length": 3339,
          "cds_start": 3055,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000918949.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3055G>A",
          "hgvs_p": "p.Glu1019Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589008.1",
          "strand": false,
          "transcript": "ENST00000918949.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1111,
          "aa_ref": "E",
          "aa_start": 1018,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3931,
          "cdna_start": 3165,
          "cds_end": null,
          "cds_length": 3336,
          "cds_start": 3052,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000918973.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3052G>A",
          "hgvs_p": "p.Glu1018Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589032.1",
          "strand": false,
          "transcript": "ENST00000918973.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1110,
          "aa_ref": "E",
          "aa_start": 1017,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3928,
          "cdna_start": 3162,
          "cds_end": null,
          "cds_length": 3333,
          "cds_start": 3049,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000883100.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3049G>A",
          "hgvs_p": "p.Glu1017Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553159.1",
          "strand": false,
          "transcript": "ENST00000883100.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1110,
          "aa_ref": "E",
          "aa_start": 1017,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5284,
          "cdna_start": 3298,
          "cds_end": null,
          "cds_length": 3333,
          "cds_start": 3049,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000963524.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3049G>A",
          "hgvs_p": "p.Glu1017Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633583.1",
          "strand": false,
          "transcript": "ENST00000963524.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1109,
          "aa_ref": "E",
          "aa_start": 1016,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3932,
          "cdna_start": 3166,
          "cds_end": null,
          "cds_length": 3330,
          "cds_start": 3046,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000883089.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3046G>A",
          "hgvs_p": "p.Glu1016Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553148.1",
          "strand": false,
          "transcript": "ENST00000883089.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1109,
          "aa_ref": "E",
          "aa_start": 1016,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3804,
          "cdna_start": 3135,
          "cds_end": null,
          "cds_length": 3330,
          "cds_start": 3046,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000883167.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3046G>A",
          "hgvs_p": "p.Glu1016Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553226.1",
          "strand": false,
          "transcript": "ENST00000883167.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1109,
          "aa_ref": "E",
          "aa_start": 1016,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3898,
          "cdna_start": 3266,
          "cds_end": null,
          "cds_length": 3330,
          "cds_start": 3046,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000963532.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3046G>A",
          "hgvs_p": "p.Glu1016Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633591.1",
          "strand": false,
          "transcript": "ENST00000963532.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1108,
          "aa_ref": "E",
          "aa_start": 1015,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3922,
          "cdna_start": 3156,
          "cds_end": null,
          "cds_length": 3327,
          "cds_start": 3043,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000883101.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3043G>A",
          "hgvs_p": "p.Glu1015Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553160.1",
          "strand": false,
          "transcript": "ENST00000883101.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1108,
          "aa_ref": "E",
          "aa_start": 1015,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3825,
          "cdna_start": 3156,
          "cds_end": null,
          "cds_length": 3327,
          "cds_start": 3043,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000883139.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3043G>A",
          "hgvs_p": "p.Glu1015Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553198.1",
          "strand": false,
          "transcript": "ENST00000883139.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1108,
          "aa_ref": "E",
          "aa_start": 1015,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3969,
          "cdna_start": 3300,
          "cds_end": null,
          "cds_length": 3327,
          "cds_start": 3043,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000963528.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3043G>A",
          "hgvs_p": "p.Glu1015Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633587.1",
          "strand": false,
          "transcript": "ENST00000963528.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "E",
          "aa_start": 1014,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3926,
          "cdna_start": 3160,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 3040,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000883081.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3040G>A",
          "hgvs_p": "p.Glu1014Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553140.1",
          "strand": false,
          "transcript": "ENST00000883081.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "E",
          "aa_start": 1014,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3818,
          "cdna_start": 3142,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 3040,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000883149.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3040G>A",
          "hgvs_p": "p.Glu1014Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553208.1",
          "strand": false,
          "transcript": "ENST00000883149.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1106,
          "aa_ref": "E",
          "aa_start": 1013,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3897,
          "cdna_start": 3131,
          "cds_end": null,
          "cds_length": 3321,
          "cds_start": 3037,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000883116.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3037G>A",
          "hgvs_p": "p.Glu1013Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553175.1",
          "strand": false,
          "transcript": "ENST00000883116.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1104,
          "aa_ref": "E",
          "aa_start": 1011,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3750,
          "cdna_start": 3118,
          "cds_end": null,
          "cds_length": 3315,
          "cds_start": 3031,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000883179.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3031G>A",
          "hgvs_p": "p.Glu1011Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553238.1",
          "strand": false,
          "transcript": "ENST00000883179.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1101,
          "aa_ref": "E",
          "aa_start": 1008,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3777,
          "cdna_start": 3111,
          "cds_end": null,
          "cds_length": 3306,
          "cds_start": 3022,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000883170.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3022G>A",
          "hgvs_p": "p.Glu1008Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553229.1",
          "strand": false,
          "transcript": "ENST00000883170.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1101,
          "aa_ref": "E",
          "aa_start": 1008,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3800,
          "cdna_start": 3131,
          "cds_end": null,
          "cds_length": 3306,
          "cds_start": 3022,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000963539.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3022G>A",
          "hgvs_p": "p.Glu1008Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633598.1",
          "strand": false,
          "transcript": "ENST00000963539.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1101,
          "aa_ref": "E",
          "aa_start": 1008,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3751,
          "cdna_start": 3116,
          "cds_end": null,
          "cds_length": 3306,
          "cds_start": 3022,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000963545.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3022G>A",
          "hgvs_p": "p.Glu1008Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633604.1",
          "strand": false,
          "transcript": "ENST00000963545.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1100,
          "aa_ref": "E",
          "aa_start": 1007,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3798,
          "cdna_start": 3132,
          "cds_end": null,
          "cds_length": 3303,
          "cds_start": 3019,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000883147.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3019G>A",
          "hgvs_p": "p.Glu1007Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553206.1",
          "strand": false,
          "transcript": "ENST00000883147.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1095,
          "aa_ref": "E",
          "aa_start": 1002,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3783,
          "cdna_start": 3116,
          "cds_end": null,
          "cds_length": 3288,
          "cds_start": 3004,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000883148.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.3004G>A",
          "hgvs_p": "p.Glu1002Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553207.1",
          "strand": false,
          "transcript": "ENST00000883148.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1093,
          "aa_ref": "E",
          "aa_start": 1000,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3877,
          "cdna_start": 3111,
          "cds_end": null,
          "cds_length": 3282,
          "cds_start": 2998,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000883110.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2998G>A",
          "hgvs_p": "p.Glu1000Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553169.1",
          "strand": false,
          "transcript": "ENST00000883110.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1092,
          "aa_ref": "E",
          "aa_start": 999,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3881,
          "cdna_start": 3115,
          "cds_end": null,
          "cds_length": 3279,
          "cds_start": 2995,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000883090.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2995G>A",
          "hgvs_p": "p.Glu999Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553149.1",
          "strand": false,
          "transcript": "ENST00000883090.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1092,
          "aa_ref": "E",
          "aa_start": 999,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5029,
          "cdna_start": 3040,
          "cds_end": null,
          "cds_length": 3279,
          "cds_start": 2995,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000918937.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2995G>A",
          "hgvs_p": "p.Glu999Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000588996.1",
          "strand": false,
          "transcript": "ENST00000918937.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1091,
          "aa_ref": "E",
          "aa_start": 998,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3878,
          "cdna_start": 3112,
          "cds_end": null,
          "cds_length": 3276,
          "cds_start": 2992,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000883091.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2992G>A",
          "hgvs_p": "p.Glu998Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553150.1",
          "strand": false,
          "transcript": "ENST00000883091.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1090,
          "aa_ref": "E",
          "aa_start": 997,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3897,
          "cdna_start": 3228,
          "cds_end": null,
          "cds_length": 3273,
          "cds_start": 2989,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000883071.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2989G>A",
          "hgvs_p": "p.Glu997Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553130.1",
          "strand": false,
          "transcript": "ENST00000883071.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1090,
          "aa_ref": "E",
          "aa_start": 997,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3875,
          "cdna_start": 3109,
          "cds_end": null,
          "cds_length": 3273,
          "cds_start": 2989,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000883087.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2989G>A",
          "hgvs_p": "p.Glu997Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553146.1",
          "strand": false,
          "transcript": "ENST00000883087.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1087,
          "aa_ref": "E",
          "aa_start": 994,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3744,
          "cdna_start": 3074,
          "cds_end": null,
          "cds_length": 3264,
          "cds_start": 2980,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000883152.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2980G>A",
          "hgvs_p": "p.Glu994Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553211.1",
          "strand": false,
          "transcript": "ENST00000883152.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1085,
          "aa_ref": "E",
          "aa_start": 992,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3744,
          "cdna_start": 3068,
          "cds_end": null,
          "cds_length": 3258,
          "cds_start": 2974,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000918978.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2974G>A",
          "hgvs_p": "p.Glu992Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589037.1",
          "strand": false,
          "transcript": "ENST00000918978.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1084,
          "aa_ref": "E",
          "aa_start": 991,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3727,
          "cdna_start": 3057,
          "cds_end": null,
          "cds_length": 3255,
          "cds_start": 2971,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000883169.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2971G>A",
          "hgvs_p": "p.Glu991Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553228.1",
          "strand": false,
          "transcript": "ENST00000883169.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1083,
          "aa_ref": "E",
          "aa_start": 990,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3847,
          "cdna_start": 3081,
          "cds_end": null,
          "cds_length": 3252,
          "cds_start": 2968,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000883097.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2968G>A",
          "hgvs_p": "p.Glu990Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553156.1",
          "strand": false,
          "transcript": "ENST00000883097.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1082,
          "aa_ref": "E",
          "aa_start": 989,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3725,
          "cdna_start": 3056,
          "cds_end": null,
          "cds_length": 3249,
          "cds_start": 2965,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000883159.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2965G>A",
          "hgvs_p": "p.Glu989Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553218.1",
          "strand": false,
          "transcript": "ENST00000883159.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1082,
          "aa_ref": "E",
          "aa_start": 989,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3724,
          "cdna_start": 3054,
          "cds_end": null,
          "cds_length": 3249,
          "cds_start": 2965,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000883163.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2965G>A",
          "hgvs_p": "p.Glu989Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553222.1",
          "strand": false,
          "transcript": "ENST00000883163.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1081,
          "aa_ref": "E",
          "aa_start": 988,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3742,
          "cdna_start": 3075,
          "cds_end": null,
          "cds_length": 3246,
          "cds_start": 2962,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000883146.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2962G>A",
          "hgvs_p": "p.Glu988Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553205.1",
          "strand": false,
          "transcript": "ENST00000883146.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1081,
          "aa_ref": "E",
          "aa_start": 988,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5063,
          "cdna_start": 3073,
          "cds_end": null,
          "cds_length": 3246,
          "cds_start": 2962,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000918941.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2962G>A",
          "hgvs_p": "p.Glu988Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589000.1",
          "strand": false,
          "transcript": "ENST00000918941.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1080,
          "aa_ref": "E",
          "aa_start": 987,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3722,
          "cdna_start": 3053,
          "cds_end": null,
          "cds_length": 3243,
          "cds_start": 2959,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000883153.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2959G>A",
          "hgvs_p": "p.Glu987Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553212.1",
          "strand": false,
          "transcript": "ENST00000883153.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1079,
          "aa_ref": "E",
          "aa_start": 986,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3679,
          "cdna_start": 3047,
          "cds_end": null,
          "cds_length": 3240,
          "cds_start": 2956,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000963555.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2956G>A",
          "hgvs_p": "p.Glu986Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633614.1",
          "strand": false,
          "transcript": "ENST00000963555.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1072,
          "aa_ref": "E",
          "aa_start": 979,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3724,
          "cdna_start": 3055,
          "cds_end": null,
          "cds_length": 3219,
          "cds_start": 2935,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000883133.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2935G>A",
          "hgvs_p": "p.Glu979Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553192.1",
          "strand": false,
          "transcript": "ENST00000883133.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1070,
          "aa_ref": "E",
          "aa_start": 977,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3688,
          "cdna_start": 3019,
          "cds_end": null,
          "cds_length": 3213,
          "cds_start": 2929,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000963540.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2929G>A",
          "hgvs_p": "p.Glu977Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633599.1",
          "strand": false,
          "transcript": "ENST00000963540.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1069,
          "aa_ref": "E",
          "aa_start": 976,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3647,
          "cdna_start": 3014,
          "cds_end": null,
          "cds_length": 3210,
          "cds_start": 2926,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000963557.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2926G>A",
          "hgvs_p": "p.Glu976Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633616.1",
          "strand": false,
          "transcript": "ENST00000963557.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1068,
          "aa_ref": "E",
          "aa_start": 975,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3668,
          "cdna_start": 3033,
          "cds_end": null,
          "cds_length": 3207,
          "cds_start": 2923,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000963543.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2923G>A",
          "hgvs_p": "p.Glu975Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633602.1",
          "strand": false,
          "transcript": "ENST00000963543.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1066,
          "aa_ref": "E",
          "aa_start": 973,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3677,
          "cdna_start": 3008,
          "cds_end": null,
          "cds_length": 3201,
          "cds_start": 2917,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000883160.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2917G>A",
          "hgvs_p": "p.Glu973Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553219.1",
          "strand": false,
          "transcript": "ENST00000883160.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1065,
          "aa_ref": "E",
          "aa_start": 972,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3793,
          "cdna_start": 3027,
          "cds_end": null,
          "cds_length": 3198,
          "cds_start": 2914,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000883103.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2914G>A",
          "hgvs_p": "p.Glu972Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553162.1",
          "strand": false,
          "transcript": "ENST00000883103.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1065,
          "aa_ref": "E",
          "aa_start": 972,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5015,
          "cdna_start": 3025,
          "cds_end": null,
          "cds_length": 3198,
          "cds_start": 2914,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000918942.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2914G>A",
          "hgvs_p": "p.Glu972Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589001.1",
          "strand": false,
          "transcript": "ENST00000918942.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1064,
          "aa_ref": "E",
          "aa_start": 971,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3790,
          "cdna_start": 3024,
          "cds_end": null,
          "cds_length": 3195,
          "cds_start": 2911,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000883108.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2911G>A",
          "hgvs_p": "p.Glu971Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553167.1",
          "strand": false,
          "transcript": "ENST00000883108.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1063,
          "aa_ref": "E",
          "aa_start": 970,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3765,
          "cdna_start": 2999,
          "cds_end": null,
          "cds_length": 3192,
          "cds_start": 2908,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000883119.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2908G>A",
          "hgvs_p": "p.Glu970Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553178.1",
          "strand": false,
          "transcript": "ENST00000883119.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1053,
          "aa_ref": "E",
          "aa_start": 960,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3641,
          "cdna_start": 2972,
          "cds_end": null,
          "cds_length": 3162,
          "cds_start": 2878,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000883155.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2878G>A",
          "hgvs_p": "p.Glu960Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553214.1",
          "strand": false,
          "transcript": "ENST00000883155.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1049,
          "aa_ref": "E",
          "aa_start": 956,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3618,
          "cdna_start": 2948,
          "cds_end": null,
          "cds_length": 3150,
          "cds_start": 2866,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000883171.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2866G>A",
          "hgvs_p": "p.Glu956Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553230.1",
          "strand": false,
          "transcript": "ENST00000883171.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1048,
          "aa_ref": "E",
          "aa_start": 955,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3720,
          "cdna_start": 2954,
          "cds_end": null,
          "cds_length": 3147,
          "cds_start": 2863,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000883121.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2863G>A",
          "hgvs_p": "p.Glu955Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553180.1",
          "strand": false,
          "transcript": "ENST00000883121.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1047,
          "aa_ref": "E",
          "aa_start": 954,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4939,
          "cdna_start": 2950,
          "cds_end": null,
          "cds_length": 3144,
          "cds_start": 2860,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000963526.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2860G>A",
          "hgvs_p": "p.Glu954Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633585.1",
          "strand": false,
          "transcript": "ENST00000963526.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1043,
          "aa_ref": "E",
          "aa_start": 950,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4949,
          "cdna_start": 2959,
          "cds_end": null,
          "cds_length": 3132,
          "cds_start": 2848,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000918940.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2848G>A",
          "hgvs_p": "p.Glu950Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000588999.1",
          "strand": false,
          "transcript": "ENST00000918940.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1042,
          "aa_ref": "E",
          "aa_start": 949,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3627,
          "cdna_start": 2958,
          "cds_end": null,
          "cds_length": 3129,
          "cds_start": 2845,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000883145.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2845G>A",
          "hgvs_p": "p.Glu949Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553204.1",
          "strand": false,
          "transcript": "ENST00000883145.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1042,
          "aa_ref": "E",
          "aa_start": 949,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3548,
          "cdna_start": 2916,
          "cds_end": null,
          "cds_length": 3129,
          "cds_start": 2845,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000963561.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2845G>A",
          "hgvs_p": "p.Glu949Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633620.1",
          "strand": false,
          "transcript": "ENST00000963561.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1041,
          "aa_ref": "E",
          "aa_start": 948,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3565,
          "cdna_start": 2933,
          "cds_end": null,
          "cds_length": 3126,
          "cds_start": 2842,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000883175.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2842G>A",
          "hgvs_p": "p.Glu948Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553234.1",
          "strand": false,
          "transcript": "ENST00000883175.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1040,
          "aa_ref": "E",
          "aa_start": 947,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3602,
          "cdna_start": 2933,
          "cds_end": null,
          "cds_length": 3123,
          "cds_start": 2839,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000883154.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2839G>A",
          "hgvs_p": "p.Glu947Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553213.1",
          "strand": false,
          "transcript": "ENST00000883154.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1039,
          "aa_ref": "E",
          "aa_start": 946,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4928,
          "cdna_start": 2941,
          "cds_end": null,
          "cds_length": 3120,
          "cds_start": 2836,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000918951.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2836G>A",
          "hgvs_p": "p.Glu946Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589010.1",
          "strand": false,
          "transcript": "ENST00000918951.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1036,
          "aa_ref": "E",
          "aa_start": 943,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3585,
          "cdna_start": 2916,
          "cds_end": null,
          "cds_length": 3111,
          "cds_start": 2827,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000963541.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2827G>A",
          "hgvs_p": "p.Glu943Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633600.1",
          "strand": false,
          "transcript": "ENST00000963541.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1033,
          "aa_ref": "E",
          "aa_start": 940,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3550,
          "cdna_start": 2881,
          "cds_end": null,
          "cds_length": 3102,
          "cds_start": 2818,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000918984.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2818G>A",
          "hgvs_p": "p.Glu940Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589043.1",
          "strand": false,
          "transcript": "ENST00000918984.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1021,
          "aa_ref": "E",
          "aa_start": 928,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3630,
          "cdna_start": 2864,
          "cds_end": null,
          "cds_length": 3066,
          "cds_start": 2782,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000883128.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2782G>A",
          "hgvs_p": "p.Glu928Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553187.1",
          "strand": false,
          "transcript": "ENST00000883128.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1018,
          "aa_ref": "E",
          "aa_start": 925,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3652,
          "cdna_start": 2886,
          "cds_end": null,
          "cds_length": 3057,
          "cds_start": 2773,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000883098.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2773G>A",
          "hgvs_p": "p.Glu925Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553157.1",
          "strand": false,
          "transcript": "ENST00000883098.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1018,
          "aa_ref": "E",
          "aa_start": 925,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3525,
          "cdna_start": 2864,
          "cds_end": null,
          "cds_length": 3057,
          "cds_start": 2773,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000918983.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2773G>A",
          "hgvs_p": "p.Glu925Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589042.1",
          "strand": false,
          "transcript": "ENST00000918983.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1016,
          "aa_ref": "E",
          "aa_start": 923,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3549,
          "cdna_start": 2880,
          "cds_end": null,
          "cds_length": 3051,
          "cds_start": 2767,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000883142.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2767G>A",
          "hgvs_p": "p.Glu923Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553201.1",
          "strand": false,
          "transcript": "ENST00000883142.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1015,
          "aa_ref": "E",
          "aa_start": 922,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3522,
          "cdna_start": 2853,
          "cds_end": null,
          "cds_length": 3048,
          "cds_start": 2764,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000883164.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2764G>A",
          "hgvs_p": "p.Glu922Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553223.1",
          "strand": false,
          "transcript": "ENST00000883164.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1014,
          "aa_ref": "E",
          "aa_start": 921,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3519,
          "cdna_start": 2850,
          "cds_end": null,
          "cds_length": 3045,
          "cds_start": 2761,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000883166.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2761G>A",
          "hgvs_p": "p.Glu921Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553225.1",
          "strand": false,
          "transcript": "ENST00000883166.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1014,
          "aa_ref": "E",
          "aa_start": 921,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4822,
          "cdna_start": 2832,
          "cds_end": null,
          "cds_length": 3045,
          "cds_start": 2761,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000918969.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2761G>A",
          "hgvs_p": "p.Glu921Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589028.1",
          "strand": false,
          "transcript": "ENST00000918969.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1013,
          "aa_ref": "E",
          "aa_start": 920,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3540,
          "cdna_start": 2871,
          "cds_end": null,
          "cds_length": 3042,
          "cds_start": 2758,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000883141.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2758G>A",
          "hgvs_p": "p.Glu920Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553200.1",
          "strand": false,
          "transcript": "ENST00000883141.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1013,
          "aa_ref": "E",
          "aa_start": 920,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4845,
          "cdna_start": 2858,
          "cds_end": null,
          "cds_length": 3042,
          "cds_start": 2758,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000918953.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2758G>A",
          "hgvs_p": "p.Glu920Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589012.1",
          "strand": false,
          "transcript": "ENST00000918953.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1012,
          "aa_ref": "E",
          "aa_start": 919,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3634,
          "cdna_start": 2868,
          "cds_end": null,
          "cds_length": 3039,
          "cds_start": 2755,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000883106.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2755G>A",
          "hgvs_p": "p.Glu919Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553165.1",
          "strand": false,
          "transcript": "ENST00000883106.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1012,
          "aa_ref": "E",
          "aa_start": 919,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4855,
          "cdna_start": 2866,
          "cds_end": null,
          "cds_length": 3039,
          "cds_start": 2755,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000918943.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2755G>A",
          "hgvs_p": "p.Glu919Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589002.1",
          "strand": false,
          "transcript": "ENST00000918943.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1011,
          "aa_ref": "E",
          "aa_start": 918,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4837,
          "cdna_start": 2848,
          "cds_end": null,
          "cds_length": 3036,
          "cds_start": 2752,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000918954.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2752G>A",
          "hgvs_p": "p.Glu918Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589013.1",
          "strand": false,
          "transcript": "ENST00000918954.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 989,
          "aa_ref": "E",
          "aa_start": 896,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3538,
          "cdna_start": 2772,
          "cds_end": null,
          "cds_length": 2970,
          "cds_start": 2686,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000883127.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2686G>A",
          "hgvs_p": "p.Glu896Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553186.1",
          "strand": false,
          "transcript": "ENST00000883127.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 987,
          "aa_ref": "E",
          "aa_start": 894,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3440,
          "cdna_start": 2771,
          "cds_end": null,
          "cds_length": 2964,
          "cds_start": 2680,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000883161.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2680G>A",
          "hgvs_p": "p.Glu894Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553220.1",
          "strand": false,
          "transcript": "ENST00000883161.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 986,
          "aa_ref": "E",
          "aa_start": 893,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3437,
          "cdna_start": 2768,
          "cds_end": null,
          "cds_length": 2961,
          "cds_start": 2677,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000918979.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2677G>A",
          "hgvs_p": "p.Glu893Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589038.1",
          "strand": false,
          "transcript": "ENST00000918979.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 985,
          "aa_ref": "E",
          "aa_start": 892,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3515,
          "cdna_start": 2773,
          "cds_end": null,
          "cds_length": 2958,
          "cds_start": 2674,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000963533.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2674G>A",
          "hgvs_p": "p.Glu892Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633592.1",
          "strand": false,
          "transcript": "ENST00000963533.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 984,
          "aa_ref": "E",
          "aa_start": 891,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4753,
          "cdna_start": 2764,
          "cds_end": null,
          "cds_length": 2955,
          "cds_start": 2671,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000918959.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2671G>A",
          "hgvs_p": "p.Glu891Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589018.1",
          "strand": false,
          "transcript": "ENST00000918959.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 983,
          "aa_ref": "E",
          "aa_start": 890,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4762,
          "cdna_start": 2772,
          "cds_end": null,
          "cds_length": 2952,
          "cds_start": 2668,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000918950.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2668G>A",
          "hgvs_p": "p.Glu890Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589009.1",
          "strand": false,
          "transcript": "ENST00000918950.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 967,
          "aa_ref": "E",
          "aa_start": 874,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3346,
          "cdna_start": 2676,
          "cds_end": null,
          "cds_length": 2904,
          "cds_start": 2620,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000883173.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2620G>A",
          "hgvs_p": "p.Glu874Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553232.1",
          "strand": false,
          "transcript": "ENST00000883173.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 964,
          "aa_ref": "E",
          "aa_start": 871,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3394,
          "cdna_start": 2724,
          "cds_end": null,
          "cds_length": 2895,
          "cds_start": 2611,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000883137.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2611G>A",
          "hgvs_p": "p.Glu871Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553196.1",
          "strand": false,
          "transcript": "ENST00000883137.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 963,
          "aa_ref": "E",
          "aa_start": 870,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3334,
          "cdna_start": 2702,
          "cds_end": null,
          "cds_length": 2892,
          "cds_start": 2608,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000963550.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2608G>A",
          "hgvs_p": "p.Glu870Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633609.1",
          "strand": false,
          "transcript": "ENST00000963550.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 949,
          "aa_ref": "E",
          "aa_start": 856,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3316,
          "cdna_start": 2646,
          "cds_end": null,
          "cds_length": 2850,
          "cds_start": 2566,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000883172.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2566G>A",
          "hgvs_p": "p.Glu856Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553231.1",
          "strand": false,
          "transcript": "ENST00000883172.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 947,
          "aa_ref": "E",
          "aa_start": 854,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3439,
          "cdna_start": 2673,
          "cds_end": null,
          "cds_length": 2844,
          "cds_start": 2560,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000883107.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2560G>A",
          "hgvs_p": "p.Glu854Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553166.1",
          "strand": false,
          "transcript": "ENST00000883107.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 946,
          "aa_ref": "E",
          "aa_start": 853,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3339,
          "cdna_start": 2670,
          "cds_end": null,
          "cds_length": 2841,
          "cds_start": 2557,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000883138.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2557G>A",
          "hgvs_p": "p.Glu853Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553197.1",
          "strand": false,
          "transcript": "ENST00000883138.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 945,
          "aa_ref": "E",
          "aa_start": 852,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3337,
          "cdna_start": 2667,
          "cds_end": null,
          "cds_length": 2838,
          "cds_start": 2554,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000883134.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2554G>A",
          "hgvs_p": "p.Glu852Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553193.1",
          "strand": false,
          "transcript": "ENST00000883134.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 944,
          "aa_ref": "E",
          "aa_start": 851,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4631,
          "cdna_start": 2642,
          "cds_end": null,
          "cds_length": 2835,
          "cds_start": 2551,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000424085.6",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2551G>A",
          "hgvs_p": "p.Glu851Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000400141.2",
          "strand": false,
          "transcript": "ENST00000424085.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 939,
          "aa_ref": "E",
          "aa_start": 846,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3315,
          "cdna_start": 2646,
          "cds_end": null,
          "cds_length": 2820,
          "cds_start": 2536,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000963536.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2536G>A",
          "hgvs_p": "p.Glu846Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633595.1",
          "strand": false,
          "transcript": "ENST00000963536.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 936,
          "aa_ref": "E",
          "aa_start": 843,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3253,
          "cdna_start": 2618,
          "cds_end": null,
          "cds_length": 2811,
          "cds_start": 2527,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000963546.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2527G>A",
          "hgvs_p": "p.Glu843Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633605.1",
          "strand": false,
          "transcript": "ENST00000963546.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 935,
          "aa_ref": "E",
          "aa_start": 842,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4589,
          "cdna_start": 2600,
          "cds_end": null,
          "cds_length": 2808,
          "cds_start": 2524,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000918967.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2524G>A",
          "hgvs_p": "p.Glu842Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589026.1",
          "strand": false,
          "transcript": "ENST00000918967.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 929,
          "aa_ref": "E",
          "aa_start": 836,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3374,
          "cdna_start": 2608,
          "cds_end": null,
          "cds_length": 2790,
          "cds_start": 2506,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000883114.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2506G>A",
          "hgvs_p": "p.Glu836Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553173.1",
          "strand": false,
          "transcript": "ENST00000883114.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 924,
          "aa_ref": "E",
          "aa_start": 831,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3250,
          "cdna_start": 2581,
          "cds_end": null,
          "cds_length": 2775,
          "cds_start": 2491,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000918980.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2491G>A",
          "hgvs_p": "p.Glu831Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589039.1",
          "strand": false,
          "transcript": "ENST00000918980.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 920,
          "aa_ref": "E",
          "aa_start": 827,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4542,
          "cdna_start": 2555,
          "cds_end": null,
          "cds_length": 2763,
          "cds_start": 2479,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000918968.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2479G>A",
          "hgvs_p": "p.Glu827Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589027.1",
          "strand": false,
          "transcript": "ENST00000918968.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 919,
          "aa_ref": "E",
          "aa_start": 826,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3257,
          "cdna_start": 2588,
          "cds_end": null,
          "cds_length": 2760,
          "cds_start": 2476,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000918977.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2476G>A",
          "hgvs_p": "p.Glu826Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589036.1",
          "strand": false,
          "transcript": "ENST00000918977.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 918,
          "aa_ref": "E",
          "aa_start": 825,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4555,
          "cdna_start": 2567,
          "cds_end": null,
          "cds_length": 2757,
          "cds_start": 2473,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000918961.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2473G>A",
          "hgvs_p": "p.Glu825Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589020.1",
          "strand": false,
          "transcript": "ENST00000918961.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 918,
          "aa_ref": "E",
          "aa_start": 825,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4458,
          "cdna_start": 2564,
          "cds_end": null,
          "cds_length": 2757,
          "cds_start": 2473,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000918970.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2473G>A",
          "hgvs_p": "p.Glu825Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589029.1",
          "strand": false,
          "transcript": "ENST00000918970.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 917,
          "aa_ref": "E",
          "aa_start": 824,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4553,
          "cdna_start": 2564,
          "cds_end": null,
          "cds_length": 2754,
          "cds_start": 2470,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000918957.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2470G>A",
          "hgvs_p": "p.Glu824Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589016.1",
          "strand": false,
          "transcript": "ENST00000918957.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 910,
          "aa_ref": "E",
          "aa_start": 817,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4532,
          "cdna_start": 2543,
          "cds_end": null,
          "cds_length": 2733,
          "cds_start": 2449,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000918956.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2449G>A",
          "hgvs_p": "p.Glu817Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589015.1",
          "strand": false,
          "transcript": "ENST00000918956.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 901,
          "aa_ref": "E",
          "aa_start": 808,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3143,
          "cdna_start": 2511,
          "cds_end": null,
          "cds_length": 2706,
          "cds_start": 2422,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000963558.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2422G>A",
          "hgvs_p": "p.Glu808Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633617.1",
          "strand": false,
          "transcript": "ENST00000963558.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 899,
          "aa_ref": "E",
          "aa_start": 806,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3068,
          "cdna_start": 2417,
          "cds_end": null,
          "cds_length": 2700,
          "cds_start": 2416,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000498419.5",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2416G>A",
          "hgvs_p": "p.Glu806Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000433850.1",
          "strand": false,
          "transcript": "ENST00000498419.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 870,
          "aa_ref": "E",
          "aa_start": 777,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3087,
          "cdna_start": 2418,
          "cds_end": null,
          "cds_length": 2613,
          "cds_start": 2329,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000918982.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2329G>A",
          "hgvs_p": "p.Glu777Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589041.1",
          "strand": false,
          "transcript": "ENST00000918982.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 868,
          "aa_ref": "E",
          "aa_start": 775,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3202,
          "cdna_start": 2436,
          "cds_end": null,
          "cds_length": 2607,
          "cds_start": 2323,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000883096.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2323G>A",
          "hgvs_p": "p.Glu775Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553155.1",
          "strand": false,
          "transcript": "ENST00000883096.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 867,
          "aa_ref": "E",
          "aa_start": 774,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3177,
          "cdna_start": 2411,
          "cds_end": null,
          "cds_length": 2604,
          "cds_start": 2320,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000918975.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2320G>A",
          "hgvs_p": "p.Glu774Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589034.1",
          "strand": false,
          "transcript": "ENST00000918975.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 866,
          "aa_ref": "E",
          "aa_start": 773,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3106,
          "cdna_start": 2437,
          "cds_end": null,
          "cds_length": 2601,
          "cds_start": 2317,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000883132.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2317G>A",
          "hgvs_p": "p.Glu773Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553191.1",
          "strand": false,
          "transcript": "ENST00000883132.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 865,
          "aa_ref": "E",
          "aa_start": 772,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3040,
          "cdna_start": 2408,
          "cds_end": null,
          "cds_length": 2598,
          "cds_start": 2314,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000963549.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2314G>A",
          "hgvs_p": "p.Glu772Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633608.1",
          "strand": false,
          "transcript": "ENST00000963549.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 860,
          "aa_ref": "E",
          "aa_start": 767,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3178,
          "cdna_start": 2412,
          "cds_end": null,
          "cds_length": 2583,
          "cds_start": 2299,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000883095.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2299G>A",
          "hgvs_p": "p.Glu767Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000553154.1",
          "strand": false,
          "transcript": "ENST00000883095.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 833,
          "aa_ref": "E",
          "aa_start": 740,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3074,
          "cdna_start": 2442,
          "cds_end": null,
          "cds_length": 2502,
          "cds_start": 2218,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000963531.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2218G>A",
          "hgvs_p": "p.Glu740Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633590.1",
          "strand": false,
          "transcript": "ENST00000963531.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 833,
          "aa_ref": "E",
          "aa_start": 740,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2944,
          "cdna_start": 2312,
          "cds_end": null,
          "cds_length": 2502,
          "cds_start": 2218,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000963548.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.2218G>A",
          "hgvs_p": "p.Glu740Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633607.1",
          "strand": false,
          "transcript": "ENST00000963548.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 226,
          "aa_ref": "E",
          "aa_start": 204,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 683,
          "cdna_start": 610,
          "cds_end": null,
          "cds_length": 683,
          "cds_start": 610,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000529846.5",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.610G>A",
          "hgvs_p": "p.Glu204Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000431213.1",
          "strand": false,
          "transcript": "ENST00000529846.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 215,
          "aa_ref": "E",
          "aa_start": 193,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 650,
          "cdna_start": 579,
          "cds_end": null,
          "cds_length": 648,
          "cds_start": 577,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000525997.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "c.577G>A",
          "hgvs_p": "p.Glu193Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000433373.1",
          "strand": false,
          "transcript": "ENST00000525997.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": 582,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000530669.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "n.*161G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000434096.1",
          "strand": false,
          "transcript": "ENST00000530669.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 416,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 3,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000825160.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000307336",
          "hgvs_c": "n.311C>T",
          "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": "ENST00000825160.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": 566,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000825161.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000307336",
          "hgvs_c": "n.287C>T",
          "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": "ENST00000825161.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": 582,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000530669.1",
          "gene_hgnc_id": 14957,
          "gene_symbol": "PUM1",
          "hgvs_c": "n.*161G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000434096.1",
          "strand": false,
          "transcript": "ENST00000530669.1",
          "transcript_support_level": 3
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs1639226190",
      "effect": "missense_variant",
      "frequency_reference_population": null,
      "gene_hgnc_id": 14957,
      "gene_symbol": "PUM1",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "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": "Spinocerebellar ataxia 47",
      "phylop100way_prediction": "Pathogenic",
      "phylop100way_score": 7.905,
      "pos": 30936795,
      "ref": "C",
      "revel_prediction": "Uncertain_significance",
      "revel_score": 0.545,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001020658.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.