← 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: 18-50273809-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "18",
      "pos": 50273809,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "ENST00000269468.10",
      "consequences": [
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1201C>T",
          "hgvs_p": "p.Pro401Ser",
          "transcript": "NM_015846.4",
          "protein_id": "NP_056671.2",
          "transcript_support_level": null,
          "aa_start": 401,
          "aa_end": null,
          "aa_length": 605,
          "cds_start": 1201,
          "cds_end": null,
          "cds_length": 1818,
          "cdna_start": 1387,
          "cdna_end": null,
          "cdna_length": 3009,
          "mane_select": "ENST00000269468.10",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1201C>T",
          "hgvs_p": "p.Pro401Ser",
          "transcript": "ENST00000269468.10",
          "protein_id": "ENSP00000269468.5",
          "transcript_support_level": 5,
          "aa_start": 401,
          "aa_end": null,
          "aa_length": 605,
          "cds_start": 1201,
          "cds_end": null,
          "cds_length": 1818,
          "cdna_start": 1387,
          "cdna_end": null,
          "cdna_length": 3009,
          "mane_select": "NM_015846.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1201C>T",
          "hgvs_p": "p.Pro401Ser",
          "transcript": "ENST00000590208.5",
          "protein_id": "ENSP00000468785.1",
          "transcript_support_level": 1,
          "aa_start": 401,
          "aa_end": null,
          "aa_length": 655,
          "cds_start": 1201,
          "cds_end": null,
          "cds_length": 1968,
          "cdna_start": 1548,
          "cdna_end": null,
          "cdna_length": 2913,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1132C>T",
          "hgvs_p": "p.Pro378Ser",
          "transcript": "ENST00000588937.5",
          "protein_id": "ENSP00000467763.1",
          "transcript_support_level": 1,
          "aa_start": 378,
          "aa_end": null,
          "aa_length": 586,
          "cds_start": 1132,
          "cds_end": null,
          "cds_length": 1761,
          "cdna_start": 1132,
          "cdna_end": null,
          "cdna_length": 1761,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1051C>T",
          "hgvs_p": "p.Pro351Ser",
          "transcript": "ENST00000585672.5",
          "protein_id": "ENSP00000466092.1",
          "transcript_support_level": 1,
          "aa_start": 351,
          "aa_end": null,
          "aa_length": 567,
          "cds_start": 1051,
          "cds_end": null,
          "cds_length": 1704,
          "cdna_start": 1173,
          "cdna_end": null,
          "cdna_length": 2532,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1054C>T",
          "hgvs_p": "p.Pro352Ser",
          "transcript": "ENST00000353909.7",
          "protein_id": "ENSP00000269469.5",
          "transcript_support_level": 1,
          "aa_start": 352,
          "aa_end": null,
          "aa_length": 556,
          "cds_start": 1054,
          "cds_end": null,
          "cds_length": 1671,
          "cdna_start": 1193,
          "cdna_end": null,
          "cdna_length": 2820,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1201C>T",
          "hgvs_p": "p.Pro401Ser",
          "transcript": "ENST00000339998.10",
          "protein_id": "ENSP00000339546.5",
          "transcript_support_level": 1,
          "aa_start": 401,
          "aa_end": null,
          "aa_length": 550,
          "cds_start": 1201,
          "cds_end": null,
          "cds_length": 1653,
          "cdna_start": 1340,
          "cdna_end": null,
          "cdna_length": 2956,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1033C>T",
          "hgvs_p": "p.Pro345Ser",
          "transcript": "ENST00000347968.7",
          "protein_id": "ENSP00000285102.5",
          "transcript_support_level": 1,
          "aa_start": 345,
          "aa_end": null,
          "aa_length": 549,
          "cds_start": 1033,
          "cds_end": null,
          "cds_length": 1650,
          "cdna_start": 1470,
          "cdna_end": null,
          "cdna_length": 3091,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1132C>T",
          "hgvs_p": "p.Pro378Ser",
          "transcript": "ENST00000591535.5",
          "protein_id": "ENSP00000465923.1",
          "transcript_support_level": 1,
          "aa_start": 378,
          "aa_end": null,
          "aa_length": 536,
          "cds_start": 1132,
          "cds_end": null,
          "cds_length": 1611,
          "cdna_start": 1132,
          "cdna_end": null,
          "cdna_length": 1611,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1033C>T",
          "hgvs_p": "p.Pro345Ser",
          "transcript": "ENST00000398488.5",
          "protein_id": "ENSP00000381502.1",
          "transcript_support_level": 1,
          "aa_start": 345,
          "aa_end": null,
          "aa_length": 503,
          "cds_start": 1033,
          "cds_end": null,
          "cds_length": 1512,
          "cdna_start": 1033,
          "cdna_end": null,
          "cdna_length": 1512,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.733C>T",
          "hgvs_p": "p.Pro245Ser",
          "transcript": "ENST00000592060.5",
          "protein_id": "ENSP00000467606.1",
          "transcript_support_level": 1,
          "aa_start": 245,
          "aa_end": null,
          "aa_length": 415,
          "cds_start": 733,
          "cds_end": null,
          "cds_length": 1248,
          "cdna_start": 735,
          "cdna_end": null,
          "cdna_length": 1952,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1276C>T",
          "hgvs_p": "p.Pro426Ser",
          "transcript": "NM_001323942.2",
          "protein_id": "NP_001310871.1",
          "transcript_support_level": null,
          "aa_start": 426,
          "aa_end": null,
          "aa_length": 680,
          "cds_start": 1276,
          "cds_end": null,
          "cds_length": 2043,
          "cdna_start": 1462,
          "cdna_end": null,
          "cdna_length": 3012,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1276C>T",
          "hgvs_p": "p.Pro426Ser",
          "transcript": "ENST00000705655.1",
          "protein_id": "ENSP00000516153.1",
          "transcript_support_level": null,
          "aa_start": 426,
          "aa_end": null,
          "aa_length": 680,
          "cds_start": 1276,
          "cds_end": null,
          "cds_length": 2043,
          "cdna_start": 1363,
          "cdna_end": null,
          "cdna_length": 2708,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1276C>T",
          "hgvs_p": "p.Pro426Ser",
          "transcript": "NM_001323947.2",
          "protein_id": "NP_001310876.1",
          "transcript_support_level": null,
          "aa_start": 426,
          "aa_end": null,
          "aa_length": 665,
          "cds_start": 1276,
          "cds_end": null,
          "cds_length": 1998,
          "cdna_start": 1462,
          "cdna_end": null,
          "cdna_length": 2967,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1276C>T",
          "hgvs_p": "p.Pro426Ser",
          "transcript": "NM_001388145.1",
          "protein_id": "NP_001375074.1",
          "transcript_support_level": null,
          "aa_start": 426,
          "aa_end": null,
          "aa_length": 662,
          "cds_start": 1276,
          "cds_end": null,
          "cds_length": 1989,
          "cdna_start": 1462,
          "cdna_end": null,
          "cdna_length": 3005,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1207C>T",
          "hgvs_p": "p.Pro403Ser",
          "transcript": "NM_001399879.1",
          "protein_id": "NP_001386808.1",
          "transcript_support_level": null,
          "aa_start": 403,
          "aa_end": null,
          "aa_length": 657,
          "cds_start": 1207,
          "cds_end": null,
          "cds_length": 1974,
          "cdna_start": 1393,
          "cdna_end": null,
          "cdna_length": 2943,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1354C>T",
          "hgvs_p": "p.Pro452Ser",
          "transcript": "NM_001399880.1",
          "protein_id": "NP_001386809.1",
          "transcript_support_level": null,
          "aa_start": 452,
          "aa_end": null,
          "aa_length": 656,
          "cds_start": 1354,
          "cds_end": null,
          "cds_length": 1971,
          "cdna_start": 1661,
          "cdna_end": null,
          "cdna_length": 3283,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1201C>T",
          "hgvs_p": "p.Pro401Ser",
          "transcript": "NM_001204136.2",
          "protein_id": "NP_001191065.1",
          "transcript_support_level": null,
          "aa_start": 401,
          "aa_end": null,
          "aa_length": 655,
          "cds_start": 1201,
          "cds_end": null,
          "cds_length": 1968,
          "cdna_start": 1387,
          "cdna_end": null,
          "cdna_length": 2937,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1198C>T",
          "hgvs_p": "p.Pro400Ser",
          "transcript": "NM_001399881.1",
          "protein_id": "NP_001386810.1",
          "transcript_support_level": null,
          "aa_start": 400,
          "aa_end": null,
          "aa_length": 654,
          "cds_start": 1198,
          "cds_end": null,
          "cds_length": 1965,
          "cdna_start": 1384,
          "cdna_end": null,
          "cdna_length": 2934,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1201C>T",
          "hgvs_p": "p.Pro401Ser",
          "transcript": "NM_001399882.1",
          "protein_id": "NP_001386811.1",
          "transcript_support_level": null,
          "aa_start": 401,
          "aa_end": null,
          "aa_length": 651,
          "cds_start": 1201,
          "cds_end": null,
          "cds_length": 1956,
          "cdna_start": 1387,
          "cdna_end": null,
          "cdna_length": 2925,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1276C>T",
          "hgvs_p": "p.Pro426Ser",
          "transcript": "NM_001388146.1",
          "protein_id": "NP_001375075.1",
          "transcript_support_level": null,
          "aa_start": 426,
          "aa_end": null,
          "aa_length": 647,
          "cds_start": 1276,
          "cds_end": null,
          "cds_length": 1944,
          "cdna_start": 1462,
          "cdna_end": null,
          "cdna_length": 2960,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1276C>T",
          "hgvs_p": "p.Pro426Ser",
          "transcript": "NM_001388147.1",
          "protein_id": "NP_001375076.1",
          "transcript_support_level": null,
          "aa_start": 426,
          "aa_end": null,
          "aa_length": 642,
          "cds_start": 1276,
          "cds_end": null,
          "cds_length": 1929,
          "cdna_start": 1462,
          "cdna_end": null,
          "cdna_length": 2818,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1273C>T",
          "hgvs_p": "p.Pro425Ser",
          "transcript": "NM_001399883.1",
          "protein_id": "NP_001386812.1",
          "transcript_support_level": null,
          "aa_start": 425,
          "aa_end": null,
          "aa_length": 641,
          "cds_start": 1273,
          "cds_end": null,
          "cds_length": 1926,
          "cdna_start": 1459,
          "cdna_end": null,
          "cdna_length": 2815,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1201C>T",
          "hgvs_p": "p.Pro401Ser",
          "transcript": "NM_001388148.1",
          "protein_id": "NP_001375077.1",
          "transcript_support_level": null,
          "aa_start": 401,
          "aa_end": null,
          "aa_length": 640,
          "cds_start": 1201,
          "cds_end": null,
          "cds_length": 1923,
          "cdna_start": 1387,
          "cdna_end": null,
          "cdna_length": 2892,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1201C>T",
          "hgvs_p": "p.Pro401Ser",
          "transcript": "NM_001388149.1",
          "protein_id": "NP_001375078.1",
          "transcript_support_level": null,
          "aa_start": 401,
          "aa_end": null,
          "aa_length": 637,
          "cds_start": 1201,
          "cds_end": null,
          "cds_length": 1914,
          "cdna_start": 1387,
          "cdna_end": null,
          "cdna_length": 2930,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1198C>T",
          "hgvs_p": "p.Pro400Ser",
          "transcript": "NM_001399884.1",
          "protein_id": "NP_001386813.1",
          "transcript_support_level": null,
          "aa_start": 400,
          "aa_end": null,
          "aa_length": 636,
          "cds_start": 1198,
          "cds_end": null,
          "cds_length": 1911,
          "cdna_start": 1384,
          "cdna_end": null,
          "cdna_length": 2927,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1198C>T",
          "hgvs_p": "p.Pro400Ser",
          "transcript": "NM_001399885.1",
          "protein_id": "NP_001386814.1",
          "transcript_support_level": null,
          "aa_start": 400,
          "aa_end": null,
          "aa_length": 636,
          "cds_start": 1198,
          "cds_end": null,
          "cds_length": 1911,
          "cdna_start": 1384,
          "cdna_end": null,
          "cdna_length": 2927,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1276C>T",
          "hgvs_p": "p.Pro426Ser",
          "transcript": "NM_001388150.1",
          "protein_id": "NP_001375079.1",
          "transcript_support_level": null,
          "aa_start": 426,
          "aa_end": null,
          "aa_length": 634,
          "cds_start": 1276,
          "cds_end": null,
          "cds_length": 1905,
          "cdna_start": 1462,
          "cdna_end": null,
          "cdna_length": 2874,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1276C>T",
          "hgvs_p": "p.Pro426Ser",
          "transcript": "NM_001204137.2",
          "protein_id": "NP_001191066.1",
          "transcript_support_level": null,
          "aa_start": 426,
          "aa_end": null,
          "aa_length": 630,
          "cds_start": 1276,
          "cds_end": null,
          "cds_length": 1893,
          "cdna_start": 1462,
          "cdna_end": null,
          "cdna_length": 4734,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1276C>T",
          "hgvs_p": "p.Pro426Ser",
          "transcript": "NM_001388140.1",
          "protein_id": "NP_001375069.1",
          "transcript_support_level": null,
          "aa_start": 426,
          "aa_end": null,
          "aa_length": 630,
          "cds_start": 1276,
          "cds_end": null,
          "cds_length": 1893,
          "cdna_start": 1462,
          "cdna_end": null,
          "cdna_length": 3084,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1276C>T",
          "hgvs_p": "p.Pro426Ser",
          "transcript": "NM_001399886.1",
          "protein_id": "NP_001386815.1",
          "transcript_support_level": null,
          "aa_start": 426,
          "aa_end": null,
          "aa_length": 630,
          "cds_start": 1276,
          "cds_end": null,
          "cds_length": 1893,
          "cdna_start": 1462,
          "cdna_end": null,
          "cdna_length": 3077,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1126C>T",
          "hgvs_p": "p.Pro376Ser",
          "transcript": "NM_001399887.1",
          "protein_id": "NP_001386816.1",
          "transcript_support_level": null,
          "aa_start": 376,
          "aa_end": null,
          "aa_length": 630,
          "cds_start": 1126,
          "cds_end": null,
          "cds_length": 1893,
          "cdna_start": 1312,
          "cdna_end": null,
          "cdna_length": 2862,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1276C>T",
          "hgvs_p": "p.Pro426Ser",
          "transcript": "ENST00000457839.6",
          "protein_id": "ENSP00000405268.2",
          "transcript_support_level": 2,
          "aa_start": 426,
          "aa_end": null,
          "aa_length": 630,
          "cds_start": 1276,
          "cds_end": null,
          "cds_length": 1893,
          "cdna_start": 1405,
          "cdna_end": null,
          "cdna_length": 2473,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1276C>T",
          "hgvs_p": "p.Pro426Ser",
          "transcript": "ENST00000585595.5",
          "protein_id": "ENSP00000468430.1",
          "transcript_support_level": 2,
          "aa_start": 426,
          "aa_end": null,
          "aa_length": 630,
          "cds_start": 1276,
          "cds_end": null,
          "cds_length": 1893,
          "cdna_start": 1445,
          "cdna_end": null,
          "cdna_length": 2179,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1273C>T",
          "hgvs_p": "p.Pro425Ser",
          "transcript": "NM_001204138.2",
          "protein_id": "NP_001191067.1",
          "transcript_support_level": null,
          "aa_start": 425,
          "aa_end": null,
          "aa_length": 629,
          "cds_start": 1273,
          "cds_end": null,
          "cds_length": 1890,
          "cdna_start": 1459,
          "cdna_end": null,
          "cdna_length": 4731,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1273C>T",
          "hgvs_p": "p.Pro425Ser",
          "transcript": "NM_001388141.1",
          "protein_id": "NP_001375070.1",
          "transcript_support_level": null,
          "aa_start": 425,
          "aa_end": null,
          "aa_length": 629,
          "cds_start": 1273,
          "cds_end": null,
          "cds_length": 1890,
          "cdna_start": 1459,
          "cdna_end": null,
          "cdna_length": 3081,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1273C>T",
          "hgvs_p": "p.Pro425Ser",
          "transcript": "NM_001399888.1",
          "protein_id": "NP_001386817.1",
          "transcript_support_level": null,
          "aa_start": 425,
          "aa_end": null,
          "aa_length": 629,
          "cds_start": 1273,
          "cds_end": null,
          "cds_length": 1890,
          "cdna_start": 1459,
          "cdna_end": null,
          "cdna_length": 3074,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1276C>T",
          "hgvs_p": "p.Pro426Ser",
          "transcript": "NM_001399889.1",
          "protein_id": "NP_001386818.1",
          "transcript_support_level": null,
          "aa_start": 426,
          "aa_end": null,
          "aa_length": 627,
          "cds_start": 1276,
          "cds_end": null,
          "cds_length": 1884,
          "cdna_start": 1462,
          "cdna_end": null,
          "cdna_length": 2773,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1108C>T",
          "hgvs_p": "p.Pro370Ser",
          "transcript": "NM_001388151.1",
          "protein_id": "NP_001375080.1",
          "transcript_support_level": null,
          "aa_start": 370,
          "aa_end": null,
          "aa_length": 624,
          "cds_start": 1108,
          "cds_end": null,
          "cds_length": 1875,
          "cdna_start": 1294,
          "cdna_end": null,
          "cdna_length": 2844,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1201C>T",
          "hgvs_p": "p.Pro401Ser",
          "transcript": "NM_001399890.1",
          "protein_id": "NP_001386819.1",
          "transcript_support_level": null,
          "aa_start": 401,
          "aa_end": null,
          "aa_length": 622,
          "cds_start": 1201,
          "cds_end": null,
          "cds_length": 1869,
          "cdna_start": 1387,
          "cdna_end": null,
          "cdna_length": 2885,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1207C>T",
          "hgvs_p": "p.Pro403Ser",
          "transcript": "NM_001399891.1",
          "protein_id": "NP_001386820.1",
          "transcript_support_level": null,
          "aa_start": 403,
          "aa_end": null,
          "aa_length": 619,
          "cds_start": 1207,
          "cds_end": null,
          "cds_length": 1860,
          "cdna_start": 1393,
          "cdna_end": null,
          "cdna_length": 2749,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1276C>T",
          "hgvs_p": "p.Pro426Ser",
          "transcript": "NM_001388152.1",
          "protein_id": "NP_001375081.1",
          "transcript_support_level": null,
          "aa_start": 426,
          "aa_end": null,
          "aa_length": 616,
          "cds_start": 1276,
          "cds_end": null,
          "cds_length": 1851,
          "cdna_start": 1462,
          "cdna_end": null,
          "cdna_length": 2867,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1198C>T",
          "hgvs_p": "p.Pro400Ser",
          "transcript": "NM_001399892.1",
          "protein_id": "NP_001386821.1",
          "transcript_support_level": null,
          "aa_start": 400,
          "aa_end": null,
          "aa_length": 616,
          "cds_start": 1198,
          "cds_end": null,
          "cds_length": 1851,
          "cdna_start": 1384,
          "cdna_end": null,
          "cdna_length": 2740,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1276C>T",
          "hgvs_p": "p.Pro426Ser",
          "transcript": "NM_001388153.1",
          "protein_id": "NP_001375082.1",
          "transcript_support_level": null,
          "aa_start": 426,
          "aa_end": null,
          "aa_length": 615,
          "cds_start": 1276,
          "cds_end": null,
          "cds_length": 1848,
          "cdna_start": 1462,
          "cdna_end": null,
          "cdna_length": 3039,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1276C>T",
          "hgvs_p": "p.Pro426Ser",
          "transcript": "NM_001388154.1",
          "protein_id": "NP_001375083.1",
          "transcript_support_level": null,
          "aa_start": 426,
          "aa_end": null,
          "aa_length": 615,
          "cds_start": 1276,
          "cds_end": null,
          "cds_length": 1848,
          "cdna_start": 1462,
          "cdna_end": null,
          "cdna_length": 3032,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1132C>T",
          "hgvs_p": "p.Pro378Ser",
          "transcript": "NM_001399893.1",
          "protein_id": "NP_001386822.1",
          "transcript_support_level": null,
          "aa_start": 378,
          "aa_end": null,
          "aa_length": 614,
          "cds_start": 1132,
          "cds_end": null,
          "cds_length": 1845,
          "cdna_start": 1318,
          "cdna_end": null,
          "cdna_length": 2861,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1207C>T",
          "hgvs_p": "p.Pro403Ser",
          "transcript": "NM_001399894.1",
          "protein_id": "NP_001386823.1",
          "transcript_support_level": null,
          "aa_start": 403,
          "aa_end": null,
          "aa_length": 611,
          "cds_start": 1207,
          "cds_end": null,
          "cds_length": 1836,
          "cdna_start": 1393,
          "cdna_end": null,
          "cdna_length": 2805,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1201C>T",
          "hgvs_p": "p.Pro401Ser",
          "transcript": "NM_001388155.1",
          "protein_id": "NP_001375084.1",
          "transcript_support_level": null,
          "aa_start": 401,
          "aa_end": null,
          "aa_length": 609,
          "cds_start": 1201,
          "cds_end": null,
          "cds_length": 1830,
          "cdna_start": 1387,
          "cdna_end": null,
          "cdna_length": 2799,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1276C>T",
          "hgvs_p": "p.Pro426Ser",
          "transcript": "NM_001399895.1",
          "protein_id": "NP_001386824.1",
          "transcript_support_level": null,
          "aa_start": 426,
          "aa_end": null,
          "aa_length": 607,
          "cds_start": 1276,
          "cds_end": null,
          "cds_length": 1824,
          "cdna_start": 1462,
          "cdna_end": null,
          "cdna_length": 3015,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1207C>T",
          "hgvs_p": "p.Pro403Ser",
          "transcript": "NM_001399896.1",
          "protein_id": "NP_001386825.1",
          "transcript_support_level": null,
          "aa_start": 403,
          "aa_end": null,
          "aa_length": 607,
          "cds_start": 1207,
          "cds_end": null,
          "cds_length": 1824,
          "cdna_start": 1393,
          "cdna_end": null,
          "cdna_length": 3015,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1108C>T",
          "hgvs_p": "p.Pro370Ser",
          "transcript": "NM_001388156.1",
          "protein_id": "NP_001375085.1",
          "transcript_support_level": null,
          "aa_start": 370,
          "aa_end": null,
          "aa_length": 606,
          "cds_start": 1108,
          "cds_end": null,
          "cds_length": 1821,
          "cdna_start": 1294,
          "cdna_end": null,
          "cdna_length": 2837,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1201C>T",
          "hgvs_p": "p.Pro401Ser",
          "transcript": "NM_001204139.2",
          "protein_id": "NP_001191068.1",
          "transcript_support_level": null,
          "aa_start": 401,
          "aa_end": null,
          "aa_length": 605,
          "cds_start": 1201,
          "cds_end": null,
          "cds_length": 1818,
          "cdna_start": 1387,
          "cdna_end": null,
          "cdna_length": 2815,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1201C>T",
          "hgvs_p": "p.Pro401Ser",
          "transcript": "NM_001388138.1",
          "protein_id": "NP_001375067.1",
          "transcript_support_level": null,
          "aa_start": 401,
          "aa_end": null,
          "aa_length": 605,
          "cds_start": 1201,
          "cds_end": null,
          "cds_length": 1818,
          "cdna_start": 1387,
          "cdna_end": null,
          "cdna_length": 3002,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1201C>T",
          "hgvs_p": "p.Pro401Ser",
          "transcript": "NM_001399897.1",
          "protein_id": "NP_001386826.1",
          "transcript_support_level": null,
          "aa_start": 401,
          "aa_end": null,
          "aa_length": 605,
          "cds_start": 1201,
          "cds_end": null,
          "cds_length": 1818,
          "cdna_start": 1387,
          "cdna_end": null,
          "cdna_length": 2997,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1201C>T",
          "hgvs_p": "p.Pro401Ser",
          "transcript": "NM_001399898.1",
          "protein_id": "NP_001386827.1",
          "transcript_support_level": null,
          "aa_start": 401,
          "aa_end": null,
          "aa_length": 605,
          "cds_start": 1201,
          "cds_end": null,
          "cds_length": 1818,
          "cdna_start": 1387,
          "cdna_end": null,
          "cdna_length": 3106,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1201C>T",
          "hgvs_p": "p.Pro401Ser",
          "transcript": "ENST00000382948.9",
          "protein_id": "ENSP00000372407.5",
          "transcript_support_level": 2,
          "aa_start": 401,
          "aa_end": null,
          "aa_length": 605,
          "cds_start": 1201,
          "cds_end": null,
          "cds_length": 1818,
          "cdna_start": 1638,
          "cdna_end": null,
          "cdna_length": 2434,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1201C>T",
          "hgvs_p": "p.Pro401Ser",
          "transcript": "ENST00000591416.5",
          "protein_id": "ENSP00000467017.1",
          "transcript_support_level": 5,
          "aa_start": 401,
          "aa_end": null,
          "aa_length": 605,
          "cds_start": 1201,
          "cds_end": null,
          "cds_length": 1818,
          "cdna_start": 1633,
          "cdna_end": null,
          "cdna_length": 4905,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1198C>T",
          "hgvs_p": "p.Pro400Ser",
          "transcript": "NM_001399899.1",
          "protein_id": "NP_001386828.1",
          "transcript_support_level": null,
          "aa_start": 400,
          "aa_end": null,
          "aa_length": 604,
          "cds_start": 1198,
          "cds_end": null,
          "cds_length": 1815,
          "cdna_start": 1384,
          "cdna_end": null,
          "cdna_length": 3103,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1198C>T",
          "hgvs_p": "p.Pro400Ser",
          "transcript": "NM_001399900.1",
          "protein_id": "NP_001386829.1",
          "transcript_support_level": null,
          "aa_start": 400,
          "aa_end": null,
          "aa_length": 604,
          "cds_start": 1198,
          "cds_end": null,
          "cds_length": 1815,
          "cdna_start": 1384,
          "cdna_end": null,
          "cdna_length": 2812,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1198C>T",
          "hgvs_p": "p.Pro400Ser",
          "transcript": "NM_001399901.1",
          "protein_id": "NP_001386830.1",
          "transcript_support_level": null,
          "aa_start": 400,
          "aa_end": null,
          "aa_length": 604,
          "cds_start": 1198,
          "cds_end": null,
          "cds_length": 1815,
          "cdna_start": 1384,
          "cdna_end": null,
          "cdna_length": 2999,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1198C>T",
          "hgvs_p": "p.Pro400Ser",
          "transcript": "NM_001399902.1",
          "protein_id": "NP_001386831.1",
          "transcript_support_level": null,
          "aa_start": 400,
          "aa_end": null,
          "aa_length": 604,
          "cds_start": 1198,
          "cds_end": null,
          "cds_length": 1815,
          "cdna_start": 1384,
          "cdna_end": null,
          "cdna_length": 3006,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1201C>T",
          "hgvs_p": "p.Pro401Ser",
          "transcript": "NM_001323951.2",
          "protein_id": "NP_001310880.1",
          "transcript_support_level": null,
          "aa_start": 401,
          "aa_end": null,
          "aa_length": 602,
          "cds_start": 1201,
          "cds_end": null,
          "cds_length": 1809,
          "cdna_start": 1387,
          "cdna_end": null,
          "cdna_length": 2698,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1201C>T",
          "hgvs_p": "p.Pro401Ser",
          "transcript": "NM_001399903.1",
          "protein_id": "NP_001386832.1",
          "transcript_support_level": null,
          "aa_start": 401,
          "aa_end": null,
          "aa_length": 601,
          "cds_start": 1201,
          "cds_end": null,
          "cds_length": 1806,
          "cdna_start": 1387,
          "cdna_end": null,
          "cdna_length": 2775,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1033C>T",
          "hgvs_p": "p.Pro345Ser",
          "transcript": "NM_001388157.1",
          "protein_id": "NP_001375086.1",
          "transcript_support_level": null,
          "aa_start": 345,
          "aa_end": null,
          "aa_length": 599,
          "cds_start": 1033,
          "cds_end": null,
          "cds_length": 1800,
          "cdna_start": 1219,
          "cdna_end": null,
          "cdna_length": 2769,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1030C>T",
          "hgvs_p": "p.Pro344Ser",
          "transcript": "NM_001399904.1",
          "protein_id": "NP_001386833.1",
          "transcript_support_level": null,
          "aa_start": 344,
          "aa_end": null,
          "aa_length": 598,
          "cds_start": 1030,
          "cds_end": null,
          "cds_length": 1797,
          "cdna_start": 1216,
          "cdna_end": null,
          "cdna_length": 2766,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1201C>T",
          "hgvs_p": "p.Pro401Ser",
          "transcript": "NM_001399905.1",
          "protein_id": "NP_001386834.1",
          "transcript_support_level": null,
          "aa_start": 401,
          "aa_end": null,
          "aa_length": 597,
          "cds_start": 1201,
          "cds_end": null,
          "cds_length": 1794,
          "cdna_start": 1387,
          "cdna_end": null,
          "cdna_length": 2985,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1276C>T",
          "hgvs_p": "p.Pro426Ser",
          "transcript": "NM_001388158.1",
          "protein_id": "NP_001375087.1",
          "transcript_support_level": null,
          "aa_start": 426,
          "aa_end": null,
          "aa_length": 596,
          "cds_start": 1276,
          "cds_end": null,
          "cds_length": 1791,
          "cdna_start": 1462,
          "cdna_end": null,
          "cdna_length": 2680,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1201C>T",
          "hgvs_p": "p.Pro401Ser",
          "transcript": "NM_001399906.1",
          "protein_id": "NP_001386835.1",
          "transcript_support_level": null,
          "aa_start": 401,
          "aa_end": null,
          "aa_length": 596,
          "cds_start": 1201,
          "cds_end": null,
          "cds_length": 1791,
          "cdna_start": 1387,
          "cdna_end": null,
          "cdna_length": 3034,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1033C>T",
          "hgvs_p": "p.Pro345Ser",
          "transcript": "NM_001399907.1",
          "protein_id": "NP_001386836.1",
          "transcript_support_level": null,
          "aa_start": 345,
          "aa_end": null,
          "aa_length": 595,
          "cds_start": 1033,
          "cds_end": null,
          "cds_length": 1788,
          "cdna_start": 1219,
          "cdna_end": null,
          "cdna_length": 2757,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1132C>T",
          "hgvs_p": "p.Pro378Ser",
          "transcript": "NM_001399908.1",
          "protein_id": "NP_001386837.1",
          "transcript_support_level": null,
          "aa_start": 378,
          "aa_end": null,
          "aa_length": 594,
          "cds_start": 1132,
          "cds_end": null,
          "cds_length": 1785,
          "cdna_start": 1318,
          "cdna_end": null,
          "cdna_length": 2674,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1126C>T",
          "hgvs_p": "p.Pro376Ser",
          "transcript": "NM_001399909.1",
          "protein_id": "NP_001386838.1",
          "transcript_support_level": null,
          "aa_start": 376,
          "aa_end": null,
          "aa_length": 592,
          "cds_start": 1126,
          "cds_end": null,
          "cds_length": 1779,
          "cdna_start": 1312,
          "cdna_end": null,
          "cdna_length": 2668,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1201C>T",
          "hgvs_p": "p.Pro401Ser",
          "transcript": "NM_001399910.1",
          "protein_id": "NP_001386839.1",
          "transcript_support_level": null,
          "aa_start": 401,
          "aa_end": null,
          "aa_length": 591,
          "cds_start": 1201,
          "cds_end": null,
          "cds_length": 1776,
          "cdna_start": 1387,
          "cdna_end": null,
          "cdna_length": 2792,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1201C>T",
          "hgvs_p": "p.Pro401Ser",
          "transcript": "NM_001399911.1",
          "protein_id": "NP_001386840.1",
          "transcript_support_level": null,
          "aa_start": 401,
          "aa_end": null,
          "aa_length": 590,
          "cds_start": 1201,
          "cds_end": null,
          "cds_length": 1773,
          "cdna_start": 1419,
          "cdna_end": null,
          "cdna_length": 2989,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1201C>T",
          "hgvs_p": "p.Pro401Ser",
          "transcript": "NM_001399912.1",
          "protein_id": "NP_001386841.1",
          "transcript_support_level": null,
          "aa_start": 401,
          "aa_end": null,
          "aa_length": 590,
          "cds_start": 1201,
          "cds_end": null,
          "cds_length": 1773,
          "cdna_start": 1387,
          "cdna_end": null,
          "cdna_length": 2957,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1201C>T",
          "hgvs_p": "p.Pro401Ser",
          "transcript": "NM_001399913.1",
          "protein_id": "NP_001386842.1",
          "transcript_support_level": null,
          "aa_start": 401,
          "aa_end": null,
          "aa_length": 590,
          "cds_start": 1201,
          "cds_end": null,
          "cds_length": 1773,
          "cdna_start": 1387,
          "cdna_end": null,
          "cdna_length": 2964,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1201C>T",
          "hgvs_p": "p.Pro401Ser",
          "transcript": "NM_001399914.1",
          "protein_id": "NP_001386843.1",
          "transcript_support_level": null,
          "aa_start": 401,
          "aa_end": null,
          "aa_length": 590,
          "cds_start": 1201,
          "cds_end": null,
          "cds_length": 1773,
          "cdna_start": 1387,
          "cdna_end": null,
          "cdna_length": 3061,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1198C>T",
          "hgvs_p": "p.Pro400Ser",
          "transcript": "NM_001323950.2",
          "protein_id": "NP_001310879.1",
          "transcript_support_level": null,
          "aa_start": 400,
          "aa_end": null,
          "aa_length": 589,
          "cds_start": 1198,
          "cds_end": null,
          "cds_length": 1770,
          "cdna_start": 1384,
          "cdna_end": null,
          "cdna_length": 2961,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1198C>T",
          "hgvs_p": "p.Pro400Ser",
          "transcript": "NM_001399915.1",
          "protein_id": "NP_001386844.1",
          "transcript_support_level": null,
          "aa_start": 400,
          "aa_end": null,
          "aa_length": 589,
          "cds_start": 1198,
          "cds_end": null,
          "cds_length": 1770,
          "cdna_start": 1384,
          "cdna_end": null,
          "cdna_length": 2961,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1042C>T",
          "hgvs_p": "p.Pro348Ser",
          "transcript": "NM_001399916.1",
          "protein_id": "NP_001386845.1",
          "transcript_support_level": null,
          "aa_start": 348,
          "aa_end": null,
          "aa_length": 587,
          "cds_start": 1042,
          "cds_end": null,
          "cds_length": 1764,
          "cdna_start": 1349,
          "cdna_end": null,
          "cdna_length": 2854,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1108C>T",
          "hgvs_p": "p.Pro370Ser",
          "transcript": "NM_001388139.1",
          "protein_id": "NP_001375068.1",
          "transcript_support_level": null,
          "aa_start": 370,
          "aa_end": null,
          "aa_length": 586,
          "cds_start": 1108,
          "cds_end": null,
          "cds_length": 1761,
          "cdna_start": 1294,
          "cdna_end": null,
          "cdna_length": 2650,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1132C>T",
          "hgvs_p": "p.Pro378Ser",
          "transcript": "NM_015845.4",
          "protein_id": "NP_056670.2",
          "transcript_support_level": null,
          "aa_start": 378,
          "aa_end": null,
          "aa_length": 586,
          "cds_start": 1132,
          "cds_end": null,
          "cds_length": 1761,
          "cdna_start": 1318,
          "cdna_end": null,
          "cdna_length": 2730,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1132C>T",
          "hgvs_p": "p.Pro378Ser",
          "transcript": "ENST00000269471.9",
          "protein_id": "ENSP00000269471.5",
          "transcript_support_level": 5,
          "aa_start": 378,
          "aa_end": null,
          "aa_length": 586,
          "cds_start": 1132,
          "cds_end": null,
          "cds_length": 1761,
          "cdna_start": 1569,
          "cdna_end": null,
          "cdna_length": 2980,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1129C>T",
          "hgvs_p": "p.Pro377Ser",
          "transcript": "NM_001399917.1",
          "protein_id": "NP_001386846.1",
          "transcript_support_level": null,
          "aa_start": 377,
          "aa_end": null,
          "aa_length": 585,
          "cds_start": 1129,
          "cds_end": null,
          "cds_length": 1758,
          "cdna_start": 1315,
          "cdna_end": null,
          "cdna_length": 2727,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1276C>T",
          "hgvs_p": "p.Pro426Ser",
          "transcript": "NM_001388159.1",
          "protein_id": "NP_001375088.1",
          "transcript_support_level": null,
          "aa_start": 426,
          "aa_end": null,
          "aa_length": 584,
          "cds_start": 1276,
          "cds_end": null,
          "cds_length": 1755,
          "cdna_start": 1462,
          "cdna_end": null,
          "cdna_length": 2946,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1276C>T",
          "hgvs_p": "p.Pro426Ser",
          "transcript": "NM_001388160.1",
          "protein_id": "NP_001375089.1",
          "transcript_support_level": null,
          "aa_start": 426,
          "aa_end": null,
          "aa_length": 584,
          "cds_start": 1276,
          "cds_end": null,
          "cds_length": 1755,
          "cdna_start": 1462,
          "cdna_end": null,
          "cdna_length": 2939,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1033C>T",
          "hgvs_p": "p.Pro345Ser",
          "transcript": "NM_001399918.1",
          "protein_id": "NP_001386847.1",
          "transcript_support_level": null,
          "aa_start": 345,
          "aa_end": null,
          "aa_length": 584,
          "cds_start": 1033,
          "cds_end": null,
          "cds_length": 1755,
          "cdna_start": 1219,
          "cdna_end": null,
          "cdna_length": 2724,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1039C>T",
          "hgvs_p": "p.Pro347Ser",
          "transcript": "NM_001399919.1",
          "protein_id": "NP_001386848.1",
          "transcript_support_level": null,
          "aa_start": 347,
          "aa_end": null,
          "aa_length": 583,
          "cds_start": 1039,
          "cds_end": null,
          "cds_length": 1752,
          "cdna_start": 1225,
          "cdna_end": null,
          "cdna_length": 2768,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1132C>T",
          "hgvs_p": "p.Pro378Ser",
          "transcript": "NM_001399920.1",
          "protein_id": "NP_001386849.1",
          "transcript_support_level": null,
          "aa_start": 378,
          "aa_end": null,
          "aa_length": 582,
          "cds_start": 1132,
          "cds_end": null,
          "cds_length": 1749,
          "cdna_start": 1318,
          "cdna_end": null,
          "cdna_length": 2940,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1033C>T",
          "hgvs_p": "p.Pro345Ser",
          "transcript": "NM_001388161.1",
          "protein_id": "NP_001375090.1",
          "transcript_support_level": null,
          "aa_start": 345,
          "aa_end": null,
          "aa_length": 581,
          "cds_start": 1033,
          "cds_end": null,
          "cds_length": 1746,
          "cdna_start": 1219,
          "cdna_end": null,
          "cdna_length": 2762,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1201C>T",
          "hgvs_p": "p.Pro401Ser",
          "transcript": "NM_001399921.1",
          "protein_id": "NP_001386850.1",
          "transcript_support_level": null,
          "aa_start": 401,
          "aa_end": null,
          "aa_length": 581,
          "cds_start": 1201,
          "cds_end": null,
          "cds_length": 1746,
          "cdna_start": 1387,
          "cdna_end": null,
          "cdna_length": 2989,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1129C>T",
          "hgvs_p": "p.Pro377Ser",
          "transcript": "NM_001399922.1",
          "protein_id": "NP_001386851.1",
          "transcript_support_level": null,
          "aa_start": 377,
          "aa_end": null,
          "aa_length": 581,
          "cds_start": 1129,
          "cds_end": null,
          "cds_length": 1746,
          "cdna_start": 1315,
          "cdna_end": null,
          "cdna_length": 2937,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.964C>T",
          "hgvs_p": "p.Pro322Ser",
          "transcript": "NM_001323954.2",
          "protein_id": "NP_001310883.1",
          "transcript_support_level": null,
          "aa_start": 322,
          "aa_end": null,
          "aa_length": 576,
          "cds_start": 964,
          "cds_end": null,
          "cds_length": 1731,
          "cdna_start": 1150,
          "cdna_end": null,
          "cdna_length": 2700,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.961C>T",
          "hgvs_p": "p.Pro321Ser",
          "transcript": "NM_001399923.1",
          "protein_id": "NP_001386852.1",
          "transcript_support_level": null,
          "aa_start": 321,
          "aa_end": null,
          "aa_length": 575,
          "cds_start": 961,
          "cds_end": null,
          "cds_length": 1728,
          "cdna_start": 1147,
          "cdna_end": null,
          "cdna_length": 2697,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1108C>T",
          "hgvs_p": "p.Pro370Ser",
          "transcript": "NM_001204140.2",
          "protein_id": "NP_001191069.1",
          "transcript_support_level": null,
          "aa_start": 370,
          "aa_end": null,
          "aa_length": 574,
          "cds_start": 1108,
          "cds_end": null,
          "cds_length": 1725,
          "cdna_start": 1294,
          "cdna_end": null,
          "cdna_length": 4566,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1108C>T",
          "hgvs_p": "p.Pro370Ser",
          "transcript": "NM_001388142.1",
          "protein_id": "NP_001375071.1",
          "transcript_support_level": null,
          "aa_start": 370,
          "aa_end": null,
          "aa_length": 574,
          "cds_start": 1108,
          "cds_end": null,
          "cds_length": 1725,
          "cdna_start": 1294,
          "cdna_end": null,
          "cdna_length": 2916,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1108C>T",
          "hgvs_p": "p.Pro370Ser",
          "transcript": "NM_001388143.1",
          "protein_id": "NP_001375072.1",
          "transcript_support_level": null,
          "aa_start": 370,
          "aa_end": null,
          "aa_length": 574,
          "cds_start": 1108,
          "cds_end": null,
          "cds_length": 1725,
          "cdna_start": 1294,
          "cdna_end": null,
          "cdna_length": 2909,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.958C>T",
          "hgvs_p": "p.Pro320Ser",
          "transcript": "NM_001399924.1",
          "protein_id": "NP_001386853.1",
          "transcript_support_level": null,
          "aa_start": 320,
          "aa_end": null,
          "aa_length": 574,
          "cds_start": 958,
          "cds_end": null,
          "cds_length": 1725,
          "cdna_start": 1144,
          "cdna_end": null,
          "cdna_length": 2694,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1108C>T",
          "hgvs_p": "p.Pro370Ser",
          "transcript": "NM_001399925.1",
          "protein_id": "NP_001386854.1",
          "transcript_support_level": null,
          "aa_start": 370,
          "aa_end": null,
          "aa_length": 574,
          "cds_start": 1108,
          "cds_end": null,
          "cds_length": 1725,
          "cdna_start": 1294,
          "cdna_end": null,
          "cdna_length": 2694,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1132C>T",
          "hgvs_p": "p.Pro378Ser",
          "transcript": "NM_001399926.1",
          "protein_id": "NP_001386855.1",
          "transcript_support_level": null,
          "aa_start": 378,
          "aa_end": null,
          "aa_length": 573,
          "cds_start": 1132,
          "cds_end": null,
          "cds_length": 1722,
          "cdna_start": 1318,
          "cdna_end": null,
          "cdna_length": 2965,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1207C>T",
          "hgvs_p": "p.Pro403Ser",
          "transcript": "NM_001399927.1",
          "protein_id": "NP_001386856.1",
          "transcript_support_level": null,
          "aa_start": 403,
          "aa_end": null,
          "aa_length": 573,
          "cds_start": 1207,
          "cds_end": null,
          "cds_length": 1722,
          "cdna_start": 1393,
          "cdna_end": null,
          "cdna_length": 2611,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1201C>T",
          "hgvs_p": "p.Pro401Ser",
          "transcript": "NM_001388162.1",
          "protein_id": "NP_001375091.1",
          "transcript_support_level": null,
          "aa_start": 401,
          "aa_end": null,
          "aa_length": 571,
          "cds_start": 1201,
          "cds_end": null,
          "cds_length": 1716,
          "cdna_start": 1387,
          "cdna_end": null,
          "cdna_length": 2605,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1051C>T",
          "hgvs_p": "p.Pro351Ser",
          "transcript": "NM_001204141.2",
          "protein_id": "NP_001191070.1",
          "transcript_support_level": null,
          "aa_start": 351,
          "aa_end": null,
          "aa_length": 567,
          "cds_start": 1051,
          "cds_end": null,
          "cds_length": 1704,
          "cdna_start": 1237,
          "cdna_end": null,
          "cdna_length": 2593,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1033C>T",
          "hgvs_p": "p.Pro345Ser",
          "transcript": "NM_001399928.1",
          "protein_id": "NP_001386857.1",
          "transcript_support_level": null,
          "aa_start": 345,
          "aa_end": null,
          "aa_length": 566,
          "cds_start": 1033,
          "cds_end": null,
          "cds_length": 1701,
          "cdna_start": 1219,
          "cdna_end": null,
          "cdna_length": 2717,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1129C>T",
          "hgvs_p": "p.Pro377Ser",
          "transcript": "NM_001399929.1",
          "protein_id": "NP_001386858.1",
          "transcript_support_level": null,
          "aa_start": 377,
          "aa_end": null,
          "aa_length": 566,
          "cds_start": 1129,
          "cds_end": null,
          "cds_length": 1701,
          "cdna_start": 1315,
          "cdna_end": null,
          "cdna_length": 2892,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1108C>T",
          "hgvs_p": "p.Pro370Ser",
          "transcript": "ENST00000398495.6",
          "protein_id": "ENSP00000381508.2",
          "transcript_support_level": 5,
          "aa_start": 370,
          "aa_end": null,
          "aa_length": 566,
          "cds_start": 1108,
          "cds_end": null,
          "cds_length": 1701,
          "cdna_start": 1126,
          "cdna_end": null,
          "cdna_length": 2178,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1126C>T",
          "hgvs_p": "p.Pro376Ser",
          "transcript": "NM_001399930.1",
          "protein_id": "NP_001386859.1",
          "transcript_support_level": null,
          "aa_start": 376,
          "aa_end": null,
          "aa_length": 565,
          "cds_start": 1126,
          "cds_end": null,
          "cds_length": 1698,
          "cdna_start": 1312,
          "cdna_end": null,
          "cdna_length": 2889,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1039C>T",
          "hgvs_p": "p.Pro347Ser",
          "transcript": "NM_001399931.1",
          "protein_id": "NP_001386860.1",
          "transcript_support_level": null,
          "aa_start": 347,
          "aa_end": null,
          "aa_length": 563,
          "cds_start": 1039,
          "cds_end": null,
          "cds_length": 1692,
          "cdna_start": 1225,
          "cdna_end": null,
          "cdna_length": 2581,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1207C>T",
          "hgvs_p": "p.Pro403Ser",
          "transcript": "NM_001399932.1",
          "protein_id": "NP_001386861.1",
          "transcript_support_level": null,
          "aa_start": 403,
          "aa_end": null,
          "aa_length": 561,
          "cds_start": 1207,
          "cds_end": null,
          "cds_length": 1686,
          "cdna_start": 1393,
          "cdna_end": null,
          "cdna_length": 2870,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1108C>T",
          "hgvs_p": "p.Pro370Ser",
          "transcript": "NM_001399933.1",
          "protein_id": "NP_001386862.1",
          "transcript_support_level": null,
          "aa_start": 370,
          "aa_end": null,
          "aa_length": 560,
          "cds_start": 1108,
          "cds_end": null,
          "cds_length": 1683,
          "cdna_start": 1294,
          "cdna_end": null,
          "cdna_length": 2699,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1201C>T",
          "hgvs_p": "p.Pro401Ser",
          "transcript": "NM_001388163.1",
          "protein_id": "NP_001375092.1",
          "transcript_support_level": null,
          "aa_start": 401,
          "aa_end": null,
          "aa_length": 559,
          "cds_start": 1201,
          "cds_end": null,
          "cds_length": 1680,
          "cdna_start": 1387,
          "cdna_end": null,
          "cdna_length": 2871,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1108C>T",
          "hgvs_p": "p.Pro370Ser",
          "transcript": "NM_001388164.1",
          "protein_id": "NP_001375093.1",
          "transcript_support_level": null,
          "aa_start": 370,
          "aa_end": null,
          "aa_length": 559,
          "cds_start": 1108,
          "cds_end": null,
          "cds_length": 1680,
          "cdna_start": 1294,
          "cdna_end": null,
          "cdna_length": 2871,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1201C>T",
          "hgvs_p": "p.Pro401Ser",
          "transcript": "NM_001399934.1",
          "protein_id": "NP_001386863.1",
          "transcript_support_level": null,
          "aa_start": 401,
          "aa_end": null,
          "aa_length": 559,
          "cds_start": 1201,
          "cds_end": null,
          "cds_length": 1680,
          "cdna_start": 1387,
          "cdna_end": null,
          "cdna_length": 2864,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.964C>T",
          "hgvs_p": "p.Pro322Ser",
          "transcript": "NM_001399935.1",
          "protein_id": "NP_001386864.1",
          "transcript_support_level": null,
          "aa_start": 322,
          "aa_end": null,
          "aa_length": 558,
          "cds_start": 964,
          "cds_end": null,
          "cds_length": 1677,
          "cdna_start": 1150,
          "cdna_end": null,
          "cdna_length": 2693,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.964C>T",
          "hgvs_p": "p.Pro322Ser",
          "transcript": "NM_001399936.1",
          "protein_id": "NP_001386865.1",
          "transcript_support_level": null,
          "aa_start": 322,
          "aa_end": null,
          "aa_length": 557,
          "cds_start": 964,
          "cds_end": null,
          "cds_length": 1674,
          "cdna_start": 1150,
          "cdna_end": null,
          "cdna_length": 2643,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1054C>T",
          "hgvs_p": "p.Pro352Ser",
          "transcript": "NM_015847.4",
          "protein_id": "NP_056723.2",
          "transcript_support_level": null,
          "aa_start": 352,
          "aa_end": null,
          "aa_length": 556,
          "cds_start": 1054,
          "cds_end": null,
          "cds_length": 1671,
          "cdna_start": 1240,
          "cdna_end": null,
          "cdna_length": 2862,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1033C>T",
          "hgvs_p": "p.Pro345Ser",
          "transcript": "NM_001399937.1",
          "protein_id": "NP_001386866.1",
          "transcript_support_level": null,
          "aa_start": 345,
          "aa_end": null,
          "aa_length": 553,
          "cds_start": 1033,
          "cds_end": null,
          "cds_length": 1662,
          "cdna_start": 1219,
          "cdna_end": null,
          "cdna_length": 2631,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1054C>T",
          "hgvs_p": "p.Pro352Ser",
          "transcript": "NM_001399938.1",
          "protein_id": "NP_001386867.1",
          "transcript_support_level": null,
          "aa_start": 352,
          "aa_end": null,
          "aa_length": 553,
          "cds_start": 1054,
          "cds_end": null,
          "cds_length": 1662,
          "cdna_start": 1240,
          "cdna_end": null,
          "cdna_length": 2551,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1039C>T",
          "hgvs_p": "p.Pro347Ser",
          "transcript": "NM_001399939.1",
          "protein_id": "NP_001386868.1",
          "transcript_support_level": null,
          "aa_start": 347,
          "aa_end": null,
          "aa_length": 551,
          "cds_start": 1039,
          "cds_end": null,
          "cds_length": 1656,
          "cdna_start": 1225,
          "cdna_end": null,
          "cdna_length": 2840,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1039C>T",
          "hgvs_p": "p.Pro347Ser",
          "transcript": "NM_001399940.1",
          "protein_id": "NP_001386869.1",
          "transcript_support_level": null,
          "aa_start": 347,
          "aa_end": null,
          "aa_length": 551,
          "cds_start": 1039,
          "cds_end": null,
          "cds_length": 1656,
          "cdna_start": 1225,
          "cdna_end": null,
          "cdna_length": 2847,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1201C>T",
          "hgvs_p": "p.Pro401Ser",
          "transcript": "NM_001204142.2",
          "protein_id": "NP_001191071.1",
          "transcript_support_level": null,
          "aa_start": 401,
          "aa_end": null,
          "aa_length": 550,
          "cds_start": 1201,
          "cds_end": null,
          "cds_length": 1653,
          "cdna_start": 1387,
          "cdna_end": null,
          "cdna_length": 3004,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1033C>T",
          "hgvs_p": "p.Pro345Ser",
          "transcript": "NM_001399941.1",
          "protein_id": "NP_001386870.1",
          "transcript_support_level": null,
          "aa_start": 345,
          "aa_end": null,
          "aa_length": 549,
          "cds_start": 1033,
          "cds_end": null,
          "cds_length": 1650,
          "cdna_start": 1219,
          "cdna_end": null,
          "cdna_length": 2834,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1033C>T",
          "hgvs_p": "p.Pro345Ser",
          "transcript": "NM_001399942.1",
          "protein_id": "NP_001386871.1",
          "transcript_support_level": null,
          "aa_start": 345,
          "aa_end": null,
          "aa_length": 549,
          "cds_start": 1033,
          "cds_end": null,
          "cds_length": 1650,
          "cdna_start": 1219,
          "cdna_end": null,
          "cdna_length": 2938,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1033C>T",
          "hgvs_p": "p.Pro345Ser",
          "transcript": "NM_015844.3",
          "protein_id": "NP_056669.2",
          "transcript_support_level": null,
          "aa_start": 345,
          "aa_end": null,
          "aa_length": 549,
          "cds_start": 1033,
          "cds_end": null,
          "cds_length": 1650,
          "cdna_start": 1219,
          "cdna_end": null,
          "cdna_length": 2841,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1033C>T",
          "hgvs_p": "p.Pro345Ser",
          "transcript": "ENST00000398493.5",
          "protein_id": "ENSP00000381506.1",
          "transcript_support_level": 5,
          "aa_start": 345,
          "aa_end": null,
          "aa_length": 549,
          "cds_start": 1033,
          "cds_end": null,
          "cds_length": 1650,
          "cdna_start": 1196,
          "cdna_end": null,
          "cdna_length": 1845,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1030C>T",
          "hgvs_p": "p.Pro344Ser",
          "transcript": "NM_001399943.1",
          "protein_id": "NP_001386872.1",
          "transcript_support_level": null,
          "aa_start": 344,
          "aa_end": null,
          "aa_length": 548,
          "cds_start": 1030,
          "cds_end": null,
          "cds_length": 1647,
          "cdna_start": 1216,
          "cdna_end": null,
          "cdna_length": 2935,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1033C>T",
          "hgvs_p": "p.Pro345Ser",
          "transcript": "NM_001388165.1",
          "protein_id": "NP_001375094.1",
          "transcript_support_level": null,
          "aa_start": 345,
          "aa_end": null,
          "aa_length": 546,
          "cds_start": 1033,
          "cds_end": null,
          "cds_length": 1641,
          "cdna_start": 1219,
          "cdna_end": null,
          "cdna_length": 2530,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1054C>T",
          "hgvs_p": "p.Pro352Ser",
          "transcript": "NM_001399944.1",
          "protein_id": "NP_001386873.1",
          "transcript_support_level": null,
          "aa_start": 352,
          "aa_end": null,
          "aa_length": 541,
          "cds_start": 1054,
          "cds_end": null,
          "cds_length": 1626,
          "cdna_start": 1240,
          "cdna_end": null,
          "cdna_length": 2817,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1108C>T",
          "hgvs_p": "p.Pro370Ser",
          "transcript": "NM_001388166.1",
          "protein_id": "NP_001375095.1",
          "transcript_support_level": null,
          "aa_start": 370,
          "aa_end": null,
          "aa_length": 540,
          "cds_start": 1108,
          "cds_end": null,
          "cds_length": 1623,
          "cdna_start": 1294,
          "cdna_end": null,
          "cdna_length": 2512,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1033C>T",
          "hgvs_p": "p.Pro345Ser",
          "transcript": "NM_001399945.1",
          "protein_id": "NP_001386874.1",
          "transcript_support_level": null,
          "aa_start": 345,
          "aa_end": null,
          "aa_length": 540,
          "cds_start": 1033,
          "cds_end": null,
          "cds_length": 1623,
          "cdna_start": 1219,
          "cdna_end": null,
          "cdna_length": 2866,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1039C>T",
          "hgvs_p": "p.Pro347Ser",
          "transcript": "NM_001399946.1",
          "protein_id": "NP_001386875.1",
          "transcript_support_level": null,
          "aa_start": 347,
          "aa_end": null,
          "aa_length": 537,
          "cds_start": 1039,
          "cds_end": null,
          "cds_length": 1614,
          "cdna_start": 1225,
          "cdna_end": null,
          "cdna_length": 2630,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1132C>T",
          "hgvs_p": "p.Pro378Ser",
          "transcript": "NM_001204151.3",
          "protein_id": "NP_001191080.1",
          "transcript_support_level": null,
          "aa_start": 378,
          "aa_end": null,
          "aa_length": 536,
          "cds_start": 1132,
          "cds_end": null,
          "cds_length": 1611,
          "cdna_start": 1318,
          "cdna_end": null,
          "cdna_length": 2899,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1033C>T",
          "hgvs_p": "p.Pro345Ser",
          "transcript": "NM_001204143.2",
          "protein_id": "NP_001191072.1",
          "transcript_support_level": null,
          "aa_start": 345,
          "aa_end": null,
          "aa_length": 535,
          "cds_start": 1033,
          "cds_end": null,
          "cds_length": 1608,
          "cdna_start": 1251,
          "cdna_end": null,
          "cdna_length": 2656,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1033C>T",
          "hgvs_p": "p.Pro345Ser",
          "transcript": "NM_001388144.1",
          "protein_id": "NP_001375073.1",
          "transcript_support_level": null,
          "aa_start": 345,
          "aa_end": null,
          "aa_length": 535,
          "cds_start": 1033,
          "cds_end": null,
          "cds_length": 1608,
          "cdna_start": 1219,
          "cdna_end": null,
          "cdna_length": 2624,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1033C>T",
          "hgvs_p": "p.Pro345Ser",
          "transcript": "ENST00000587605.5",
          "protein_id": "ENSP00000468042.1",
          "transcript_support_level": 2,
          "aa_start": 345,
          "aa_end": null,
          "aa_length": 535,
          "cds_start": 1033,
          "cds_end": null,
          "cds_length": 1608,
          "cdna_start": 1251,
          "cdna_end": null,
          "cdna_length": 1945,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1033C>T",
          "hgvs_p": "p.Pro345Ser",
          "transcript": "NM_001399947.1",
          "protein_id": "NP_001386876.1",
          "transcript_support_level": null,
          "aa_start": 345,
          "aa_end": null,
          "aa_length": 534,
          "cds_start": 1033,
          "cds_end": null,
          "cds_length": 1605,
          "cdna_start": 1219,
          "cdna_end": null,
          "cdna_length": 2789,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1033C>T",
          "hgvs_p": "p.Pro345Ser",
          "transcript": "NM_001399948.1",
          "protein_id": "NP_001386877.1",
          "transcript_support_level": null,
          "aa_start": 345,
          "aa_end": null,
          "aa_length": 534,
          "cds_start": 1033,
          "cds_end": null,
          "cds_length": 1605,
          "cdna_start": 1219,
          "cdna_end": null,
          "cdna_length": 2796,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1039C>T",
          "hgvs_p": "p.Pro347Ser",
          "transcript": "NM_001399949.1",
          "protein_id": "NP_001386878.1",
          "transcript_support_level": null,
          "aa_start": 347,
          "aa_end": null,
          "aa_length": 529,
          "cds_start": 1039,
          "cds_end": null,
          "cds_length": 1590,
          "cdna_start": 1225,
          "cdna_end": null,
          "cdna_length": 2606,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.964C>T",
          "hgvs_p": "p.Pro322Ser",
          "transcript": "NM_001399950.1",
          "protein_id": "NP_001386879.1",
          "transcript_support_level": null,
          "aa_start": 322,
          "aa_end": null,
          "aa_length": 526,
          "cds_start": 964,
          "cds_end": null,
          "cds_length": 1581,
          "cdna_start": 1150,
          "cdna_end": null,
          "cdna_length": 2772,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1033C>T",
          "hgvs_p": "p.Pro345Ser",
          "transcript": "NM_001399952.1",
          "protein_id": "NP_001386881.1",
          "transcript_support_level": null,
          "aa_start": 345,
          "aa_end": null,
          "aa_length": 525,
          "cds_start": 1033,
          "cds_end": null,
          "cds_length": 1578,
          "cdna_start": 1219,
          "cdna_end": null,
          "cdna_length": 2821,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.958C>T",
          "hgvs_p": "p.Pro320Ser",
          "transcript": "NM_001323952.2",
          "protein_id": "NP_001310881.1",
          "transcript_support_level": null,
          "aa_start": 320,
          "aa_end": null,
          "aa_length": 524,
          "cds_start": 958,
          "cds_end": null,
          "cds_length": 1575,
          "cdna_start": 1144,
          "cdna_end": null,
          "cdna_length": 2766,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.964C>T",
          "hgvs_p": "p.Pro322Ser",
          "transcript": "NM_001399953.1",
          "protein_id": "NP_001386882.1",
          "transcript_support_level": null,
          "aa_start": 322,
          "aa_end": null,
          "aa_length": 517,
          "cds_start": 964,
          "cds_end": null,
          "cds_length": 1554,
          "cdna_start": 1150,
          "cdna_end": null,
          "cdna_length": 2797,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1033C>T",
          "hgvs_p": "p.Pro345Ser",
          "transcript": "NM_001388167.1",
          "protein_id": "NP_001375096.1",
          "transcript_support_level": null,
          "aa_start": 345,
          "aa_end": null,
          "aa_length": 515,
          "cds_start": 1033,
          "cds_end": null,
          "cds_length": 1548,
          "cdna_start": 1219,
          "cdna_end": null,
          "cdna_length": 2437,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.964C>T",
          "hgvs_p": "p.Pro322Ser",
          "transcript": "NM_001399954.1",
          "protein_id": "NP_001386883.1",
          "transcript_support_level": null,
          "aa_start": 322,
          "aa_end": null,
          "aa_length": 512,
          "cds_start": 964,
          "cds_end": null,
          "cds_length": 1539,
          "cdna_start": 1150,
          "cdna_end": null,
          "cdna_length": 2555,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.892C>T",
          "hgvs_p": "p.Pro298Ser",
          "transcript": "NM_001399955.1",
          "protein_id": "NP_001386884.1",
          "transcript_support_level": null,
          "aa_start": 298,
          "aa_end": null,
          "aa_length": 506,
          "cds_start": 892,
          "cds_end": null,
          "cds_length": 1521,
          "cdna_start": 1078,
          "cdna_end": null,
          "cdna_length": 2490,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1039C>T",
          "hgvs_p": "p.Pro347Ser",
          "transcript": "NM_001399956.1",
          "protein_id": "NP_001386885.1",
          "transcript_support_level": null,
          "aa_start": 347,
          "aa_end": null,
          "aa_length": 505,
          "cds_start": 1039,
          "cds_end": null,
          "cds_length": 1518,
          "cdna_start": 1225,
          "cdna_end": null,
          "cdna_length": 2709,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1033C>T",
          "hgvs_p": "p.Pro345Ser",
          "transcript": "NM_001399957.1",
          "protein_id": "NP_001386886.1",
          "transcript_support_level": null,
          "aa_start": 345,
          "aa_end": null,
          "aa_length": 503,
          "cds_start": 1033,
          "cds_end": null,
          "cds_length": 1512,
          "cdna_start": 1219,
          "cdna_end": null,
          "cdna_length": 2696,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1033C>T",
          "hgvs_p": "p.Pro345Ser",
          "transcript": "NM_002384.3",
          "protein_id": "NP_002375.1",
          "transcript_support_level": null,
          "aa_start": 345,
          "aa_end": null,
          "aa_length": 503,
          "cds_start": 1033,
          "cds_end": null,
          "cds_length": 1512,
          "cdna_start": 1219,
          "cdna_end": null,
          "cdna_length": 2703,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1033C>T",
          "hgvs_p": "p.Pro345Ser",
          "transcript": "NM_001399958.1",
          "protein_id": "NP_001386887.1",
          "transcript_support_level": null,
          "aa_start": 345,
          "aa_end": null,
          "aa_length": 494,
          "cds_start": 1033,
          "cds_end": null,
          "cds_length": 1485,
          "cdna_start": 1219,
          "cdna_end": null,
          "cdna_length": 2728,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.769C>T",
          "hgvs_p": "p.Pro257Ser",
          "transcript": "NM_001399959.1",
          "protein_id": "NP_001386888.1",
          "transcript_support_level": null,
          "aa_start": 257,
          "aa_end": null,
          "aa_length": 493,
          "cds_start": 769,
          "cds_end": null,
          "cds_length": 1482,
          "cdna_start": 1454,
          "cdna_end": null,
          "cdna_length": 2997,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.964C>T",
          "hgvs_p": "p.Pro322Ser",
          "transcript": "NM_001399960.1",
          "protein_id": "NP_001386889.1",
          "transcript_support_level": null,
          "aa_start": 322,
          "aa_end": null,
          "aa_length": 492,
          "cds_start": 964,
          "cds_end": null,
          "cds_length": 1479,
          "cdna_start": 1150,
          "cdna_end": null,
          "cdna_length": 2368,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.817C>T",
          "hgvs_p": "p.Pro273Ser",
          "transcript": "NM_001399961.1",
          "protein_id": "NP_001386890.1",
          "transcript_support_level": null,
          "aa_start": 273,
          "aa_end": null,
          "aa_length": 489,
          "cds_start": 817,
          "cds_end": null,
          "cds_length": 1470,
          "cdna_start": 1003,
          "cdna_end": null,
          "cdna_length": 2359,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.694C>T",
          "hgvs_p": "p.Pro232Ser",
          "transcript": "NM_001399962.1",
          "protein_id": "NP_001386891.1",
          "transcript_support_level": null,
          "aa_start": 232,
          "aa_end": null,
          "aa_length": 486,
          "cds_start": 694,
          "cds_end": null,
          "cds_length": 1461,
          "cdna_start": 1394,
          "cdna_end": null,
          "cdna_length": 2944,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.964C>T",
          "hgvs_p": "p.Pro322Ser",
          "transcript": "NM_001399963.1",
          "protein_id": "NP_001386892.1",
          "transcript_support_level": null,
          "aa_start": 322,
          "aa_end": null,
          "aa_length": 480,
          "cds_start": 964,
          "cds_end": null,
          "cds_length": 1443,
          "cdna_start": 1150,
          "cdna_end": null,
          "cdna_length": 2627,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.964C>T",
          "hgvs_p": "p.Pro322Ser",
          "transcript": "NM_001399964.1",
          "protein_id": "NP_001386893.1",
          "transcript_support_level": null,
          "aa_start": 322,
          "aa_end": null,
          "aa_length": 480,
          "cds_start": 964,
          "cds_end": null,
          "cds_length": 1443,
          "cdna_start": 1150,
          "cdna_end": null,
          "cdna_length": 2634,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.769C>T",
          "hgvs_p": "p.Pro257Ser",
          "transcript": "NM_001323949.2",
          "protein_id": "NP_001310878.1",
          "transcript_support_level": null,
          "aa_start": 257,
          "aa_end": null,
          "aa_length": 461,
          "cds_start": 769,
          "cds_end": null,
          "cds_length": 1386,
          "cdna_start": 1454,
          "cdna_end": null,
          "cdna_length": 3064,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.766C>T",
          "hgvs_p": "p.Pro256Ser",
          "transcript": "NM_001399965.1",
          "protein_id": "NP_001386894.1",
          "transcript_support_level": null,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 445,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 1338,
          "cdna_start": 1451,
          "cdna_end": null,
          "cdna_length": 3028,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.694C>T",
          "hgvs_p": "p.Pro232Ser",
          "transcript": "NM_001399966.1",
          "protein_id": "NP_001386895.1",
          "transcript_support_level": null,
          "aa_start": 232,
          "aa_end": null,
          "aa_length": 440,
          "cds_start": 694,
          "cds_end": null,
          "cds_length": 1323,
          "cdna_start": 1394,
          "cdna_end": null,
          "cdna_length": 2806,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.694C>T",
          "hgvs_p": "p.Pro232Ser",
          "transcript": "NM_001399967.1",
          "protein_id": "NP_001386896.1",
          "transcript_support_level": null,
          "aa_start": 232,
          "aa_end": null,
          "aa_length": 436,
          "cds_start": 694,
          "cds_end": null,
          "cds_length": 1311,
          "cdna_start": 1394,
          "cdna_end": null,
          "cdna_length": 3016,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.694C>T",
          "hgvs_p": "p.Pro232Ser",
          "transcript": "NM_001399968.1",
          "protein_id": "NP_001386897.1",
          "transcript_support_level": null,
          "aa_start": 232,
          "aa_end": null,
          "aa_length": 436,
          "cds_start": 694,
          "cds_end": null,
          "cds_length": 1311,
          "cdna_start": 1394,
          "cdna_end": null,
          "cdna_length": 3009,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.694C>T",
          "hgvs_p": "p.Pro232Ser",
          "transcript": "NM_001399970.1",
          "protein_id": "NP_001386899.1",
          "transcript_support_level": null,
          "aa_start": 232,
          "aa_end": null,
          "aa_length": 436,
          "cds_start": 694,
          "cds_end": null,
          "cds_length": 1311,
          "cdna_start": 1379,
          "cdna_end": null,
          "cdna_length": 3001,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.526C>T",
          "hgvs_p": "p.Pro176Ser",
          "transcript": "NM_001399971.1",
          "protein_id": "NP_001386900.1",
          "transcript_support_level": null,
          "aa_start": 176,
          "aa_end": null,
          "aa_length": 412,
          "cds_start": 526,
          "cds_end": null,
          "cds_length": 1239,
          "cdna_start": 1211,
          "cdna_end": null,
          "cdna_length": 2754,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.457C>T",
          "hgvs_p": "p.Pro153Ser",
          "transcript": "NM_001399973.1",
          "protein_id": "NP_001386902.1",
          "transcript_support_level": null,
          "aa_start": 153,
          "aa_end": null,
          "aa_length": 389,
          "cds_start": 457,
          "cds_end": null,
          "cds_length": 1170,
          "cdna_start": 1142,
          "cdna_end": null,
          "cdna_length": 2685,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.526C>T",
          "hgvs_p": "p.Pro176Ser",
          "transcript": "NM_001399974.1",
          "protein_id": "NP_001386903.1",
          "transcript_support_level": null,
          "aa_start": 176,
          "aa_end": null,
          "aa_length": 380,
          "cds_start": 526,
          "cds_end": null,
          "cds_length": 1143,
          "cdna_start": 1226,
          "cdna_end": null,
          "cdna_length": 2848,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.625C>T",
          "hgvs_p": "p.Pro209Ser",
          "transcript": "NM_001323953.2",
          "protein_id": "NP_001310882.1",
          "transcript_support_level": null,
          "aa_start": 209,
          "aa_end": null,
          "aa_length": 379,
          "cds_start": 625,
          "cds_end": null,
          "cds_length": 1140,
          "cdna_start": 1325,
          "cdna_end": null,
          "cdna_length": 2543,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.526C>T",
          "hgvs_p": "p.Pro176Ser",
          "transcript": "NM_001399975.1",
          "protein_id": "NP_001386904.1",
          "transcript_support_level": null,
          "aa_start": 176,
          "aa_end": null,
          "aa_length": 371,
          "cds_start": 526,
          "cds_end": null,
          "cds_length": 1116,
          "cdna_start": 1226,
          "cdna_end": null,
          "cdna_length": 2873,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.526C>T",
          "hgvs_p": "p.Pro176Ser",
          "transcript": "NM_001399976.1",
          "protein_id": "NP_001386905.1",
          "transcript_support_level": null,
          "aa_start": 176,
          "aa_end": null,
          "aa_length": 365,
          "cds_start": 526,
          "cds_end": null,
          "cds_length": 1098,
          "cdna_start": 1226,
          "cdna_end": null,
          "cdna_length": 2803,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.565C>T",
          "hgvs_p": "p.Pro189Ser",
          "transcript": "ENST00000589733.1",
          "protein_id": "ENSP00000466429.1",
          "transcript_support_level": 2,
          "aa_start": 189,
          "aa_end": null,
          "aa_length": 254,
          "cds_start": 565,
          "cds_end": null,
          "cds_length": 766,
          "cdna_start": 566,
          "cdna_end": null,
          "cdna_length": 767,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.151C>T",
          "hgvs_p": "p.Pro51Ser",
          "transcript": "ENST00000589541.5",
          "protein_id": "ENSP00000466806.1",
          "transcript_support_level": 3,
          "aa_start": 51,
          "aa_end": null,
          "aa_length": 240,
          "cds_start": 151,
          "cds_end": null,
          "cds_length": 723,
          "cdna_start": 151,
          "cdna_end": null,
          "cdna_length": 836,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1273C>T",
          "hgvs_p": "p.Pro425Ser",
          "transcript": "XM_047437510.1",
          "protein_id": "XP_047293466.1",
          "transcript_support_level": null,
          "aa_start": 425,
          "aa_end": null,
          "aa_length": 679,
          "cds_start": 1273,
          "cds_end": null,
          "cds_length": 2040,
          "cdna_start": 1459,
          "cdna_end": null,
          "cdna_length": 3009,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1273C>T",
          "hgvs_p": "p.Pro425Ser",
          "transcript": "XM_047437511.1",
          "protein_id": "XP_047293467.1",
          "transcript_support_level": null,
          "aa_start": 425,
          "aa_end": null,
          "aa_length": 629,
          "cds_start": 1273,
          "cds_end": null,
          "cds_length": 1890,
          "cdna_start": 1459,
          "cdna_end": null,
          "cdna_length": 4731,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1276C>T",
          "hgvs_p": "p.Pro426Ser",
          "transcript": "XM_017025757.3",
          "protein_id": "XP_016881246.1",
          "transcript_support_level": null,
          "aa_start": 426,
          "aa_end": null,
          "aa_length": 615,
          "cds_start": 1276,
          "cds_end": null,
          "cds_length": 1848,
          "cdna_start": 1462,
          "cdna_end": null,
          "cdna_length": 4689,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1273C>T",
          "hgvs_p": "p.Pro425Ser",
          "transcript": "XM_047437512.1",
          "protein_id": "XP_047293468.1",
          "transcript_support_level": null,
          "aa_start": 425,
          "aa_end": null,
          "aa_length": 614,
          "cds_start": 1273,
          "cds_end": null,
          "cds_length": 1845,
          "cdna_start": 1459,
          "cdna_end": null,
          "cdna_length": 4686,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1201C>T",
          "hgvs_p": "p.Pro401Ser",
          "transcript": "XM_005258271.4",
          "protein_id": "XP_005258328.1",
          "transcript_support_level": null,
          "aa_start": 401,
          "aa_end": null,
          "aa_length": 605,
          "cds_start": 1201,
          "cds_end": null,
          "cds_length": 1818,
          "cdna_start": 1387,
          "cdna_end": null,
          "cdna_length": 4659,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1198C>T",
          "hgvs_p": "p.Pro400Ser",
          "transcript": "XM_047437513.1",
          "protein_id": "XP_047293469.1",
          "transcript_support_level": null,
          "aa_start": 400,
          "aa_end": null,
          "aa_length": 604,
          "cds_start": 1198,
          "cds_end": null,
          "cds_length": 1815,
          "cdna_start": 1384,
          "cdna_end": null,
          "cdna_length": 4656,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1198C>T",
          "hgvs_p": "p.Pro400Ser",
          "transcript": "XM_047437514.1",
          "protein_id": "XP_047293470.1",
          "transcript_support_level": null,
          "aa_start": 400,
          "aa_end": null,
          "aa_length": 601,
          "cds_start": 1198,
          "cds_end": null,
          "cds_length": 1806,
          "cdna_start": 1384,
          "cdna_end": null,
          "cdna_length": 2695,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1108C>T",
          "hgvs_p": "p.Pro370Ser",
          "transcript": "XM_047437515.1",
          "protein_id": "XP_047293471.1",
          "transcript_support_level": null,
          "aa_start": 370,
          "aa_end": null,
          "aa_length": 591,
          "cds_start": 1108,
          "cds_end": null,
          "cds_length": 1776,
          "cdna_start": 1294,
          "cdna_end": null,
          "cdna_length": 2792,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1201C>T",
          "hgvs_p": "p.Pro401Ser",
          "transcript": "XM_047437516.1",
          "protein_id": "XP_047293472.1",
          "transcript_support_level": null,
          "aa_start": 401,
          "aa_end": null,
          "aa_length": 590,
          "cds_start": 1201,
          "cds_end": null,
          "cds_length": 1773,
          "cdna_start": 1387,
          "cdna_end": null,
          "cdna_length": 4614,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1198C>T",
          "hgvs_p": "p.Pro400Ser",
          "transcript": "XM_047437517.1",
          "protein_id": "XP_047293473.1",
          "transcript_support_level": null,
          "aa_start": 400,
          "aa_end": null,
          "aa_length": 589,
          "cds_start": 1198,
          "cds_end": null,
          "cds_length": 1770,
          "cdna_start": 1384,
          "cdna_end": null,
          "cdna_length": 4611,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1276C>T",
          "hgvs_p": "p.Pro426Ser",
          "transcript": "XM_011526002.3",
          "protein_id": "XP_011524304.1",
          "transcript_support_level": null,
          "aa_start": 426,
          "aa_end": null,
          "aa_length": 584,
          "cds_start": 1276,
          "cds_end": null,
          "cds_length": 1755,
          "cdna_start": 1462,
          "cdna_end": null,
          "cdna_length": 4596,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1108C>T",
          "hgvs_p": "p.Pro370Ser",
          "transcript": "XM_047437518.1",
          "protein_id": "XP_047293474.1",
          "transcript_support_level": null,
          "aa_start": 370,
          "aa_end": null,
          "aa_length": 578,
          "cds_start": 1108,
          "cds_end": null,
          "cds_length": 1737,
          "cdna_start": 1294,
          "cdna_end": null,
          "cdna_length": 2706,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1201C>T",
          "hgvs_p": "p.Pro401Ser",
          "transcript": "XM_011526007.3",
          "protein_id": "XP_011524309.1",
          "transcript_support_level": null,
          "aa_start": 401,
          "aa_end": null,
          "aa_length": 559,
          "cds_start": 1201,
          "cds_end": null,
          "cds_length": 1680,
          "cdna_start": 1387,
          "cdna_end": null,
          "cdna_length": 4521,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1108C>T",
          "hgvs_p": "p.Pro370Ser",
          "transcript": "XM_024451180.2",
          "protein_id": "XP_024306948.1",
          "transcript_support_level": null,
          "aa_start": 370,
          "aa_end": null,
          "aa_length": 559,
          "cds_start": 1108,
          "cds_end": null,
          "cds_length": 1680,
          "cdna_start": 1294,
          "cdna_end": null,
          "cdna_length": 4521,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1033C>T",
          "hgvs_p": "p.Pro345Ser",
          "transcript": "XM_017025770.3",
          "protein_id": "XP_016881259.1",
          "transcript_support_level": null,
          "aa_start": 345,
          "aa_end": null,
          "aa_length": 549,
          "cds_start": 1033,
          "cds_end": null,
          "cds_length": 1650,
          "cdna_start": 1219,
          "cdna_end": null,
          "cdna_length": 4491,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1033C>T",
          "hgvs_p": "p.Pro345Ser",
          "transcript": "XM_047437519.1",
          "protein_id": "XP_047293475.1",
          "transcript_support_level": null,
          "aa_start": 345,
          "aa_end": null,
          "aa_length": 534,
          "cds_start": 1033,
          "cds_end": null,
          "cds_length": 1605,
          "cdna_start": 1219,
          "cdna_end": null,
          "cdna_length": 4446,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1108C>T",
          "hgvs_p": "p.Pro370Ser",
          "transcript": "XM_047437520.1",
          "protein_id": "XP_047293476.1",
          "transcript_support_level": null,
          "aa_start": 370,
          "aa_end": null,
          "aa_length": 528,
          "cds_start": 1108,
          "cds_end": null,
          "cds_length": 1587,
          "cdna_start": 1294,
          "cdna_end": null,
          "cdna_length": 4428,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MBD1",
          "gene_hgnc_id": 6916,
          "hgvs_c": "c.1033C>T",
          "hgvs_p": "p.Pro345Ser",
          "transcript": "XM_017025776.3",
          "protein_id": "XP_016881265.1",
          "transcript_support_level": null,
          "aa_start": 345,
          "aa_end": null,
          "aa_length": 503,
          "cds_start": 1033,
          "cds_end": null,
          "cds_length": 1512,
          "cdna_start": 1219,
          "cdna_end": null,
          "cdna_length": 4353,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "MBD1",
      "gene_hgnc_id": 6916,
      "dbsnp": "rs125555",
      "frequency_reference_population": 0.000012394768,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 20,
      "gnomad_exomes_af": 0.0000130004,
      "gnomad_genomes_af": 0.00000657479,
      "gnomad_exomes_ac": 19,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.09811198711395264,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.118,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0784,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.15,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.12,
      "phylop100way_prediction": "Benign",
      "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": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000269468.10",
          "gene_symbol": "MBD1",
          "hgnc_id": 6916,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "c.1201C>T",
          "hgvs_p": "p.Pro401Ser"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}