← 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-45332597-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=45332597&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 45332597,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000456914.7",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.667A>G",
"hgvs_p": "p.Ile223Val",
"transcript": "NM_001128425.2",
"protein_id": "NP_001121897.1",
"transcript_support_level": null,
"aa_start": 223,
"aa_end": null,
"aa_length": 549,
"cds_start": 667,
"cds_end": null,
"cds_length": 1650,
"cdna_start": 853,
"cdna_end": null,
"cdna_length": 1900,
"mane_select": null,
"mane_plus": "ENST00000710952.2",
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.667A>G",
"hgvs_p": "p.Ile223Val",
"transcript": "ENST00000710952.2",
"protein_id": "ENSP00000518552.2",
"transcript_support_level": null,
"aa_start": 223,
"aa_end": null,
"aa_length": 549,
"cds_start": 667,
"cds_end": null,
"cds_length": 1650,
"cdna_start": 853,
"cdna_end": null,
"cdna_length": 1900,
"mane_select": null,
"mane_plus": "NM_001128425.2",
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.583A>G",
"hgvs_p": "p.Ile195Val",
"transcript": "NM_001048174.2",
"protein_id": "NP_001041639.1",
"transcript_support_level": null,
"aa_start": 195,
"aa_end": null,
"aa_length": 521,
"cds_start": 583,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 661,
"cdna_end": null,
"cdna_length": 1708,
"mane_select": "ENST00000456914.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.583A>G",
"hgvs_p": "p.Ile195Val",
"transcript": "ENST00000456914.7",
"protein_id": "ENSP00000407590.2",
"transcript_support_level": 1,
"aa_start": 195,
"aa_end": null,
"aa_length": 521,
"cds_start": 583,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 661,
"cdna_end": null,
"cdna_length": 1708,
"mane_select": "NM_001048174.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.658A>G",
"hgvs_p": "p.Ile220Val",
"transcript": "ENST00000372098.7",
"protein_id": "ENSP00000361170.3",
"transcript_support_level": 1,
"aa_start": 220,
"aa_end": null,
"aa_length": 546,
"cds_start": 658,
"cds_end": null,
"cds_length": 1641,
"cdna_start": 792,
"cdna_end": null,
"cdna_length": 1839,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.628A>G",
"hgvs_p": "p.Ile210Val",
"transcript": "ENST00000372110.7",
"protein_id": "ENSP00000361182.3",
"transcript_support_level": 1,
"aa_start": 210,
"aa_end": null,
"aa_length": 536,
"cds_start": 628,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 762,
"cdna_end": null,
"cdna_length": 1809,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.625A>G",
"hgvs_p": "p.Ile209Val",
"transcript": "ENST00000372115.7",
"protein_id": "ENSP00000361187.3",
"transcript_support_level": 1,
"aa_start": 209,
"aa_end": null,
"aa_length": 535,
"cds_start": 625,
"cds_end": null,
"cds_length": 1608,
"cdna_start": 841,
"cdna_end": null,
"cdna_length": 1888,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.616A>G",
"hgvs_p": "p.Ile206Val",
"transcript": "ENST00000448481.5",
"protein_id": "ENSP00000409718.1",
"transcript_support_level": 1,
"aa_start": 206,
"aa_end": null,
"aa_length": 532,
"cds_start": 616,
"cds_end": null,
"cds_length": 1599,
"cdna_start": 659,
"cdna_end": null,
"cdna_length": 1706,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.586A>G",
"hgvs_p": "p.Ile196Val",
"transcript": "ENST00000354383.10",
"protein_id": "ENSP00000346354.6",
"transcript_support_level": 1,
"aa_start": 196,
"aa_end": null,
"aa_length": 522,
"cds_start": 586,
"cds_end": null,
"cds_length": 1569,
"cdna_start": 697,
"cdna_end": null,
"cdna_length": 1744,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.583A>G",
"hgvs_p": "p.Ile195Val",
"transcript": "ENST00000355498.6",
"protein_id": "ENSP00000347685.2",
"transcript_support_level": 1,
"aa_start": 195,
"aa_end": null,
"aa_length": 521,
"cds_start": 583,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 729,
"cdna_end": null,
"cdna_length": 1776,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.583A>G",
"hgvs_p": "p.Ile195Val",
"transcript": "ENST00000372104.5",
"protein_id": "ENSP00000361176.1",
"transcript_support_level": 1,
"aa_start": 195,
"aa_end": null,
"aa_length": 521,
"cds_start": 583,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 776,
"cdna_end": null,
"cdna_length": 1823,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "n.*396A>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1677,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "n.*396A>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1742,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000288208",
"gene_hgnc_id": null,
"hgvs_c": "n.1171A>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2768,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "n.*396A>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1677,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "n.*396A>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1742,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.658A>G",
"hgvs_p": "p.Ile220Val",
"transcript": "NM_012222.3",
"protein_id": "NP_036354.1",
"transcript_support_level": null,
"aa_start": 220,
"aa_end": null,
"aa_length": 546,
"cds_start": 658,
"cds_end": null,
"cds_length": 1641,
"cdna_start": 844,
"cdna_end": null,
"cdna_length": 1891,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.658A>G",
"hgvs_p": "p.Ile220Val",
"transcript": "ENST00000672818.3",
"protein_id": "ENSP00000500891.1",
"transcript_support_level": null,
"aa_start": 220,
"aa_end": null,
"aa_length": 546,
"cds_start": 658,
"cds_end": null,
"cds_length": 1641,
"cdna_start": 844,
"cdna_end": null,
"cdna_length": 1891,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.628A>G",
"hgvs_p": "p.Ile210Val",
"transcript": "NM_001293190.2",
"protein_id": "NP_001280119.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 536,
"cds_start": 628,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 814,
"cdna_end": null,
"cdna_length": 1861,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.625A>G",
"hgvs_p": "p.Ile209Val",
"transcript": "NM_001407083.1",
"protein_id": "NP_001394012.1",
"transcript_support_level": null,
"aa_start": 209,
"aa_end": null,
"aa_length": 535,
"cds_start": 625,
"cds_end": null,
"cds_length": 1608,
"cdna_start": 776,
"cdna_end": null,
"cdna_length": 1823,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.625A>G",
"hgvs_p": "p.Ile209Val",
"transcript": "NM_001407085.1",
"protein_id": "NP_001394014.1",
"transcript_support_level": null,
"aa_start": 209,
"aa_end": null,
"aa_length": 535,
"cds_start": 625,
"cds_end": null,
"cds_length": 1608,
"cdna_start": 703,
"cdna_end": null,
"cdna_length": 1750,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.625A>G",
"hgvs_p": "p.Ile209Val",
"transcript": "ENST00000528013.6",
"protein_id": "ENSP00000433130.2",
"transcript_support_level": 5,
"aa_start": 209,
"aa_end": null,
"aa_length": 535,
"cds_start": 625,
"cds_end": null,
"cds_length": 1608,
"cdna_start": 679,
"cdna_end": null,
"cdna_length": 1662,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.616A>G",
"hgvs_p": "p.Ile206Val",
"transcript": "NM_001293191.2",
"protein_id": "NP_001280120.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 532,
"cds_start": 616,
"cds_end": null,
"cds_length": 1599,
"cdna_start": 694,
"cdna_end": null,
"cdna_length": 1741,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.616A>G",
"hgvs_p": "p.Ile206Val",
"transcript": "NM_001407069.1",
"protein_id": "NP_001393998.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 532,
"cds_start": 616,
"cds_end": null,
"cds_length": 1599,
"cdna_start": 802,
"cdna_end": null,
"cdna_length": 1849,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.616A>G",
"hgvs_p": "p.Ile206Val",
"transcript": "NM_001407077.1",
"protein_id": "NP_001394006.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 532,
"cds_start": 616,
"cds_end": null,
"cds_length": 1599,
"cdna_start": 767,
"cdna_end": null,
"cdna_length": 1814,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.616A>G",
"hgvs_p": "p.Ile206Val",
"transcript": "ENST00000435155.2",
"protein_id": "ENSP00000403655.2",
"transcript_support_level": 5,
"aa_start": 206,
"aa_end": null,
"aa_length": 532,
"cds_start": 616,
"cds_end": null,
"cds_length": 1599,
"cdna_start": 767,
"cdna_end": null,
"cdna_length": 1801,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.604A>G",
"hgvs_p": "p.Ile202Val",
"transcript": "NM_001407087.1",
"protein_id": "NP_001394016.1",
"transcript_support_level": null,
"aa_start": 202,
"aa_end": null,
"aa_length": 528,
"cds_start": 604,
"cds_end": null,
"cds_length": 1587,
"cdna_start": 1135,
"cdna_end": null,
"cdna_length": 2182,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.604A>G",
"hgvs_p": "p.Ile202Val",
"transcript": "ENST00000713751.1",
"protein_id": "ENSP00000519052.1",
"transcript_support_level": null,
"aa_start": 202,
"aa_end": null,
"aa_length": 528,
"cds_start": 604,
"cds_end": null,
"cds_length": 1587,
"cdna_start": 897,
"cdna_end": null,
"cdna_length": 1942,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.601A>G",
"hgvs_p": "p.Ile201Val",
"transcript": "ENST00000483127.2",
"protein_id": "ENSP00000436469.2",
"transcript_support_level": 5,
"aa_start": 201,
"aa_end": null,
"aa_length": 527,
"cds_start": 601,
"cds_end": null,
"cds_length": 1584,
"cdna_start": 1107,
"cdna_end": null,
"cdna_length": 2154,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.586A>G",
"hgvs_p": "p.Ile196Val",
"transcript": "NM_001048172.2",
"protein_id": "NP_001041637.1",
"transcript_support_level": null,
"aa_start": 196,
"aa_end": null,
"aa_length": 522,
"cds_start": 586,
"cds_end": null,
"cds_length": 1569,
"cdna_start": 737,
"cdna_end": null,
"cdna_length": 1784,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.586A>G",
"hgvs_p": "p.Ile196Val",
"transcript": "NM_001407071.1",
"protein_id": "NP_001394000.1",
"transcript_support_level": null,
"aa_start": 196,
"aa_end": null,
"aa_length": 522,
"cds_start": 586,
"cds_end": null,
"cds_length": 1569,
"cdna_start": 830,
"cdna_end": null,
"cdna_length": 1877,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.586A>G",
"hgvs_p": "p.Ile196Val",
"transcript": "NM_001407078.1",
"protein_id": "NP_001394007.1",
"transcript_support_level": null,
"aa_start": 196,
"aa_end": null,
"aa_length": 522,
"cds_start": 586,
"cds_end": null,
"cds_length": 1569,
"cdna_start": 887,
"cdna_end": null,
"cdna_length": 1934,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.586A>G",
"hgvs_p": "p.Ile196Val",
"transcript": "NM_001407086.1",
"protein_id": "NP_001394015.1",
"transcript_support_level": null,
"aa_start": 196,
"aa_end": null,
"aa_length": 522,
"cds_start": 586,
"cds_end": null,
"cds_length": 1569,
"cdna_start": 664,
"cdna_end": null,
"cdna_length": 1711,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.583A>G",
"hgvs_p": "p.Ile195Val",
"transcript": "NM_001048171.2",
"protein_id": "NP_001041636.2",
"transcript_support_level": null,
"aa_start": 195,
"aa_end": null,
"aa_length": 521,
"cds_start": 583,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 811,
"cdna_end": null,
"cdna_length": 1858,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.583A>G",
"hgvs_p": "p.Ile195Val",
"transcript": "NM_001048173.2",
"protein_id": "NP_001041638.1",
"transcript_support_level": null,
"aa_start": 195,
"aa_end": null,
"aa_length": 521,
"cds_start": 583,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 734,
"cdna_end": null,
"cdna_length": 1781,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.583A>G",
"hgvs_p": "p.Ile195Val",
"transcript": "NM_001293195.2",
"protein_id": "NP_001280124.1",
"transcript_support_level": null,
"aa_start": 195,
"aa_end": null,
"aa_length": 521,
"cds_start": 583,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 811,
"cdna_end": null,
"cdna_length": 1858,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.583A>G",
"hgvs_p": "p.Ile195Val",
"transcript": "NM_001407070.1",
"protein_id": "NP_001393999.1",
"transcript_support_level": null,
"aa_start": 195,
"aa_end": null,
"aa_length": 521,
"cds_start": 583,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 827,
"cdna_end": null,
"cdna_length": 1874,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.583A>G",
"hgvs_p": "p.Ile195Val",
"transcript": "NM_001407072.1",
"protein_id": "NP_001394001.1",
"transcript_support_level": null,
"aa_start": 195,
"aa_end": null,
"aa_length": 521,
"cds_start": 583,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 807,
"cdna_end": null,
"cdna_length": 1854,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.583A>G",
"hgvs_p": "p.Ile195Val",
"transcript": "NM_001407073.1",
"protein_id": "NP_001394002.1",
"transcript_support_level": null,
"aa_start": 195,
"aa_end": null,
"aa_length": 521,
"cds_start": 583,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 769,
"cdna_end": null,
"cdna_length": 1816,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.583A>G",
"hgvs_p": "p.Ile195Val",
"transcript": "NM_001407081.1",
"protein_id": "NP_001394010.1",
"transcript_support_level": null,
"aa_start": 195,
"aa_end": null,
"aa_length": 521,
"cds_start": 583,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 884,
"cdna_end": null,
"cdna_length": 1931,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.583A>G",
"hgvs_p": "p.Ile195Val",
"transcript": "NM_001407088.1",
"protein_id": "NP_001394017.1",
"transcript_support_level": null,
"aa_start": 195,
"aa_end": null,
"aa_length": 521,
"cds_start": 583,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 802,
"cdna_end": null,
"cdna_length": 1849,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.583A>G",
"hgvs_p": "p.Ile195Val",
"transcript": "NM_001407089.1",
"protein_id": "NP_001394018.1",
"transcript_support_level": null,
"aa_start": 195,
"aa_end": null,
"aa_length": 521,
"cds_start": 583,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 898,
"cdna_end": null,
"cdna_length": 1945,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.583A>G",
"hgvs_p": "p.Ile195Val",
"transcript": "ENST00000672314.2",
"protein_id": "ENSP00000500828.2",
"transcript_support_level": null,
"aa_start": 195,
"aa_end": null,
"aa_length": 521,
"cds_start": 583,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 1713,
"cdna_end": null,
"cdna_length": 2747,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.583A>G",
"hgvs_p": "p.Ile195Val",
"transcript": "ENST00000713750.1",
"protein_id": "ENSP00000519051.1",
"transcript_support_level": null,
"aa_start": 195,
"aa_end": null,
"aa_length": 521,
"cds_start": 583,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 732,
"cdna_end": null,
"cdna_length": 1779,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.544A>G",
"hgvs_p": "p.Ile182Val",
"transcript": "NM_001407079.1",
"protein_id": "NP_001394008.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 508,
"cds_start": 544,
"cds_end": null,
"cds_length": 1527,
"cdna_start": 695,
"cdna_end": null,
"cdna_length": 1742,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.541A>G",
"hgvs_p": "p.Ile181Val",
"transcript": "NM_001407080.1",
"protein_id": "NP_001394009.1",
"transcript_support_level": null,
"aa_start": 181,
"aa_end": null,
"aa_length": 507,
"cds_start": 541,
"cds_end": null,
"cds_length": 1524,
"cdna_start": 692,
"cdna_end": null,
"cdna_length": 1739,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.499A>G",
"hgvs_p": "p.Ile167Val",
"transcript": "NM_001407075.1",
"protein_id": "NP_001394004.1",
"transcript_support_level": null,
"aa_start": 167,
"aa_end": null,
"aa_length": 493,
"cds_start": 499,
"cds_end": null,
"cds_length": 1482,
"cdna_start": 806,
"cdna_end": null,
"cdna_length": 1853,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.625A>G",
"hgvs_p": "p.Ile209Val",
"transcript": "ENST00000529892.6",
"protein_id": "ENSP00000432528.2",
"transcript_support_level": 5,
"aa_start": 209,
"aa_end": null,
"aa_length": 472,
"cds_start": 625,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 786,
"cdna_end": null,
"cdna_length": 1638,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.307A>G",
"hgvs_p": "p.Ile103Val",
"transcript": "NM_001293192.2",
"protein_id": "NP_001280121.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 429,
"cds_start": 307,
"cds_end": null,
"cds_length": 1290,
"cdna_start": 747,
"cdna_end": null,
"cdna_length": 1794,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.307A>G",
"hgvs_p": "p.Ile103Val",
"transcript": "NM_001293196.2",
"protein_id": "NP_001280125.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 429,
"cds_start": 307,
"cds_end": null,
"cds_length": 1290,
"cdna_start": 670,
"cdna_end": null,
"cdna_length": 1717,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.307A>G",
"hgvs_p": "p.Ile103Val",
"transcript": "NM_001407091.1",
"protein_id": "NP_001394020.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 429,
"cds_start": 307,
"cds_end": null,
"cds_length": 1290,
"cdna_start": 597,
"cdna_end": null,
"cdna_length": 1644,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.238A>G",
"hgvs_p": "p.Ile80Val",
"transcript": "NM_001350650.2",
"protein_id": "NP_001337579.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 406,
"cds_start": 238,
"cds_end": null,
"cds_length": 1221,
"cdna_start": 737,
"cdna_end": null,
"cdna_length": 1784,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.238A>G",
"hgvs_p": "p.Ile80Val",
"transcript": "NM_001350651.2",
"protein_id": "NP_001337580.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 406,
"cds_start": 238,
"cds_end": null,
"cds_length": 1221,
"cdna_start": 673,
"cdna_end": null,
"cdna_length": 1720,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.238A>G",
"hgvs_p": "p.Ile80Val",
"transcript": "NM_001407082.1",
"protein_id": "NP_001394011.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 406,
"cds_start": 238,
"cds_end": null,
"cds_length": 1221,
"cdna_start": 596,
"cdna_end": null,
"cdna_length": 1643,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.199A>G",
"hgvs_p": "p.Ile67Val",
"transcript": "ENST00000412971.6",
"protein_id": "ENSP00000410263.2",
"transcript_support_level": 3,
"aa_start": 67,
"aa_end": null,
"aa_length": 393,
"cds_start": 199,
"cds_end": null,
"cds_length": 1182,
"cdna_start": 326,
"cdna_end": null,
"cdna_length": 1373,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.643A>G",
"hgvs_p": "p.Ile215Val",
"transcript": "XM_011541497.4",
"protein_id": "XP_011539799.1",
"transcript_support_level": null,
"aa_start": 215,
"aa_end": null,
"aa_length": 541,
"cds_start": 643,
"cds_end": null,
"cds_length": 1626,
"cdna_start": 943,
"cdna_end": null,
"cdna_length": 1990,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.634A>G",
"hgvs_p": "p.Ile212Val",
"transcript": "XM_047421191.1",
"protein_id": "XP_047277147.1",
"transcript_support_level": null,
"aa_start": 212,
"aa_end": null,
"aa_length": 538,
"cds_start": 634,
"cds_end": null,
"cds_length": 1617,
"cdna_start": 1238,
"cdna_end": null,
"cdna_length": 2285,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.634A>G",
"hgvs_p": "p.Ile212Val",
"transcript": "XM_047421192.1",
"protein_id": "XP_047277148.1",
"transcript_support_level": null,
"aa_start": 212,
"aa_end": null,
"aa_length": 538,
"cds_start": 634,
"cds_end": null,
"cds_length": 1617,
"cdna_start": 1165,
"cdna_end": null,
"cdna_length": 2212,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.634A>G",
"hgvs_p": "p.Ile212Val",
"transcript": "XM_047421193.1",
"protein_id": "XP_047277149.1",
"transcript_support_level": null,
"aa_start": 212,
"aa_end": null,
"aa_length": 538,
"cds_start": 634,
"cds_end": null,
"cds_length": 1617,
"cdna_start": 1402,
"cdna_end": null,
"cdna_length": 2449,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.625A>G",
"hgvs_p": "p.Ile209Val",
"transcript": "XM_011541502.3",
"protein_id": "XP_011539804.1",
"transcript_support_level": null,
"aa_start": 209,
"aa_end": null,
"aa_length": 535,
"cds_start": 625,
"cds_end": null,
"cds_length": 1608,
"cdna_start": 940,
"cdna_end": null,
"cdna_length": 1987,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.625A>G",
"hgvs_p": "p.Ile209Val",
"transcript": "XM_011541503.3",
"protein_id": "XP_011539805.1",
"transcript_support_level": null,
"aa_start": 209,
"aa_end": null,
"aa_length": 535,
"cds_start": 625,
"cds_end": null,
"cds_length": 1608,
"cdna_start": 811,
"cdna_end": null,
"cdna_length": 1858,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.625A>G",
"hgvs_p": "p.Ile209Val",
"transcript": "XM_017001332.2",
"protein_id": "XP_016856821.1",
"transcript_support_level": null,
"aa_start": 209,
"aa_end": null,
"aa_length": 535,
"cds_start": 625,
"cds_end": null,
"cds_length": 1608,
"cdna_start": 849,
"cdna_end": null,
"cdna_length": 1896,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.625A>G",
"hgvs_p": "p.Ile209Val",
"transcript": "XM_017001333.2",
"protein_id": "XP_016856822.1",
"transcript_support_level": null,
"aa_start": 209,
"aa_end": null,
"aa_length": 535,
"cds_start": 625,
"cds_end": null,
"cds_length": 1608,
"cdna_start": 844,
"cdna_end": null,
"cdna_length": 1891,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.625A>G",
"hgvs_p": "p.Ile209Val",
"transcript": "XM_047421194.1",
"protein_id": "XP_047277150.1",
"transcript_support_level": null,
"aa_start": 209,
"aa_end": null,
"aa_length": 535,
"cds_start": 625,
"cds_end": null,
"cds_length": 1608,
"cdna_start": 926,
"cdna_end": null,
"cdna_length": 1973,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.601A>G",
"hgvs_p": "p.Ile201Val",
"transcript": "XM_047421197.1",
"protein_id": "XP_047277153.1",
"transcript_support_level": null,
"aa_start": 201,
"aa_end": null,
"aa_length": 527,
"cds_start": 601,
"cds_end": null,
"cds_length": 1584,
"cdna_start": 2374,
"cdna_end": null,
"cdna_length": 3421,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.601A>G",
"hgvs_p": "p.Ile201Val",
"transcript": "XM_047421198.1",
"protein_id": "XP_047277154.1",
"transcript_support_level": null,
"aa_start": 201,
"aa_end": null,
"aa_length": 527,
"cds_start": 601,
"cds_end": null,
"cds_length": 1584,
"cdna_start": 1132,
"cdna_end": null,
"cdna_length": 2179,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.592A>G",
"hgvs_p": "p.Ile198Val",
"transcript": "XM_047421199.1",
"protein_id": "XP_047277155.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 524,
"cds_start": 592,
"cds_end": null,
"cds_length": 1575,
"cdna_start": 1196,
"cdna_end": null,
"cdna_length": 2243,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.541A>G",
"hgvs_p": "p.Ile181Val",
"transcript": "XM_047421201.1",
"protein_id": "XP_047277157.1",
"transcript_support_level": null,
"aa_start": 181,
"aa_end": null,
"aa_length": 507,
"cds_start": 541,
"cds_end": null,
"cds_length": 1524,
"cdna_start": 619,
"cdna_end": null,
"cdna_length": 1666,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.667A>G",
"hgvs_p": "p.Ile223Val",
"transcript": "XM_047421202.1",
"protein_id": "XP_047277158.1",
"transcript_support_level": null,
"aa_start": 223,
"aa_end": null,
"aa_length": 506,
"cds_start": 667,
"cds_end": null,
"cds_length": 1521,
"cdna_start": 853,
"cdna_end": null,
"cdna_length": 1884,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.205A>G",
"hgvs_p": "p.Ile69Val",
"transcript": "XM_047421203.1",
"protein_id": "XP_047277159.1",
"transcript_support_level": null,
"aa_start": 69,
"aa_end": null,
"aa_length": 395,
"cds_start": 205,
"cds_end": null,
"cds_length": 1188,
"cdna_start": 284,
"cdna_end": null,
"cdna_length": 1331,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.196A>G",
"hgvs_p": "p.Ile66Val",
"transcript": "XM_047421204.1",
"protein_id": "XP_047277160.1",
"transcript_support_level": null,
"aa_start": 66,
"aa_end": null,
"aa_length": 392,
"cds_start": 196,
"cds_end": null,
"cds_length": 1179,
"cdna_start": 378,
"cdna_end": null,
"cdna_length": 1425,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "n.738A>G",
"hgvs_p": null,
"transcript": "ENST00000450313.6",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 974,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "n.*322A>G",
"hgvs_p": null,
"transcript": "ENST00000461495.6",
"protein_id": "ENSP00000437166.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 964,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 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.274A>G",
"hgvs_p": null,
"transcript": "ENST00000462388.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 880,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "n.583A>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1731,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "n.*506A>G",
"hgvs_p": null,
"transcript": "ENST00000467940.5",
"protein_id": "ENSP00000436478.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 989,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "n.470A>G",
"hgvs_p": null,
"transcript": "ENST00000470256.5",
"protein_id": "ENSP00000434985.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 839,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "n.570A>G",
"hgvs_p": null,
"transcript": "ENST00000478796.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 779,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "n.941A>G",
"hgvs_p": null,
"transcript": "ENST00000479746.6",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 971,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "n.583A>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1862,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "n.980A>G",
"hgvs_p": null,
"transcript": "ENST00000492494.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 998,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "n.*234A>G",
"hgvs_p": null,
"transcript": "ENST00000525160.5",
"protein_id": "ENSP00000431568.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 670,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "n.206A>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1225,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "n.551A>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2209,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "n.*471A>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2057,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "n.542A>G",
"hgvs_p": null,
"transcript": "ENST00000672764.1",
"protein_id": "ENSP00000500886.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1109,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "n.*280A>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1399,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "n.*495A>G",
"hgvs_p": null,
"transcript": "ENST00000674679.2",
"protein_id": "ENSP00000501623.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 877,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "n.*647A>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2049,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "n.811A>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2038,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "n.660A>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1887,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "n.807A>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2034,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "n.670A>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1897,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "n.734A>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1961,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "n.692A>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1919,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "n.747A>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1974,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 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.*322A>G",
"hgvs_p": null,
"transcript": "ENST00000461495.6",
"protein_id": "ENSP00000437166.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 964,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "n.*506A>G",
"hgvs_p": null,
"transcript": "ENST00000467940.5",
"protein_id": "ENSP00000436478.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 989,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "n.*234A>G",
"hgvs_p": null,
"transcript": "ENST00000525160.5",
"protein_id": "ENSP00000431568.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 670,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "n.*471A>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2057,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "n.*280A>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1399,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "n.*495A>G",
"hgvs_p": null,
"transcript": "ENST00000674679.2",
"protein_id": "ENSP00000501623.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 877,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "n.*647A>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2049,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.229+166A>G",
"hgvs_p": null,
"transcript": "ENST00000529984.6",
"protein_id": "ENSP00000437093.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 230,
"cds_start": -4,
"cds_end": null,
"cds_length": 693,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1029,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.187+166A>G",
"hgvs_p": null,
"transcript": "ENST00000488731.6",
"protein_id": "ENSP00000432330.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 216,
"cds_start": -4,
"cds_end": null,
"cds_length": 651,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 740,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "c.115+1794A>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": -4,
"cds_end": null,
"cds_length": 189,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 501,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "n.-218A>G",
"hgvs_p": null,
"transcript": "ENST00000466231.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 358,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "n.*243A>G",
"hgvs_p": null,
"transcript": "ENST00000462387.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 820,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "n.*166A>G",
"hgvs_p": null,
"transcript": "ENST00000476789.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 932,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "n.*80A>G",
"hgvs_p": null,
"transcript": "ENST00000481139.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1051,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "n.*18A>G",
"hgvs_p": null,
"transcript": "ENST00000483642.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1080,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "n.*149A>G",
"hgvs_p": null,
"transcript": "ENST00000485484.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 810,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"hgvs_c": "n.*2A>G",
"hgvs_p": null,
"transcript": "ENST00000671856.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 527,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MUTYH",
"gene_hgnc_id": 7527,
"dbsnp": "rs200872702",
"frequency_reference_population": 0.00020074524,
"hom_count_reference_population": 0,
"allele_count_reference_population": 324,
"gnomad_exomes_af": 0.000211375,
"gnomad_genomes_af": 0.0000985986,
"gnomad_exomes_ac": 309,
"gnomad_genomes_ac": 15,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.2594457268714905,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.609,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0784,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.05,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 1.151,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM1,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM1",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000456914.7",
"gene_symbol": "MUTYH",
"hgnc_id": 7527,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.583A>G",
"hgvs_p": "p.Ile195Val"
},
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "ENST00000671898.1",
"gene_symbol": "ENSG00000288208",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.1171A>G",
"hgvs_p": null
}
],
"clinvar_disease": " H3 K27-altered,Carcinoma of colon,Diffuse midline glioma,Familial adenomatous polyposis 1,Familial adenomatous polyposis 2,Gastric cancer,Hereditary cancer-predisposing syndrome,Inherited polyposis and early onset colorectal cancer - germline testing,not provided,not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:28",
"phenotype_combined": "Hereditary cancer-predisposing syndrome|Familial adenomatous polyposis 2|not provided|not specified|Carcinoma of colon|Diffuse midline glioma, H3 K27-altered|Familial adenomatous polyposis 2;Gastric cancer|Familial adenomatous polyposis 1|Inherited polyposis and early onset colorectal cancer - germline testing",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}