← 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: 7-5987048-TTGC-ATGT (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "7",
      "pos": 5987048,
      "ref": "TTGC",
      "alt": "ATGT",
      "effect": "missense_variant",
      "transcript": "ENST00000265849.12",
      "consequences": [
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1714_1717delGCAAinsACAT",
          "hgvs_p": "p.AlaThr572ThrSer",
          "transcript": "NM_000535.7",
          "protein_id": "NP_000526.2",
          "transcript_support_level": null,
          "aa_start": 572,
          "aa_end": null,
          "aa_length": 862,
          "cds_start": 1714,
          "cds_end": null,
          "cds_length": 2589,
          "cdna_start": 1747,
          "cdna_end": null,
          "cdna_length": 5093,
          "mane_select": "ENST00000265849.12",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1714_1717delGCAAinsACAT",
          "hgvs_p": "p.AlaThr572ThrSer",
          "transcript": "ENST00000265849.12",
          "protein_id": "ENSP00000265849.7",
          "transcript_support_level": 1,
          "aa_start": 572,
          "aa_end": null,
          "aa_length": 862,
          "cds_start": 1714,
          "cds_end": null,
          "cds_length": 2589,
          "cdna_start": 1747,
          "cdna_end": null,
          "cdna_length": 5093,
          "mane_select": "NM_000535.7",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.804-4060_804-4057delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000382321.5",
          "protein_id": "ENSP00000371758.4",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 461,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1386,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1386,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.1678+36_1678+39delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000406569.8",
          "protein_id": "ENSP00000514464.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2101,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.63-4146_63-4143delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000469652.1",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 93,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1900_1903delGCAAinsACAT",
          "hgvs_p": "p.AlaThr634ThrSer",
          "transcript": "NM_001406866.1",
          "protein_id": "NP_001393795.1",
          "transcript_support_level": null,
          "aa_start": 634,
          "aa_end": null,
          "aa_length": 924,
          "cds_start": 1900,
          "cds_end": null,
          "cds_length": 2775,
          "cdna_start": 1933,
          "cdna_end": null,
          "cdna_length": 5279,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1900_1903delGCAAinsACAT",
          "hgvs_p": "p.AlaThr634ThrSer",
          "transcript": "ENST00000699839.1",
          "protein_id": "ENSP00000514637.1",
          "transcript_support_level": null,
          "aa_start": 634,
          "aa_end": null,
          "aa_length": 924,
          "cds_start": 1900,
          "cds_end": null,
          "cds_length": 2775,
          "cdna_start": 1968,
          "cdna_end": null,
          "cdna_length": 3597,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1714_1717delGCAAinsACAT",
          "hgvs_p": "p.AlaThr572ThrSer",
          "transcript": "NM_001322014.2",
          "protein_id": "NP_001308943.1",
          "transcript_support_level": null,
          "aa_start": 572,
          "aa_end": null,
          "aa_length": 873,
          "cds_start": 1714,
          "cds_end": null,
          "cds_length": 2622,
          "cdna_start": 1747,
          "cdna_end": null,
          "cdna_length": 5126,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1714_1717delGCAAinsACAT",
          "hgvs_p": "p.AlaThr572ThrSer",
          "transcript": "ENST00000699766.1",
          "protein_id": "ENSP00000514574.1",
          "transcript_support_level": null,
          "aa_start": 572,
          "aa_end": null,
          "aa_length": 873,
          "cds_start": 1714,
          "cds_end": null,
          "cds_length": 2622,
          "cdna_start": 1820,
          "cdna_end": null,
          "cdna_length": 5167,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1738_1741delGCAAinsACAT",
          "hgvs_p": "p.AlaThr580ThrSer",
          "transcript": "NM_001406868.1",
          "protein_id": "NP_001393797.1",
          "transcript_support_level": null,
          "aa_start": 580,
          "aa_end": null,
          "aa_length": 870,
          "cds_start": 1738,
          "cds_end": null,
          "cds_length": 2613,
          "cdna_start": 1771,
          "cdna_end": null,
          "cdna_length": 5117,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1711_1714delGCAAinsACAT",
          "hgvs_p": "p.AlaThr571ThrSer",
          "transcript": "ENST00000699840.2",
          "protein_id": "ENSP00000514638.2",
          "transcript_support_level": null,
          "aa_start": 571,
          "aa_end": null,
          "aa_length": 861,
          "cds_start": 1711,
          "cds_end": null,
          "cds_length": 2586,
          "cdna_start": 1782,
          "cdna_end": null,
          "cdna_length": 2812,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1606_1609delGCAAinsACAT",
          "hgvs_p": "p.AlaThr536ThrSer",
          "transcript": "NM_001406869.1",
          "protein_id": "NP_001393798.1",
          "transcript_support_level": null,
          "aa_start": 536,
          "aa_end": null,
          "aa_length": 826,
          "cds_start": 1606,
          "cds_end": null,
          "cds_length": 2481,
          "cdna_start": 1639,
          "cdna_end": null,
          "cdna_length": 4985,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1606_1609delGCAAinsACAT",
          "hgvs_p": "p.AlaThr536ThrSer",
          "transcript": "ENST00000699930.2",
          "protein_id": "ENSP00000514695.2",
          "transcript_support_level": null,
          "aa_start": 536,
          "aa_end": null,
          "aa_length": 826,
          "cds_start": 1606,
          "cds_end": null,
          "cds_length": 2481,
          "cdna_start": 1689,
          "cdna_end": null,
          "cdna_length": 5035,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1558_1561delGCAAinsACAT",
          "hgvs_p": "p.AlaThr520ThrSer",
          "transcript": "NM_001406870.1",
          "protein_id": "NP_001393799.1",
          "transcript_support_level": null,
          "aa_start": 520,
          "aa_end": null,
          "aa_length": 821,
          "cds_start": 1558,
          "cds_end": null,
          "cds_length": 2466,
          "cdna_start": 1591,
          "cdna_end": null,
          "cdna_length": 4970,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1714_1717delGCAAinsACAT",
          "hgvs_p": "p.AlaThr572ThrSer",
          "transcript": "NM_001406871.1",
          "protein_id": "NP_001393800.1",
          "transcript_support_level": null,
          "aa_start": 572,
          "aa_end": null,
          "aa_length": 814,
          "cds_start": 1714,
          "cds_end": null,
          "cds_length": 2445,
          "cdna_start": 1747,
          "cdna_end": null,
          "cdna_length": 4949,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1714_1717delGCAAinsACAT",
          "hgvs_p": "p.AlaThr572ThrSer",
          "transcript": "ENST00000699768.1",
          "protein_id": "ENSP00000514576.1",
          "transcript_support_level": null,
          "aa_start": 572,
          "aa_end": null,
          "aa_length": 814,
          "cds_start": 1714,
          "cds_end": null,
          "cds_length": 2445,
          "cdna_start": 1820,
          "cdna_end": null,
          "cdna_length": 4990,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1558_1561delGCAAinsACAT",
          "hgvs_p": "p.AlaThr520ThrSer",
          "transcript": "NM_001322006.2",
          "protein_id": "NP_001308935.1",
          "transcript_support_level": null,
          "aa_start": 520,
          "aa_end": null,
          "aa_length": 810,
          "cds_start": 1558,
          "cds_end": null,
          "cds_length": 2433,
          "cdna_start": 1591,
          "cdna_end": null,
          "cdna_length": 4937,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1558_1561delGCAAinsACAT",
          "hgvs_p": "p.AlaThr520ThrSer",
          "transcript": "ENST00000699752.1",
          "protein_id": "ENSP00000514561.1",
          "transcript_support_level": null,
          "aa_start": 520,
          "aa_end": null,
          "aa_length": 810,
          "cds_start": 1558,
          "cds_end": null,
          "cds_length": 2433,
          "cdna_start": 1591,
          "cdna_end": null,
          "cdna_length": 4907,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1714_1717delGCAAinsACAT",
          "hgvs_p": "p.AlaThr572ThrSer",
          "transcript": "NM_001406872.1",
          "protein_id": "NP_001393801.1",
          "transcript_support_level": null,
          "aa_start": 572,
          "aa_end": null,
          "aa_length": 806,
          "cds_start": 1714,
          "cds_end": null,
          "cds_length": 2421,
          "cdna_start": 1747,
          "cdna_end": null,
          "cdna_length": 4925,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1546_1549delGCAAinsACAT",
          "hgvs_p": "p.AlaThr516ThrSer",
          "transcript": "NM_001406874.1",
          "protein_id": "NP_001393803.1",
          "transcript_support_level": null,
          "aa_start": 516,
          "aa_end": null,
          "aa_length": 806,
          "cds_start": 1546,
          "cds_end": null,
          "cds_length": 2421,
          "cdna_start": 1579,
          "cdna_end": null,
          "cdna_length": 4925,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1546_1549delGCAAinsACAT",
          "hgvs_p": "p.AlaThr516ThrSer",
          "transcript": "ENST00000699827.1",
          "protein_id": "ENSP00000514628.1",
          "transcript_support_level": null,
          "aa_start": 516,
          "aa_end": null,
          "aa_length": 806,
          "cds_start": 1546,
          "cds_end": null,
          "cds_length": 2421,
          "cdna_start": 1629,
          "cdna_end": null,
          "cdna_length": 2659,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1516_1519delGCAAinsACAT",
          "hgvs_p": "p.AlaThr506ThrSer",
          "transcript": "NM_001406873.1",
          "protein_id": "NP_001393802.1",
          "transcript_support_level": null,
          "aa_start": 506,
          "aa_end": null,
          "aa_length": 796,
          "cds_start": 1516,
          "cds_end": null,
          "cds_length": 2391,
          "cdna_start": 1549,
          "cdna_end": null,
          "cdna_length": 4895,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1516_1519delGCAAinsACAT",
          "hgvs_p": "p.AlaThr506ThrSer",
          "transcript": "ENST00000699754.1",
          "protein_id": "ENSP00000514563.1",
          "transcript_support_level": null,
          "aa_start": 506,
          "aa_end": null,
          "aa_length": 796,
          "cds_start": 1516,
          "cds_end": null,
          "cds_length": 2391,
          "cdna_start": 1564,
          "cdna_end": null,
          "cdna_length": 4880,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1405_1408delGCAAinsACAT",
          "hgvs_p": "p.AlaThr469ThrSer",
          "transcript": "NM_001406875.1",
          "protein_id": "NP_001393804.1",
          "transcript_support_level": null,
          "aa_start": 469,
          "aa_end": null,
          "aa_length": 770,
          "cds_start": 1405,
          "cds_end": null,
          "cds_length": 2313,
          "cdna_start": 2112,
          "cdna_end": null,
          "cdna_length": 5491,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1396_1399delGCAAinsACAT",
          "hgvs_p": "p.AlaThr466ThrSer",
          "transcript": "NM_001406876.1",
          "protein_id": "NP_001393805.1",
          "transcript_support_level": null,
          "aa_start": 466,
          "aa_end": null,
          "aa_length": 767,
          "cds_start": 1396,
          "cds_end": null,
          "cds_length": 2304,
          "cdna_start": 1644,
          "cdna_end": null,
          "cdna_length": 5023,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1405_1408delGCAAinsACAT",
          "hgvs_p": "p.AlaThr469ThrSer",
          "transcript": "NM_001322015.2",
          "protein_id": "NP_001308944.1",
          "transcript_support_level": null,
          "aa_start": 469,
          "aa_end": null,
          "aa_length": 759,
          "cds_start": 1405,
          "cds_end": null,
          "cds_length": 2280,
          "cdna_start": 1917,
          "cdna_end": null,
          "cdna_length": 5263,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1405_1408delGCAAinsACAT",
          "hgvs_p": "p.AlaThr469ThrSer",
          "transcript": "NM_001406877.1",
          "protein_id": "NP_001393806.1",
          "transcript_support_level": null,
          "aa_start": 469,
          "aa_end": null,
          "aa_length": 759,
          "cds_start": 1405,
          "cds_end": null,
          "cds_length": 2280,
          "cdna_start": 2279,
          "cdna_end": null,
          "cdna_length": 5625,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1405_1408delGCAAinsACAT",
          "hgvs_p": "p.AlaThr469ThrSer",
          "transcript": "NM_001406878.1",
          "protein_id": "NP_001393807.1",
          "transcript_support_level": null,
          "aa_start": 469,
          "aa_end": null,
          "aa_length": 759,
          "cds_start": 1405,
          "cds_end": null,
          "cds_length": 2280,
          "cdna_start": 1922,
          "cdna_end": null,
          "cdna_length": 5268,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1405_1408delGCAAinsACAT",
          "hgvs_p": "p.AlaThr469ThrSer",
          "transcript": "NM_001406879.1",
          "protein_id": "NP_001393808.1",
          "transcript_support_level": null,
          "aa_start": 469,
          "aa_end": null,
          "aa_length": 759,
          "cds_start": 1405,
          "cds_end": null,
          "cds_length": 2280,
          "cdna_start": 1782,
          "cdna_end": null,
          "cdna_length": 5128,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1405_1408delGCAAinsACAT",
          "hgvs_p": "p.AlaThr469ThrSer",
          "transcript": "NM_001406880.1",
          "protein_id": "NP_001393809.1",
          "transcript_support_level": null,
          "aa_start": 469,
          "aa_end": null,
          "aa_length": 759,
          "cds_start": 1405,
          "cds_end": null,
          "cds_length": 2280,
          "cdna_start": 1869,
          "cdna_end": null,
          "cdna_length": 5215,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1405_1408delGCAAinsACAT",
          "hgvs_p": "p.AlaThr469ThrSer",
          "transcript": "NM_001406881.1",
          "protein_id": "NP_001393810.1",
          "transcript_support_level": null,
          "aa_start": 469,
          "aa_end": null,
          "aa_length": 759,
          "cds_start": 1405,
          "cds_end": null,
          "cds_length": 2280,
          "cdna_start": 1679,
          "cdna_end": null,
          "cdna_length": 5025,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1405_1408delGCAAinsACAT",
          "hgvs_p": "p.AlaThr469ThrSer",
          "transcript": "NM_001406882.1",
          "protein_id": "NP_001393811.1",
          "transcript_support_level": null,
          "aa_start": 469,
          "aa_end": null,
          "aa_length": 759,
          "cds_start": 1405,
          "cds_end": null,
          "cds_length": 2280,
          "cdna_start": 2112,
          "cdna_end": null,
          "cdna_length": 5458,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1396_1399delGCAAinsACAT",
          "hgvs_p": "p.AlaThr466ThrSer",
          "transcript": "NM_001322007.2",
          "protein_id": "NP_001308936.1",
          "transcript_support_level": null,
          "aa_start": 466,
          "aa_end": null,
          "aa_length": 756,
          "cds_start": 1396,
          "cds_end": null,
          "cds_length": 2271,
          "cdna_start": 1644,
          "cdna_end": null,
          "cdna_length": 4990,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1396_1399delGCAAinsACAT",
          "hgvs_p": "p.AlaThr466ThrSer",
          "transcript": "NM_001322008.2",
          "protein_id": "NP_001308937.1",
          "transcript_support_level": null,
          "aa_start": 466,
          "aa_end": null,
          "aa_length": 756,
          "cds_start": 1396,
          "cds_end": null,
          "cds_length": 2271,
          "cdna_start": 1504,
          "cdna_end": null,
          "cdna_length": 4850,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1396_1399delGCAAinsACAT",
          "hgvs_p": "p.AlaThr466ThrSer",
          "transcript": "NM_001406883.1",
          "protein_id": "NP_001393812.1",
          "transcript_support_level": null,
          "aa_start": 466,
          "aa_end": null,
          "aa_length": 756,
          "cds_start": 1396,
          "cds_end": null,
          "cds_length": 2271,
          "cdna_start": 1639,
          "cdna_end": null,
          "cdna_length": 4985,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1396_1399delGCAAinsACAT",
          "hgvs_p": "p.AlaThr466ThrSer",
          "transcript": "ENST00000699760.1",
          "protein_id": "ENSP00000514568.1",
          "transcript_support_level": null,
          "aa_start": 466,
          "aa_end": null,
          "aa_length": 756,
          "cds_start": 1396,
          "cds_end": null,
          "cds_length": 2271,
          "cdna_start": 1551,
          "cdna_end": null,
          "cdna_length": 4867,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1390_1393delGCAAinsACAT",
          "hgvs_p": "p.AlaThr464ThrSer",
          "transcript": "NM_001406884.1",
          "protein_id": "NP_001393813.1",
          "transcript_support_level": null,
          "aa_start": 464,
          "aa_end": null,
          "aa_length": 754,
          "cds_start": 1390,
          "cds_end": null,
          "cds_length": 2265,
          "cdna_start": 1423,
          "cdna_end": null,
          "cdna_length": 4769,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1378_1381delGCAAinsACAT",
          "hgvs_p": "p.AlaThr460ThrSer",
          "transcript": "NM_001406885.1",
          "protein_id": "NP_001393814.1",
          "transcript_support_level": null,
          "aa_start": 460,
          "aa_end": null,
          "aa_length": 750,
          "cds_start": 1378,
          "cds_end": null,
          "cds_length": 2253,
          "cdna_start": 1411,
          "cdna_end": null,
          "cdna_length": 4757,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1348_1351delGCAAinsACAT",
          "hgvs_p": "p.AlaThr450ThrSer",
          "transcript": "NM_001406886.1",
          "protein_id": "NP_001393815.1",
          "transcript_support_level": null,
          "aa_start": 450,
          "aa_end": null,
          "aa_length": 740,
          "cds_start": 1348,
          "cds_end": null,
          "cds_length": 2223,
          "cdna_start": 1381,
          "cdna_end": null,
          "cdna_length": 4727,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1309_1312delGCAAinsACAT",
          "hgvs_p": "p.AlaThr437ThrSer",
          "transcript": "NM_001322009.2",
          "protein_id": "NP_001308938.1",
          "transcript_support_level": null,
          "aa_start": 437,
          "aa_end": null,
          "aa_length": 738,
          "cds_start": 1309,
          "cds_end": null,
          "cds_length": 2217,
          "cdna_start": 1932,
          "cdna_end": null,
          "cdna_length": 5311,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1309_1312delGCAAinsACAT",
          "hgvs_p": "p.AlaThr437ThrSer",
          "transcript": "NM_001406887.1",
          "protein_id": "NP_001393816.1",
          "transcript_support_level": null,
          "aa_start": 437,
          "aa_end": null,
          "aa_length": 738,
          "cds_start": 1309,
          "cds_end": null,
          "cds_length": 2217,
          "cdna_start": 1742,
          "cdna_end": null,
          "cdna_length": 5121,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1309_1312delGCAAinsACAT",
          "hgvs_p": "p.AlaThr437ThrSer",
          "transcript": "NM_001406888.1",
          "protein_id": "NP_001393817.1",
          "transcript_support_level": null,
          "aa_start": 437,
          "aa_end": null,
          "aa_length": 738,
          "cds_start": 1309,
          "cds_end": null,
          "cds_length": 2217,
          "cdna_start": 1694,
          "cdna_end": null,
          "cdna_length": 5073,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1309_1312delGCAAinsACAT",
          "hgvs_p": "p.AlaThr437ThrSer",
          "transcript": "ENST00000699821.1",
          "protein_id": "ENSP00000514622.1",
          "transcript_support_level": null,
          "aa_start": 437,
          "aa_end": null,
          "aa_length": 738,
          "cds_start": 1309,
          "cds_end": null,
          "cds_length": 2217,
          "cdna_start": 1798,
          "cdna_end": null,
          "cdna_length": 5145,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1309_1312delGCAAinsACAT",
          "hgvs_p": "p.AlaThr437ThrSer",
          "transcript": "NM_001322003.2",
          "protein_id": "NP_001308932.1",
          "transcript_support_level": null,
          "aa_start": 437,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1309,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": 1742,
          "cdna_end": null,
          "cdna_length": 5088,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1309_1312delGCAAinsACAT",
          "hgvs_p": "p.AlaThr437ThrSer",
          "transcript": "NM_001322004.2",
          "protein_id": "NP_001308933.1",
          "transcript_support_level": null,
          "aa_start": 437,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1309,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": 1607,
          "cdna_end": null,
          "cdna_length": 4953,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1309_1312delGCAAinsACAT",
          "hgvs_p": "p.AlaThr437ThrSer",
          "transcript": "NM_001322005.2",
          "protein_id": "NP_001308934.1",
          "transcript_support_level": null,
          "aa_start": 437,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1309,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": 1937,
          "cdna_end": null,
          "cdna_length": 5283,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1309_1312delGCAAinsACAT",
          "hgvs_p": "p.AlaThr437ThrSer",
          "transcript": "NM_001406889.1",
          "protein_id": "NP_001393818.1",
          "transcript_support_level": null,
          "aa_start": 437,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1309,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": 1689,
          "cdna_end": null,
          "cdna_length": 5035,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1309_1312delGCAAinsACAT",
          "hgvs_p": "p.AlaThr437ThrSer",
          "transcript": "NM_001406890.1",
          "protein_id": "NP_001393819.1",
          "transcript_support_level": null,
          "aa_start": 437,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1309,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": 1737,
          "cdna_end": null,
          "cdna_length": 5083,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1309_1312delGCAAinsACAT",
          "hgvs_p": "p.AlaThr437ThrSer",
          "transcript": "NM_001406891.1",
          "protein_id": "NP_001393820.1",
          "transcript_support_level": null,
          "aa_start": 437,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1309,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": 1914,
          "cdna_end": null,
          "cdna_length": 5260,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1309_1312delGCAAinsACAT",
          "hgvs_p": "p.AlaThr437ThrSer",
          "transcript": "NM_001406892.1",
          "protein_id": "NP_001393821.1",
          "transcript_support_level": null,
          "aa_start": 437,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1309,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": 1694,
          "cdna_end": null,
          "cdna_length": 5040,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1309_1312delGCAAinsACAT",
          "hgvs_p": "p.AlaThr437ThrSer",
          "transcript": "NM_001406893.1",
          "protein_id": "NP_001393822.1",
          "transcript_support_level": null,
          "aa_start": 437,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1309,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": 1987,
          "cdna_end": null,
          "cdna_length": 5333,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1309_1312delGCAAinsACAT",
          "hgvs_p": "p.AlaThr437ThrSer",
          "transcript": "NM_001406894.1",
          "protein_id": "NP_001393823.1",
          "transcript_support_level": null,
          "aa_start": 437,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1309,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": 1884,
          "cdna_end": null,
          "cdna_length": 5230,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1309_1312delGCAAinsACAT",
          "hgvs_p": "p.AlaThr437ThrSer",
          "transcript": "NM_001406895.1",
          "protein_id": "NP_001393824.1",
          "transcript_support_level": null,
          "aa_start": 437,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1309,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": 1554,
          "cdna_end": null,
          "cdna_length": 4900,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1309_1312delGCAAinsACAT",
          "hgvs_p": "p.AlaThr437ThrSer",
          "transcript": "NM_001406896.1",
          "protein_id": "NP_001393825.1",
          "transcript_support_level": null,
          "aa_start": 437,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1309,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": 1557,
          "cdna_end": null,
          "cdna_length": 4903,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1309_1312delGCAAinsACAT",
          "hgvs_p": "p.AlaThr437ThrSer",
          "transcript": "NM_001406897.1",
          "protein_id": "NP_001393826.1",
          "transcript_support_level": null,
          "aa_start": 437,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1309,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": 1932,
          "cdna_end": null,
          "cdna_length": 5278,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1309_1312delGCAAinsACAT",
          "hgvs_p": "p.AlaThr437ThrSer",
          "transcript": "NM_001406898.1",
          "protein_id": "NP_001393827.1",
          "transcript_support_level": null,
          "aa_start": 437,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1309,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": 1919,
          "cdna_end": null,
          "cdna_length": 5265,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1309_1312delGCAAinsACAT",
          "hgvs_p": "p.AlaThr437ThrSer",
          "transcript": "NM_001406899.1",
          "protein_id": "NP_001393828.1",
          "transcript_support_level": null,
          "aa_start": 437,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1309,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": 1880,
          "cdna_end": null,
          "cdna_length": 5226,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1309_1312delGCAAinsACAT",
          "hgvs_p": "p.AlaThr437ThrSer",
          "transcript": "ENST00000642292.1",
          "protein_id": "ENSP00000495524.1",
          "transcript_support_level": null,
          "aa_start": 437,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1309,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": 1655,
          "cdna_end": null,
          "cdna_length": 2679,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1309_1312delGCAAinsACAT",
          "hgvs_p": "p.AlaThr437ThrSer",
          "transcript": "ENST00000642456.1",
          "protein_id": "ENSP00000493814.1",
          "transcript_support_level": null,
          "aa_start": 437,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1309,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": 1768,
          "cdna_end": null,
          "cdna_length": 2765,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1309_1312delGCAAinsACAT",
          "hgvs_p": "p.AlaThr437ThrSer",
          "transcript": "ENST00000699761.1",
          "protein_id": "ENSP00000514569.1",
          "transcript_support_level": null,
          "aa_start": 437,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1309,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": 1737,
          "cdna_end": null,
          "cdna_length": 5053,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1309_1312delGCAAinsACAT",
          "hgvs_p": "p.AlaThr437ThrSer",
          "transcript": "ENST00000699811.1",
          "protein_id": "ENSP00000514614.1",
          "transcript_support_level": null,
          "aa_start": 437,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1309,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": 1917,
          "cdna_end": null,
          "cdna_length": 5246,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1309_1312delGCAAinsACAT",
          "hgvs_p": "p.AlaThr437ThrSer",
          "transcript": "ENST00000699818.1",
          "protein_id": "ENSP00000514619.1",
          "transcript_support_level": null,
          "aa_start": 437,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1309,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": 1937,
          "cdna_end": null,
          "cdna_length": 5253,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1309_1312delGCAAinsACAT",
          "hgvs_p": "p.AlaThr437ThrSer",
          "transcript": "ENST00000699823.1",
          "protein_id": "ENSP00000514624.1",
          "transcript_support_level": null,
          "aa_start": 437,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1309,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": 1569,
          "cdna_end": null,
          "cdna_length": 2599,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1309_1312delGCAAinsACAT",
          "hgvs_p": "p.AlaThr437ThrSer",
          "transcript": "ENST00000699837.1",
          "protein_id": "ENSP00000514635.1",
          "transcript_support_level": null,
          "aa_start": 437,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1309,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": 1654,
          "cdna_end": null,
          "cdna_length": 2684,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1249_1252delGCAAinsACAT",
          "hgvs_p": "p.AlaThr417ThrSer",
          "transcript": "NM_001406900.1",
          "protein_id": "NP_001393829.1",
          "transcript_support_level": null,
          "aa_start": 417,
          "aa_end": null,
          "aa_length": 707,
          "cds_start": 1249,
          "cds_end": null,
          "cds_length": 2124,
          "cdna_start": 1663,
          "cdna_end": null,
          "cdna_length": 5009,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1240_1243delGCAAinsACAT",
          "hgvs_p": "p.AlaThr414ThrSer",
          "transcript": "NM_001406901.1",
          "protein_id": "NP_001393830.1",
          "transcript_support_level": null,
          "aa_start": 414,
          "aa_end": null,
          "aa_length": 704,
          "cds_start": 1240,
          "cds_end": null,
          "cds_length": 2115,
          "cdna_start": 1488,
          "cdna_end": null,
          "cdna_length": 4834,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1240_1243delGCAAinsACAT",
          "hgvs_p": "p.AlaThr414ThrSer",
          "transcript": "NM_001406902.1",
          "protein_id": "NP_001393831.1",
          "transcript_support_level": null,
          "aa_start": 414,
          "aa_end": null,
          "aa_length": 704,
          "cds_start": 1240,
          "cds_end": null,
          "cds_length": 2115,
          "cdna_start": 1483,
          "cdna_end": null,
          "cdna_length": 4829,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1396_1399delGCAAinsACAT",
          "hgvs_p": "p.AlaThr466ThrSer",
          "transcript": "NM_001406903.1",
          "protein_id": "NP_001393832.1",
          "transcript_support_level": null,
          "aa_start": 466,
          "aa_end": null,
          "aa_length": 700,
          "cds_start": 1396,
          "cds_end": null,
          "cds_length": 2103,
          "cdna_start": 1644,
          "cdna_end": null,
          "cdna_length": 4822,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1201_1204delGCAAinsACAT",
          "hgvs_p": "p.AlaThr401ThrSer",
          "transcript": "NM_001406904.1",
          "protein_id": "NP_001393833.1",
          "transcript_support_level": null,
          "aa_start": 401,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 1201,
          "cds_end": null,
          "cds_length": 2076,
          "cdna_start": 1581,
          "cdna_end": null,
          "cdna_length": 4927,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1201_1204delGCAAinsACAT",
          "hgvs_p": "p.AlaThr401ThrSer",
          "transcript": "NM_001406905.1",
          "protein_id": "NP_001393834.1",
          "transcript_support_level": null,
          "aa_start": 401,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 1201,
          "cds_end": null,
          "cds_length": 2076,
          "cdna_start": 1634,
          "cdna_end": null,
          "cdna_length": 4980,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1153_1156delGCAAinsACAT",
          "hgvs_p": "p.AlaThr385ThrSer",
          "transcript": "NM_001322010.2",
          "protein_id": "NP_001308939.1",
          "transcript_support_level": null,
          "aa_start": 385,
          "aa_end": null,
          "aa_length": 675,
          "cds_start": 1153,
          "cds_end": null,
          "cds_length": 2028,
          "cdna_start": 1451,
          "cdna_end": null,
          "cdna_length": 4797,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1153_1156delGCAAinsACAT",
          "hgvs_p": "p.AlaThr385ThrSer",
          "transcript": "NM_001406906.1",
          "protein_id": "NP_001393835.1",
          "transcript_support_level": null,
          "aa_start": 385,
          "aa_end": null,
          "aa_length": 675,
          "cds_start": 1153,
          "cds_end": null,
          "cds_length": 2028,
          "cdna_start": 1586,
          "cdna_end": null,
          "cdna_length": 4932,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1153_1156delGCAAinsACAT",
          "hgvs_p": "p.AlaThr385ThrSer",
          "transcript": "NM_001406907.1",
          "protein_id": "NP_001393836.1",
          "transcript_support_level": null,
          "aa_start": 385,
          "aa_end": null,
          "aa_length": 675,
          "cds_start": 1153,
          "cds_end": null,
          "cds_length": 2028,
          "cdna_start": 1538,
          "cdna_end": null,
          "cdna_length": 4884,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1153_1156delGCAAinsACAT",
          "hgvs_p": "p.AlaThr385ThrSer",
          "transcript": "ENST00000699825.1",
          "protein_id": "ENSP00000514626.1",
          "transcript_support_level": null,
          "aa_start": 385,
          "aa_end": null,
          "aa_length": 675,
          "cds_start": 1153,
          "cds_end": null,
          "cds_length": 2028,
          "cdna_start": 1612,
          "cdna_end": null,
          "cdna_length": 2642,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1141_1144delGCAAinsACAT",
          "hgvs_p": "p.AlaThr381ThrSer",
          "transcript": "NM_001322013.2",
          "protein_id": "NP_001308942.1",
          "transcript_support_level": null,
          "aa_start": 381,
          "aa_end": null,
          "aa_length": 671,
          "cds_start": 1141,
          "cds_end": null,
          "cds_length": 2016,
          "cdna_start": 1574,
          "cdna_end": null,
          "cdna_length": 4920,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1309_1312delGCAAinsACAT",
          "hgvs_p": "p.AlaThr437ThrSer",
          "transcript": "NM_001406908.1",
          "protein_id": "NP_001393837.1",
          "transcript_support_level": null,
          "aa_start": 437,
          "aa_end": null,
          "aa_length": 671,
          "cds_start": 1309,
          "cds_end": null,
          "cds_length": 2016,
          "cdna_start": 1742,
          "cdna_end": null,
          "cdna_length": 4920,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1141_1144delGCAAinsACAT",
          "hgvs_p": "p.AlaThr381ThrSer",
          "transcript": "NM_001406909.1",
          "protein_id": "NP_001393838.1",
          "transcript_support_level": null,
          "aa_start": 381,
          "aa_end": null,
          "aa_length": 671,
          "cds_start": 1141,
          "cds_end": null,
          "cds_length": 2016,
          "cdna_start": 1526,
          "cdna_end": null,
          "cdna_length": 4872,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1141_1144delGCAAinsACAT",
          "hgvs_p": "p.AlaThr381ThrSer",
          "transcript": "ENST00000699762.1",
          "protein_id": "ENSP00000514570.1",
          "transcript_support_level": null,
          "aa_start": 381,
          "aa_end": null,
          "aa_length": 671,
          "cds_start": 1141,
          "cds_end": null,
          "cds_length": 2016,
          "cdna_start": 1624,
          "cdna_end": null,
          "cdna_length": 4940,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1309_1312delGCAAinsACAT",
          "hgvs_p": "p.AlaThr437ThrSer",
          "transcript": "NM_001406910.1",
          "protein_id": "NP_001393839.1",
          "transcript_support_level": null,
          "aa_start": 437,
          "aa_end": null,
          "aa_length": 623,
          "cds_start": 1309,
          "cds_end": null,
          "cds_length": 1872,
          "cdna_start": 1742,
          "cdna_end": null,
          "cdna_length": 4776,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.943_946delGCAAinsACAT",
          "hgvs_p": "p.AlaThr315ThrSer",
          "transcript": "NM_001406911.1",
          "protein_id": "NP_001393840.1",
          "transcript_support_level": null,
          "aa_start": 315,
          "aa_end": null,
          "aa_length": 605,
          "cds_start": 943,
          "cds_end": null,
          "cds_length": 1818,
          "cdna_start": 1241,
          "cdna_end": null,
          "cdna_length": 4587,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.781_784delGCAAinsACAT",
          "hgvs_p": "p.AlaThr261ThrSer",
          "transcript": "NM_001322011.2",
          "protein_id": "NP_001308940.1",
          "transcript_support_level": null,
          "aa_start": 261,
          "aa_end": null,
          "aa_length": 551,
          "cds_start": 781,
          "cds_end": null,
          "cds_length": 1656,
          "cdna_start": 1698,
          "cdna_end": null,
          "cdna_length": 5044,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.781_784delGCAAinsACAT",
          "hgvs_p": "p.AlaThr261ThrSer",
          "transcript": "NM_001322012.2",
          "protein_id": "NP_001308941.1",
          "transcript_support_level": null,
          "aa_start": 261,
          "aa_end": null,
          "aa_length": 551,
          "cds_start": 781,
          "cds_end": null,
          "cds_length": 1656,
          "cdna_start": 1693,
          "cdna_end": null,
          "cdna_length": 5039,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1759_1762delGCAAinsACAT",
          "hgvs_p": "p.AlaThr587ThrSer",
          "transcript": "XM_047420482.1",
          "protein_id": "XP_047276438.1",
          "transcript_support_level": null,
          "aa_start": 587,
          "aa_end": null,
          "aa_length": 877,
          "cds_start": 1759,
          "cds_end": null,
          "cds_length": 2634,
          "cdna_start": 2018,
          "cdna_end": null,
          "cdna_length": 5364,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1708_1711delGCAAinsACAT",
          "hgvs_p": "p.AlaThr570ThrSer",
          "transcript": "XM_047420483.1",
          "protein_id": "XP_047276439.1",
          "transcript_support_level": null,
          "aa_start": 570,
          "aa_end": null,
          "aa_length": 860,
          "cds_start": 1708,
          "cds_end": null,
          "cds_length": 2583,
          "cdna_start": 1719,
          "cdna_end": null,
          "cdna_length": 5065,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.1603_1606delGCAAinsACAT",
          "hgvs_p": "p.AlaThr535ThrSer",
          "transcript": "XM_047420484.1",
          "protein_id": "XP_047276440.1",
          "transcript_support_level": null,
          "aa_start": 535,
          "aa_end": null,
          "aa_length": 825,
          "cds_start": 1603,
          "cds_end": null,
          "cds_length": 2478,
          "cdna_start": 1718,
          "cdna_end": null,
          "cdna_length": 5064,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "AT",
          "aa_alt": "TS",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.781_784delGCAAinsACAT",
          "hgvs_p": "p.AlaThr261ThrSer",
          "transcript": "XM_047420486.1",
          "protein_id": "XP_047276442.1",
          "transcript_support_level": null,
          "aa_start": 261,
          "aa_end": null,
          "aa_length": 551,
          "cds_start": 781,
          "cds_end": null,
          "cds_length": 1656,
          "cdna_start": 834,
          "cdna_end": null,
          "cdna_length": 4180,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*1113_*1116delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000643595.1",
          "protein_id": "ENSP00000494497.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2600,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*1308_*1311delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000644110.2",
          "protein_id": "ENSP00000496392.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2509,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*1135_*1138delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699753.1",
          "protein_id": "ENSP00000514562.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5040,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*1113_*1116delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699755.1",
          "protein_id": "ENSP00000514564.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5033,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*1301_*1304delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699756.1",
          "protein_id": "ENSP00000514565.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5034,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*971_*974delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699757.1",
          "protein_id": "ENSP00000514566.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4757,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*971_*974delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699758.1",
          "protein_id": "ENSP00000514567.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4811,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.2568_2571delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699759.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5887,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*804_*807delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699763.1",
          "protein_id": "ENSP00000514571.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5230,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*32_*35delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699764.1",
          "protein_id": "ENSP00000514572.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4996,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*810_*813delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699765.1",
          "protein_id": "ENSP00000514573.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4787,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.1714_1717delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699767.1",
          "protein_id": "ENSP00000514575.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5091,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.1827_1830delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699813.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5146,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*1110_*1113delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699814.2",
          "protein_id": "ENSP00000514615.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4762,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*1245_*1248delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699815.1",
          "protein_id": "ENSP00000514616.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5201,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*604_*607delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699816.1",
          "protein_id": "ENSP00000514617.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5400,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*1308_*1311delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699817.1",
          "protein_id": "ENSP00000514618.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4873,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*871_*874delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699819.1",
          "protein_id": "ENSP00000514620.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5104,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*1166_*1169delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699822.1",
          "protein_id": "ENSP00000514623.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2830,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*1217_*1220delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699824.1",
          "protein_id": "ENSP00000514625.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2919,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*1113_*1116delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699826.1",
          "protein_id": "ENSP00000514627.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2623,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*804_*807delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699828.1",
          "protein_id": "ENSP00000514629.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2974,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.3486_3489delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699833.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6805,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*1614_*1617delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699838.1",
          "protein_id": "ENSP00000514636.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3542,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*971_*974delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699916.1",
          "protein_id": "ENSP00000514684.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3341,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*1163_*1166delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699917.1",
          "protein_id": "ENSP00000514685.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3499,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*1215_*1218delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699918.1",
          "protein_id": "ENSP00000514686.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3551,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*1301_*1304delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699919.1",
          "protein_id": "ENSP00000514687.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3637,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*1350_*1353delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699920.1",
          "protein_id": "ENSP00000514688.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3686,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*1015_*1018delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699929.1",
          "protein_id": "ENSP00000514694.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1757,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.3142_3145delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699931.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3252,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*810_*813delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699951.1",
          "protein_id": "ENSP00000514706.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2684,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*821_*824delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699953.1",
          "protein_id": "ENSP00000514708.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1806,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*1015_*1018delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699954.1",
          "protein_id": "ENSP00000514709.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1754,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.1801_1804delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "NR_136154.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5107,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*1113_*1116delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000643595.1",
          "protein_id": "ENSP00000494497.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2600,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*1308_*1311delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000644110.2",
          "protein_id": "ENSP00000496392.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2509,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*1135_*1138delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699753.1",
          "protein_id": "ENSP00000514562.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5040,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*1113_*1116delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699755.1",
          "protein_id": "ENSP00000514564.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5033,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*1301_*1304delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699756.1",
          "protein_id": "ENSP00000514565.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5034,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*971_*974delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699757.1",
          "protein_id": "ENSP00000514566.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4757,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*971_*974delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699758.1",
          "protein_id": "ENSP00000514567.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4811,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*804_*807delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699763.1",
          "protein_id": "ENSP00000514571.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5230,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*32_*35delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699764.1",
          "protein_id": "ENSP00000514572.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4996,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*810_*813delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699765.1",
          "protein_id": "ENSP00000514573.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4787,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*1110_*1113delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699814.2",
          "protein_id": "ENSP00000514615.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4762,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*1245_*1248delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699815.1",
          "protein_id": "ENSP00000514616.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5201,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*604_*607delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699816.1",
          "protein_id": "ENSP00000514617.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5400,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*1308_*1311delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699817.1",
          "protein_id": "ENSP00000514618.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4873,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*871_*874delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699819.1",
          "protein_id": "ENSP00000514620.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5104,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*1166_*1169delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699822.1",
          "protein_id": "ENSP00000514623.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2830,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*1217_*1220delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699824.1",
          "protein_id": "ENSP00000514625.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2919,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*1113_*1116delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699826.1",
          "protein_id": "ENSP00000514627.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2623,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*804_*807delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699828.1",
          "protein_id": "ENSP00000514629.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2974,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*1614_*1617delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699838.1",
          "protein_id": "ENSP00000514636.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3542,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*971_*974delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699916.1",
          "protein_id": "ENSP00000514684.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3341,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*1163_*1166delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699917.1",
          "protein_id": "ENSP00000514685.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3499,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*1215_*1218delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699918.1",
          "protein_id": "ENSP00000514686.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3551,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*1301_*1304delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699919.1",
          "protein_id": "ENSP00000514687.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3637,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*1350_*1353delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699920.1",
          "protein_id": "ENSP00000514688.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3686,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*1015_*1018delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699929.1",
          "protein_id": "ENSP00000514694.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1757,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*810_*813delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699951.1",
          "protein_id": "ENSP00000514706.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2684,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*821_*824delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699953.1",
          "protein_id": "ENSP00000514708.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1806,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.*1015_*1018delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699954.1",
          "protein_id": "ENSP00000514709.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1754,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.804-4060_804-4057delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "NM_001406912.1",
          "protein_id": "NP_001393841.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 461,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1386,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3890,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "c.803+10275_803+10278delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699952.1",
          "protein_id": "ENSP00000514707.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 267,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 804,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1185,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": 10,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.1144+2749_1144+2752delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699820.1",
          "protein_id": "ENSP00000514621.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4280,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "PMS2",
          "gene_hgnc_id": 9122,
          "hgvs_c": "n.989-4060_989-4057delGCAAinsACAT",
          "hgvs_p": null,
          "transcript": "ENST00000699928.1",
          "protein_id": "ENSP00000514693.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2728,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "PMS2",
      "gene_hgnc_id": 9122,
      "dbsnp": "rs1060503126",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": null,
      "computational_prediction_selected": null,
      "computational_source_selected": null,
      "splice_score_selected": null,
      "splice_prediction_selected": null,
      "splice_source_selected": null,
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": null,
      "bayesdelnoaf_prediction": null,
      "phylop100way_score": 0.91,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": null,
      "spliceai_max_prediction": null,
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 2,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM1",
      "acmg_by_gene": [
        {
          "score": 2,
          "benign_score": 0,
          "pathogenic_score": 2,
          "criteria": [
            "PM1"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000265849.12",
          "gene_symbol": "PMS2",
          "hgnc_id": 9122,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR,AD",
          "hgvs_c": "c.1714_1717delGCAAinsACAT",
          "hgvs_p": "p.AlaThr572ThrSer"
        }
      ],
      "clinvar_disease": "Hereditary nonpolyposis colorectal neoplasms,Lynch syndrome 4,Mismatch repair cancer syndrome 4,not provided,not specified",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "US:4 B:1",
      "phenotype_combined": "not provided|Lynch syndrome 4;Mismatch repair cancer syndrome 4|Hereditary nonpolyposis colorectal neoplasms|not specified",
      "pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
      "custom_annotations": null
    }
  ],
  "message": null
}