← 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-45331442-G-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 45331442,
      "ref": "G",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_001128425.2",
      "consequences": [
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1301C>G",
          "hgvs_p": "p.Thr434Arg",
          "transcript": "NM_001128425.2",
          "protein_id": "NP_001121897.1",
          "transcript_support_level": null,
          "aa_start": 434,
          "aa_end": null,
          "aa_length": 549,
          "cds_start": 1301,
          "cds_end": null,
          "cds_length": 1650,
          "cdna_start": 1487,
          "cdna_end": null,
          "cdna_length": 1900,
          "mane_select": null,
          "mane_plus": "ENST00000710952.2",
          "biotype": "protein_coding",
          "feature": "NM_001128425.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1301C>G",
          "hgvs_p": "p.Thr434Arg",
          "transcript": "ENST00000710952.2",
          "protein_id": "ENSP00000518552.2",
          "transcript_support_level": null,
          "aa_start": 434,
          "aa_end": null,
          "aa_length": 549,
          "cds_start": 1301,
          "cds_end": null,
          "cds_length": 1650,
          "cdna_start": 1487,
          "cdna_end": null,
          "cdna_length": 1900,
          "mane_select": null,
          "mane_plus": "NM_001128425.2",
          "biotype": "protein_coding",
          "feature": "ENST00000710952.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1217C>G",
          "hgvs_p": "p.Thr406Arg",
          "transcript": "NM_001048174.2",
          "protein_id": "NP_001041639.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1295,
          "cdna_end": null,
          "cdna_length": 1708,
          "mane_select": "ENST00000456914.7",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001048174.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1217C>G",
          "hgvs_p": "p.Thr406Arg",
          "transcript": "ENST00000456914.7",
          "protein_id": "ENSP00000407590.2",
          "transcript_support_level": 1,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1295,
          "cdna_end": null,
          "cdna_length": 1708,
          "mane_select": "NM_001048174.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000456914.7"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1292C>G",
          "hgvs_p": "p.Thr431Arg",
          "transcript": "ENST00000372098.7",
          "protein_id": "ENSP00000361170.3",
          "transcript_support_level": 1,
          "aa_start": 431,
          "aa_end": null,
          "aa_length": 546,
          "cds_start": 1292,
          "cds_end": null,
          "cds_length": 1641,
          "cdna_start": 1426,
          "cdna_end": null,
          "cdna_length": 1839,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000372098.7"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1262C>G",
          "hgvs_p": "p.Thr421Arg",
          "transcript": "ENST00000372110.7",
          "protein_id": "ENSP00000361182.3",
          "transcript_support_level": 1,
          "aa_start": 421,
          "aa_end": null,
          "aa_length": 536,
          "cds_start": 1262,
          "cds_end": null,
          "cds_length": 1611,
          "cdna_start": 1396,
          "cdna_end": null,
          "cdna_length": 1809,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000372110.7"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1259C>G",
          "hgvs_p": "p.Thr420Arg",
          "transcript": "ENST00000372115.7",
          "protein_id": "ENSP00000361187.3",
          "transcript_support_level": 1,
          "aa_start": 420,
          "aa_end": null,
          "aa_length": 535,
          "cds_start": 1259,
          "cds_end": null,
          "cds_length": 1608,
          "cdna_start": 1475,
          "cdna_end": null,
          "cdna_length": 1888,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000372115.7"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1250C>G",
          "hgvs_p": "p.Thr417Arg",
          "transcript": "ENST00000448481.5",
          "protein_id": "ENSP00000409718.1",
          "transcript_support_level": 1,
          "aa_start": 417,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1250,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1293,
          "cdna_end": null,
          "cdna_length": 1706,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000448481.5"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1220C>G",
          "hgvs_p": "p.Thr407Arg",
          "transcript": "ENST00000354383.10",
          "protein_id": "ENSP00000346354.6",
          "transcript_support_level": 1,
          "aa_start": 407,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 1220,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 1331,
          "cdna_end": null,
          "cdna_length": 1744,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000354383.10"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1217C>G",
          "hgvs_p": "p.Thr406Arg",
          "transcript": "ENST00000355498.6",
          "protein_id": "ENSP00000347685.2",
          "transcript_support_level": 1,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1363,
          "cdna_end": null,
          "cdna_length": 1776,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000355498.6"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_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": "c.1217C>G",
          "hgvs_p": "p.Thr406Arg",
          "transcript": "ENST00000372104.5",
          "protein_id": "ENSP00000361176.1",
          "transcript_support_level": 1,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1410,
          "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": 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.*1030C>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": 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.*1030C>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": 17,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288208",
          "gene_hgnc_id": null,
          "hgvs_c": "n.1805C>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": 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.*1030C>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": 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.*1030C>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": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1292C>G",
          "hgvs_p": "p.Thr431Arg",
          "transcript": "NM_012222.3",
          "protein_id": "NP_036354.1",
          "transcript_support_level": null,
          "aa_start": 431,
          "aa_end": null,
          "aa_length": 546,
          "cds_start": 1292,
          "cds_end": null,
          "cds_length": 1641,
          "cdna_start": 1478,
          "cdna_end": null,
          "cdna_length": 1891,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_012222.3"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1292C>G",
          "hgvs_p": "p.Thr431Arg",
          "transcript": "ENST00000672818.3",
          "protein_id": "ENSP00000500891.1",
          "transcript_support_level": null,
          "aa_start": 431,
          "aa_end": null,
          "aa_length": 546,
          "cds_start": 1292,
          "cds_end": null,
          "cds_length": 1641,
          "cdna_start": 1478,
          "cdna_end": null,
          "cdna_length": 1891,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000672818.3"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1262C>G",
          "hgvs_p": "p.Thr421Arg",
          "transcript": "NM_001293190.2",
          "protein_id": "NP_001280119.1",
          "transcript_support_level": null,
          "aa_start": 421,
          "aa_end": null,
          "aa_length": 536,
          "cds_start": 1262,
          "cds_end": null,
          "cds_length": 1611,
          "cdna_start": 1448,
          "cdna_end": null,
          "cdna_length": 1861,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001293190.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1259C>G",
          "hgvs_p": "p.Thr420Arg",
          "transcript": "NM_001407083.1",
          "protein_id": "NP_001394012.1",
          "transcript_support_level": null,
          "aa_start": 420,
          "aa_end": null,
          "aa_length": 535,
          "cds_start": 1259,
          "cds_end": null,
          "cds_length": 1608,
          "cdna_start": 1410,
          "cdna_end": null,
          "cdna_length": 1823,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407083.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1259C>G",
          "hgvs_p": "p.Thr420Arg",
          "transcript": "NM_001407085.1",
          "protein_id": "NP_001394014.1",
          "transcript_support_level": null,
          "aa_start": 420,
          "aa_end": null,
          "aa_length": 535,
          "cds_start": 1259,
          "cds_end": null,
          "cds_length": 1608,
          "cdna_start": 1337,
          "cdna_end": null,
          "cdna_length": 1750,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407085.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1259C>G",
          "hgvs_p": "p.Thr420Arg",
          "transcript": "ENST00000528013.6",
          "protein_id": "ENSP00000433130.2",
          "transcript_support_level": 5,
          "aa_start": 420,
          "aa_end": null,
          "aa_length": 535,
          "cds_start": 1259,
          "cds_end": null,
          "cds_length": 1608,
          "cdna_start": 1313,
          "cdna_end": null,
          "cdna_length": 1662,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000528013.6"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1259C>G",
          "hgvs_p": "p.Thr420Arg",
          "transcript": "ENST00000873963.1",
          "protein_id": "ENSP00000544022.1",
          "transcript_support_level": null,
          "aa_start": 420,
          "aa_end": null,
          "aa_length": 535,
          "cds_start": 1259,
          "cds_end": null,
          "cds_length": 1608,
          "cdna_start": 1294,
          "cdna_end": null,
          "cdna_length": 1703,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873963.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1259C>G",
          "hgvs_p": "p.Thr420Arg",
          "transcript": "ENST00000938232.1",
          "protein_id": "ENSP00000608291.1",
          "transcript_support_level": null,
          "aa_start": 420,
          "aa_end": null,
          "aa_length": 535,
          "cds_start": 1259,
          "cds_end": null,
          "cds_length": 1608,
          "cdna_start": 1372,
          "cdna_end": null,
          "cdna_length": 1780,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938232.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_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": "c.1259C>G",
          "hgvs_p": "p.Thr420Arg",
          "transcript": "ENST00000946272.1",
          "protein_id": "ENSP00000616331.1",
          "transcript_support_level": null,
          "aa_start": 420,
          "aa_end": null,
          "aa_length": 535,
          "cds_start": 1259,
          "cds_end": null,
          "cds_length": 1608,
          "cdna_start": 2055,
          "cdna_end": null,
          "cdna_length": 2464,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946272.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1250C>G",
          "hgvs_p": "p.Thr417Arg",
          "transcript": "NM_001293191.2",
          "protein_id": "NP_001280120.1",
          "transcript_support_level": null,
          "aa_start": 417,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1250,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1328,
          "cdna_end": null,
          "cdna_length": 1741,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001293191.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1250C>G",
          "hgvs_p": "p.Thr417Arg",
          "transcript": "NM_001407069.1",
          "protein_id": "NP_001393998.1",
          "transcript_support_level": null,
          "aa_start": 417,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1250,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1436,
          "cdna_end": null,
          "cdna_length": 1849,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407069.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1250C>G",
          "hgvs_p": "p.Thr417Arg",
          "transcript": "NM_001407077.1",
          "protein_id": "NP_001394006.1",
          "transcript_support_level": null,
          "aa_start": 417,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1250,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1401,
          "cdna_end": null,
          "cdna_length": 1814,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407077.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1250C>G",
          "hgvs_p": "p.Thr417Arg",
          "transcript": "ENST00000435155.2",
          "protein_id": "ENSP00000403655.2",
          "transcript_support_level": 5,
          "aa_start": 417,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1250,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1401,
          "cdna_end": null,
          "cdna_length": 1801,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000435155.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1250C>G",
          "hgvs_p": "p.Thr417Arg",
          "transcript": "ENST00000938229.1",
          "protein_id": "ENSP00000608288.1",
          "transcript_support_level": null,
          "aa_start": 417,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1250,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1452,
          "cdna_end": null,
          "cdna_length": 1863,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938229.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_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": "c.1250C>G",
          "hgvs_p": "p.Thr417Arg",
          "transcript": "ENST00000938236.1",
          "protein_id": "ENSP00000608295.1",
          "transcript_support_level": null,
          "aa_start": 417,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1250,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1470,
          "cdna_end": null,
          "cdna_length": 1883,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938236.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1250C>G",
          "hgvs_p": "p.Thr417Arg",
          "transcript": "ENST00000946262.1",
          "protein_id": "ENSP00000616321.1",
          "transcript_support_level": null,
          "aa_start": 417,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1250,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1469,
          "cdna_end": null,
          "cdna_length": 1879,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946262.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_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": "c.1250C>G",
          "hgvs_p": "p.Thr417Arg",
          "transcript": "ENST00000946271.1",
          "protein_id": "ENSP00000616330.1",
          "transcript_support_level": null,
          "aa_start": 417,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1250,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1476,
          "cdna_end": null,
          "cdna_length": 1889,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946271.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_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": "c.1250C>G",
          "hgvs_p": "p.Thr417Arg",
          "transcript": "ENST00000946273.1",
          "protein_id": "ENSP00000616332.1",
          "transcript_support_level": null,
          "aa_start": 417,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1250,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1799,
          "cdna_end": null,
          "cdna_length": 2209,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946273.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1247C>G",
          "hgvs_p": "p.Thr416Arg",
          "transcript": "ENST00000938239.1",
          "protein_id": "ENSP00000608298.1",
          "transcript_support_level": null,
          "aa_start": 416,
          "aa_end": null,
          "aa_length": 531,
          "cds_start": 1247,
          "cds_end": null,
          "cds_length": 1596,
          "cdna_start": 1301,
          "cdna_end": null,
          "cdna_length": 1712,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938239.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_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": "c.1238C>G",
          "hgvs_p": "p.Thr413Arg",
          "transcript": "NM_001407087.1",
          "protein_id": "NP_001394016.1",
          "transcript_support_level": null,
          "aa_start": 413,
          "aa_end": null,
          "aa_length": 528,
          "cds_start": 1238,
          "cds_end": null,
          "cds_length": 1587,
          "cdna_start": 1769,
          "cdna_end": null,
          "cdna_length": 2182,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407087.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1238C>G",
          "hgvs_p": "p.Thr413Arg",
          "transcript": "ENST00000713751.1",
          "protein_id": "ENSP00000519052.1",
          "transcript_support_level": null,
          "aa_start": 413,
          "aa_end": null,
          "aa_length": 528,
          "cds_start": 1238,
          "cds_end": null,
          "cds_length": 1587,
          "cdna_start": 1531,
          "cdna_end": null,
          "cdna_length": 1942,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000713751.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1238C>G",
          "hgvs_p": "p.Thr413Arg",
          "transcript": "ENST00000873958.1",
          "protein_id": "ENSP00000544017.1",
          "transcript_support_level": null,
          "aa_start": 413,
          "aa_end": null,
          "aa_length": 528,
          "cds_start": 1238,
          "cds_end": null,
          "cds_length": 1587,
          "cdna_start": 1412,
          "cdna_end": null,
          "cdna_length": 1825,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873958.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_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": "c.1235C>G",
          "hgvs_p": "p.Thr412Arg",
          "transcript": "ENST00000483127.2",
          "protein_id": "ENSP00000436469.2",
          "transcript_support_level": 5,
          "aa_start": 412,
          "aa_end": null,
          "aa_length": 527,
          "cds_start": 1235,
          "cds_end": null,
          "cds_length": 1584,
          "cdna_start": 1741,
          "cdna_end": null,
          "cdna_length": 2154,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000483127.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1220C>G",
          "hgvs_p": "p.Thr407Arg",
          "transcript": "NM_001048172.2",
          "protein_id": "NP_001041637.1",
          "transcript_support_level": null,
          "aa_start": 407,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 1220,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 1371,
          "cdna_end": null,
          "cdna_length": 1784,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001048172.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1220C>G",
          "hgvs_p": "p.Thr407Arg",
          "transcript": "NM_001407071.1",
          "protein_id": "NP_001394000.1",
          "transcript_support_level": null,
          "aa_start": 407,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 1220,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 1464,
          "cdna_end": null,
          "cdna_length": 1877,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407071.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_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": "c.1220C>G",
          "hgvs_p": "p.Thr407Arg",
          "transcript": "NM_001407078.1",
          "protein_id": "NP_001394007.1",
          "transcript_support_level": null,
          "aa_start": 407,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 1220,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 1521,
          "cdna_end": null,
          "cdna_length": 1934,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407078.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1220C>G",
          "hgvs_p": "p.Thr407Arg",
          "transcript": "NM_001407086.1",
          "protein_id": "NP_001394015.1",
          "transcript_support_level": null,
          "aa_start": 407,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 1220,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 1298,
          "cdna_end": null,
          "cdna_length": 1711,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407086.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_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": "c.1220C>G",
          "hgvs_p": "p.Thr407Arg",
          "transcript": "ENST00000873962.1",
          "protein_id": "ENSP00000544021.1",
          "transcript_support_level": null,
          "aa_start": 407,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 1220,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 1431,
          "cdna_end": null,
          "cdna_length": 1842,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873962.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1220C>G",
          "hgvs_p": "p.Thr407Arg",
          "transcript": "ENST00000873964.1",
          "protein_id": "ENSP00000544023.1",
          "transcript_support_level": null,
          "aa_start": 407,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 1220,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 1308,
          "cdna_end": null,
          "cdna_length": 1720,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873964.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1220C>G",
          "hgvs_p": "p.Thr407Arg",
          "transcript": "ENST00000873969.1",
          "protein_id": "ENSP00000544028.1",
          "transcript_support_level": null,
          "aa_start": 407,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 1220,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 1309,
          "cdna_end": null,
          "cdna_length": 1722,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873969.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1220C>G",
          "hgvs_p": "p.Thr407Arg",
          "transcript": "ENST00000873970.1",
          "protein_id": "ENSP00000544029.1",
          "transcript_support_level": null,
          "aa_start": 407,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 1220,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 1632,
          "cdna_end": null,
          "cdna_length": 2046,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873970.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1220C>G",
          "hgvs_p": "p.Thr407Arg",
          "transcript": "ENST00000938246.1",
          "protein_id": "ENSP00000608305.1",
          "transcript_support_level": null,
          "aa_start": 407,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 1220,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 1534,
          "cdna_end": null,
          "cdna_length": 1945,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938246.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_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": "c.1220C>G",
          "hgvs_p": "p.Thr407Arg",
          "transcript": "ENST00000946274.1",
          "protein_id": "ENSP00000616333.1",
          "transcript_support_level": null,
          "aa_start": 407,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 1220,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 1768,
          "cdna_end": null,
          "cdna_length": 2178,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946274.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1217C>G",
          "hgvs_p": "p.Thr406Arg",
          "transcript": "NM_001048171.2",
          "protein_id": "NP_001041636.2",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1445,
          "cdna_end": null,
          "cdna_length": 1858,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001048171.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1217C>G",
          "hgvs_p": "p.Thr406Arg",
          "transcript": "NM_001048173.2",
          "protein_id": "NP_001041638.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1368,
          "cdna_end": null,
          "cdna_length": 1781,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001048173.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_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": "c.1217C>G",
          "hgvs_p": "p.Thr406Arg",
          "transcript": "NM_001293195.2",
          "protein_id": "NP_001280124.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1445,
          "cdna_end": null,
          "cdna_length": 1858,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001293195.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1217C>G",
          "hgvs_p": "p.Thr406Arg",
          "transcript": "NM_001407070.1",
          "protein_id": "NP_001393999.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1461,
          "cdna_end": null,
          "cdna_length": 1874,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407070.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1217C>G",
          "hgvs_p": "p.Thr406Arg",
          "transcript": "NM_001407072.1",
          "protein_id": "NP_001394001.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1441,
          "cdna_end": null,
          "cdna_length": 1854,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407072.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1217C>G",
          "hgvs_p": "p.Thr406Arg",
          "transcript": "NM_001407073.1",
          "protein_id": "NP_001394002.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1403,
          "cdna_end": null,
          "cdna_length": 1816,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407073.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_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": "c.1217C>G",
          "hgvs_p": "p.Thr406Arg",
          "transcript": "NM_001407081.1",
          "protein_id": "NP_001394010.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1518,
          "cdna_end": null,
          "cdna_length": 1931,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407081.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_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": "c.1217C>G",
          "hgvs_p": "p.Thr406Arg",
          "transcript": "NM_001407088.1",
          "protein_id": "NP_001394017.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1436,
          "cdna_end": null,
          "cdna_length": 1849,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407088.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1217C>G",
          "hgvs_p": "p.Thr406Arg",
          "transcript": "NM_001407089.1",
          "protein_id": "NP_001394018.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1532,
          "cdna_end": null,
          "cdna_length": 1945,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407089.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1217C>G",
          "hgvs_p": "p.Thr406Arg",
          "transcript": "ENST00000672314.2",
          "protein_id": "ENSP00000500828.2",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 2347,
          "cdna_end": null,
          "cdna_length": 2747,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000672314.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1217C>G",
          "hgvs_p": "p.Thr406Arg",
          "transcript": "ENST00000713750.1",
          "protein_id": "ENSP00000519051.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1366,
          "cdna_end": null,
          "cdna_length": 1779,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000713750.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1217C>G",
          "hgvs_p": "p.Thr406Arg",
          "transcript": "ENST00000873955.1",
          "protein_id": "ENSP00000544014.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1415,
          "cdna_end": null,
          "cdna_length": 1829,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873955.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1217C>G",
          "hgvs_p": "p.Thr406Arg",
          "transcript": "ENST00000873956.1",
          "protein_id": "ENSP00000544015.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1416,
          "cdna_end": null,
          "cdna_length": 1829,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873956.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_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": "c.1217C>G",
          "hgvs_p": "p.Thr406Arg",
          "transcript": "ENST00000873967.1",
          "protein_id": "ENSP00000544026.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1428,
          "cdna_end": null,
          "cdna_length": 1841,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873967.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_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": "c.1217C>G",
          "hgvs_p": "p.Thr406Arg",
          "transcript": "ENST00000873968.1",
          "protein_id": "ENSP00000544027.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1973,
          "cdna_end": null,
          "cdna_length": 2384,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873968.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_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": "c.1217C>G",
          "hgvs_p": "p.Thr406Arg",
          "transcript": "ENST00000938228.1",
          "protein_id": "ENSP00000608287.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1573,
          "cdna_end": null,
          "cdna_length": 1986,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938228.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_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": "c.1217C>G",
          "hgvs_p": "p.Thr406Arg",
          "transcript": "ENST00000938231.1",
          "protein_id": "ENSP00000608290.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1544,
          "cdna_end": null,
          "cdna_length": 1957,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938231.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_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": "c.1217C>G",
          "hgvs_p": "p.Thr406Arg",
          "transcript": "ENST00000938234.1",
          "protein_id": "ENSP00000608293.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1518,
          "cdna_end": null,
          "cdna_length": 1931,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938234.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1217C>G",
          "hgvs_p": "p.Thr406Arg",
          "transcript": "ENST00000938238.1",
          "protein_id": "ENSP00000608297.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1272,
          "cdna_end": null,
          "cdna_length": 1683,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938238.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_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": "c.1217C>G",
          "hgvs_p": "p.Thr406Arg",
          "transcript": "ENST00000938242.1",
          "protein_id": "ENSP00000608301.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1717,
          "cdna_end": null,
          "cdna_length": 2131,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938242.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1217C>G",
          "hgvs_p": "p.Thr406Arg",
          "transcript": "ENST00000938243.1",
          "protein_id": "ENSP00000608302.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1542,
          "cdna_end": null,
          "cdna_length": 1955,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938243.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1217C>G",
          "hgvs_p": "p.Thr406Arg",
          "transcript": "ENST00000938247.1",
          "protein_id": "ENSP00000608306.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1795,
          "cdna_end": null,
          "cdna_length": 2208,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938247.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1217C>G",
          "hgvs_p": "p.Thr406Arg",
          "transcript": "ENST00000946257.1",
          "protein_id": "ENSP00000616316.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1422,
          "cdna_end": null,
          "cdna_length": 1834,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946257.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_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": "c.1217C>G",
          "hgvs_p": "p.Thr406Arg",
          "transcript": "ENST00000946275.1",
          "protein_id": "ENSP00000616334.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1428,
          "cdna_end": null,
          "cdna_length": 1840,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946275.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1214C>G",
          "hgvs_p": "p.Thr405Arg",
          "transcript": "ENST00000938235.1",
          "protein_id": "ENSP00000608294.1",
          "transcript_support_level": null,
          "aa_start": 405,
          "aa_end": null,
          "aa_length": 520,
          "cds_start": 1214,
          "cds_end": null,
          "cds_length": 1563,
          "cdna_start": 1285,
          "cdna_end": null,
          "cdna_length": 1698,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938235.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1214C>G",
          "hgvs_p": "p.Thr405Arg",
          "transcript": "ENST00000946265.1",
          "protein_id": "ENSP00000616324.1",
          "transcript_support_level": null,
          "aa_start": 405,
          "aa_end": null,
          "aa_length": 520,
          "cds_start": 1214,
          "cds_end": null,
          "cds_length": 1563,
          "cdna_start": 1393,
          "cdna_end": null,
          "cdna_length": 1803,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946265.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1208C>G",
          "hgvs_p": "p.Thr403Arg",
          "transcript": "ENST00000873959.1",
          "protein_id": "ENSP00000544018.1",
          "transcript_support_level": null,
          "aa_start": 403,
          "aa_end": null,
          "aa_length": 518,
          "cds_start": 1208,
          "cds_end": null,
          "cds_length": 1557,
          "cdna_start": 1359,
          "cdna_end": null,
          "cdna_length": 1772,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873959.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1208C>G",
          "hgvs_p": "p.Thr403Arg",
          "transcript": "ENST00000938227.1",
          "protein_id": "ENSP00000608286.1",
          "transcript_support_level": null,
          "aa_start": 403,
          "aa_end": null,
          "aa_length": 518,
          "cds_start": 1208,
          "cds_end": null,
          "cds_length": 1557,
          "cdna_start": 1428,
          "cdna_end": null,
          "cdna_length": 1841,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938227.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1199C>G",
          "hgvs_p": "p.Thr400Arg",
          "transcript": "ENST00000946256.1",
          "protein_id": "ENSP00000616315.1",
          "transcript_support_level": null,
          "aa_start": 400,
          "aa_end": null,
          "aa_length": 515,
          "cds_start": 1199,
          "cds_end": null,
          "cds_length": 1548,
          "cdna_start": 1405,
          "cdna_end": null,
          "cdna_length": 1817,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946256.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1178C>G",
          "hgvs_p": "p.Thr393Arg",
          "transcript": "NM_001407079.1",
          "protein_id": "NP_001394008.1",
          "transcript_support_level": null,
          "aa_start": 393,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 1178,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 1329,
          "cdna_end": null,
          "cdna_length": 1742,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407079.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1178C>G",
          "hgvs_p": "p.Thr393Arg",
          "transcript": "ENST00000938241.1",
          "protein_id": "ENSP00000608300.1",
          "transcript_support_level": null,
          "aa_start": 393,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 1178,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 1225,
          "cdna_end": null,
          "cdna_length": 1638,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938241.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1178C>G",
          "hgvs_p": "p.Thr393Arg",
          "transcript": "ENST00000946258.1",
          "protein_id": "ENSP00000616317.1",
          "transcript_support_level": null,
          "aa_start": 393,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 1178,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 1380,
          "cdna_end": null,
          "cdna_length": 1793,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946258.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1175C>G",
          "hgvs_p": "p.Thr392Arg",
          "transcript": "NM_001407080.1",
          "protein_id": "NP_001394009.1",
          "transcript_support_level": null,
          "aa_start": 392,
          "aa_end": null,
          "aa_length": 507,
          "cds_start": 1175,
          "cds_end": null,
          "cds_length": 1524,
          "cdna_start": 1326,
          "cdna_end": null,
          "cdna_length": 1739,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407080.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1175C>G",
          "hgvs_p": "p.Thr392Arg",
          "transcript": "ENST00000873954.1",
          "protein_id": "ENSP00000544013.1",
          "transcript_support_level": null,
          "aa_start": 392,
          "aa_end": null,
          "aa_length": 507,
          "cds_start": 1175,
          "cds_end": null,
          "cds_length": 1524,
          "cdna_start": 1381,
          "cdna_end": null,
          "cdna_length": 1792,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873954.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1175C>G",
          "hgvs_p": "p.Thr392Arg",
          "transcript": "ENST00000873960.1",
          "protein_id": "ENSP00000544019.1",
          "transcript_support_level": null,
          "aa_start": 392,
          "aa_end": null,
          "aa_length": 507,
          "cds_start": 1175,
          "cds_end": null,
          "cds_length": 1524,
          "cdna_start": 1246,
          "cdna_end": null,
          "cdna_length": 1657,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873960.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1175C>G",
          "hgvs_p": "p.Thr392Arg",
          "transcript": "ENST00000873966.1",
          "protein_id": "ENSP00000544025.1",
          "transcript_support_level": null,
          "aa_start": 392,
          "aa_end": null,
          "aa_length": 507,
          "cds_start": 1175,
          "cds_end": null,
          "cds_length": 1524,
          "cdna_start": 1734,
          "cdna_end": null,
          "cdna_length": 2145,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873966.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1175C>G",
          "hgvs_p": "p.Thr392Arg",
          "transcript": "ENST00000938233.1",
          "protein_id": "ENSP00000608292.1",
          "transcript_support_level": null,
          "aa_start": 392,
          "aa_end": null,
          "aa_length": 507,
          "cds_start": 1175,
          "cds_end": null,
          "cds_length": 1524,
          "cdna_start": 1208,
          "cdna_end": null,
          "cdna_length": 1621,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938233.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1175C>G",
          "hgvs_p": "p.Thr392Arg",
          "transcript": "ENST00000938240.1",
          "protein_id": "ENSP00000608299.1",
          "transcript_support_level": null,
          "aa_start": 392,
          "aa_end": null,
          "aa_length": 507,
          "cds_start": 1175,
          "cds_end": null,
          "cds_length": 1524,
          "cdna_start": 1698,
          "cdna_end": null,
          "cdna_length": 2107,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938240.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1175C>G",
          "hgvs_p": "p.Thr392Arg",
          "transcript": "ENST00000938244.1",
          "protein_id": "ENSP00000608303.1",
          "transcript_support_level": null,
          "aa_start": 392,
          "aa_end": null,
          "aa_length": 507,
          "cds_start": 1175,
          "cds_end": null,
          "cds_length": 1524,
          "cdna_start": 1263,
          "cdna_end": null,
          "cdna_length": 1676,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938244.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1145C>G",
          "hgvs_p": "p.Thr382Arg",
          "transcript": "ENST00000946263.1",
          "protein_id": "ENSP00000616322.1",
          "transcript_support_level": null,
          "aa_start": 382,
          "aa_end": null,
          "aa_length": 497,
          "cds_start": 1145,
          "cds_end": null,
          "cds_length": 1494,
          "cdna_start": 1347,
          "cdna_end": null,
          "cdna_length": 1752,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946263.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1142C>G",
          "hgvs_p": "p.Thr381Arg",
          "transcript": "ENST00000938237.1",
          "protein_id": "ENSP00000608296.1",
          "transcript_support_level": null,
          "aa_start": 381,
          "aa_end": null,
          "aa_length": 496,
          "cds_start": 1142,
          "cds_end": null,
          "cds_length": 1491,
          "cdna_start": 1209,
          "cdna_end": null,
          "cdna_length": 1619,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938237.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1136C>G",
          "hgvs_p": "p.Thr379Arg",
          "transcript": "ENST00000946260.1",
          "protein_id": "ENSP00000616319.1",
          "transcript_support_level": null,
          "aa_start": 379,
          "aa_end": null,
          "aa_length": 494,
          "cds_start": 1136,
          "cds_end": null,
          "cds_length": 1485,
          "cdna_start": 1338,
          "cdna_end": null,
          "cdna_length": 1750,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946260.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1133C>G",
          "hgvs_p": "p.Thr378Arg",
          "transcript": "NM_001407075.1",
          "protein_id": "NP_001394004.1",
          "transcript_support_level": null,
          "aa_start": 378,
          "aa_end": null,
          "aa_length": 493,
          "cds_start": 1133,
          "cds_end": null,
          "cds_length": 1482,
          "cdna_start": 1440,
          "cdna_end": null,
          "cdna_length": 1853,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407075.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1106C>G",
          "hgvs_p": "p.Thr369Arg",
          "transcript": "ENST00000946264.1",
          "protein_id": "ENSP00000616323.1",
          "transcript_support_level": null,
          "aa_start": 369,
          "aa_end": null,
          "aa_length": 484,
          "cds_start": 1106,
          "cds_end": null,
          "cds_length": 1455,
          "cdna_start": 1290,
          "cdna_end": null,
          "cdna_length": 1702,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946264.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1103C>G",
          "hgvs_p": "p.Thr368Arg",
          "transcript": "ENST00000938245.1",
          "protein_id": "ENSP00000608304.1",
          "transcript_support_level": null,
          "aa_start": 368,
          "aa_end": null,
          "aa_length": 483,
          "cds_start": 1103,
          "cds_end": null,
          "cds_length": 1452,
          "cdna_start": 1189,
          "cdna_end": null,
          "cdna_length": 1602,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938245.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1103C>G",
          "hgvs_p": "p.Thr368Arg",
          "transcript": "ENST00000946259.1",
          "protein_id": "ENSP00000616318.1",
          "transcript_support_level": null,
          "aa_start": 368,
          "aa_end": null,
          "aa_length": 483,
          "cds_start": 1103,
          "cds_end": null,
          "cds_length": 1452,
          "cdna_start": 1305,
          "cdna_end": null,
          "cdna_length": 1718,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946259.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "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.1250C>G",
          "hgvs_p": "p.Thr417Arg",
          "transcript": "ENST00000946270.1",
          "protein_id": "ENSP00000616329.1",
          "transcript_support_level": null,
          "aa_start": 417,
          "aa_end": null,
          "aa_length": 481,
          "cds_start": 1250,
          "cds_end": null,
          "cds_length": 1446,
          "cdna_start": 1279,
          "cdna_end": null,
          "cdna_length": 1537,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946270.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1070C>G",
          "hgvs_p": "p.Thr357Arg",
          "transcript": "ENST00000529892.6",
          "protein_id": "ENSP00000432528.2",
          "transcript_support_level": 5,
          "aa_start": 357,
          "aa_end": null,
          "aa_length": 472,
          "cds_start": 1070,
          "cds_end": null,
          "cds_length": 1419,
          "cdna_start": 1231,
          "cdna_end": null,
          "cdna_length": 1638,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000529892.6"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "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.1217C>G",
          "hgvs_p": "p.Thr406Arg",
          "transcript": "ENST00000873961.1",
          "protein_id": "ENSP00000544020.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 470,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1413,
          "cdna_start": 1288,
          "cdna_end": null,
          "cdna_length": 1545,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873961.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "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.1217C>G",
          "hgvs_p": "p.Thr406Arg",
          "transcript": "ENST00000873965.1",
          "protein_id": "ENSP00000544024.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 470,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1413,
          "cdna_start": 1304,
          "cdna_end": null,
          "cdna_length": 1564,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873965.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "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.1217C>G",
          "hgvs_p": "p.Thr406Arg",
          "transcript": "ENST00000946255.1",
          "protein_id": "ENSP00000616314.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 470,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1413,
          "cdna_start": 1515,
          "cdna_end": null,
          "cdna_length": 1774,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946255.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1031C>G",
          "hgvs_p": "p.Thr344Arg",
          "transcript": "ENST00000946269.1",
          "protein_id": "ENSP00000616328.1",
          "transcript_support_level": null,
          "aa_start": 344,
          "aa_end": null,
          "aa_length": 459,
          "cds_start": 1031,
          "cds_end": null,
          "cds_length": 1380,
          "cdna_start": 1166,
          "cdna_end": null,
          "cdna_length": 1576,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946269.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1019C>G",
          "hgvs_p": "p.Thr340Arg",
          "transcript": "ENST00000873957.1",
          "protein_id": "ENSP00000544016.1",
          "transcript_support_level": null,
          "aa_start": 340,
          "aa_end": null,
          "aa_length": 455,
          "cds_start": 1019,
          "cds_end": null,
          "cds_length": 1368,
          "cdna_start": 1204,
          "cdna_end": null,
          "cdna_length": 1615,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873957.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1016C>G",
          "hgvs_p": "p.Thr339Arg",
          "transcript": "ENST00000946266.1",
          "protein_id": "ENSP00000616325.1",
          "transcript_support_level": null,
          "aa_start": 339,
          "aa_end": null,
          "aa_length": 454,
          "cds_start": 1016,
          "cds_end": null,
          "cds_length": 1365,
          "cdna_start": 1194,
          "cdna_end": null,
          "cdna_length": 1604,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946266.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.974C>G",
          "hgvs_p": "p.Thr325Arg",
          "transcript": "ENST00000938230.1",
          "protein_id": "ENSP00000608289.1",
          "transcript_support_level": null,
          "aa_start": 325,
          "aa_end": null,
          "aa_length": 440,
          "cds_start": 974,
          "cds_end": null,
          "cds_length": 1323,
          "cdna_start": 1176,
          "cdna_end": null,
          "cdna_length": 1589,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938230.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.974C>G",
          "hgvs_p": "p.Thr325Arg",
          "transcript": "ENST00000946268.1",
          "protein_id": "ENSP00000616327.1",
          "transcript_support_level": null,
          "aa_start": 325,
          "aa_end": null,
          "aa_length": 440,
          "cds_start": 974,
          "cds_end": null,
          "cds_length": 1323,
          "cdna_start": 1120,
          "cdna_end": null,
          "cdna_length": 1532,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946268.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.941C>G",
          "hgvs_p": "p.Thr314Arg",
          "transcript": "NM_001293192.2",
          "protein_id": "NP_001280121.1",
          "transcript_support_level": null,
          "aa_start": 314,
          "aa_end": null,
          "aa_length": 429,
          "cds_start": 941,
          "cds_end": null,
          "cds_length": 1290,
          "cdna_start": 1381,
          "cdna_end": null,
          "cdna_length": 1794,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001293192.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.941C>G",
          "hgvs_p": "p.Thr314Arg",
          "transcript": "NM_001293196.2",
          "protein_id": "NP_001280125.1",
          "transcript_support_level": null,
          "aa_start": 314,
          "aa_end": null,
          "aa_length": 429,
          "cds_start": 941,
          "cds_end": null,
          "cds_length": 1290,
          "cdna_start": 1304,
          "cdna_end": null,
          "cdna_length": 1717,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001293196.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.941C>G",
          "hgvs_p": "p.Thr314Arg",
          "transcript": "NM_001407091.1",
          "protein_id": "NP_001394020.1",
          "transcript_support_level": null,
          "aa_start": 314,
          "aa_end": null,
          "aa_length": 429,
          "cds_start": 941,
          "cds_end": null,
          "cds_length": 1290,
          "cdna_start": 1231,
          "cdna_end": null,
          "cdna_length": 1644,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407091.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.872C>G",
          "hgvs_p": "p.Thr291Arg",
          "transcript": "NM_001350650.2",
          "protein_id": "NP_001337579.1",
          "transcript_support_level": null,
          "aa_start": 291,
          "aa_end": null,
          "aa_length": 406,
          "cds_start": 872,
          "cds_end": null,
          "cds_length": 1221,
          "cdna_start": 1371,
          "cdna_end": null,
          "cdna_length": 1784,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001350650.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.872C>G",
          "hgvs_p": "p.Thr291Arg",
          "transcript": "NM_001350651.2",
          "protein_id": "NP_001337580.1",
          "transcript_support_level": null,
          "aa_start": 291,
          "aa_end": null,
          "aa_length": 406,
          "cds_start": 872,
          "cds_end": null,
          "cds_length": 1221,
          "cdna_start": 1307,
          "cdna_end": null,
          "cdna_length": 1720,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001350651.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.872C>G",
          "hgvs_p": "p.Thr291Arg",
          "transcript": "NM_001407082.1",
          "protein_id": "NP_001394011.1",
          "transcript_support_level": null,
          "aa_start": 291,
          "aa_end": null,
          "aa_length": 406,
          "cds_start": 872,
          "cds_end": null,
          "cds_length": 1221,
          "cdna_start": 1230,
          "cdna_end": null,
          "cdna_length": 1643,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407082.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.860C>G",
          "hgvs_p": "p.Thr287Arg",
          "transcript": "ENST00000946267.1",
          "protein_id": "ENSP00000616326.1",
          "transcript_support_level": null,
          "aa_start": 287,
          "aa_end": null,
          "aa_length": 402,
          "cds_start": 860,
          "cds_end": null,
          "cds_length": 1209,
          "cdna_start": 1011,
          "cdna_end": null,
          "cdna_length": 1421,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946267.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.833C>G",
          "hgvs_p": "p.Thr278Arg",
          "transcript": "ENST00000412971.6",
          "protein_id": "ENSP00000410263.2",
          "transcript_support_level": 3,
          "aa_start": 278,
          "aa_end": null,
          "aa_length": 393,
          "cds_start": 833,
          "cds_end": null,
          "cds_length": 1182,
          "cdna_start": 960,
          "cdna_end": null,
          "cdna_length": 1373,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000412971.6"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.344C>G",
          "hgvs_p": "p.Thr115Arg",
          "transcript": "ENST00000529984.6",
          "protein_id": "ENSP00000437093.2",
          "transcript_support_level": 2,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 230,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 693,
          "cdna_start": 537,
          "cdna_end": null,
          "cdna_length": 1029,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000529984.6"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.302C>G",
          "hgvs_p": "p.Thr101Arg",
          "transcript": "ENST00000488731.6",
          "protein_id": "ENSP00000432330.1",
          "transcript_support_level": 5,
          "aa_start": 101,
          "aa_end": null,
          "aa_length": 216,
          "cds_start": 302,
          "cds_end": null,
          "cds_length": 651,
          "cdna_start": 328,
          "cdna_end": null,
          "cdna_length": 740,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000488731.6"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.302C>G",
          "hgvs_p": "p.Thr101Arg",
          "transcript": "ENST00000946261.1",
          "protein_id": "ENSP00000616320.1",
          "transcript_support_level": null,
          "aa_start": 101,
          "aa_end": null,
          "aa_length": 165,
          "cds_start": 302,
          "cds_end": null,
          "cds_length": 498,
          "cdna_start": 503,
          "cdna_end": null,
          "cdna_length": 762,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946261.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1277C>G",
          "hgvs_p": "p.Thr426Arg",
          "transcript": "XM_011541497.4",
          "protein_id": "XP_011539799.1",
          "transcript_support_level": null,
          "aa_start": 426,
          "aa_end": null,
          "aa_length": 541,
          "cds_start": 1277,
          "cds_end": null,
          "cds_length": 1626,
          "cdna_start": 1577,
          "cdna_end": null,
          "cdna_length": 1990,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011541497.4"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_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": "c.1268C>G",
          "hgvs_p": "p.Thr423Arg",
          "transcript": "XM_047421191.1",
          "protein_id": "XP_047277147.1",
          "transcript_support_level": null,
          "aa_start": 423,
          "aa_end": null,
          "aa_length": 538,
          "cds_start": 1268,
          "cds_end": null,
          "cds_length": 1617,
          "cdna_start": 1872,
          "cdna_end": null,
          "cdna_length": 2285,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047421191.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_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": "c.1268C>G",
          "hgvs_p": "p.Thr423Arg",
          "transcript": "XM_047421192.1",
          "protein_id": "XP_047277148.1",
          "transcript_support_level": null,
          "aa_start": 423,
          "aa_end": null,
          "aa_length": 538,
          "cds_start": 1268,
          "cds_end": null,
          "cds_length": 1617,
          "cdna_start": 1799,
          "cdna_end": null,
          "cdna_length": 2212,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047421192.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_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": "c.1268C>G",
          "hgvs_p": "p.Thr423Arg",
          "transcript": "XM_047421193.1",
          "protein_id": "XP_047277149.1",
          "transcript_support_level": null,
          "aa_start": 423,
          "aa_end": null,
          "aa_length": 538,
          "cds_start": 1268,
          "cds_end": null,
          "cds_length": 1617,
          "cdna_start": 2036,
          "cdna_end": null,
          "cdna_length": 2449,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047421193.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1259C>G",
          "hgvs_p": "p.Thr420Arg",
          "transcript": "XM_011541502.3",
          "protein_id": "XP_011539804.1",
          "transcript_support_level": null,
          "aa_start": 420,
          "aa_end": null,
          "aa_length": 535,
          "cds_start": 1259,
          "cds_end": null,
          "cds_length": 1608,
          "cdna_start": 1574,
          "cdna_end": null,
          "cdna_length": 1987,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011541502.3"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1259C>G",
          "hgvs_p": "p.Thr420Arg",
          "transcript": "XM_011541503.3",
          "protein_id": "XP_011539805.1",
          "transcript_support_level": null,
          "aa_start": 420,
          "aa_end": null,
          "aa_length": 535,
          "cds_start": 1259,
          "cds_end": null,
          "cds_length": 1608,
          "cdna_start": 1445,
          "cdna_end": null,
          "cdna_length": 1858,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011541503.3"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1259C>G",
          "hgvs_p": "p.Thr420Arg",
          "transcript": "XM_017001332.2",
          "protein_id": "XP_016856821.1",
          "transcript_support_level": null,
          "aa_start": 420,
          "aa_end": null,
          "aa_length": 535,
          "cds_start": 1259,
          "cds_end": null,
          "cds_length": 1608,
          "cdna_start": 1483,
          "cdna_end": null,
          "cdna_length": 1896,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017001332.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_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": "c.1259C>G",
          "hgvs_p": "p.Thr420Arg",
          "transcript": "XM_017001333.2",
          "protein_id": "XP_016856822.1",
          "transcript_support_level": null,
          "aa_start": 420,
          "aa_end": null,
          "aa_length": 535,
          "cds_start": 1259,
          "cds_end": null,
          "cds_length": 1608,
          "cdna_start": 1478,
          "cdna_end": null,
          "cdna_length": 1891,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017001333.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_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": "c.1259C>G",
          "hgvs_p": "p.Thr420Arg",
          "transcript": "XM_047421194.1",
          "protein_id": "XP_047277150.1",
          "transcript_support_level": null,
          "aa_start": 420,
          "aa_end": null,
          "aa_length": 535,
          "cds_start": 1259,
          "cds_end": null,
          "cds_length": 1608,
          "cdna_start": 1560,
          "cdna_end": null,
          "cdna_length": 1973,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047421194.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1235C>G",
          "hgvs_p": "p.Thr412Arg",
          "transcript": "XM_047421197.1",
          "protein_id": "XP_047277153.1",
          "transcript_support_level": null,
          "aa_start": 412,
          "aa_end": null,
          "aa_length": 527,
          "cds_start": 1235,
          "cds_end": null,
          "cds_length": 1584,
          "cdna_start": 3008,
          "cdna_end": null,
          "cdna_length": 3421,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047421197.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_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": "c.1235C>G",
          "hgvs_p": "p.Thr412Arg",
          "transcript": "XM_047421198.1",
          "protein_id": "XP_047277154.1",
          "transcript_support_level": null,
          "aa_start": 412,
          "aa_end": null,
          "aa_length": 527,
          "cds_start": 1235,
          "cds_end": null,
          "cds_length": 1584,
          "cdna_start": 1766,
          "cdna_end": null,
          "cdna_length": 2179,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047421198.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1226C>G",
          "hgvs_p": "p.Thr409Arg",
          "transcript": "XM_047421199.1",
          "protein_id": "XP_047277155.1",
          "transcript_support_level": null,
          "aa_start": 409,
          "aa_end": null,
          "aa_length": 524,
          "cds_start": 1226,
          "cds_end": null,
          "cds_length": 1575,
          "cdna_start": 1830,
          "cdna_end": null,
          "cdna_length": 2243,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047421199.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1175C>G",
          "hgvs_p": "p.Thr392Arg",
          "transcript": "XM_047421201.1",
          "protein_id": "XP_047277157.1",
          "transcript_support_level": null,
          "aa_start": 392,
          "aa_end": null,
          "aa_length": 507,
          "cds_start": 1175,
          "cds_end": null,
          "cds_length": 1524,
          "cdna_start": 1253,
          "cdna_end": null,
          "cdna_length": 1666,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047421201.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.1301C>G",
          "hgvs_p": "p.Thr434Arg",
          "transcript": "XM_047421202.1",
          "protein_id": "XP_047277158.1",
          "transcript_support_level": null,
          "aa_start": 434,
          "aa_end": null,
          "aa_length": 506,
          "cds_start": 1301,
          "cds_end": null,
          "cds_length": 1521,
          "cdna_start": 1487,
          "cdna_end": null,
          "cdna_length": 1884,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047421202.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.839C>G",
          "hgvs_p": "p.Thr280Arg",
          "transcript": "XM_047421203.1",
          "protein_id": "XP_047277159.1",
          "transcript_support_level": null,
          "aa_start": 280,
          "aa_end": null,
          "aa_length": 395,
          "cds_start": 839,
          "cds_end": null,
          "cds_length": 1188,
          "cdna_start": 918,
          "cdna_end": null,
          "cdna_length": 1331,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047421203.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.830C>G",
          "hgvs_p": "p.Thr277Arg",
          "transcript": "XM_047421204.1",
          "protein_id": "XP_047277160.1",
          "transcript_support_level": null,
          "aa_start": 277,
          "aa_end": null,
          "aa_length": 392,
          "cds_start": 830,
          "cds_end": null,
          "cds_length": 1179,
          "cdna_start": 1012,
          "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": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "c.116-2005C>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": 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.*79C>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": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "n.538C>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": 13,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "n.1217C>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": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "n.*546C>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": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "n.*546C>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": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "n.*1443C>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"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "n.*914C>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": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "n.*1281C>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": 13,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "n.1445C>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": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "n.1294C>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": 13,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "n.1441C>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": 13,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "n.1304C>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": 13,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "n.1368C>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": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "n.1326C>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": 13,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "n.1381C>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": 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.*79C>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": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "n.*546C>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": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "n.*546C>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": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "n.*1443C>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"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "n.*914C>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": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUTYH",
          "gene_hgnc_id": 7527,
          "hgvs_c": "n.*1281C>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"
        }
      ],
      "gene_symbol": "MUTYH",
      "gene_hgnc_id": 7527,
      "dbsnp": "rs587780084",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.10282257199287415,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.303,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.0844,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.16,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.017,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -2,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Moderate,BP6_Moderate",
      "acmg_by_gene": [
        {
          "score": -2,
          "benign_score": 4,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate",
            "BP6_Moderate"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_001128425.2",
          "gene_symbol": "MUTYH",
          "hgnc_id": 7527,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR,AD",
          "hgvs_c": "c.1301C>G",
          "hgvs_p": "p.Thr434Arg"
        },
        {
          "score": -2,
          "benign_score": 4,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate",
            "BP6_Moderate"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000671898.1",
          "gene_symbol": "ENSG00000288208",
          "hgnc_id": null,
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.1805C>G",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "Hereditary cancer-predisposing syndrome",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "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.