← 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: 1-45331291-T-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 45331291,
      "ref": "T",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_001128425.2",
      "consequences": [
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1367A>G",
          "hgvs_p": "p.Tyr456Cys",
          "transcript": "NM_001128425.2",
          "protein_id": "NP_001121897.1",
          "transcript_support_level": null,
          "aa_start": 456,
          "aa_end": null,
          "aa_length": 549,
          "cds_start": 1367,
          "cds_end": null,
          "cds_length": 1650,
          "cdna_start": 1553,
          "cdna_end": null,
          "cdna_length": 1900,
          "mane_select": null,
          "mane_plus": "ENST00000710952.2",
          "biotype": "protein_coding",
          "feature": "NM_001128425.2"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1367A>G",
          "hgvs_p": "p.Tyr456Cys",
          "transcript": "ENST00000710952.2",
          "protein_id": "ENSP00000518552.2",
          "transcript_support_level": null,
          "aa_start": 456,
          "aa_end": null,
          "aa_length": 549,
          "cds_start": 1367,
          "cds_end": null,
          "cds_length": 1650,
          "cdna_start": 1553,
          "cdna_end": null,
          "cdna_length": 1900,
          "mane_select": null,
          "mane_plus": "NM_001128425.2",
          "biotype": "protein_coding",
          "feature": "ENST00000710952.2"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1283A>G",
          "hgvs_p": "p.Tyr428Cys",
          "transcript": "NM_001048174.2",
          "protein_id": "NP_001041639.1",
          "transcript_support_level": null,
          "aa_start": 428,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1283,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1361,
          "cdna_end": null,
          "cdna_length": 1708,
          "mane_select": "ENST00000456914.7",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001048174.2"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1283A>G",
          "hgvs_p": "p.Tyr428Cys",
          "transcript": "ENST00000456914.7",
          "protein_id": "ENSP00000407590.2",
          "transcript_support_level": 1,
          "aa_start": 428,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1283,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1361,
          "cdna_end": null,
          "cdna_length": 1708,
          "mane_select": "NM_001048174.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000456914.7"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1358A>G",
          "hgvs_p": "p.Tyr453Cys",
          "transcript": "ENST00000372098.7",
          "protein_id": "ENSP00000361170.3",
          "transcript_support_level": 1,
          "aa_start": 453,
          "aa_end": null,
          "aa_length": 546,
          "cds_start": 1358,
          "cds_end": null,
          "cds_length": 1641,
          "cdna_start": 1492,
          "cdna_end": null,
          "cdna_length": 1839,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000372098.7"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1328A>G",
          "hgvs_p": "p.Tyr443Cys",
          "transcript": "ENST00000372110.7",
          "protein_id": "ENSP00000361182.3",
          "transcript_support_level": 1,
          "aa_start": 443,
          "aa_end": null,
          "aa_length": 536,
          "cds_start": 1328,
          "cds_end": null,
          "cds_length": 1611,
          "cdna_start": 1462,
          "cdna_end": null,
          "cdna_length": 1809,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000372110.7"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1325A>G",
          "hgvs_p": "p.Tyr442Cys",
          "transcript": "ENST00000372115.7",
          "protein_id": "ENSP00000361187.3",
          "transcript_support_level": 1,
          "aa_start": 442,
          "aa_end": null,
          "aa_length": 535,
          "cds_start": 1325,
          "cds_end": null,
          "cds_length": 1608,
          "cdna_start": 1541,
          "cdna_end": null,
          "cdna_length": 1888,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000372115.7"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1316A>G",
          "hgvs_p": "p.Tyr439Cys",
          "transcript": "ENST00000448481.5",
          "protein_id": "ENSP00000409718.1",
          "transcript_support_level": 1,
          "aa_start": 439,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1316,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1359,
          "cdna_end": null,
          "cdna_length": 1706,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000448481.5"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1286A>G",
          "hgvs_p": "p.Tyr429Cys",
          "transcript": "ENST00000354383.10",
          "protein_id": "ENSP00000346354.6",
          "transcript_support_level": 1,
          "aa_start": 429,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 1286,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 1397,
          "cdna_end": null,
          "cdna_length": 1744,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000354383.10"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1283A>G",
          "hgvs_p": "p.Tyr428Cys",
          "transcript": "ENST00000355498.6",
          "protein_id": "ENSP00000347685.2",
          "transcript_support_level": 1,
          "aa_start": 428,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1283,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1429,
          "cdna_end": null,
          "cdna_length": 1776,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000355498.6"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1283A>G",
          "hgvs_p": "p.Tyr428Cys",
          "transcript": "ENST00000372104.5",
          "protein_id": "ENSP00000361176.1",
          "transcript_support_level": 1,
          "aa_start": 428,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1283,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1476,
          "cdna_end": null,
          "cdna_length": 1823,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000372104.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "n.*1096A>G",
          "hgvs_p": null,
          "transcript": "ENST00000475516.5",
          "protein_id": "ENSP00000433843.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1677,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000475516.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "n.*1096A>G",
          "hgvs_p": null,
          "transcript": "ENST00000481571.5",
          "protein_id": "ENSP00000436597.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1742,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000481571.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288208",
          "gene_hgnc_id": null,
          "hgvs_c": "n.1871A>G",
          "hgvs_p": null,
          "transcript": "ENST00000671898.1",
          "protein_id": "ENSP00000499896.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2768,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000671898.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "n.*1096A>G",
          "hgvs_p": null,
          "transcript": "ENST00000475516.5",
          "protein_id": "ENSP00000433843.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1677,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000475516.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "n.*1096A>G",
          "hgvs_p": null,
          "transcript": "ENST00000481571.5",
          "protein_id": "ENSP00000436597.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1742,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000481571.5"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1358A>G",
          "hgvs_p": "p.Tyr453Cys",
          "transcript": "NM_012222.3",
          "protein_id": "NP_036354.1",
          "transcript_support_level": null,
          "aa_start": 453,
          "aa_end": null,
          "aa_length": 546,
          "cds_start": 1358,
          "cds_end": null,
          "cds_length": 1641,
          "cdna_start": 1544,
          "cdna_end": null,
          "cdna_length": 1891,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_012222.3"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1358A>G",
          "hgvs_p": "p.Tyr453Cys",
          "transcript": "ENST00000672818.3",
          "protein_id": "ENSP00000500891.1",
          "transcript_support_level": null,
          "aa_start": 453,
          "aa_end": null,
          "aa_length": 546,
          "cds_start": 1358,
          "cds_end": null,
          "cds_length": 1641,
          "cdna_start": 1544,
          "cdna_end": null,
          "cdna_length": 1891,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000672818.3"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1328A>G",
          "hgvs_p": "p.Tyr443Cys",
          "transcript": "NM_001293190.2",
          "protein_id": "NP_001280119.1",
          "transcript_support_level": null,
          "aa_start": 443,
          "aa_end": null,
          "aa_length": 536,
          "cds_start": 1328,
          "cds_end": null,
          "cds_length": 1611,
          "cdna_start": 1514,
          "cdna_end": null,
          "cdna_length": 1861,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001293190.2"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1325A>G",
          "hgvs_p": "p.Tyr442Cys",
          "transcript": "NM_001407083.1",
          "protein_id": "NP_001394012.1",
          "transcript_support_level": null,
          "aa_start": 442,
          "aa_end": null,
          "aa_length": 535,
          "cds_start": 1325,
          "cds_end": null,
          "cds_length": 1608,
          "cdna_start": 1476,
          "cdna_end": null,
          "cdna_length": 1823,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407083.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1325A>G",
          "hgvs_p": "p.Tyr442Cys",
          "transcript": "NM_001407085.1",
          "protein_id": "NP_001394014.1",
          "transcript_support_level": null,
          "aa_start": 442,
          "aa_end": null,
          "aa_length": 535,
          "cds_start": 1325,
          "cds_end": null,
          "cds_length": 1608,
          "cdna_start": 1403,
          "cdna_end": null,
          "cdna_length": 1750,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407085.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1325A>G",
          "hgvs_p": "p.Tyr442Cys",
          "transcript": "ENST00000528013.6",
          "protein_id": "ENSP00000433130.2",
          "transcript_support_level": 5,
          "aa_start": 442,
          "aa_end": null,
          "aa_length": 535,
          "cds_start": 1325,
          "cds_end": null,
          "cds_length": 1608,
          "cdna_start": 1379,
          "cdna_end": null,
          "cdna_length": 1662,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000528013.6"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1325A>G",
          "hgvs_p": "p.Tyr442Cys",
          "transcript": "ENST00000873963.1",
          "protein_id": "ENSP00000544022.1",
          "transcript_support_level": null,
          "aa_start": 442,
          "aa_end": null,
          "aa_length": 535,
          "cds_start": 1325,
          "cds_end": null,
          "cds_length": 1608,
          "cdna_start": 1360,
          "cdna_end": null,
          "cdna_length": 1703,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873963.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1325A>G",
          "hgvs_p": "p.Tyr442Cys",
          "transcript": "ENST00000938232.1",
          "protein_id": "ENSP00000608291.1",
          "transcript_support_level": null,
          "aa_start": 442,
          "aa_end": null,
          "aa_length": 535,
          "cds_start": 1325,
          "cds_end": null,
          "cds_length": 1608,
          "cdna_start": 1438,
          "cdna_end": null,
          "cdna_length": 1780,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938232.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1325A>G",
          "hgvs_p": "p.Tyr442Cys",
          "transcript": "ENST00000946272.1",
          "protein_id": "ENSP00000616331.1",
          "transcript_support_level": null,
          "aa_start": 442,
          "aa_end": null,
          "aa_length": 535,
          "cds_start": 1325,
          "cds_end": null,
          "cds_length": 1608,
          "cdna_start": 2121,
          "cdna_end": null,
          "cdna_length": 2464,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946272.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1316A>G",
          "hgvs_p": "p.Tyr439Cys",
          "transcript": "NM_001293191.2",
          "protein_id": "NP_001280120.1",
          "transcript_support_level": null,
          "aa_start": 439,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1316,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1394,
          "cdna_end": null,
          "cdna_length": 1741,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001293191.2"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1316A>G",
          "hgvs_p": "p.Tyr439Cys",
          "transcript": "NM_001407069.1",
          "protein_id": "NP_001393998.1",
          "transcript_support_level": null,
          "aa_start": 439,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1316,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1502,
          "cdna_end": null,
          "cdna_length": 1849,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407069.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1316A>G",
          "hgvs_p": "p.Tyr439Cys",
          "transcript": "NM_001407077.1",
          "protein_id": "NP_001394006.1",
          "transcript_support_level": null,
          "aa_start": 439,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1316,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1467,
          "cdna_end": null,
          "cdna_length": 1814,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407077.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1316A>G",
          "hgvs_p": "p.Tyr439Cys",
          "transcript": "ENST00000435155.2",
          "protein_id": "ENSP00000403655.2",
          "transcript_support_level": 5,
          "aa_start": 439,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1316,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1467,
          "cdna_end": null,
          "cdna_length": 1801,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000435155.2"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1316A>G",
          "hgvs_p": "p.Tyr439Cys",
          "transcript": "ENST00000938229.1",
          "protein_id": "ENSP00000608288.1",
          "transcript_support_level": null,
          "aa_start": 439,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1316,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1518,
          "cdna_end": null,
          "cdna_length": 1863,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938229.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1316A>G",
          "hgvs_p": "p.Tyr439Cys",
          "transcript": "ENST00000938236.1",
          "protein_id": "ENSP00000608295.1",
          "transcript_support_level": null,
          "aa_start": 439,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1316,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1536,
          "cdna_end": null,
          "cdna_length": 1883,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938236.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1316A>G",
          "hgvs_p": "p.Tyr439Cys",
          "transcript": "ENST00000946262.1",
          "protein_id": "ENSP00000616321.1",
          "transcript_support_level": null,
          "aa_start": 439,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1316,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1535,
          "cdna_end": null,
          "cdna_length": 1879,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946262.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1316A>G",
          "hgvs_p": "p.Tyr439Cys",
          "transcript": "ENST00000946271.1",
          "protein_id": "ENSP00000616330.1",
          "transcript_support_level": null,
          "aa_start": 439,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1316,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1542,
          "cdna_end": null,
          "cdna_length": 1889,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946271.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1316A>G",
          "hgvs_p": "p.Tyr439Cys",
          "transcript": "ENST00000946273.1",
          "protein_id": "ENSP00000616332.1",
          "transcript_support_level": null,
          "aa_start": 439,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1316,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1865,
          "cdna_end": null,
          "cdna_length": 2209,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946273.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1313A>G",
          "hgvs_p": "p.Tyr438Cys",
          "transcript": "ENST00000938239.1",
          "protein_id": "ENSP00000608298.1",
          "transcript_support_level": null,
          "aa_start": 438,
          "aa_end": null,
          "aa_length": 531,
          "cds_start": 1313,
          "cds_end": null,
          "cds_length": 1596,
          "cdna_start": 1367,
          "cdna_end": null,
          "cdna_length": 1712,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938239.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1304A>G",
          "hgvs_p": "p.Tyr435Cys",
          "transcript": "NM_001407087.1",
          "protein_id": "NP_001394016.1",
          "transcript_support_level": null,
          "aa_start": 435,
          "aa_end": null,
          "aa_length": 528,
          "cds_start": 1304,
          "cds_end": null,
          "cds_length": 1587,
          "cdna_start": 1835,
          "cdna_end": null,
          "cdna_length": 2182,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407087.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1304A>G",
          "hgvs_p": "p.Tyr435Cys",
          "transcript": "ENST00000713751.1",
          "protein_id": "ENSP00000519052.1",
          "transcript_support_level": null,
          "aa_start": 435,
          "aa_end": null,
          "aa_length": 528,
          "cds_start": 1304,
          "cds_end": null,
          "cds_length": 1587,
          "cdna_start": 1597,
          "cdna_end": null,
          "cdna_length": 1942,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000713751.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1304A>G",
          "hgvs_p": "p.Tyr435Cys",
          "transcript": "ENST00000873958.1",
          "protein_id": "ENSP00000544017.1",
          "transcript_support_level": null,
          "aa_start": 435,
          "aa_end": null,
          "aa_length": 528,
          "cds_start": 1304,
          "cds_end": null,
          "cds_length": 1587,
          "cdna_start": 1478,
          "cdna_end": null,
          "cdna_length": 1825,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873958.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1301A>G",
          "hgvs_p": "p.Tyr434Cys",
          "transcript": "ENST00000483127.2",
          "protein_id": "ENSP00000436469.2",
          "transcript_support_level": 5,
          "aa_start": 434,
          "aa_end": null,
          "aa_length": 527,
          "cds_start": 1301,
          "cds_end": null,
          "cds_length": 1584,
          "cdna_start": 1807,
          "cdna_end": null,
          "cdna_length": 2154,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000483127.2"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1286A>G",
          "hgvs_p": "p.Tyr429Cys",
          "transcript": "NM_001048172.2",
          "protein_id": "NP_001041637.1",
          "transcript_support_level": null,
          "aa_start": 429,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 1286,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 1437,
          "cdna_end": null,
          "cdna_length": 1784,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001048172.2"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1286A>G",
          "hgvs_p": "p.Tyr429Cys",
          "transcript": "NM_001407071.1",
          "protein_id": "NP_001394000.1",
          "transcript_support_level": null,
          "aa_start": 429,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 1286,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 1530,
          "cdna_end": null,
          "cdna_length": 1877,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407071.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1286A>G",
          "hgvs_p": "p.Tyr429Cys",
          "transcript": "NM_001407078.1",
          "protein_id": "NP_001394007.1",
          "transcript_support_level": null,
          "aa_start": 429,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 1286,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 1587,
          "cdna_end": null,
          "cdna_length": 1934,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407078.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1286A>G",
          "hgvs_p": "p.Tyr429Cys",
          "transcript": "NM_001407086.1",
          "protein_id": "NP_001394015.1",
          "transcript_support_level": null,
          "aa_start": 429,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 1286,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 1364,
          "cdna_end": null,
          "cdna_length": 1711,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407086.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1286A>G",
          "hgvs_p": "p.Tyr429Cys",
          "transcript": "ENST00000873962.1",
          "protein_id": "ENSP00000544021.1",
          "transcript_support_level": null,
          "aa_start": 429,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 1286,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 1497,
          "cdna_end": null,
          "cdna_length": 1842,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873962.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1286A>G",
          "hgvs_p": "p.Tyr429Cys",
          "transcript": "ENST00000873964.1",
          "protein_id": "ENSP00000544023.1",
          "transcript_support_level": null,
          "aa_start": 429,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 1286,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 1374,
          "cdna_end": null,
          "cdna_length": 1720,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873964.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1286A>G",
          "hgvs_p": "p.Tyr429Cys",
          "transcript": "ENST00000873969.1",
          "protein_id": "ENSP00000544028.1",
          "transcript_support_level": null,
          "aa_start": 429,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 1286,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 1375,
          "cdna_end": null,
          "cdna_length": 1722,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873969.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1286A>G",
          "hgvs_p": "p.Tyr429Cys",
          "transcript": "ENST00000873970.1",
          "protein_id": "ENSP00000544029.1",
          "transcript_support_level": null,
          "aa_start": 429,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 1286,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 1698,
          "cdna_end": null,
          "cdna_length": 2046,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873970.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1286A>G",
          "hgvs_p": "p.Tyr429Cys",
          "transcript": "ENST00000938246.1",
          "protein_id": "ENSP00000608305.1",
          "transcript_support_level": null,
          "aa_start": 429,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 1286,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 1600,
          "cdna_end": null,
          "cdna_length": 1945,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938246.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1286A>G",
          "hgvs_p": "p.Tyr429Cys",
          "transcript": "ENST00000946274.1",
          "protein_id": "ENSP00000616333.1",
          "transcript_support_level": null,
          "aa_start": 429,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 1286,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 1834,
          "cdna_end": null,
          "cdna_length": 2178,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946274.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1283A>G",
          "hgvs_p": "p.Tyr428Cys",
          "transcript": "NM_001048171.2",
          "protein_id": "NP_001041636.2",
          "transcript_support_level": null,
          "aa_start": 428,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1283,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1511,
          "cdna_end": null,
          "cdna_length": 1858,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001048171.2"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1283A>G",
          "hgvs_p": "p.Tyr428Cys",
          "transcript": "NM_001048173.2",
          "protein_id": "NP_001041638.1",
          "transcript_support_level": null,
          "aa_start": 428,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1283,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1434,
          "cdna_end": null,
          "cdna_length": 1781,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001048173.2"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1283A>G",
          "hgvs_p": "p.Tyr428Cys",
          "transcript": "NM_001293195.2",
          "protein_id": "NP_001280124.1",
          "transcript_support_level": null,
          "aa_start": 428,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1283,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1511,
          "cdna_end": null,
          "cdna_length": 1858,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001293195.2"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1283A>G",
          "hgvs_p": "p.Tyr428Cys",
          "transcript": "NM_001407070.1",
          "protein_id": "NP_001393999.1",
          "transcript_support_level": null,
          "aa_start": 428,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1283,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1527,
          "cdna_end": null,
          "cdna_length": 1874,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407070.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1283A>G",
          "hgvs_p": "p.Tyr428Cys",
          "transcript": "NM_001407072.1",
          "protein_id": "NP_001394001.1",
          "transcript_support_level": null,
          "aa_start": 428,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1283,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1507,
          "cdna_end": null,
          "cdna_length": 1854,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407072.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1283A>G",
          "hgvs_p": "p.Tyr428Cys",
          "transcript": "NM_001407073.1",
          "protein_id": "NP_001394002.1",
          "transcript_support_level": null,
          "aa_start": 428,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1283,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1469,
          "cdna_end": null,
          "cdna_length": 1816,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407073.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1283A>G",
          "hgvs_p": "p.Tyr428Cys",
          "transcript": "NM_001407081.1",
          "protein_id": "NP_001394010.1",
          "transcript_support_level": null,
          "aa_start": 428,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1283,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1584,
          "cdna_end": null,
          "cdna_length": 1931,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407081.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1283A>G",
          "hgvs_p": "p.Tyr428Cys",
          "transcript": "NM_001407088.1",
          "protein_id": "NP_001394017.1",
          "transcript_support_level": null,
          "aa_start": 428,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1283,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1502,
          "cdna_end": null,
          "cdna_length": 1849,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407088.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1283A>G",
          "hgvs_p": "p.Tyr428Cys",
          "transcript": "NM_001407089.1",
          "protein_id": "NP_001394018.1",
          "transcript_support_level": null,
          "aa_start": 428,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1283,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1598,
          "cdna_end": null,
          "cdna_length": 1945,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407089.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1283A>G",
          "hgvs_p": "p.Tyr428Cys",
          "transcript": "ENST00000672314.2",
          "protein_id": "ENSP00000500828.2",
          "transcript_support_level": null,
          "aa_start": 428,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1283,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 2413,
          "cdna_end": null,
          "cdna_length": 2747,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000672314.2"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1283A>G",
          "hgvs_p": "p.Tyr428Cys",
          "transcript": "ENST00000713750.1",
          "protein_id": "ENSP00000519051.1",
          "transcript_support_level": null,
          "aa_start": 428,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1283,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1432,
          "cdna_end": null,
          "cdna_length": 1779,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000713750.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1283A>G",
          "hgvs_p": "p.Tyr428Cys",
          "transcript": "ENST00000873955.1",
          "protein_id": "ENSP00000544014.1",
          "transcript_support_level": null,
          "aa_start": 428,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1283,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1481,
          "cdna_end": null,
          "cdna_length": 1829,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873955.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1283A>G",
          "hgvs_p": "p.Tyr428Cys",
          "transcript": "ENST00000873956.1",
          "protein_id": "ENSP00000544015.1",
          "transcript_support_level": null,
          "aa_start": 428,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1283,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1482,
          "cdna_end": null,
          "cdna_length": 1829,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873956.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1283A>G",
          "hgvs_p": "p.Tyr428Cys",
          "transcript": "ENST00000873967.1",
          "protein_id": "ENSP00000544026.1",
          "transcript_support_level": null,
          "aa_start": 428,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1283,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1494,
          "cdna_end": null,
          "cdna_length": 1841,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873967.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1283A>G",
          "hgvs_p": "p.Tyr428Cys",
          "transcript": "ENST00000873968.1",
          "protein_id": "ENSP00000544027.1",
          "transcript_support_level": null,
          "aa_start": 428,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1283,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 2039,
          "cdna_end": null,
          "cdna_length": 2384,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873968.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1283A>G",
          "hgvs_p": "p.Tyr428Cys",
          "transcript": "ENST00000938228.1",
          "protein_id": "ENSP00000608287.1",
          "transcript_support_level": null,
          "aa_start": 428,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1283,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1639,
          "cdna_end": null,
          "cdna_length": 1986,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938228.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1283A>G",
          "hgvs_p": "p.Tyr428Cys",
          "transcript": "ENST00000938231.1",
          "protein_id": "ENSP00000608290.1",
          "transcript_support_level": null,
          "aa_start": 428,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1283,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1610,
          "cdna_end": null,
          "cdna_length": 1957,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938231.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1283A>G",
          "hgvs_p": "p.Tyr428Cys",
          "transcript": "ENST00000938234.1",
          "protein_id": "ENSP00000608293.1",
          "transcript_support_level": null,
          "aa_start": 428,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1283,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1584,
          "cdna_end": null,
          "cdna_length": 1931,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938234.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1283A>G",
          "hgvs_p": "p.Tyr428Cys",
          "transcript": "ENST00000938238.1",
          "protein_id": "ENSP00000608297.1",
          "transcript_support_level": null,
          "aa_start": 428,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1283,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1338,
          "cdna_end": null,
          "cdna_length": 1683,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938238.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1283A>G",
          "hgvs_p": "p.Tyr428Cys",
          "transcript": "ENST00000938242.1",
          "protein_id": "ENSP00000608301.1",
          "transcript_support_level": null,
          "aa_start": 428,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1283,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1783,
          "cdna_end": null,
          "cdna_length": 2131,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938242.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1283A>G",
          "hgvs_p": "p.Tyr428Cys",
          "transcript": "ENST00000938243.1",
          "protein_id": "ENSP00000608302.1",
          "transcript_support_level": null,
          "aa_start": 428,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1283,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1608,
          "cdna_end": null,
          "cdna_length": 1955,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938243.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1283A>G",
          "hgvs_p": "p.Tyr428Cys",
          "transcript": "ENST00000938247.1",
          "protein_id": "ENSP00000608306.1",
          "transcript_support_level": null,
          "aa_start": 428,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1283,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1861,
          "cdna_end": null,
          "cdna_length": 2208,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938247.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1283A>G",
          "hgvs_p": "p.Tyr428Cys",
          "transcript": "ENST00000946257.1",
          "protein_id": "ENSP00000616316.1",
          "transcript_support_level": null,
          "aa_start": 428,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1283,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1488,
          "cdna_end": null,
          "cdna_length": 1834,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946257.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1283A>G",
          "hgvs_p": "p.Tyr428Cys",
          "transcript": "ENST00000946275.1",
          "protein_id": "ENSP00000616334.1",
          "transcript_support_level": null,
          "aa_start": 428,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1283,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1494,
          "cdna_end": null,
          "cdna_length": 1840,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946275.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1280A>G",
          "hgvs_p": "p.Tyr427Cys",
          "transcript": "ENST00000938235.1",
          "protein_id": "ENSP00000608294.1",
          "transcript_support_level": null,
          "aa_start": 427,
          "aa_end": null,
          "aa_length": 520,
          "cds_start": 1280,
          "cds_end": null,
          "cds_length": 1563,
          "cdna_start": 1351,
          "cdna_end": null,
          "cdna_length": 1698,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938235.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1280A>G",
          "hgvs_p": "p.Tyr427Cys",
          "transcript": "ENST00000946265.1",
          "protein_id": "ENSP00000616324.1",
          "transcript_support_level": null,
          "aa_start": 427,
          "aa_end": null,
          "aa_length": 520,
          "cds_start": 1280,
          "cds_end": null,
          "cds_length": 1563,
          "cdna_start": 1459,
          "cdna_end": null,
          "cdna_length": 1803,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946265.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1274A>G",
          "hgvs_p": "p.Tyr425Cys",
          "transcript": "ENST00000873959.1",
          "protein_id": "ENSP00000544018.1",
          "transcript_support_level": null,
          "aa_start": 425,
          "aa_end": null,
          "aa_length": 518,
          "cds_start": 1274,
          "cds_end": null,
          "cds_length": 1557,
          "cdna_start": 1425,
          "cdna_end": null,
          "cdna_length": 1772,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873959.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1274A>G",
          "hgvs_p": "p.Tyr425Cys",
          "transcript": "ENST00000938227.1",
          "protein_id": "ENSP00000608286.1",
          "transcript_support_level": null,
          "aa_start": 425,
          "aa_end": null,
          "aa_length": 518,
          "cds_start": 1274,
          "cds_end": null,
          "cds_length": 1557,
          "cdna_start": 1494,
          "cdna_end": null,
          "cdna_length": 1841,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938227.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1265A>G",
          "hgvs_p": "p.Tyr422Cys",
          "transcript": "ENST00000946256.1",
          "protein_id": "ENSP00000616315.1",
          "transcript_support_level": null,
          "aa_start": 422,
          "aa_end": null,
          "aa_length": 515,
          "cds_start": 1265,
          "cds_end": null,
          "cds_length": 1548,
          "cdna_start": 1471,
          "cdna_end": null,
          "cdna_length": 1817,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946256.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1244A>G",
          "hgvs_p": "p.Tyr415Cys",
          "transcript": "NM_001407079.1",
          "protein_id": "NP_001394008.1",
          "transcript_support_level": null,
          "aa_start": 415,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 1244,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 1395,
          "cdna_end": null,
          "cdna_length": 1742,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407079.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1244A>G",
          "hgvs_p": "p.Tyr415Cys",
          "transcript": "ENST00000938241.1",
          "protein_id": "ENSP00000608300.1",
          "transcript_support_level": null,
          "aa_start": 415,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 1244,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 1291,
          "cdna_end": null,
          "cdna_length": 1638,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938241.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1244A>G",
          "hgvs_p": "p.Tyr415Cys",
          "transcript": "ENST00000946258.1",
          "protein_id": "ENSP00000616317.1",
          "transcript_support_level": null,
          "aa_start": 415,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 1244,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 1446,
          "cdna_end": null,
          "cdna_length": 1793,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946258.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1241A>G",
          "hgvs_p": "p.Tyr414Cys",
          "transcript": "NM_001407080.1",
          "protein_id": "NP_001394009.1",
          "transcript_support_level": null,
          "aa_start": 414,
          "aa_end": null,
          "aa_length": 507,
          "cds_start": 1241,
          "cds_end": null,
          "cds_length": 1524,
          "cdna_start": 1392,
          "cdna_end": null,
          "cdna_length": 1739,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407080.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1241A>G",
          "hgvs_p": "p.Tyr414Cys",
          "transcript": "ENST00000873954.1",
          "protein_id": "ENSP00000544013.1",
          "transcript_support_level": null,
          "aa_start": 414,
          "aa_end": null,
          "aa_length": 507,
          "cds_start": 1241,
          "cds_end": null,
          "cds_length": 1524,
          "cdna_start": 1447,
          "cdna_end": null,
          "cdna_length": 1792,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873954.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1241A>G",
          "hgvs_p": "p.Tyr414Cys",
          "transcript": "ENST00000873960.1",
          "protein_id": "ENSP00000544019.1",
          "transcript_support_level": null,
          "aa_start": 414,
          "aa_end": null,
          "aa_length": 507,
          "cds_start": 1241,
          "cds_end": null,
          "cds_length": 1524,
          "cdna_start": 1312,
          "cdna_end": null,
          "cdna_length": 1657,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873960.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1241A>G",
          "hgvs_p": "p.Tyr414Cys",
          "transcript": "ENST00000873966.1",
          "protein_id": "ENSP00000544025.1",
          "transcript_support_level": null,
          "aa_start": 414,
          "aa_end": null,
          "aa_length": 507,
          "cds_start": 1241,
          "cds_end": null,
          "cds_length": 1524,
          "cdna_start": 1800,
          "cdna_end": null,
          "cdna_length": 2145,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873966.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1241A>G",
          "hgvs_p": "p.Tyr414Cys",
          "transcript": "ENST00000938233.1",
          "protein_id": "ENSP00000608292.1",
          "transcript_support_level": null,
          "aa_start": 414,
          "aa_end": null,
          "aa_length": 507,
          "cds_start": 1241,
          "cds_end": null,
          "cds_length": 1524,
          "cdna_start": 1274,
          "cdna_end": null,
          "cdna_length": 1621,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938233.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1241A>G",
          "hgvs_p": "p.Tyr414Cys",
          "transcript": "ENST00000938240.1",
          "protein_id": "ENSP00000608299.1",
          "transcript_support_level": null,
          "aa_start": 414,
          "aa_end": null,
          "aa_length": 507,
          "cds_start": 1241,
          "cds_end": null,
          "cds_length": 1524,
          "cdna_start": 1764,
          "cdna_end": null,
          "cdna_length": 2107,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938240.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1241A>G",
          "hgvs_p": "p.Tyr414Cys",
          "transcript": "ENST00000938244.1",
          "protein_id": "ENSP00000608303.1",
          "transcript_support_level": null,
          "aa_start": 414,
          "aa_end": null,
          "aa_length": 507,
          "cds_start": 1241,
          "cds_end": null,
          "cds_length": 1524,
          "cdna_start": 1329,
          "cdna_end": null,
          "cdna_length": 1676,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938244.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1211A>G",
          "hgvs_p": "p.Tyr404Cys",
          "transcript": "ENST00000946263.1",
          "protein_id": "ENSP00000616322.1",
          "transcript_support_level": null,
          "aa_start": 404,
          "aa_end": null,
          "aa_length": 497,
          "cds_start": 1211,
          "cds_end": null,
          "cds_length": 1494,
          "cdna_start": 1413,
          "cdna_end": null,
          "cdna_length": 1752,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946263.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1208A>G",
          "hgvs_p": "p.Tyr403Cys",
          "transcript": "ENST00000938237.1",
          "protein_id": "ENSP00000608296.1",
          "transcript_support_level": null,
          "aa_start": 403,
          "aa_end": null,
          "aa_length": 496,
          "cds_start": 1208,
          "cds_end": null,
          "cds_length": 1491,
          "cdna_start": 1275,
          "cdna_end": null,
          "cdna_length": 1619,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938237.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1202A>G",
          "hgvs_p": "p.Tyr401Cys",
          "transcript": "ENST00000946260.1",
          "protein_id": "ENSP00000616319.1",
          "transcript_support_level": null,
          "aa_start": 401,
          "aa_end": null,
          "aa_length": 494,
          "cds_start": 1202,
          "cds_end": null,
          "cds_length": 1485,
          "cdna_start": 1404,
          "cdna_end": null,
          "cdna_length": 1750,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946260.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1199A>G",
          "hgvs_p": "p.Tyr400Cys",
          "transcript": "NM_001407075.1",
          "protein_id": "NP_001394004.1",
          "transcript_support_level": null,
          "aa_start": 400,
          "aa_end": null,
          "aa_length": 493,
          "cds_start": 1199,
          "cds_end": null,
          "cds_length": 1482,
          "cdna_start": 1506,
          "cdna_end": null,
          "cdna_length": 1853,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407075.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1172A>G",
          "hgvs_p": "p.Tyr391Cys",
          "transcript": "ENST00000946264.1",
          "protein_id": "ENSP00000616323.1",
          "transcript_support_level": null,
          "aa_start": 391,
          "aa_end": null,
          "aa_length": 484,
          "cds_start": 1172,
          "cds_end": null,
          "cds_length": 1455,
          "cdna_start": 1356,
          "cdna_end": null,
          "cdna_length": 1702,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946264.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1169A>G",
          "hgvs_p": "p.Tyr390Cys",
          "transcript": "ENST00000938245.1",
          "protein_id": "ENSP00000608304.1",
          "transcript_support_level": null,
          "aa_start": 390,
          "aa_end": null,
          "aa_length": 483,
          "cds_start": 1169,
          "cds_end": null,
          "cds_length": 1452,
          "cdna_start": 1255,
          "cdna_end": null,
          "cdna_length": 1602,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938245.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1169A>G",
          "hgvs_p": "p.Tyr390Cys",
          "transcript": "ENST00000946259.1",
          "protein_id": "ENSP00000616318.1",
          "transcript_support_level": null,
          "aa_start": 390,
          "aa_end": null,
          "aa_length": 483,
          "cds_start": 1169,
          "cds_end": null,
          "cds_length": 1452,
          "cdna_start": 1371,
          "cdna_end": null,
          "cdna_length": 1718,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946259.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1136A>G",
          "hgvs_p": "p.Tyr379Cys",
          "transcript": "ENST00000529892.6",
          "protein_id": "ENSP00000432528.2",
          "transcript_support_level": 5,
          "aa_start": 379,
          "aa_end": null,
          "aa_length": 472,
          "cds_start": 1136,
          "cds_end": null,
          "cds_length": 1419,
          "cdna_start": 1297,
          "cdna_end": null,
          "cdna_length": 1638,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000529892.6"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1097A>G",
          "hgvs_p": "p.Tyr366Cys",
          "transcript": "ENST00000946269.1",
          "protein_id": "ENSP00000616328.1",
          "transcript_support_level": null,
          "aa_start": 366,
          "aa_end": null,
          "aa_length": 459,
          "cds_start": 1097,
          "cds_end": null,
          "cds_length": 1380,
          "cdna_start": 1232,
          "cdna_end": null,
          "cdna_length": 1576,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946269.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1085A>G",
          "hgvs_p": "p.Tyr362Cys",
          "transcript": "ENST00000873957.1",
          "protein_id": "ENSP00000544016.1",
          "transcript_support_level": null,
          "aa_start": 362,
          "aa_end": null,
          "aa_length": 455,
          "cds_start": 1085,
          "cds_end": null,
          "cds_length": 1368,
          "cdna_start": 1270,
          "cdna_end": null,
          "cdna_length": 1615,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873957.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1082A>G",
          "hgvs_p": "p.Tyr361Cys",
          "transcript": "ENST00000946266.1",
          "protein_id": "ENSP00000616325.1",
          "transcript_support_level": null,
          "aa_start": 361,
          "aa_end": null,
          "aa_length": 454,
          "cds_start": 1082,
          "cds_end": null,
          "cds_length": 1365,
          "cdna_start": 1260,
          "cdna_end": null,
          "cdna_length": 1604,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946266.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1040A>G",
          "hgvs_p": "p.Tyr347Cys",
          "transcript": "ENST00000938230.1",
          "protein_id": "ENSP00000608289.1",
          "transcript_support_level": null,
          "aa_start": 347,
          "aa_end": null,
          "aa_length": 440,
          "cds_start": 1040,
          "cds_end": null,
          "cds_length": 1323,
          "cdna_start": 1242,
          "cdna_end": null,
          "cdna_length": 1589,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938230.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1040A>G",
          "hgvs_p": "p.Tyr347Cys",
          "transcript": "ENST00000946268.1",
          "protein_id": "ENSP00000616327.1",
          "transcript_support_level": null,
          "aa_start": 347,
          "aa_end": null,
          "aa_length": 440,
          "cds_start": 1040,
          "cds_end": null,
          "cds_length": 1323,
          "cdna_start": 1186,
          "cdna_end": null,
          "cdna_length": 1532,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946268.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1007A>G",
          "hgvs_p": "p.Tyr336Cys",
          "transcript": "NM_001293192.2",
          "protein_id": "NP_001280121.1",
          "transcript_support_level": null,
          "aa_start": 336,
          "aa_end": null,
          "aa_length": 429,
          "cds_start": 1007,
          "cds_end": null,
          "cds_length": 1290,
          "cdna_start": 1447,
          "cdna_end": null,
          "cdna_length": 1794,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001293192.2"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1007A>G",
          "hgvs_p": "p.Tyr336Cys",
          "transcript": "NM_001293196.2",
          "protein_id": "NP_001280125.1",
          "transcript_support_level": null,
          "aa_start": 336,
          "aa_end": null,
          "aa_length": 429,
          "cds_start": 1007,
          "cds_end": null,
          "cds_length": 1290,
          "cdna_start": 1370,
          "cdna_end": null,
          "cdna_length": 1717,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001293196.2"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1007A>G",
          "hgvs_p": "p.Tyr336Cys",
          "transcript": "NM_001407091.1",
          "protein_id": "NP_001394020.1",
          "transcript_support_level": null,
          "aa_start": 336,
          "aa_end": null,
          "aa_length": 429,
          "cds_start": 1007,
          "cds_end": null,
          "cds_length": 1290,
          "cdna_start": 1297,
          "cdna_end": null,
          "cdna_length": 1644,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407091.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.938A>G",
          "hgvs_p": "p.Tyr313Cys",
          "transcript": "NM_001350650.2",
          "protein_id": "NP_001337579.1",
          "transcript_support_level": null,
          "aa_start": 313,
          "aa_end": null,
          "aa_length": 406,
          "cds_start": 938,
          "cds_end": null,
          "cds_length": 1221,
          "cdna_start": 1437,
          "cdna_end": null,
          "cdna_length": 1784,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001350650.2"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.938A>G",
          "hgvs_p": "p.Tyr313Cys",
          "transcript": "NM_001350651.2",
          "protein_id": "NP_001337580.1",
          "transcript_support_level": null,
          "aa_start": 313,
          "aa_end": null,
          "aa_length": 406,
          "cds_start": 938,
          "cds_end": null,
          "cds_length": 1221,
          "cdna_start": 1373,
          "cdna_end": null,
          "cdna_length": 1720,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001350651.2"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.938A>G",
          "hgvs_p": "p.Tyr313Cys",
          "transcript": "NM_001407082.1",
          "protein_id": "NP_001394011.1",
          "transcript_support_level": null,
          "aa_start": 313,
          "aa_end": null,
          "aa_length": 406,
          "cds_start": 938,
          "cds_end": null,
          "cds_length": 1221,
          "cdna_start": 1296,
          "cdna_end": null,
          "cdna_length": 1643,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407082.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.926A>G",
          "hgvs_p": "p.Tyr309Cys",
          "transcript": "ENST00000946267.1",
          "protein_id": "ENSP00000616326.1",
          "transcript_support_level": null,
          "aa_start": 309,
          "aa_end": null,
          "aa_length": 402,
          "cds_start": 926,
          "cds_end": null,
          "cds_length": 1209,
          "cdna_start": 1077,
          "cdna_end": null,
          "cdna_length": 1421,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946267.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.899A>G",
          "hgvs_p": "p.Tyr300Cys",
          "transcript": "ENST00000412971.6",
          "protein_id": "ENSP00000410263.2",
          "transcript_support_level": 3,
          "aa_start": 300,
          "aa_end": null,
          "aa_length": 393,
          "cds_start": 899,
          "cds_end": null,
          "cds_length": 1182,
          "cdna_start": 1026,
          "cdna_end": null,
          "cdna_length": 1373,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000412971.6"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.410A>G",
          "hgvs_p": "p.Tyr137Cys",
          "transcript": "ENST00000529984.6",
          "protein_id": "ENSP00000437093.2",
          "transcript_support_level": 2,
          "aa_start": 137,
          "aa_end": null,
          "aa_length": 230,
          "cds_start": 410,
          "cds_end": null,
          "cds_length": 693,
          "cdna_start": 603,
          "cdna_end": null,
          "cdna_length": 1029,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000529984.6"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.368A>G",
          "hgvs_p": "p.Tyr123Cys",
          "transcript": "ENST00000488731.6",
          "protein_id": "ENSP00000432330.1",
          "transcript_support_level": 5,
          "aa_start": 123,
          "aa_end": null,
          "aa_length": 216,
          "cds_start": 368,
          "cds_end": null,
          "cds_length": 651,
          "cdna_start": 394,
          "cdna_end": null,
          "cdna_length": 740,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000488731.6"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1343A>G",
          "hgvs_p": "p.Tyr448Cys",
          "transcript": "XM_011541497.4",
          "protein_id": "XP_011539799.1",
          "transcript_support_level": null,
          "aa_start": 448,
          "aa_end": null,
          "aa_length": 541,
          "cds_start": 1343,
          "cds_end": null,
          "cds_length": 1626,
          "cdna_start": 1643,
          "cdna_end": null,
          "cdna_length": 1990,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011541497.4"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1334A>G",
          "hgvs_p": "p.Tyr445Cys",
          "transcript": "XM_047421191.1",
          "protein_id": "XP_047277147.1",
          "transcript_support_level": null,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 538,
          "cds_start": 1334,
          "cds_end": null,
          "cds_length": 1617,
          "cdna_start": 1938,
          "cdna_end": null,
          "cdna_length": 2285,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047421191.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1334A>G",
          "hgvs_p": "p.Tyr445Cys",
          "transcript": "XM_047421192.1",
          "protein_id": "XP_047277148.1",
          "transcript_support_level": null,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 538,
          "cds_start": 1334,
          "cds_end": null,
          "cds_length": 1617,
          "cdna_start": 1865,
          "cdna_end": null,
          "cdna_length": 2212,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047421192.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1334A>G",
          "hgvs_p": "p.Tyr445Cys",
          "transcript": "XM_047421193.1",
          "protein_id": "XP_047277149.1",
          "transcript_support_level": null,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 538,
          "cds_start": 1334,
          "cds_end": null,
          "cds_length": 1617,
          "cdna_start": 2102,
          "cdna_end": null,
          "cdna_length": 2449,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047421193.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1325A>G",
          "hgvs_p": "p.Tyr442Cys",
          "transcript": "XM_011541502.3",
          "protein_id": "XP_011539804.1",
          "transcript_support_level": null,
          "aa_start": 442,
          "aa_end": null,
          "aa_length": 535,
          "cds_start": 1325,
          "cds_end": null,
          "cds_length": 1608,
          "cdna_start": 1640,
          "cdna_end": null,
          "cdna_length": 1987,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011541502.3"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1325A>G",
          "hgvs_p": "p.Tyr442Cys",
          "transcript": "XM_011541503.3",
          "protein_id": "XP_011539805.1",
          "transcript_support_level": null,
          "aa_start": 442,
          "aa_end": null,
          "aa_length": 535,
          "cds_start": 1325,
          "cds_end": null,
          "cds_length": 1608,
          "cdna_start": 1511,
          "cdna_end": null,
          "cdna_length": 1858,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011541503.3"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1325A>G",
          "hgvs_p": "p.Tyr442Cys",
          "transcript": "XM_017001332.2",
          "protein_id": "XP_016856821.1",
          "transcript_support_level": null,
          "aa_start": 442,
          "aa_end": null,
          "aa_length": 535,
          "cds_start": 1325,
          "cds_end": null,
          "cds_length": 1608,
          "cdna_start": 1549,
          "cdna_end": null,
          "cdna_length": 1896,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017001332.2"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1325A>G",
          "hgvs_p": "p.Tyr442Cys",
          "transcript": "XM_017001333.2",
          "protein_id": "XP_016856822.1",
          "transcript_support_level": null,
          "aa_start": 442,
          "aa_end": null,
          "aa_length": 535,
          "cds_start": 1325,
          "cds_end": null,
          "cds_length": 1608,
          "cdna_start": 1544,
          "cdna_end": null,
          "cdna_length": 1891,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017001333.2"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1325A>G",
          "hgvs_p": "p.Tyr442Cys",
          "transcript": "XM_047421194.1",
          "protein_id": "XP_047277150.1",
          "transcript_support_level": null,
          "aa_start": 442,
          "aa_end": null,
          "aa_length": 535,
          "cds_start": 1325,
          "cds_end": null,
          "cds_length": 1608,
          "cdna_start": 1626,
          "cdna_end": null,
          "cdna_length": 1973,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047421194.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1301A>G",
          "hgvs_p": "p.Tyr434Cys",
          "transcript": "XM_047421197.1",
          "protein_id": "XP_047277153.1",
          "transcript_support_level": null,
          "aa_start": 434,
          "aa_end": null,
          "aa_length": 527,
          "cds_start": 1301,
          "cds_end": null,
          "cds_length": 1584,
          "cdna_start": 3074,
          "cdna_end": null,
          "cdna_length": 3421,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047421197.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1301A>G",
          "hgvs_p": "p.Tyr434Cys",
          "transcript": "XM_047421198.1",
          "protein_id": "XP_047277154.1",
          "transcript_support_level": null,
          "aa_start": 434,
          "aa_end": null,
          "aa_length": 527,
          "cds_start": 1301,
          "cds_end": null,
          "cds_length": 1584,
          "cdna_start": 1832,
          "cdna_end": null,
          "cdna_length": 2179,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047421198.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1292A>G",
          "hgvs_p": "p.Tyr431Cys",
          "transcript": "XM_047421199.1",
          "protein_id": "XP_047277155.1",
          "transcript_support_level": null,
          "aa_start": 431,
          "aa_end": null,
          "aa_length": 524,
          "cds_start": 1292,
          "cds_end": null,
          "cds_length": 1575,
          "cdna_start": 1896,
          "cdna_end": null,
          "cdna_length": 2243,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047421199.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1241A>G",
          "hgvs_p": "p.Tyr414Cys",
          "transcript": "XM_047421201.1",
          "protein_id": "XP_047277157.1",
          "transcript_support_level": null,
          "aa_start": 414,
          "aa_end": null,
          "aa_length": 507,
          "cds_start": 1241,
          "cds_end": null,
          "cds_length": 1524,
          "cdna_start": 1319,
          "cdna_end": null,
          "cdna_length": 1666,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047421201.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1367A>G",
          "hgvs_p": "p.Tyr456Cys",
          "transcript": "XM_047421202.1",
          "protein_id": "XP_047277158.1",
          "transcript_support_level": null,
          "aa_start": 456,
          "aa_end": null,
          "aa_length": 506,
          "cds_start": 1367,
          "cds_end": null,
          "cds_length": 1521,
          "cdna_start": 1553,
          "cdna_end": null,
          "cdna_length": 1884,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047421202.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.905A>G",
          "hgvs_p": "p.Tyr302Cys",
          "transcript": "XM_047421203.1",
          "protein_id": "XP_047277159.1",
          "transcript_support_level": null,
          "aa_start": 302,
          "aa_end": null,
          "aa_length": 395,
          "cds_start": 905,
          "cds_end": null,
          "cds_length": 1188,
          "cdna_start": 984,
          "cdna_end": null,
          "cdna_length": 1331,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047421203.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.896A>G",
          "hgvs_p": "p.Tyr299Cys",
          "transcript": "XM_047421204.1",
          "protein_id": "XP_047277160.1",
          "transcript_support_level": null,
          "aa_start": 299,
          "aa_end": null,
          "aa_length": 392,
          "cds_start": 896,
          "cds_end": null,
          "cds_length": 1179,
          "cdna_start": 1078,
          "cdna_end": null,
          "cdna_length": 1425,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047421204.1"
        },
        {
          "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": 15,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1272+129A>G",
          "hgvs_p": null,
          "transcript": "ENST00000946270.1",
          "protein_id": "ENSP00000616329.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 481,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1446,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1537,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946270.1"
        },
        {
          "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": 15,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1239+129A>G",
          "hgvs_p": null,
          "transcript": "ENST00000873961.1",
          "protein_id": "ENSP00000544020.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 470,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1413,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1545,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873961.1"
        },
        {
          "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": 15,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1239+129A>G",
          "hgvs_p": null,
          "transcript": "ENST00000873965.1",
          "protein_id": "ENSP00000544024.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 470,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1413,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1564,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873965.1"
        },
        {
          "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": 15,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1239+129A>G",
          "hgvs_p": null,
          "transcript": "ENST00000946255.1",
          "protein_id": "ENSP00000616314.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 470,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1413,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1774,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946255.1"
        },
        {
          "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": 6,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.324+129A>G",
          "hgvs_p": null,
          "transcript": "ENST00000946261.1",
          "protein_id": "ENSP00000616320.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 165,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 498,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 762,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946261.1"
        },
        {
          "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": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.116-1854A>G",
          "hgvs_p": null,
          "transcript": "ENST00000531105.5",
          "protein_id": "ENSP00000431292.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 62,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 189,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 501,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000531105.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "n.*145A>G",
          "hgvs_p": null,
          "transcript": "ENST00000467459.6",
          "protein_id": "ENSP00000435889.2",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1731,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000467459.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "n.604A>G",
          "hgvs_p": null,
          "transcript": "ENST00000482094.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 920,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000482094.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "n.1283A>G",
          "hgvs_p": null,
          "transcript": "ENST00000485271.6",
          "protein_id": "ENSP00000431264.2",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1862,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000485271.6"
        },
        {
          "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": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "n.*612A>G",
          "hgvs_p": null,
          "transcript": "ENST00000533178.6",
          "protein_id": "ENSP00000436430.2",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1225,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000533178.6"
        },
        {
          "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": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "n.*612A>G",
          "hgvs_p": null,
          "transcript": "ENST00000672011.1",
          "protein_id": "ENSP00000500418.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2209,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000672011.1"
        },
        {
          "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": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "n.*980A>G",
          "hgvs_p": null,
          "transcript": "ENST00000673134.1",
          "protein_id": "ENSP00000500526.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1399,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000673134.1"
        },
        {
          "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": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "n.*1347A>G",
          "hgvs_p": null,
          "transcript": "ENST00000713749.1",
          "protein_id": "ENSP00000519050.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2049,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000713749.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "n.1511A>G",
          "hgvs_p": null,
          "transcript": "NR_146882.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2038,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_146882.2"
        },
        {
          "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": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "n.1360A>G",
          "hgvs_p": null,
          "transcript": "NR_146883.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1887,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_146883.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "n.1507A>G",
          "hgvs_p": null,
          "transcript": "NR_176269.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2034,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_176269.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "n.1370A>G",
          "hgvs_p": null,
          "transcript": "NR_176271.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1897,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_176271.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "n.1434A>G",
          "hgvs_p": null,
          "transcript": "NR_176272.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1961,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_176272.1"
        },
        {
          "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": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "n.1392A>G",
          "hgvs_p": null,
          "transcript": "NR_176273.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1919,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_176273.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "n.1447A>G",
          "hgvs_p": null,
          "transcript": "NR_176274.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1974,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_176274.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "n.*145A>G",
          "hgvs_p": null,
          "transcript": "ENST00000467459.6",
          "protein_id": "ENSP00000435889.2",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1731,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000467459.6"
        },
        {
          "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": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "n.*612A>G",
          "hgvs_p": null,
          "transcript": "ENST00000533178.6",
          "protein_id": "ENSP00000436430.2",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1225,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000533178.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "n.*612A>G",
          "hgvs_p": null,
          "transcript": "ENST00000672011.1",
          "protein_id": "ENSP00000500418.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2209,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000672011.1"
        },
        {
          "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": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "n.*980A>G",
          "hgvs_p": null,
          "transcript": "ENST00000673134.1",
          "protein_id": "ENSP00000500526.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1399,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000673134.1"
        },
        {
          "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": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "n.*1347A>G",
          "hgvs_p": null,
          "transcript": "ENST00000713749.1",
          "protein_id": "ENSP00000519050.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2049,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000713749.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "n.*1509A>G",
          "hgvs_p": null,
          "transcript": "ENST00000672593.1",
          "protein_id": "ENSP00000500455.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2057,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000672593.1"
        }
      ],
      "gene_symbol": "MUTYH",
      "gene_hgnc_id": 7527,
      "dbsnp": "rs1399651154",
      "frequency_reference_population": 0.000013146478,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 2,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": 0.0000131465,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": 2,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.8992457985877991,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.029999999329447746,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.802,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.1786,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.36,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 4.407,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0.03,
      "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": 11,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PS3,PM1,PM2,PP3_Moderate,PP5",
      "acmg_by_gene": [
        {
          "score": 11,
          "benign_score": 0,
          "pathogenic_score": 11,
          "criteria": [
            "PS3",
            "PM1",
            "PM2",
            "PP3_Moderate",
            "PP5"
          ],
          "verdict": "Pathogenic",
          "transcript": "NM_001128425.2",
          "gene_symbol": "MUTYH",
          "hgnc_id": 7527,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR,AD",
          "hgvs_c": "c.1367A>G",
          "hgvs_p": "p.Tyr456Cys"
        },
        {
          "score": 9,
          "benign_score": 0,
          "pathogenic_score": 9,
          "criteria": [
            "PS3",
            "PM2",
            "PP3_Moderate",
            "PP5"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "ENST00000671898.1",
          "gene_symbol": "ENSG00000288208",
          "hgnc_id": null,
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.1871A>G",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "Familial adenomatous polyposis 2,Hereditary cancer-predisposing syndrome",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "US:2",
      "phenotype_combined": "Familial adenomatous polyposis 2|Hereditary cancer-predisposing syndrome",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.