← 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: 2-47410232-A-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "2",
      "pos": 47410232,
      "ref": "A",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "NM_000251.3",
      "consequences": [
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.505A>G",
          "hgvs_p": "p.Ile169Val",
          "transcript": "NM_000251.3",
          "protein_id": "NP_000242.1",
          "transcript_support_level": null,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 934,
          "cds_start": 505,
          "cds_end": null,
          "cds_length": 2805,
          "cdna_start": 541,
          "cdna_end": null,
          "cdna_length": 3115,
          "mane_select": "ENST00000233146.7",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.505A>G",
          "hgvs_p": "p.Ile169Val",
          "transcript": "ENST00000233146.7",
          "protein_id": "ENSP00000233146.2",
          "transcript_support_level": 1,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 934,
          "cds_start": 505,
          "cds_end": null,
          "cds_length": 2805,
          "cdna_start": 541,
          "cdna_end": null,
          "cdna_length": 3115,
          "mane_select": "NM_000251.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.505A>G",
          "hgvs_p": "p.Ile169Val",
          "transcript": "ENST00000406134.5",
          "protein_id": "ENSP00000384199.1",
          "transcript_support_level": 1,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 921,
          "cds_start": 505,
          "cds_end": null,
          "cds_length": 2766,
          "cdna_start": 567,
          "cdna_end": null,
          "cdna_length": 3628,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.505A>G",
          "hgvs_p": "p.Ile169Val",
          "transcript": "NM_001406674.1",
          "protein_id": "NP_001393603.1",
          "transcript_support_level": null,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 1014,
          "cds_start": 505,
          "cds_end": null,
          "cds_length": 3045,
          "cdna_start": 541,
          "cdna_end": null,
          "cdna_length": 5813,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.505A>G",
          "hgvs_p": "p.Ile169Val",
          "transcript": "NM_001406631.1",
          "protein_id": "NP_001393560.1",
          "transcript_support_level": null,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 979,
          "cds_start": 505,
          "cds_end": null,
          "cds_length": 2940,
          "cdna_start": 541,
          "cdna_end": null,
          "cdna_length": 3210,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.505A>G",
          "hgvs_p": "p.Ile169Val",
          "transcript": "NM_001406632.1",
          "protein_id": "NP_001393561.1",
          "transcript_support_level": null,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 976,
          "cds_start": 505,
          "cds_end": null,
          "cds_length": 2931,
          "cdna_start": 541,
          "cdna_end": null,
          "cdna_length": 3284,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.505A>G",
          "hgvs_p": "p.Ile169Val",
          "transcript": "NM_001406633.1",
          "protein_id": "NP_001393562.1",
          "transcript_support_level": null,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 975,
          "cds_start": 505,
          "cds_end": null,
          "cds_length": 2928,
          "cdna_start": 541,
          "cdna_end": null,
          "cdna_length": 3134,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.505A>G",
          "hgvs_p": "p.Ile169Val",
          "transcript": "NM_001406634.1",
          "protein_id": "NP_001393563.1",
          "transcript_support_level": null,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 974,
          "cds_start": 505,
          "cds_end": null,
          "cds_length": 2925,
          "cdna_start": 541,
          "cdna_end": null,
          "cdna_length": 5693,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.505A>G",
          "hgvs_p": "p.Ile169Val",
          "transcript": "NM_001406635.1",
          "protein_id": "NP_001393564.1",
          "transcript_support_level": null,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 969,
          "cds_start": 505,
          "cds_end": null,
          "cds_length": 2910,
          "cdna_start": 541,
          "cdna_end": null,
          "cdna_length": 3051,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.505A>G",
          "hgvs_p": "p.Ile169Val",
          "transcript": "NM_001406636.1",
          "protein_id": "NP_001393565.1",
          "transcript_support_level": null,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 958,
          "cds_start": 505,
          "cds_end": null,
          "cds_length": 2877,
          "cdna_start": 541,
          "cdna_end": null,
          "cdna_length": 3018,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.505A>G",
          "hgvs_p": "p.Ile169Val",
          "transcript": "NM_001406637.1",
          "protein_id": "NP_001393566.1",
          "transcript_support_level": null,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 957,
          "cds_start": 505,
          "cds_end": null,
          "cds_length": 2874,
          "cdna_start": 541,
          "cdna_end": null,
          "cdna_length": 4436,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.505A>G",
          "hgvs_p": "p.Ile169Val",
          "transcript": "NM_001406638.1",
          "protein_id": "NP_001393567.1",
          "transcript_support_level": null,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 947,
          "cds_start": 505,
          "cds_end": null,
          "cds_length": 2844,
          "cdna_start": 541,
          "cdna_end": null,
          "cdna_length": 10637,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.505A>G",
          "hgvs_p": "p.Ile169Val",
          "transcript": "NM_001406639.1",
          "protein_id": "NP_001393568.1",
          "transcript_support_level": null,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 945,
          "cds_start": 505,
          "cds_end": null,
          "cds_length": 2838,
          "cdna_start": 541,
          "cdna_end": null,
          "cdna_length": 3191,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.505A>G",
          "hgvs_p": "p.Ile169Val",
          "transcript": "NM_001406640.1",
          "protein_id": "NP_001393569.1",
          "transcript_support_level": null,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 945,
          "cds_start": 505,
          "cds_end": null,
          "cds_length": 2838,
          "cdna_start": 541,
          "cdna_end": null,
          "cdna_length": 3032,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.505A>G",
          "hgvs_p": "p.Ile169Val",
          "transcript": "NM_001406641.1",
          "protein_id": "NP_001393570.1",
          "transcript_support_level": null,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 934,
          "cds_start": 505,
          "cds_end": null,
          "cds_length": 2805,
          "cdna_start": 541,
          "cdna_end": null,
          "cdna_length": 10598,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.505A>G",
          "hgvs_p": "p.Ile169Val",
          "transcript": "NM_001406642.1",
          "protein_id": "NP_001393571.1",
          "transcript_support_level": null,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 929,
          "cds_start": 505,
          "cds_end": null,
          "cds_length": 2790,
          "cdna_start": 541,
          "cdna_end": null,
          "cdna_length": 2909,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.505A>G",
          "hgvs_p": "p.Ile169Val",
          "transcript": "NM_001406643.1",
          "protein_id": "NP_001393572.1",
          "transcript_support_level": null,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 926,
          "cds_start": 505,
          "cds_end": null,
          "cds_length": 2781,
          "cdna_start": 541,
          "cdna_end": null,
          "cdna_length": 3626,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.505A>G",
          "hgvs_p": "p.Ile169Val",
          "transcript": "NM_001406644.1",
          "protein_id": "NP_001393573.1",
          "transcript_support_level": null,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 924,
          "cds_start": 505,
          "cds_end": null,
          "cds_length": 2775,
          "cdna_start": 541,
          "cdna_end": null,
          "cdna_length": 5585,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.505A>G",
          "hgvs_p": "p.Ile169Val",
          "transcript": "ENST00000645506.1",
          "protein_id": "ENSP00000495455.1",
          "transcript_support_level": null,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 924,
          "cds_start": 505,
          "cds_end": null,
          "cds_length": 2775,
          "cdna_start": 578,
          "cdna_end": null,
          "cdna_length": 7893,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.505A>G",
          "hgvs_p": "p.Ile169Val",
          "transcript": "NM_001406645.1",
          "protein_id": "NP_001393574.1",
          "transcript_support_level": null,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 921,
          "cds_start": 505,
          "cds_end": null,
          "cds_length": 2766,
          "cdna_start": 541,
          "cdna_end": null,
          "cdna_length": 10404,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.505A>G",
          "hgvs_p": "p.Ile169Val",
          "transcript": "NM_001406646.1",
          "protein_id": "NP_001393575.1",
          "transcript_support_level": null,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 918,
          "cds_start": 505,
          "cds_end": null,
          "cds_length": 2757,
          "cdna_start": 541,
          "cdna_end": null,
          "cdna_length": 4488,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.505A>G",
          "hgvs_p": "p.Ile169Val",
          "transcript": "NM_001406647.1",
          "protein_id": "NP_001393576.1",
          "transcript_support_level": null,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 903,
          "cds_start": 505,
          "cds_end": null,
          "cds_length": 2712,
          "cdna_start": 541,
          "cdna_end": null,
          "cdna_length": 3065,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.505A>G",
          "hgvs_p": "p.Ile169Val",
          "transcript": "NM_001406648.1",
          "protein_id": "NP_001393577.1",
          "transcript_support_level": null,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 885,
          "cds_start": 505,
          "cds_end": null,
          "cds_length": 2658,
          "cdna_start": 541,
          "cdna_end": null,
          "cdna_length": 2858,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.505A>G",
          "hgvs_p": "p.Ile169Val",
          "transcript": "NM_001406649.1",
          "protein_id": "NP_001393578.1",
          "transcript_support_level": null,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 884,
          "cds_start": 505,
          "cds_end": null,
          "cds_length": 2655,
          "cdna_start": 541,
          "cdna_end": null,
          "cdna_length": 10448,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.505A>G",
          "hgvs_p": "p.Ile169Val",
          "transcript": "NM_001406650.1",
          "protein_id": "NP_001393579.1",
          "transcript_support_level": null,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 884,
          "cds_start": 505,
          "cds_end": null,
          "cds_length": 2655,
          "cdna_start": 541,
          "cdna_end": null,
          "cdna_length": 2965,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.505A>G",
          "hgvs_p": "p.Ile169Val",
          "transcript": "ENST00000713854.1",
          "protein_id": "ENSP00000519159.1",
          "transcript_support_level": null,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 884,
          "cds_start": 505,
          "cds_end": null,
          "cds_length": 2655,
          "cdna_start": 567,
          "cdna_end": null,
          "cdna_length": 2996,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.505A>G",
          "hgvs_p": "p.Ile169Val",
          "transcript": "NM_001406651.1",
          "protein_id": "NP_001393580.1",
          "transcript_support_level": null,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 874,
          "cds_start": 505,
          "cds_end": null,
          "cds_length": 2625,
          "cdna_start": 541,
          "cdna_end": null,
          "cdna_length": 5435,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.505A>G",
          "hgvs_p": "p.Ile169Val",
          "transcript": "NM_001406652.1",
          "protein_id": "NP_001393581.1",
          "transcript_support_level": null,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 871,
          "cds_start": 505,
          "cds_end": null,
          "cds_length": 2616,
          "cdna_start": 541,
          "cdna_end": null,
          "cdna_length": 10254,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.307A>G",
          "hgvs_p": "p.Ile103Val",
          "transcript": "NM_001258281.1",
          "protein_id": "NP_001245210.1",
          "transcript_support_level": null,
          "aa_start": 103,
          "aa_end": null,
          "aa_length": 868,
          "cds_start": 307,
          "cds_end": null,
          "cds_length": 2607,
          "cdna_start": 446,
          "cdna_end": null,
          "cdna_length": 3025,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.307A>G",
          "hgvs_p": "p.Ile103Val",
          "transcript": "ENST00000543555.6",
          "protein_id": "ENSP00000442697.1",
          "transcript_support_level": 2,
          "aa_start": 103,
          "aa_end": null,
          "aa_length": 868,
          "cds_start": 307,
          "cds_end": null,
          "cds_length": 2607,
          "cdna_start": 446,
          "cdna_end": null,
          "cdna_length": 3018,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.445A>G",
          "hgvs_p": "p.Ile149Val",
          "transcript": "NM_001406653.1",
          "protein_id": "NP_001393582.1",
          "transcript_support_level": null,
          "aa_start": 149,
          "aa_end": null,
          "aa_length": 866,
          "cds_start": 445,
          "cds_end": null,
          "cds_length": 2601,
          "cdna_start": 481,
          "cdna_end": null,
          "cdna_length": 4160,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.85A>G",
          "hgvs_p": "p.Ile29Val",
          "transcript": "NM_001406654.1",
          "protein_id": "NP_001393583.1",
          "transcript_support_level": null,
          "aa_start": 29,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 85,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": 461,
          "cdna_end": null,
          "cdna_length": 10324,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.505A>G",
          "hgvs_p": "p.Ile169Val",
          "transcript": "NM_001406655.1",
          "protein_id": "NP_001393584.1",
          "transcript_support_level": null,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 679,
          "cds_start": 505,
          "cds_end": null,
          "cds_length": 2040,
          "cdna_start": 541,
          "cdna_end": null,
          "cdna_length": 2660,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.505A>G",
          "hgvs_p": "p.Ile169Val",
          "transcript": "NM_001406657.1",
          "protein_id": "NP_001393586.1",
          "transcript_support_level": null,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 563,
          "cds_start": 505,
          "cds_end": null,
          "cds_length": 1692,
          "cdna_start": 541,
          "cdna_end": null,
          "cdna_length": 2562,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.505A>G",
          "hgvs_p": "p.Ile169Val",
          "transcript": "ENST00000713860.1",
          "protein_id": "ENSP00000519165.1",
          "transcript_support_level": null,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 492,
          "cds_start": 505,
          "cds_end": null,
          "cds_length": 1479,
          "cdna_start": 529,
          "cdna_end": null,
          "cdna_length": 1665,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.505A>G",
          "hgvs_p": "p.Ile169Val",
          "transcript": "ENST00000713861.1",
          "protein_id": "ENSP00000519166.1",
          "transcript_support_level": null,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 491,
          "cds_start": 505,
          "cds_end": null,
          "cds_length": 1476,
          "cdna_start": 529,
          "cdna_end": null,
          "cdna_length": 1551,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.505A>G",
          "hgvs_p": "p.Ile169Val",
          "transcript": "NM_001406666.1",
          "protein_id": "NP_001393595.1",
          "transcript_support_level": null,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 474,
          "cds_start": 505,
          "cds_end": null,
          "cds_length": 1425,
          "cdna_start": 541,
          "cdna_end": null,
          "cdna_length": 1589,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.505A>G",
          "hgvs_p": "p.Ile169Val",
          "transcript": "NM_001406672.1",
          "protein_id": "NP_001393601.1",
          "transcript_support_level": null,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 424,
          "cds_start": 505,
          "cds_end": null,
          "cds_length": 1275,
          "cdna_start": 541,
          "cdna_end": null,
          "cdna_length": 1439,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.505A>G",
          "hgvs_p": "p.Ile169Val",
          "transcript": "XM_047444416.1",
          "protein_id": "XP_047300372.1",
          "transcript_support_level": null,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 938,
          "cds_start": 505,
          "cds_end": null,
          "cds_length": 2817,
          "cdna_start": 541,
          "cdna_end": null,
          "cdna_length": 3189,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "n.505A>G",
          "hgvs_p": null,
          "transcript": "ENST00000644092.1",
          "protein_id": "ENSP00000496351.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": 5343,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "n.505A>G",
          "hgvs_p": null,
          "transcript": "ENST00000644900.2",
          "protein_id": "ENSP00000495641.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": 3846,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "n.505A>G",
          "hgvs_p": null,
          "transcript": "ENST00000645339.1",
          "protein_id": "ENSP00000496441.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": 3113,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "n.505A>G",
          "hgvs_p": null,
          "transcript": "ENST00000646415.1",
          "protein_id": "ENSP00000495543.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": 4523,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "n.505A>G",
          "hgvs_p": null,
          "transcript": "ENST00000713867.1",
          "protein_id": "ENSP00000519172.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": 3443,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "n.541A>G",
          "hgvs_p": null,
          "transcript": "NR_176230.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": 6248,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "n.541A>G",
          "hgvs_p": null,
          "transcript": "NR_176231.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": 5553,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "n.541A>G",
          "hgvs_p": null,
          "transcript": "NR_176232.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": 3721,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "n.533A>G",
          "hgvs_p": null,
          "transcript": "NR_176233.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": 3563,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "n.541A>G",
          "hgvs_p": null,
          "transcript": "NR_176234.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": 3249,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "n.541A>G",
          "hgvs_p": null,
          "transcript": "NR_176235.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": 5158,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "n.541A>G",
          "hgvs_p": null,
          "transcript": "NR_176236.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": 4678,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "n.541A>G",
          "hgvs_p": null,
          "transcript": "NR_176237.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": 4872,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "n.541A>G",
          "hgvs_p": null,
          "transcript": "NR_176238.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": 4811,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "n.541A>G",
          "hgvs_p": null,
          "transcript": "NR_176239.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": 4682,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "n.541A>G",
          "hgvs_p": null,
          "transcript": "NR_176240.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": 10199,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "n.541A>G",
          "hgvs_p": null,
          "transcript": "NR_176241.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": 3300,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "n.541A>G",
          "hgvs_p": null,
          "transcript": "NR_176242.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": 3232,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "n.541A>G",
          "hgvs_p": null,
          "transcript": "NR_176243.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": 3096,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "n.541A>G",
          "hgvs_p": null,
          "transcript": "NR_176244.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": 3726,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "n.541A>G",
          "hgvs_p": null,
          "transcript": "NR_176245.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": 3182,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "n.541A>G",
          "hgvs_p": null,
          "transcript": "NR_176246.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": 3264,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "n.541A>G",
          "hgvs_p": null,
          "transcript": "NR_176247.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": 3208,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "n.541A>G",
          "hgvs_p": null,
          "transcript": "NR_176248.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": 3408,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "n.541A>G",
          "hgvs_p": null,
          "transcript": "NR_176249.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": 4450,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "n.541A>G",
          "hgvs_p": null,
          "transcript": "NR_176250.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": 2855,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.-491A>G",
          "hgvs_p": null,
          "transcript": "NM_001406656.1",
          "protein_id": "NP_001393585.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 622,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1869,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 10502,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.-814A>G",
          "hgvs_p": null,
          "transcript": "NM_001406658.1",
          "protein_id": "NP_001393587.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 482,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1449,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3077,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.-964A>G",
          "hgvs_p": null,
          "transcript": "NM_001406659.1",
          "protein_id": "NP_001393588.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 482,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1449,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3227,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.-1161A>G",
          "hgvs_p": null,
          "transcript": "NM_001406660.1",
          "protein_id": "NP_001393589.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 482,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1449,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3424,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.-1116A>G",
          "hgvs_p": null,
          "transcript": "NM_001406661.1",
          "protein_id": "NP_001393590.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 482,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1449,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3379,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.-1033A>G",
          "hgvs_p": null,
          "transcript": "NM_001406662.1",
          "protein_id": "NP_001393591.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 482,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1449,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3296,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.-964A>G",
          "hgvs_p": null,
          "transcript": "NM_001406669.1",
          "protein_id": "NP_001393598.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 469,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1410,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 10516,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "MSH2",
          "gene_hgnc_id": 7325,
          "hgvs_c": "c.366+1677A>G",
          "hgvs_p": null,
          "transcript": "ENST00000713919.1",
          "protein_id": "ENSP00000519219.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 841,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2526,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2823,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "MSH2",
      "gene_hgnc_id": 7325,
      "dbsnp": "rs63750716",
      "frequency_reference_population": 0.00014806335,
      "hom_count_reference_population": 2,
      "allele_count_reference_population": 239,
      "gnomad_exomes_af": 0.000149123,
      "gnomad_genomes_af": 0.000137895,
      "gnomad_exomes_ac": 218,
      "gnomad_genomes_ac": 21,
      "gnomad_exomes_homalt": 2,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.01151973009109497,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.019999999552965164,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.415,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.0633,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.14,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 1.857,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.02,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -18,
      "acmg_classification": "Benign",
      "acmg_criteria": "PM1,BP4_Strong,BP6_Very_Strong,BS1,BS2",
      "acmg_by_gene": [
        {
          "score": -18,
          "benign_score": 20,
          "pathogenic_score": 2,
          "criteria": [
            "PM1",
            "BP4_Strong",
            "BP6_Very_Strong",
            "BS1",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "NM_000251.3",
          "gene_symbol": "MSH2",
          "hgnc_id": 7325,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD,AR",
          "hgvs_c": "c.505A>G",
          "hgvs_p": "p.Ile169Val"
        }
      ],
      "clinvar_disease": "Breast and/or ovarian cancer,Hereditary breast ovarian cancer syndrome,Hereditary cancer-predisposing syndrome,Hereditary nonpolyposis colorectal neoplasms,Lynch syndrome,Lynch syndrome 1,Malignant tumor of breast,Mismatch repair cancer syndrome 2,Muir-Torré syndrome,not specified",
      "clinvar_classification": "Likely benign",
      "clinvar_review_status": "reviewed by expert panel",
      "clinvar_submissions_summary": "US:1 LB:9 B:6",
      "phenotype_combined": "Lynch syndrome|not specified|Hereditary cancer-predisposing syndrome|Lynch syndrome 1|Hereditary breast ovarian cancer syndrome|Malignant tumor of breast|Hereditary nonpolyposis colorectal neoplasms|Muir-Torré syndrome;Mismatch repair cancer syndrome 2;Lynch syndrome 1|Breast and/or ovarian cancer",
      "pathogenicity_classification_combined": "Likely benign",
      "custom_annotations": null
    }
  ],
  "message": null
}