← 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: 3-152445517-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "3",
      "pos": 152445517,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_001376818.1",
      "consequences": [
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "NM_021038.5",
          "protein_id": "NP_066368.2",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 382,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1149,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000324210.10",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_021038.5"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "ENST00000324210.10",
          "protein_id": "ENSP00000319429.5",
          "transcript_support_level": 1,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 382,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1149,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_021038.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000324210.10"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "ENST00000463374.5",
          "protein_id": "ENSP00000418108.1",
          "transcript_support_level": 1,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 388,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1167,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000463374.5"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "ENST00000355460.6",
          "protein_id": "ENSP00000347637.2",
          "transcript_support_level": 1,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 370,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1113,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000355460.6"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.614C>T",
          "hgvs_p": "p.Ala205Val",
          "transcript": "ENST00000493459.5",
          "protein_id": "ENSP00000419347.1",
          "transcript_support_level": 1,
          "aa_start": 205,
          "aa_end": null,
          "aa_length": 343,
          "cds_start": 614,
          "cds_end": null,
          "cds_length": 1032,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000493459.5"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "ENST00000492948.5",
          "protein_id": "ENSP00000420103.1",
          "transcript_support_level": 1,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 342,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1029,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000492948.5"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "ENST00000485509.5",
          "protein_id": "ENSP00000418876.1",
          "transcript_support_level": 1,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000485509.5"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.581C>T",
          "hgvs_p": "p.Ala194Val",
          "transcript": "ENST00000465907.6",
          "protein_id": "ENSP00000417630.2",
          "transcript_support_level": 1,
          "aa_start": 194,
          "aa_end": null,
          "aa_length": 314,
          "cds_start": 581,
          "cds_end": null,
          "cds_length": 945,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000465907.6"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.581C>T",
          "hgvs_p": "p.Ala194Val",
          "transcript": "ENST00000485910.5",
          "protein_id": "ENSP00000418427.1",
          "transcript_support_level": 1,
          "aa_start": 194,
          "aa_end": null,
          "aa_length": 302,
          "cds_start": 581,
          "cds_end": null,
          "cds_length": 909,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000485910.5"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.494C>T",
          "hgvs_p": "p.Ala165Val",
          "transcript": "ENST00000478535.1",
          "protein_id": "ENSP00000418508.1",
          "transcript_support_level": 1,
          "aa_start": 165,
          "aa_end": null,
          "aa_length": 210,
          "cds_start": 494,
          "cds_end": null,
          "cds_length": 633,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000478535.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.878C>T",
          "hgvs_p": "p.Ala293Val",
          "transcript": "NM_001376818.1",
          "protein_id": "NP_001363747.1",
          "transcript_support_level": null,
          "aa_start": 293,
          "aa_end": null,
          "aa_length": 431,
          "cds_start": 878,
          "cds_end": null,
          "cds_length": 1296,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376818.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.878C>T",
          "hgvs_p": "p.Ala293Val",
          "transcript": "NM_001376819.1",
          "protein_id": "NP_001363748.1",
          "transcript_support_level": null,
          "aa_start": 293,
          "aa_end": null,
          "aa_length": 431,
          "cds_start": 878,
          "cds_end": null,
          "cds_length": 1296,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376819.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.878C>T",
          "hgvs_p": "p.Ala293Val",
          "transcript": "ENST00000868250.1",
          "protein_id": "ENSP00000538309.1",
          "transcript_support_level": null,
          "aa_start": 293,
          "aa_end": null,
          "aa_length": 431,
          "cds_start": 878,
          "cds_end": null,
          "cds_length": 1296,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000868250.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.878C>T",
          "hgvs_p": "p.Ala293Val",
          "transcript": "NM_001387781.1",
          "protein_id": "NP_001374710.1",
          "transcript_support_level": null,
          "aa_start": 293,
          "aa_end": null,
          "aa_length": 413,
          "cds_start": 878,
          "cds_end": null,
          "cds_length": 1242,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387781.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.878C>T",
          "hgvs_p": "p.Ala293Val",
          "transcript": "NM_001387782.1",
          "protein_id": "NP_001374711.1",
          "transcript_support_level": null,
          "aa_start": 293,
          "aa_end": null,
          "aa_length": 413,
          "cds_start": 878,
          "cds_end": null,
          "cds_length": 1242,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387782.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.878C>T",
          "hgvs_p": "p.Ala293Val",
          "transcript": "NM_001387783.1",
          "protein_id": "NP_001374712.1",
          "transcript_support_level": null,
          "aa_start": 293,
          "aa_end": null,
          "aa_length": 413,
          "cds_start": 878,
          "cds_end": null,
          "cds_length": 1242,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387783.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.878C>T",
          "hgvs_p": "p.Ala293Val",
          "transcript": "NM_001387784.1",
          "protein_id": "NP_001374713.1",
          "transcript_support_level": null,
          "aa_start": 293,
          "aa_end": null,
          "aa_length": 401,
          "cds_start": 878,
          "cds_end": null,
          "cds_length": 1206,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387784.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.878C>T",
          "hgvs_p": "p.Ala293Val",
          "transcript": "ENST00000868248.1",
          "protein_id": "ENSP00000538307.1",
          "transcript_support_level": null,
          "aa_start": 293,
          "aa_end": null,
          "aa_length": 401,
          "cds_start": 878,
          "cds_end": null,
          "cds_length": 1206,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000868248.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.878C>T",
          "hgvs_p": "p.Ala293Val",
          "transcript": "ENST00000970062.1",
          "protein_id": "ENSP00000640121.1",
          "transcript_support_level": null,
          "aa_start": 293,
          "aa_end": null,
          "aa_length": 401,
          "cds_start": 878,
          "cds_end": null,
          "cds_length": 1206,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000970062.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "NM_001376820.1",
          "protein_id": "NP_001363749.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 400,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1203,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376820.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "NM_001376821.1",
          "protein_id": "NP_001363750.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 400,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1203,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376821.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "NM_001376822.1",
          "protein_id": "NP_001363751.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 400,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1203,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376822.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "NM_001376823.1",
          "protein_id": "NP_001363752.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 400,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1203,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376823.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "NM_001387785.1",
          "protein_id": "NP_001374714.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 400,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1203,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387785.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "ENST00000282488.11",
          "protein_id": "ENSP00000282488.8",
          "transcript_support_level": 5,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 400,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1203,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000282488.11"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "ENST00000868245.1",
          "protein_id": "ENSP00000538304.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 400,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1203,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000868245.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "ENST00000911755.1",
          "protein_id": "ENSP00000581814.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 400,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1203,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000911755.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "NM_001376824.1",
          "protein_id": "NP_001363753.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 388,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1167,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376824.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "NM_001376825.1",
          "protein_id": "NP_001363754.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 388,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1167,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376825.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "NM_207293.2",
          "protein_id": "NP_997176.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 388,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1167,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_207293.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "ENST00000282486.10",
          "protein_id": "ENSP00000282486.6",
          "transcript_support_level": 5,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 388,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1167,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000282486.10"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "NM_001376826.1",
          "protein_id": "NP_001363755.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 382,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1149,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376826.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "NM_001376827.1",
          "protein_id": "NP_001363756.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 382,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1149,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376827.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "NM_001376828.1",
          "protein_id": "NP_001363757.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 382,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1149,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376828.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "NM_001376829.1",
          "protein_id": "NP_001363758.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 382,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1149,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376829.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "NM_001387786.1",
          "protein_id": "NP_001374715.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 382,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1149,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387786.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "ENST00000868242.1",
          "protein_id": "ENSP00000538301.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 382,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1149,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000868242.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "ENST00000868247.1",
          "protein_id": "ENSP00000538306.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 382,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1149,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000868247.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "ENST00000868251.1",
          "protein_id": "ENSP00000538310.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 382,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1149,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000868251.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "ENST00000970066.1",
          "protein_id": "ENSP00000640125.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 382,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1149,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000970066.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "NM_001376830.1",
          "protein_id": "NP_001363759.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 370,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1113,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376830.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "NM_001376831.1",
          "protein_id": "NP_001363760.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 370,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1113,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376831.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "NM_207292.3",
          "protein_id": "NP_997175.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 370,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1113,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_207292.3"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "ENST00000868244.1",
          "protein_id": "ENSP00000538303.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 370,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1113,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000868244.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "ENST00000868246.1",
          "protein_id": "ENSP00000538305.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 370,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1113,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000868246.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "ENST00000970060.1",
          "protein_id": "ENSP00000640119.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 370,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1113,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000970060.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "ENST00000970065.1",
          "protein_id": "ENSP00000640124.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 370,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1113,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000970065.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "ENST00000970067.1",
          "protein_id": "ENSP00000640126.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 370,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1113,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000970067.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "ENST00000970061.1",
          "protein_id": "ENSP00000640120.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 365,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1098,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000970061.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "NM_001376832.1",
          "protein_id": "NP_001363761.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376832.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "NM_001387787.1",
          "protein_id": "NP_001374716.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387787.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "NM_001363870.1",
          "protein_id": "NP_001350799.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 348,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1047,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001363870.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "NM_001376833.1",
          "protein_id": "NP_001363762.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 348,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1047,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376833.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "ENST00000498502.5",
          "protein_id": "ENSP00000420327.1",
          "transcript_support_level": 5,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 348,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1047,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000498502.5"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "NM_001387788.1",
          "protein_id": "NP_001374717.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 347,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1044,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387788.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "NM_001387789.1",
          "protein_id": "NP_001374718.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 347,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1044,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387789.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "NM_001387790.1",
          "protein_id": "NP_001374719.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 347,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1044,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387790.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "ENST00000868243.1",
          "protein_id": "ENSP00000538302.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 347,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1044,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000868243.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.617C>T",
          "hgvs_p": "p.Ala206Val",
          "transcript": "NM_001387791.1",
          "protein_id": "NP_001374720.1",
          "transcript_support_level": null,
          "aa_start": 206,
          "aa_end": null,
          "aa_length": 344,
          "cds_start": 617,
          "cds_end": null,
          "cds_length": 1035,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387791.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.614C>T",
          "hgvs_p": "p.Ala205Val",
          "transcript": "NM_001314057.2",
          "protein_id": "NP_001300986.1",
          "transcript_support_level": null,
          "aa_start": 205,
          "aa_end": null,
          "aa_length": 343,
          "cds_start": 614,
          "cds_end": null,
          "cds_length": 1032,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001314057.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "NM_001376834.1",
          "protein_id": "NP_001363763.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 342,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1029,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376834.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "NM_001387792.1",
          "protein_id": "NP_001374721.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 342,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1029,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387792.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "NM_001387793.1",
          "protein_id": "NP_001374722.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 342,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1029,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387793.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "NM_207297.2",
          "protein_id": "NP_997180.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 342,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1029,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_207297.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "ENST00000357472.7",
          "protein_id": "ENSP00000350064.3",
          "transcript_support_level": 5,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 342,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1029,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000357472.7"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "NM_207296.2",
          "protein_id": "NP_997179.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_207296.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "ENST00000324196.9",
          "protein_id": "ENSP00000319374.5",
          "transcript_support_level": 5,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000324196.9"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "ENST00000868249.1",
          "protein_id": "ENSP00000538308.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 335,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1008,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000868249.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "ENST00000970058.1",
          "protein_id": "ENSP00000640117.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 335,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1008,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000970058.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "ENST00000970063.1",
          "protein_id": "ENSP00000640122.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 335,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1008,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000970063.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.581C>T",
          "hgvs_p": "p.Ala194Val",
          "transcript": "NM_001387794.1",
          "protein_id": "NP_001374723.1",
          "transcript_support_level": null,
          "aa_start": 194,
          "aa_end": null,
          "aa_length": 332,
          "cds_start": 581,
          "cds_end": null,
          "cds_length": 999,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387794.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.581C>T",
          "hgvs_p": "p.Ala194Val",
          "transcript": "NM_001387795.1",
          "protein_id": "NP_001374724.1",
          "transcript_support_level": null,
          "aa_start": 194,
          "aa_end": null,
          "aa_length": 332,
          "cds_start": 581,
          "cds_end": null,
          "cds_length": 999,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387795.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.581C>T",
          "hgvs_p": "p.Ala194Val",
          "transcript": "ENST00000911754.1",
          "protein_id": "ENSP00000581813.1",
          "transcript_support_level": null,
          "aa_start": 194,
          "aa_end": null,
          "aa_length": 332,
          "cds_start": 581,
          "cds_end": null,
          "cds_length": 999,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000911754.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "NM_001376835.1",
          "protein_id": "NP_001363764.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 330,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 993,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376835.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "NM_001376836.1",
          "protein_id": "NP_001363765.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 330,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 993,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376836.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "NM_001387796.1",
          "protein_id": "NP_001374725.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 330,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 993,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387796.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.779C>T",
          "hgvs_p": "p.Ala260Val",
          "transcript": "ENST00000464596.5",
          "protein_id": "ENSP00000418109.1",
          "transcript_support_level": 5,
          "aa_start": 260,
          "aa_end": null,
          "aa_length": 328,
          "cds_start": 779,
          "cds_end": null,
          "cds_length": 987,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000464596.5"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.617C>T",
          "hgvs_p": "p.Ala206Val",
          "transcript": "NM_001376837.1",
          "protein_id": "NP_001363766.1",
          "transcript_support_level": null,
          "aa_start": 206,
          "aa_end": null,
          "aa_length": 326,
          "cds_start": 617,
          "cds_end": null,
          "cds_length": 981,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376837.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.617C>T",
          "hgvs_p": "p.Ala206Val",
          "transcript": "NM_001387797.1",
          "protein_id": "NP_001374726.1",
          "transcript_support_level": null,
          "aa_start": 206,
          "aa_end": null,
          "aa_length": 326,
          "cds_start": 617,
          "cds_end": null,
          "cds_length": 981,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387797.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.617C>T",
          "hgvs_p": "p.Ala206Val",
          "transcript": "NM_001387798.1",
          "protein_id": "NP_001374727.1",
          "transcript_support_level": null,
          "aa_start": 206,
          "aa_end": null,
          "aa_length": 326,
          "cds_start": 617,
          "cds_end": null,
          "cds_length": 981,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387798.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.617C>T",
          "hgvs_p": "p.Ala206Val",
          "transcript": "NM_001387799.1",
          "protein_id": "NP_001374728.1",
          "transcript_support_level": null,
          "aa_start": 206,
          "aa_end": null,
          "aa_length": 326,
          "cds_start": 617,
          "cds_end": null,
          "cds_length": 981,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387799.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.614C>T",
          "hgvs_p": "p.Ala205Val",
          "transcript": "NM_001387800.1",
          "protein_id": "NP_001374729.1",
          "transcript_support_level": null,
          "aa_start": 205,
          "aa_end": null,
          "aa_length": 325,
          "cds_start": 614,
          "cds_end": null,
          "cds_length": 978,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387800.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.581C>T",
          "hgvs_p": "p.Ala194Val",
          "transcript": "NM_001376838.1",
          "protein_id": "NP_001363767.1",
          "transcript_support_level": null,
          "aa_start": 194,
          "aa_end": null,
          "aa_length": 320,
          "cds_start": 581,
          "cds_end": null,
          "cds_length": 963,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376838.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.581C>T",
          "hgvs_p": "p.Ala194Val",
          "transcript": "NM_001387801.1",
          "protein_id": "NP_001374730.1",
          "transcript_support_level": null,
          "aa_start": 194,
          "aa_end": null,
          "aa_length": 314,
          "cds_start": 581,
          "cds_end": null,
          "cds_length": 945,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387801.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.581C>T",
          "hgvs_p": "p.Ala194Val",
          "transcript": "NM_001387802.1",
          "protein_id": "NP_001374731.1",
          "transcript_support_level": null,
          "aa_start": 194,
          "aa_end": null,
          "aa_length": 314,
          "cds_start": 581,
          "cds_end": null,
          "cds_length": 945,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387802.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.617C>T",
          "hgvs_p": "p.Ala206Val",
          "transcript": "NM_001387803.1",
          "protein_id": "NP_001374732.1",
          "transcript_support_level": null,
          "aa_start": 206,
          "aa_end": null,
          "aa_length": 314,
          "cds_start": 617,
          "cds_end": null,
          "cds_length": 945,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387803.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.581C>T",
          "hgvs_p": "p.Ala194Val",
          "transcript": "NM_207295.2",
          "protein_id": "NP_997178.1",
          "transcript_support_level": null,
          "aa_start": 194,
          "aa_end": null,
          "aa_length": 314,
          "cds_start": 581,
          "cds_end": null,
          "cds_length": 945,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_207295.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.581C>T",
          "hgvs_p": "p.Ala194Val",
          "transcript": "ENST00000545754.5",
          "protein_id": "ENSP00000437491.1",
          "transcript_support_level": 5,
          "aa_start": 194,
          "aa_end": null,
          "aa_length": 314,
          "cds_start": 581,
          "cds_end": null,
          "cds_length": 945,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000545754.5"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.509C>T",
          "hgvs_p": "p.Ala170Val",
          "transcript": "NM_001376839.1",
          "protein_id": "NP_001363768.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 308,
          "cds_start": 509,
          "cds_end": null,
          "cds_length": 927,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376839.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.509C>T",
          "hgvs_p": "p.Ala170Val",
          "transcript": "NM_001387804.1",
          "protein_id": "NP_001374733.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 308,
          "cds_start": 509,
          "cds_end": null,
          "cds_length": 927,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387804.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.509C>T",
          "hgvs_p": "p.Ala170Val",
          "transcript": "NM_001387805.1",
          "protein_id": "NP_001374734.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 308,
          "cds_start": 509,
          "cds_end": null,
          "cds_length": 927,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387805.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.509C>T",
          "hgvs_p": "p.Ala170Val",
          "transcript": "NM_001387806.1",
          "protein_id": "NP_001374735.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 308,
          "cds_start": 509,
          "cds_end": null,
          "cds_length": 927,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387806.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.509C>T",
          "hgvs_p": "p.Ala170Val",
          "transcript": "NM_001387807.1",
          "protein_id": "NP_001374736.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 308,
          "cds_start": 509,
          "cds_end": null,
          "cds_length": 927,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387807.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.509C>T",
          "hgvs_p": "p.Ala170Val",
          "transcript": "NM_001387808.1",
          "protein_id": "NP_001374737.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 308,
          "cds_start": 509,
          "cds_end": null,
          "cds_length": 927,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387808.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.581C>T",
          "hgvs_p": "p.Ala194Val",
          "transcript": "NM_207294.2",
          "protein_id": "NP_997177.1",
          "transcript_support_level": null,
          "aa_start": 194,
          "aa_end": null,
          "aa_length": 302,
          "cds_start": 581,
          "cds_end": null,
          "cds_length": 909,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_207294.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.509C>T",
          "hgvs_p": "p.Ala170Val",
          "transcript": "NM_001387809.1",
          "protein_id": "NP_001374738.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 296,
          "cds_start": 509,
          "cds_end": null,
          "cds_length": 891,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387809.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.509C>T",
          "hgvs_p": "p.Ala170Val",
          "transcript": "NM_001387810.1",
          "protein_id": "NP_001374739.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 296,
          "cds_start": 509,
          "cds_end": null,
          "cds_length": 891,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387810.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.509C>T",
          "hgvs_p": "p.Ala170Val",
          "transcript": "NM_001376840.1",
          "protein_id": "NP_001363769.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 290,
          "cds_start": 509,
          "cds_end": null,
          "cds_length": 873,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376840.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.509C>T",
          "hgvs_p": "p.Ala170Val",
          "transcript": "NM_001376841.1",
          "protein_id": "NP_001363770.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 290,
          "cds_start": 509,
          "cds_end": null,
          "cds_length": 873,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376841.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.509C>T",
          "hgvs_p": "p.Ala170Val",
          "transcript": "NM_001376842.1",
          "protein_id": "NP_001363771.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 290,
          "cds_start": 509,
          "cds_end": null,
          "cds_length": 873,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376842.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.509C>T",
          "hgvs_p": "p.Ala170Val",
          "transcript": "NM_001376843.1",
          "protein_id": "NP_001363772.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 290,
          "cds_start": 509,
          "cds_end": null,
          "cds_length": 873,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376843.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.509C>T",
          "hgvs_p": "p.Ala170Val",
          "transcript": "NM_001387811.1",
          "protein_id": "NP_001374740.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 290,
          "cds_start": 509,
          "cds_end": null,
          "cds_length": 873,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387811.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.509C>T",
          "hgvs_p": "p.Ala170Val",
          "transcript": "NM_001387812.1",
          "protein_id": "NP_001374741.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 290,
          "cds_start": 509,
          "cds_end": null,
          "cds_length": 873,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387812.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.509C>T",
          "hgvs_p": "p.Ala170Val",
          "transcript": "NM_001387813.1",
          "protein_id": "NP_001374742.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 290,
          "cds_start": 509,
          "cds_end": null,
          "cds_length": 873,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387813.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.509C>T",
          "hgvs_p": "p.Ala170Val",
          "transcript": "NM_001387814.1",
          "protein_id": "NP_001374743.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 290,
          "cds_start": 509,
          "cds_end": null,
          "cds_length": 873,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387814.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.509C>T",
          "hgvs_p": "p.Ala170Val",
          "transcript": "NM_001387815.1",
          "protein_id": "NP_001374744.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 290,
          "cds_start": 509,
          "cds_end": null,
          "cds_length": 873,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387815.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.509C>T",
          "hgvs_p": "p.Ala170Val",
          "transcript": "NM_001387816.1",
          "protein_id": "NP_001374745.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 290,
          "cds_start": 509,
          "cds_end": null,
          "cds_length": 873,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387816.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.509C>T",
          "hgvs_p": "p.Ala170Val",
          "transcript": "NM_001387817.1",
          "protein_id": "NP_001374746.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 290,
          "cds_start": 509,
          "cds_end": null,
          "cds_length": 873,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387817.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.509C>T",
          "hgvs_p": "p.Ala170Val",
          "transcript": "NM_001387818.1",
          "protein_id": "NP_001374747.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 290,
          "cds_start": 509,
          "cds_end": null,
          "cds_length": 873,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387818.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "NM_001387819.1",
          "protein_id": "NP_001374748.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 287,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 864,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387819.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "ENST00000970059.1",
          "protein_id": "ENSP00000640118.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 287,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 864,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000970059.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "ENST00000970064.1",
          "protein_id": "ENSP00000640123.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 287,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 864,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000970064.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.509C>T",
          "hgvs_p": "p.Ala170Val",
          "transcript": "NM_001376844.1",
          "protein_id": "NP_001363773.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 278,
          "cds_start": 509,
          "cds_end": null,
          "cds_length": 837,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376844.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.509C>T",
          "hgvs_p": "p.Ala170Val",
          "transcript": "NM_001376845.1",
          "protein_id": "NP_001363774.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 278,
          "cds_start": 509,
          "cds_end": null,
          "cds_length": 837,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376845.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.509C>T",
          "hgvs_p": "p.Ala170Val",
          "transcript": "NM_001376846.1",
          "protein_id": "NP_001363775.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 278,
          "cds_start": 509,
          "cds_end": null,
          "cds_length": 837,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376846.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.581C>T",
          "hgvs_p": "p.Ala194Val",
          "transcript": "NM_001387820.1",
          "protein_id": "NP_001374749.1",
          "transcript_support_level": null,
          "aa_start": 194,
          "aa_end": null,
          "aa_length": 274,
          "cds_start": 581,
          "cds_end": null,
          "cds_length": 825,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387820.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.437C>T",
          "hgvs_p": "p.Ala146Val",
          "transcript": "NM_001376847.1",
          "protein_id": "NP_001363776.1",
          "transcript_support_level": null,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 266,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 801,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376847.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.437C>T",
          "hgvs_p": "p.Ala146Val",
          "transcript": "NM_001387821.1",
          "protein_id": "NP_001374750.1",
          "transcript_support_level": null,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 266,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 801,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387821.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.509C>T",
          "hgvs_p": "p.Ala170Val",
          "transcript": "NM_001387822.1",
          "protein_id": "NP_001374751.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 255,
          "cds_start": 509,
          "cds_end": null,
          "cds_length": 768,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387822.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.509C>T",
          "hgvs_p": "p.Ala170Val",
          "transcript": "NM_001387823.1",
          "protein_id": "NP_001374752.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 255,
          "cds_start": 509,
          "cds_end": null,
          "cds_length": 768,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387823.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.509C>T",
          "hgvs_p": "p.Ala170Val",
          "transcript": "NM_001387824.1",
          "protein_id": "NP_001374753.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 255,
          "cds_start": 509,
          "cds_end": null,
          "cds_length": 768,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387824.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.509C>T",
          "hgvs_p": "p.Ala170Val",
          "transcript": "NM_001387825.1",
          "protein_id": "NP_001374754.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 250,
          "cds_start": 509,
          "cds_end": null,
          "cds_length": 753,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387825.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.509C>T",
          "hgvs_p": "p.Ala170Val",
          "transcript": "NM_001387826.1",
          "protein_id": "NP_001374755.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 250,
          "cds_start": 509,
          "cds_end": null,
          "cds_length": 753,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387826.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.509C>T",
          "hgvs_p": "p.Ala170Val",
          "transcript": "NM_001376848.1",
          "protein_id": "NP_001363777.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 243,
          "cds_start": 509,
          "cds_end": null,
          "cds_length": 732,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376848.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.509C>T",
          "hgvs_p": "p.Ala170Val",
          "transcript": "NM_001376849.1",
          "protein_id": "NP_001363778.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 238,
          "cds_start": 509,
          "cds_end": null,
          "cds_length": 717,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376849.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.509C>T",
          "hgvs_p": "p.Ala170Val",
          "transcript": "NM_001376851.1",
          "protein_id": "NP_001363780.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 238,
          "cds_start": 509,
          "cds_end": null,
          "cds_length": 717,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376851.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.305C>T",
          "hgvs_p": "p.Ala102Val",
          "transcript": "NM_001387827.1",
          "protein_id": "NP_001374756.1",
          "transcript_support_level": null,
          "aa_start": 102,
          "aa_end": null,
          "aa_length": 228,
          "cds_start": 305,
          "cds_end": null,
          "cds_length": 687,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387827.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.305C>T",
          "hgvs_p": "p.Ala102Val",
          "transcript": "NM_001387828.1",
          "protein_id": "NP_001374757.1",
          "transcript_support_level": null,
          "aa_start": 102,
          "aa_end": null,
          "aa_length": 222,
          "cds_start": 305,
          "cds_end": null,
          "cds_length": 669,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387828.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.305C>T",
          "hgvs_p": "p.Ala102Val",
          "transcript": "NM_001387829.1",
          "protein_id": "NP_001374758.1",
          "transcript_support_level": null,
          "aa_start": 102,
          "aa_end": null,
          "aa_length": 222,
          "cds_start": 305,
          "cds_end": null,
          "cds_length": 669,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387829.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.581C>T",
          "hgvs_p": "p.Ala194Val",
          "transcript": "NM_001376853.1",
          "protein_id": "NP_001363782.1",
          "transcript_support_level": null,
          "aa_start": 194,
          "aa_end": null,
          "aa_length": 219,
          "cds_start": 581,
          "cds_end": null,
          "cds_length": 660,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001376853.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.509C>T",
          "hgvs_p": "p.Ala170Val",
          "transcript": "NM_001387830.1",
          "protein_id": "NP_001374759.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 195,
          "cds_start": 509,
          "cds_end": null,
          "cds_length": 588,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387830.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.305C>T",
          "hgvs_p": "p.Ala102Val",
          "transcript": "NM_001387831.1",
          "protein_id": "NP_001374760.1",
          "transcript_support_level": null,
          "aa_start": 102,
          "aa_end": null,
          "aa_length": 187,
          "cds_start": 305,
          "cds_end": null,
          "cds_length": 564,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387831.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.305C>T",
          "hgvs_p": "p.Ala102Val",
          "transcript": "NM_001387832.1",
          "protein_id": "NP_001374761.1",
          "transcript_support_level": null,
          "aa_start": 102,
          "aa_end": null,
          "aa_length": 187,
          "cds_start": 305,
          "cds_end": null,
          "cds_length": 564,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387832.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.305C>T",
          "hgvs_p": "p.Ala102Val",
          "transcript": "NM_001387833.1",
          "protein_id": "NP_001374762.1",
          "transcript_support_level": null,
          "aa_start": 102,
          "aa_end": null,
          "aa_length": 187,
          "cds_start": 305,
          "cds_end": null,
          "cds_length": 564,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387833.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.158C>T",
          "hgvs_p": "p.Ala53Val",
          "transcript": "NM_001387834.1",
          "protein_id": "NP_001374763.1",
          "transcript_support_level": null,
          "aa_start": 53,
          "aa_end": null,
          "aa_length": 173,
          "cds_start": 158,
          "cds_end": null,
          "cds_length": 522,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387834.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.878C>T",
          "hgvs_p": "p.Ala293Val",
          "transcript": "XM_005247458.6",
          "protein_id": "XP_005247515.1",
          "transcript_support_level": null,
          "aa_start": 293,
          "aa_end": null,
          "aa_length": 431,
          "cds_start": 878,
          "cds_end": null,
          "cds_length": 1296,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005247458.6"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.878C>T",
          "hgvs_p": "p.Ala293Val",
          "transcript": "XM_005247461.5",
          "protein_id": "XP_005247518.1",
          "transcript_support_level": null,
          "aa_start": 293,
          "aa_end": null,
          "aa_length": 419,
          "cds_start": 878,
          "cds_end": null,
          "cds_length": 1260,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005247461.5"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "XM_047448135.1",
          "protein_id": "XP_047304091.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 388,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1167,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448135.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "XM_047448136.1",
          "protein_id": "XP_047304092.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 370,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1113,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448136.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "XM_047448137.1",
          "protein_id": "XP_047304093.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448137.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.785C>T",
          "hgvs_p": "p.Ala262Val",
          "transcript": "XM_047448138.1",
          "protein_id": "XP_047304094.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448138.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.581C>T",
          "hgvs_p": "p.Ala194Val",
          "transcript": "XM_047448139.1",
          "protein_id": "XP_047304095.1",
          "transcript_support_level": null,
          "aa_start": 194,
          "aa_end": null,
          "aa_length": 332,
          "cds_start": 581,
          "cds_end": null,
          "cds_length": 999,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448139.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.617C>T",
          "hgvs_p": "p.Ala206Val",
          "transcript": "XM_047448140.1",
          "protein_id": "XP_047304096.1",
          "transcript_support_level": null,
          "aa_start": 206,
          "aa_end": null,
          "aa_length": 332,
          "cds_start": 617,
          "cds_end": null,
          "cds_length": 999,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448140.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.581C>T",
          "hgvs_p": "p.Ala194Val",
          "transcript": "XM_047448141.1",
          "protein_id": "XP_047304097.1",
          "transcript_support_level": null,
          "aa_start": 194,
          "aa_end": null,
          "aa_length": 320,
          "cds_start": 581,
          "cds_end": null,
          "cds_length": 963,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448141.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.581C>T",
          "hgvs_p": "p.Ala194Val",
          "transcript": "XM_047448142.1",
          "protein_id": "XP_047304098.1",
          "transcript_support_level": null,
          "aa_start": 194,
          "aa_end": null,
          "aa_length": 314,
          "cds_start": 581,
          "cds_end": null,
          "cds_length": 945,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448142.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.617C>T",
          "hgvs_p": "p.Ala206Val",
          "transcript": "XM_047448143.1",
          "protein_id": "XP_047304099.1",
          "transcript_support_level": null,
          "aa_start": 206,
          "aa_end": null,
          "aa_length": 304,
          "cds_start": 617,
          "cds_end": null,
          "cds_length": 915,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448143.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.581C>T",
          "hgvs_p": "p.Ala194Val",
          "transcript": "XM_047448144.1",
          "protein_id": "XP_047304100.1",
          "transcript_support_level": null,
          "aa_start": 194,
          "aa_end": null,
          "aa_length": 302,
          "cds_start": 581,
          "cds_end": null,
          "cds_length": 909,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448144.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.581C>T",
          "hgvs_p": "p.Ala194Val",
          "transcript": "XM_047448145.1",
          "protein_id": "XP_047304101.1",
          "transcript_support_level": null,
          "aa_start": 194,
          "aa_end": null,
          "aa_length": 292,
          "cds_start": 581,
          "cds_end": null,
          "cds_length": 879,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448145.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.617C>T",
          "hgvs_p": "p.Ala206Val",
          "transcript": "XM_047448146.1",
          "protein_id": "XP_047304102.1",
          "transcript_support_level": null,
          "aa_start": 206,
          "aa_end": null,
          "aa_length": 286,
          "cds_start": 617,
          "cds_end": null,
          "cds_length": 861,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448146.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.581C>T",
          "hgvs_p": "p.Ala194Val",
          "transcript": "XM_047448147.1",
          "protein_id": "XP_047304103.1",
          "transcript_support_level": null,
          "aa_start": 194,
          "aa_end": null,
          "aa_length": 262,
          "cds_start": 581,
          "cds_end": null,
          "cds_length": 789,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448147.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.413C>T",
          "hgvs_p": "p.Ala138Val",
          "transcript": "XM_047448148.1",
          "protein_id": "XP_047304104.1",
          "transcript_support_level": null,
          "aa_start": 138,
          "aa_end": null,
          "aa_length": 258,
          "cds_start": 413,
          "cds_end": null,
          "cds_length": 777,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448148.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.413C>T",
          "hgvs_p": "p.Ala138Val",
          "transcript": "XM_047448149.1",
          "protein_id": "XP_047304105.1",
          "transcript_support_level": null,
          "aa_start": 138,
          "aa_end": null,
          "aa_length": 246,
          "cds_start": 413,
          "cds_end": null,
          "cds_length": 741,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448149.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "n.494C>T",
          "hgvs_p": null,
          "transcript": "ENST00000460166.1",
          "protein_id": null,
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000460166.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "n.1831C>T",
          "hgvs_p": null,
          "transcript": "NR_164857.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_164857.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "n.1738C>T",
          "hgvs_p": null,
          "transcript": "NR_164858.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_164858.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "n.1738C>T",
          "hgvs_p": null,
          "transcript": "NR_164860.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_164860.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "n.1738C>T",
          "hgvs_p": null,
          "transcript": "NR_164861.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_164861.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "n.1815C>T",
          "hgvs_p": null,
          "transcript": "NR_164862.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_164862.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "n.1815C>T",
          "hgvs_p": null,
          "transcript": "NR_164863.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_164863.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "n.775C>T",
          "hgvs_p": null,
          "transcript": "NR_164864.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_164864.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "n.1815C>T",
          "hgvs_p": null,
          "transcript": "NR_164865.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_164865.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "n.1738C>T",
          "hgvs_p": null,
          "transcript": "NR_170696.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_170696.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "n.1995C>T",
          "hgvs_p": null,
          "transcript": "NR_170697.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_170697.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "n.1738C>T",
          "hgvs_p": null,
          "transcript": "NR_170698.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_170698.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "n.1738C>T",
          "hgvs_p": null,
          "transcript": "NR_170700.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_170700.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "n.1611C>T",
          "hgvs_p": null,
          "transcript": "NR_170701.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_170701.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "n.1815C>T",
          "hgvs_p": null,
          "transcript": "NR_170702.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_170702.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "n.1815C>T",
          "hgvs_p": null,
          "transcript": "NR_170703.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_170703.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "n.1831C>T",
          "hgvs_p": null,
          "transcript": "XR_007095679.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "XR_007095679.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBNL1",
          "gene_hgnc_id": 6923,
          "hgvs_c": "c.*43C>T",
          "hgvs_p": null,
          "transcript": "ENST00000460591.5",
          "protein_id": "ENSP00000420680.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 466,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000460591.5"
        }
      ],
      "gene_symbol": "MBNL1",
      "gene_hgnc_id": 6923,
      "dbsnp": null,
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.2899303138256073,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.185,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.2085,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.24,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 5.997,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 1,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4",
      "acmg_by_gene": [
        {
          "score": 1,
          "benign_score": 1,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001376818.1",
          "gene_symbol": "MBNL1",
          "hgnc_id": 6923,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.878C>T",
          "hgvs_p": "p.Ala293Val"
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}