← 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: 10-11217436-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "10",
      "pos": 11217436,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "NM_001326342.2",
      "consequences": [
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.283G>A",
          "hgvs_p": "p.Val95Ile",
          "transcript": "NM_001326342.2",
          "protein_id": "NP_001313271.1",
          "transcript_support_level": null,
          "aa_start": 95,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 283,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 501,
          "cdna_end": null,
          "cdna_length": 9406,
          "mane_select": "ENST00000633077.2",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.283G>A",
          "hgvs_p": "p.Val95Ile",
          "transcript": "ENST00000633077.2",
          "protein_id": "ENSP00000488690.1",
          "transcript_support_level": 1,
          "aa_start": 95,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 283,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 501,
          "cdna_end": null,
          "cdna_length": 9406,
          "mane_select": "NM_001326342.2",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.283G>A",
          "hgvs_p": "p.Val95Ile",
          "transcript": "ENST00000632065.1",
          "protein_id": "ENSP00000488422.1",
          "transcript_support_level": 1,
          "aa_start": 95,
          "aa_end": null,
          "aa_length": 533,
          "cds_start": 283,
          "cds_end": null,
          "cds_length": 1602,
          "cdna_start": 407,
          "cdna_end": null,
          "cdna_length": 1952,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.283G>A",
          "hgvs_p": "p.Val95Ile",
          "transcript": "ENST00000542579.5",
          "protein_id": "ENSP00000443926.1",
          "transcript_support_level": 1,
          "aa_start": 95,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 283,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 443,
          "cdna_end": null,
          "cdna_length": 7982,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.262G>A",
          "hgvs_p": "p.Val88Ile",
          "transcript": "ENST00000416382.6",
          "protein_id": "ENSP00000406451.2",
          "transcript_support_level": 1,
          "aa_start": 88,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 262,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 329,
          "cdna_end": null,
          "cdna_length": 6894,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.190G>A",
          "hgvs_p": "p.Val64Ile",
          "transcript": "ENST00000417956.6",
          "protein_id": "ENSP00000404834.3",
          "transcript_support_level": 1,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 490,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 1473,
          "cdna_start": 497,
          "cdna_end": null,
          "cdna_length": 8044,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.190G>A",
          "hgvs_p": "p.Val64Ile",
          "transcript": "ENST00000608830.5",
          "protein_id": "ENSP00000476999.1",
          "transcript_support_level": 1,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 488,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 1467,
          "cdna_start": 387,
          "cdna_end": null,
          "cdna_length": 1892,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.355G>A",
          "hgvs_p": "p.Val119Ile",
          "transcript": "NM_001326325.2",
          "protein_id": "NP_001313254.1",
          "transcript_support_level": null,
          "aa_start": 119,
          "aa_end": null,
          "aa_length": 539,
          "cds_start": 355,
          "cds_end": null,
          "cds_length": 1620,
          "cdna_start": 404,
          "cdna_end": null,
          "cdna_length": 7933,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.283G>A",
          "hgvs_p": "p.Val95Ile",
          "transcript": "NM_001326343.2",
          "protein_id": "NP_001313272.1",
          "transcript_support_level": null,
          "aa_start": 95,
          "aa_end": null,
          "aa_length": 539,
          "cds_start": 283,
          "cds_end": null,
          "cds_length": 1620,
          "cdna_start": 501,
          "cdna_end": null,
          "cdna_length": 9460,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.283G>A",
          "hgvs_p": "p.Val95Ile",
          "transcript": "NM_001326340.2",
          "protein_id": "NP_001313269.1",
          "transcript_support_level": null,
          "aa_start": 95,
          "aa_end": null,
          "aa_length": 533,
          "cds_start": 283,
          "cds_end": null,
          "cds_length": 1602,
          "cdna_start": 501,
          "cdna_end": null,
          "cdna_length": 9442,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.262G>A",
          "hgvs_p": "p.Val88Ile",
          "transcript": "NM_001326336.2",
          "protein_id": "NP_001313265.1",
          "transcript_support_level": null,
          "aa_start": 88,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 262,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 338,
          "cdna_end": null,
          "cdna_length": 9297,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.298G>A",
          "hgvs_p": "p.Val100Ile",
          "transcript": "NM_001326327.2",
          "protein_id": "NP_001313256.1",
          "transcript_support_level": null,
          "aa_start": 100,
          "aa_end": null,
          "aa_length": 526,
          "cds_start": 298,
          "cds_end": null,
          "cds_length": 1581,
          "cdna_start": 338,
          "cdna_end": null,
          "cdna_length": 7885,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.298G>A",
          "hgvs_p": "p.Val100Ile",
          "transcript": "ENST00000637215.1",
          "protein_id": "ENSP00000490185.1",
          "transcript_support_level": 5,
          "aa_start": 100,
          "aa_end": null,
          "aa_length": 526,
          "cds_start": 298,
          "cds_end": null,
          "cds_length": 1581,
          "cdna_start": 666,
          "cdna_end": null,
          "cdna_length": 2724,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.283G>A",
          "hgvs_p": "p.Val95Ile",
          "transcript": "NM_006561.4",
          "protein_id": "NP_006552.3",
          "transcript_support_level": null,
          "aa_start": 95,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 283,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 501,
          "cdna_end": null,
          "cdna_length": 8048,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.298G>A",
          "hgvs_p": "p.Val100Ile",
          "transcript": "NM_001326326.2",
          "protein_id": "NP_001313255.1",
          "transcript_support_level": null,
          "aa_start": 100,
          "aa_end": null,
          "aa_length": 520,
          "cds_start": 298,
          "cds_end": null,
          "cds_length": 1563,
          "cdna_start": 338,
          "cdna_end": null,
          "cdna_length": 7867,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.298G>A",
          "hgvs_p": "p.Val100Ile",
          "transcript": "ENST00000636488.1",
          "protein_id": "ENSP00000489955.1",
          "transcript_support_level": 5,
          "aa_start": 100,
          "aa_end": null,
          "aa_length": 520,
          "cds_start": 298,
          "cds_end": null,
          "cds_length": 1563,
          "cdna_start": 439,
          "cdna_end": null,
          "cdna_length": 3908,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.283G>A",
          "hgvs_p": "p.Val95Ile",
          "transcript": "NM_001394518.1",
          "protein_id": "NP_001381447.1",
          "transcript_support_level": null,
          "aa_start": 95,
          "aa_end": null,
          "aa_length": 519,
          "cds_start": 283,
          "cds_end": null,
          "cds_length": 1560,
          "cdna_start": 501,
          "cdna_end": null,
          "cdna_length": 8042,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.283G>A",
          "hgvs_p": "p.Val95Ile",
          "transcript": "NM_001394519.1",
          "protein_id": "NP_001381448.1",
          "transcript_support_level": null,
          "aa_start": 95,
          "aa_end": null,
          "aa_length": 519,
          "cds_start": 283,
          "cds_end": null,
          "cds_length": 1560,
          "cdna_start": 501,
          "cdna_end": null,
          "cdna_length": 9400,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.283G>A",
          "hgvs_p": "p.Val95Ile",
          "transcript": "NM_001326341.2",
          "protein_id": "NP_001313270.1",
          "transcript_support_level": null,
          "aa_start": 95,
          "aa_end": null,
          "aa_length": 515,
          "cds_start": 283,
          "cds_end": null,
          "cds_length": 1548,
          "cdna_start": 501,
          "cdna_end": null,
          "cdna_length": 8030,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.283G>A",
          "hgvs_p": "p.Val95Ile",
          "transcript": "NM_001394513.1",
          "protein_id": "NP_001381442.1",
          "transcript_support_level": null,
          "aa_start": 95,
          "aa_end": null,
          "aa_length": 515,
          "cds_start": 283,
          "cds_end": null,
          "cds_length": 1548,
          "cdna_start": 501,
          "cdna_end": null,
          "cdna_length": 9388,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.262G>A",
          "hgvs_p": "p.Val88Ile",
          "transcript": "NM_001326331.2",
          "protein_id": "NP_001313260.1",
          "transcript_support_level": null,
          "aa_start": 88,
          "aa_end": null,
          "aa_length": 514,
          "cds_start": 262,
          "cds_end": null,
          "cds_length": 1545,
          "cdna_start": 338,
          "cdna_end": null,
          "cdna_length": 7885,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.262G>A",
          "hgvs_p": "p.Val88Ile",
          "transcript": "NM_001394502.1",
          "protein_id": "NP_001381431.1",
          "transcript_support_level": null,
          "aa_start": 88,
          "aa_end": null,
          "aa_length": 514,
          "cds_start": 262,
          "cds_end": null,
          "cds_length": 1545,
          "cdna_start": 338,
          "cdna_end": null,
          "cdna_length": 9243,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.262G>A",
          "hgvs_p": "p.Val88Ile",
          "transcript": "ENST00000631816.1",
          "protein_id": "ENSP00000488268.1",
          "transcript_support_level": 2,
          "aa_start": 88,
          "aa_end": null,
          "aa_length": 514,
          "cds_start": 262,
          "cds_end": null,
          "cds_length": 1545,
          "cdna_start": 273,
          "cdna_end": null,
          "cdna_length": 1803,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.262G>A",
          "hgvs_p": "p.Val88Ile",
          "transcript": "NM_001326335.2",
          "protein_id": "NP_001313264.1",
          "transcript_support_level": null,
          "aa_start": 88,
          "aa_end": null,
          "aa_length": 512,
          "cds_start": 262,
          "cds_end": null,
          "cds_length": 1539,
          "cdna_start": 338,
          "cdna_end": null,
          "cdna_length": 7879,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.262G>A",
          "hgvs_p": "p.Val88Ile",
          "transcript": "NM_001025077.3",
          "protein_id": "NP_001020248.1",
          "transcript_support_level": null,
          "aa_start": 88,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 262,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 338,
          "cdna_end": null,
          "cdna_length": 9225,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.190G>A",
          "hgvs_p": "p.Val64Ile",
          "transcript": "NM_001326319.2",
          "protein_id": "NP_001313248.1",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 359,
          "cdna_end": null,
          "cdna_length": 9318,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.262G>A",
          "hgvs_p": "p.Val88Ile",
          "transcript": "NM_001326332.2",
          "protein_id": "NP_001313261.1",
          "transcript_support_level": null,
          "aa_start": 88,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 262,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 338,
          "cdna_end": null,
          "cdna_length": 7867,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.262G>A",
          "hgvs_p": "p.Val88Ile",
          "transcript": "ENST00000631460.1",
          "protein_id": "ENSP00000488582.1",
          "transcript_support_level": 5,
          "aa_start": 88,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 262,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 326,
          "cdna_end": null,
          "cdna_length": 5538,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.190G>A",
          "hgvs_p": "p.Val64Ile",
          "transcript": "NM_001326323.2",
          "protein_id": "NP_001313252.1",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 504,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 1515,
          "cdna_start": 415,
          "cdna_end": null,
          "cdna_length": 8004,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.190G>A",
          "hgvs_p": "p.Val64Ile",
          "transcript": "ENST00000354897.3",
          "protein_id": "ENSP00000346971.3",
          "transcript_support_level": 5,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 502,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 1509,
          "cdna_start": 209,
          "cdna_end": null,
          "cdna_length": 1754,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.190G>A",
          "hgvs_p": "p.Val64Ile",
          "transcript": "NM_001326321.2",
          "protein_id": "NP_001313250.1",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 498,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 1497,
          "cdna_start": 321,
          "cdna_end": null,
          "cdna_length": 9250,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.214G>A",
          "hgvs_p": "p.Val72Ile",
          "transcript": "NM_001326347.1",
          "protein_id": "NP_001313276.1",
          "transcript_support_level": null,
          "aa_start": 72,
          "aa_end": null,
          "aa_length": 496,
          "cds_start": 214,
          "cds_end": null,
          "cds_length": 1491,
          "cdna_start": 648,
          "cdna_end": null,
          "cdna_length": 2969,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.190G>A",
          "hgvs_p": "p.Val64Ile",
          "transcript": "NM_001025076.2",
          "protein_id": "NP_001020247.1",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 490,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 1473,
          "cdna_start": 497,
          "cdna_end": null,
          "cdna_length": 8044,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.190G>A",
          "hgvs_p": "p.Val64Ile",
          "transcript": "NM_001326318.2",
          "protein_id": "NP_001313247.1",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 490,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 1473,
          "cdna_start": 321,
          "cdna_end": null,
          "cdna_length": 9226,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.190G>A",
          "hgvs_p": "p.Val64Ile",
          "transcript": "NM_001326320.2",
          "protein_id": "NP_001313249.1",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 490,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 1473,
          "cdna_start": 415,
          "cdna_end": null,
          "cdna_length": 7962,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.190G>A",
          "hgvs_p": "p.Val64Ile",
          "transcript": "NM_001326324.2",
          "protein_id": "NP_001313253.1",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 490,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 1473,
          "cdna_start": 310,
          "cdna_end": null,
          "cdna_length": 7857,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.190G>A",
          "hgvs_p": "p.Val64Ile",
          "transcript": "NM_001326328.2",
          "protein_id": "NP_001313257.1",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 490,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 1473,
          "cdna_start": 432,
          "cdna_end": null,
          "cdna_length": 7979,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.190G>A",
          "hgvs_p": "p.Val64Ile",
          "transcript": "NM_001326330.2",
          "protein_id": "NP_001313259.1",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 490,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 1473,
          "cdna_start": 560,
          "cdna_end": null,
          "cdna_length": 9465,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.190G>A",
          "hgvs_p": "p.Val64Ile",
          "transcript": "NM_001326334.2",
          "protein_id": "NP_001313263.1",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 490,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 1473,
          "cdna_start": 523,
          "cdna_end": null,
          "cdna_length": 9428,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.190G>A",
          "hgvs_p": "p.Val64Ile",
          "transcript": "NM_001326345.2",
          "protein_id": "NP_001313274.1",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 490,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 1473,
          "cdna_start": 318,
          "cdna_end": null,
          "cdna_length": 7865,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.190G>A",
          "hgvs_p": "p.Val64Ile",
          "transcript": "NM_001326349.2",
          "protein_id": "NP_001313278.1",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 490,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 1473,
          "cdna_start": 432,
          "cdna_end": null,
          "cdna_length": 9337,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.190G>A",
          "hgvs_p": "p.Val64Ile",
          "transcript": "ENST00000399850.7",
          "protein_id": "ENSP00000382743.3",
          "transcript_support_level": 5,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 490,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 1473,
          "cdna_start": 497,
          "cdna_end": null,
          "cdna_length": 7085,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.190G>A",
          "hgvs_p": "p.Val64Ile",
          "transcript": "ENST00000632728.1",
          "protein_id": "ENSP00000487802.1",
          "transcript_support_level": 5,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 490,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 1473,
          "cdna_start": 298,
          "cdna_end": null,
          "cdna_length": 3827,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.190G>A",
          "hgvs_p": "p.Val64Ile",
          "transcript": "ENST00000638035.1",
          "protein_id": "ENSP00000490401.1",
          "transcript_support_level": 5,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 490,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 1473,
          "cdna_start": 541,
          "cdna_end": null,
          "cdna_length": 1849,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.190G>A",
          "hgvs_p": "p.Val64Ile",
          "transcript": "NM_001083591.1",
          "protein_id": "NP_001077060.1",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 488,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 1467,
          "cdna_start": 497,
          "cdna_end": null,
          "cdna_length": 8038,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.190G>A",
          "hgvs_p": "p.Val64Ile",
          "transcript": "NM_001326317.2",
          "protein_id": "NP_001313246.1",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 484,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 1455,
          "cdna_start": 321,
          "cdna_end": null,
          "cdna_length": 9208,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.190G>A",
          "hgvs_p": "p.Val64Ile",
          "transcript": "NM_001326329.2",
          "protein_id": "NP_001313258.1",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 484,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 1455,
          "cdna_start": 560,
          "cdna_end": null,
          "cdna_length": 9447,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.190G>A",
          "hgvs_p": "p.Val64Ile",
          "transcript": "NM_001326344.2",
          "protein_id": "NP_001313273.1",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 484,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 1455,
          "cdna_start": 240,
          "cdna_end": null,
          "cdna_length": 7769,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.190G>A",
          "hgvs_p": "p.Val64Ile",
          "transcript": "NM_001326348.2",
          "protein_id": "NP_001313277.1",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 484,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 1455,
          "cdna_start": 432,
          "cdna_end": null,
          "cdna_length": 7961,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.190G>A",
          "hgvs_p": "p.Val64Ile",
          "transcript": "NM_001394517.1",
          "protein_id": "NP_001381446.1",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 484,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 1455,
          "cdna_start": 432,
          "cdna_end": null,
          "cdna_length": 9319,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.262G>A",
          "hgvs_p": "p.Val88Ile",
          "transcript": "NM_001326337.2",
          "protein_id": "NP_001313266.1",
          "transcript_support_level": null,
          "aa_start": 88,
          "aa_end": null,
          "aa_length": 452,
          "cds_start": 262,
          "cds_end": null,
          "cds_length": 1359,
          "cdna_start": 338,
          "cdna_end": null,
          "cdna_length": 7699,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.190G>A",
          "hgvs_p": "p.Val64Ile",
          "transcript": "ENST00000609692.5",
          "protein_id": "ENSP00000476656.1",
          "transcript_support_level": 5,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 440,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 1323,
          "cdna_start": 211,
          "cdna_end": null,
          "cdna_length": 2210,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.355G>A",
          "hgvs_p": "p.Val119Ile",
          "transcript": "XM_047424482.1",
          "protein_id": "XP_047280438.1",
          "transcript_support_level": null,
          "aa_start": 119,
          "aa_end": null,
          "aa_length": 549,
          "cds_start": 355,
          "cds_end": null,
          "cds_length": 1650,
          "cdna_start": 404,
          "cdna_end": null,
          "cdna_length": 7963,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.355G>A",
          "hgvs_p": "p.Val119Ile",
          "transcript": "XM_047424483.1",
          "protein_id": "XP_047280439.1",
          "transcript_support_level": null,
          "aa_start": 119,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 355,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": 404,
          "cdna_end": null,
          "cdna_length": 7951,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.298G>A",
          "hgvs_p": "p.Val100Ile",
          "transcript": "XM_047424484.1",
          "protein_id": "XP_047280440.1",
          "transcript_support_level": null,
          "aa_start": 100,
          "aa_end": null,
          "aa_length": 530,
          "cds_start": 298,
          "cds_end": null,
          "cds_length": 1593,
          "cdna_start": 417,
          "cdna_end": null,
          "cdna_length": 7976,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.298G>A",
          "hgvs_p": "p.Val100Ile",
          "transcript": "XM_047424485.1",
          "protein_id": "XP_047280441.1",
          "transcript_support_level": null,
          "aa_start": 100,
          "aa_end": null,
          "aa_length": 530,
          "cds_start": 298,
          "cds_end": null,
          "cds_length": 1593,
          "cdna_start": 458,
          "cdna_end": null,
          "cdna_length": 8017,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.283G>A",
          "hgvs_p": "p.Val95Ile",
          "transcript": "XM_047424486.1",
          "protein_id": "XP_047280442.1",
          "transcript_support_level": null,
          "aa_start": 95,
          "aa_end": null,
          "aa_length": 525,
          "cds_start": 283,
          "cds_end": null,
          "cds_length": 1578,
          "cdna_start": 501,
          "cdna_end": null,
          "cdna_length": 8060,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.298G>A",
          "hgvs_p": "p.Val100Ile",
          "transcript": "XM_047424487.1",
          "protein_id": "XP_047280443.1",
          "transcript_support_level": null,
          "aa_start": 100,
          "aa_end": null,
          "aa_length": 524,
          "cds_start": 298,
          "cds_end": null,
          "cds_length": 1575,
          "cdna_start": 338,
          "cdna_end": null,
          "cdna_length": 7879,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.262G>A",
          "hgvs_p": "p.Val88Ile",
          "transcript": "XM_024447776.2",
          "protein_id": "XP_024303544.1",
          "transcript_support_level": null,
          "aa_start": 88,
          "aa_end": null,
          "aa_length": 518,
          "cds_start": 262,
          "cds_end": null,
          "cds_length": 1557,
          "cdna_start": 338,
          "cdna_end": null,
          "cdna_length": 7897,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.190G>A",
          "hgvs_p": "p.Val64Ile",
          "transcript": "XM_047424489.1",
          "protein_id": "XP_047280445.1",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 494,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 1485,
          "cdna_start": 497,
          "cdna_end": null,
          "cdna_length": 8056,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.190G>A",
          "hgvs_p": "p.Val64Ile",
          "transcript": "XM_047424490.1",
          "protein_id": "XP_047280446.1",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 494,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 1485,
          "cdna_start": 321,
          "cdna_end": null,
          "cdna_length": 7880,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.190G>A",
          "hgvs_p": "p.Val64Ile",
          "transcript": "XM_047424491.1",
          "protein_id": "XP_047280447.1",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 494,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 1485,
          "cdna_start": 432,
          "cdna_end": null,
          "cdna_length": 7991,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.190G>A",
          "hgvs_p": "p.Val64Ile",
          "transcript": "XM_047424492.1",
          "protein_id": "XP_047280448.1",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 494,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 1485,
          "cdna_start": 470,
          "cdna_end": null,
          "cdna_length": 8029,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.190G>A",
          "hgvs_p": "p.Val64Ile",
          "transcript": "XM_047424493.1",
          "protein_id": "XP_047280449.1",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 494,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 1485,
          "cdna_start": 387,
          "cdna_end": null,
          "cdna_length": 7946,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.190G>A",
          "hgvs_p": "p.Val64Ile",
          "transcript": "XM_047424494.1",
          "protein_id": "XP_047280450.1",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 494,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 1485,
          "cdna_start": 453,
          "cdna_end": null,
          "cdna_length": 8012,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.190G>A",
          "hgvs_p": "p.Val64Ile",
          "transcript": "XM_047424495.1",
          "protein_id": "XP_047280451.1",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 494,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 1485,
          "cdna_start": 467,
          "cdna_end": null,
          "cdna_length": 8026,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.190G>A",
          "hgvs_p": "p.Val64Ile",
          "transcript": "XM_047424496.1",
          "protein_id": "XP_047280452.1",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 494,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 1485,
          "cdna_start": 348,
          "cdna_end": null,
          "cdna_length": 7907,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.190G>A",
          "hgvs_p": "p.Val64Ile",
          "transcript": "XM_047424498.1",
          "protein_id": "XP_047280454.1",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 494,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 1485,
          "cdna_start": 318,
          "cdna_end": null,
          "cdna_length": 7877,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.190G>A",
          "hgvs_p": "p.Val64Ile",
          "transcript": "XM_047424499.1",
          "protein_id": "XP_047280455.1",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 494,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 1485,
          "cdna_start": 376,
          "cdna_end": null,
          "cdna_length": 7935,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.190G>A",
          "hgvs_p": "p.Val64Ile",
          "transcript": "XM_047424500.1",
          "protein_id": "XP_047280456.1",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 494,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 1485,
          "cdna_start": 274,
          "cdna_end": null,
          "cdna_length": 7833,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.190G>A",
          "hgvs_p": "p.Val64Ile",
          "transcript": "XM_047424501.1",
          "protein_id": "XP_047280457.1",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 490,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 1473,
          "cdna_start": 321,
          "cdna_end": null,
          "cdna_length": 7868,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.190G>A",
          "hgvs_p": "p.Val64Ile",
          "transcript": "XM_047424502.1",
          "protein_id": "XP_047280458.1",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 490,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 1473,
          "cdna_start": 413,
          "cdna_end": null,
          "cdna_length": 7960,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.190G>A",
          "hgvs_p": "p.Val64Ile",
          "transcript": "XM_047424503.1",
          "protein_id": "XP_047280459.1",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 490,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 1473,
          "cdna_start": 297,
          "cdna_end": null,
          "cdna_length": 9202,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.190G>A",
          "hgvs_p": "p.Val64Ile",
          "transcript": "XM_047424504.1",
          "protein_id": "XP_047280460.1",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 488,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 1467,
          "cdna_start": 309,
          "cdna_end": null,
          "cdna_length": 7850,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.190G>A",
          "hgvs_p": "p.Val64Ile",
          "transcript": "XM_047424505.1",
          "protein_id": "XP_047280461.1",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 484,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 1455,
          "cdna_start": 335,
          "cdna_end": null,
          "cdna_length": 7864,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.298G>A",
          "hgvs_p": "p.Val100Ile",
          "transcript": "XM_047424506.1",
          "protein_id": "XP_047280462.1",
          "transcript_support_level": null,
          "aa_start": 100,
          "aa_end": null,
          "aa_length": 464,
          "cds_start": 298,
          "cds_end": null,
          "cds_length": 1395,
          "cdna_start": 338,
          "cdna_end": null,
          "cdna_length": 9057,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.283G>A",
          "hgvs_p": "p.Val95Ile",
          "transcript": "XM_047424507.1",
          "protein_id": "XP_047280463.1",
          "transcript_support_level": null,
          "aa_start": 95,
          "aa_end": null,
          "aa_length": 459,
          "cds_start": 283,
          "cds_end": null,
          "cds_length": 1380,
          "cdna_start": 501,
          "cdna_end": null,
          "cdna_length": 7862,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.190G>A",
          "hgvs_p": "p.Val64Ile",
          "transcript": "XM_047424488.1",
          "protein_id": "XP_047280444.1",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 428,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 1287,
          "cdna_start": 245,
          "cdna_end": null,
          "cdna_length": 7606,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.190G>A",
          "hgvs_p": "p.Val64Ile",
          "transcript": "XM_047424508.1",
          "protein_id": "XP_047280464.1",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 356,
          "cds_start": 190,
          "cds_end": null,
          "cds_length": 1071,
          "cdna_start": 245,
          "cdna_end": null,
          "cdna_length": 1395,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.-343G>A",
          "hgvs_p": null,
          "transcript": "NM_001326333.2",
          "protein_id": "NP_001313262.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 286,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 861,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 9163,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.1-31717G>A",
          "hgvs_p": null,
          "transcript": "NM_001326339.2",
          "protein_id": "NP_001313268.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 403,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1212,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 9289,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.1-31717G>A",
          "hgvs_p": null,
          "transcript": "NM_001326338.2",
          "protein_id": "NP_001313267.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 397,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1194,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 9271,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.-271-31717G>A",
          "hgvs_p": null,
          "transcript": "NM_001326346.2",
          "protein_id": "NP_001313275.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 280,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 843,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7798,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "n.179-31717G>A",
          "hgvs_p": null,
          "transcript": "ENST00000609870.5",
          "protein_id": "ENSP00000476392.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1549,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "n.251-31717G>A",
          "hgvs_p": null,
          "transcript": "ENST00000633200.1",
          "protein_id": "ENSP00000488438.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1496,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "CELF2",
          "gene_hgnc_id": 2550,
          "hgvs_c": "c.1-31717G>A",
          "hgvs_p": null,
          "transcript": "XM_047424509.1",
          "protein_id": "XP_047280465.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 407,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1224,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7685,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "CELF2",
      "gene_hgnc_id": 2550,
      "dbsnp": "rs577233700",
      "frequency_reference_population": 0.000008685887,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 14,
      "gnomad_exomes_af": 0.00000753621,
      "gnomad_genomes_af": 0.0000197122,
      "gnomad_exomes_ac": 11,
      "gnomad_genomes_ac": 3,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.22476166486740112,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.03999999910593033,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.225,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0999,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.27,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 9.602,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": 0.04,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -6,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4_Moderate,BS2",
      "acmg_by_gene": [
        {
          "score": -6,
          "benign_score": 6,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Moderate",
            "BS2"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_001326342.2",
          "gene_symbol": "CELF2",
          "hgnc_id": 2550,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.283G>A",
          "hgvs_p": "p.Val95Ile"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}