← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 2-47800086-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=47800086&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 47800086,
"ref": "A",
"alt": "G",
"effect": "synonymous_variant",
"transcript": "NM_001406795.1",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.2103A>G",
"hgvs_p": "p.Leu701Leu",
"transcript": "NM_000179.3",
"protein_id": "NP_000170.1",
"transcript_support_level": null,
"aa_start": 701,
"aa_end": null,
"aa_length": 1360,
"cds_start": 2103,
"cds_end": null,
"cds_length": 4083,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000234420.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000179.3"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.2103A>G",
"hgvs_p": "p.Leu701Leu",
"transcript": "ENST00000234420.11",
"protein_id": "ENSP00000234420.5",
"transcript_support_level": 1,
"aa_start": 701,
"aa_end": null,
"aa_length": 1360,
"cds_start": 2103,
"cds_end": null,
"cds_length": 4083,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000179.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000234420.11"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "n.*1450A>G",
"hgvs_p": null,
"transcript": "ENST00000445503.5",
"protein_id": "ENSP00000405294.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000445503.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "n.*1450A>G",
"hgvs_p": null,
"transcript": "ENST00000445503.5",
"protein_id": "ENSP00000405294.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000445503.5"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.2199A>G",
"hgvs_p": "p.Leu733Leu",
"transcript": "NM_001406795.1",
"protein_id": "NP_001393724.1",
"transcript_support_level": null,
"aa_start": 733,
"aa_end": null,
"aa_length": 1392,
"cds_start": 2199,
"cds_end": null,
"cds_length": 4179,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001406795.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.2103A>G",
"hgvs_p": "p.Leu701Leu",
"transcript": "ENST00000936511.1",
"protein_id": "ENSP00000606570.1",
"transcript_support_level": null,
"aa_start": 701,
"aa_end": null,
"aa_length": 1369,
"cds_start": 2103,
"cds_end": null,
"cds_length": 4110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936511.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.2109A>G",
"hgvs_p": "p.Leu703Leu",
"transcript": "NM_001406813.1",
"protein_id": "NP_001393742.1",
"transcript_support_level": null,
"aa_start": 703,
"aa_end": null,
"aa_length": 1362,
"cds_start": 2109,
"cds_end": null,
"cds_length": 4089,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001406813.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.2109A>G",
"hgvs_p": "p.Leu703Leu",
"transcript": "ENST00000700002.1",
"protein_id": "ENSP00000514750.1",
"transcript_support_level": null,
"aa_start": 703,
"aa_end": null,
"aa_length": 1362,
"cds_start": 2109,
"cds_end": null,
"cds_length": 4089,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000700002.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.2103A>G",
"hgvs_p": "p.Leu701Leu",
"transcript": "NM_001406796.1",
"protein_id": "NP_001393725.1",
"transcript_support_level": null,
"aa_start": 701,
"aa_end": null,
"aa_length": 1360,
"cds_start": 2103,
"cds_end": null,
"cds_length": 4083,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001406796.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.2103A>G",
"hgvs_p": "p.Leu701Leu",
"transcript": "NM_001406809.1",
"protein_id": "NP_001393738.1",
"transcript_support_level": null,
"aa_start": 701,
"aa_end": null,
"aa_length": 1360,
"cds_start": 2103,
"cds_end": null,
"cds_length": 4083,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001406809.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.2103A>G",
"hgvs_p": "p.Leu701Leu",
"transcript": "ENST00000895687.1",
"protein_id": "ENSP00000565746.1",
"transcript_support_level": null,
"aa_start": 701,
"aa_end": null,
"aa_length": 1360,
"cds_start": 2103,
"cds_end": null,
"cds_length": 4083,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895687.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.2103A>G",
"hgvs_p": "p.Leu701Leu",
"transcript": "ENST00000936508.1",
"protein_id": "ENSP00000606567.1",
"transcript_support_level": null,
"aa_start": 701,
"aa_end": null,
"aa_length": 1359,
"cds_start": 2103,
"cds_end": null,
"cds_length": 4080,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936508.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.2103A>G",
"hgvs_p": "p.Leu701Leu",
"transcript": "NM_001406808.1",
"protein_id": "NP_001393737.1",
"transcript_support_level": null,
"aa_start": 701,
"aa_end": null,
"aa_length": 1337,
"cds_start": 2103,
"cds_end": null,
"cds_length": 4014,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001406808.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.2025A>G",
"hgvs_p": "p.Leu675Leu",
"transcript": "NM_001406804.1",
"protein_id": "NP_001393733.1",
"transcript_support_level": null,
"aa_start": 675,
"aa_end": null,
"aa_length": 1334,
"cds_start": 2025,
"cds_end": null,
"cds_length": 4005,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001406804.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.2103A>G",
"hgvs_p": "p.Leu701Leu",
"transcript": "NM_001406800.1",
"protein_id": "NP_001393729.1",
"transcript_support_level": null,
"aa_start": 701,
"aa_end": null,
"aa_length": 1321,
"cds_start": 2103,
"cds_end": null,
"cds_length": 3966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001406800.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.2199A>G",
"hgvs_p": "p.Leu733Leu",
"transcript": "NM_001406802.1",
"protein_id": "NP_001393731.1",
"transcript_support_level": null,
"aa_start": 733,
"aa_end": null,
"aa_length": 1304,
"cds_start": 2199,
"cds_end": null,
"cds_length": 3915,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001406802.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.1935A>G",
"hgvs_p": "p.Leu645Leu",
"transcript": "NM_001406826.1",
"protein_id": "NP_001393755.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 1304,
"cds_start": 1935,
"cds_end": null,
"cds_length": 3915,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001406826.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.2103A>G",
"hgvs_p": "p.Leu701Leu",
"transcript": "NM_001406798.1",
"protein_id": "NP_001393727.1",
"transcript_support_level": null,
"aa_start": 701,
"aa_end": null,
"aa_length": 1302,
"cds_start": 2103,
"cds_end": null,
"cds_length": 3909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001406798.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.2103A>G",
"hgvs_p": "p.Leu701Leu",
"transcript": "ENST00000936509.1",
"protein_id": "ENSP00000606568.1",
"transcript_support_level": null,
"aa_start": 701,
"aa_end": null,
"aa_length": 1302,
"cds_start": 2103,
"cds_end": null,
"cds_length": 3909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936509.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.1806A>G",
"hgvs_p": "p.Leu602Leu",
"transcript": "NM_001406797.1",
"protein_id": "NP_001393726.1",
"transcript_support_level": null,
"aa_start": 602,
"aa_end": null,
"aa_length": 1261,
"cds_start": 1806,
"cds_end": null,
"cds_length": 3786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001406797.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.1806A>G",
"hgvs_p": "p.Leu602Leu",
"transcript": "NM_001406805.1",
"protein_id": "NP_001393734.1",
"transcript_support_level": null,
"aa_start": 602,
"aa_end": null,
"aa_length": 1261,
"cds_start": 1806,
"cds_end": null,
"cds_length": 3786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001406805.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.1806A>G",
"hgvs_p": "p.Leu602Leu",
"transcript": "NM_001406818.1",
"protein_id": "NP_001393747.1",
"transcript_support_level": null,
"aa_start": 602,
"aa_end": null,
"aa_length": 1261,
"cds_start": 1806,
"cds_end": null,
"cds_length": 3786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001406818.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.1806A>G",
"hgvs_p": "p.Leu602Leu",
"transcript": "NM_001406819.1",
"protein_id": "NP_001393748.1",
"transcript_support_level": null,
"aa_start": 602,
"aa_end": null,
"aa_length": 1261,
"cds_start": 1806,
"cds_end": null,
"cds_length": 3786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001406819.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.1806A>G",
"hgvs_p": "p.Leu602Leu",
"transcript": "NM_001406820.1",
"protein_id": "NP_001393749.1",
"transcript_support_level": null,
"aa_start": 602,
"aa_end": null,
"aa_length": 1261,
"cds_start": 1806,
"cds_end": null,
"cds_length": 3786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001406820.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.1806A>G",
"hgvs_p": "p.Leu602Leu",
"transcript": "NM_001406821.1",
"protein_id": "NP_001393750.1",
"transcript_support_level": null,
"aa_start": 602,
"aa_end": null,
"aa_length": 1261,
"cds_start": 1806,
"cds_end": null,
"cds_length": 3786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001406821.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.1806A>G",
"hgvs_p": "p.Leu602Leu",
"transcript": "NM_001406824.1",
"protein_id": "NP_001393753.1",
"transcript_support_level": null,
"aa_start": 602,
"aa_end": null,
"aa_length": 1261,
"cds_start": 1806,
"cds_end": null,
"cds_length": 3786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001406824.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.1806A>G",
"hgvs_p": "p.Leu602Leu",
"transcript": "NM_001406825.1",
"protein_id": "NP_001393754.1",
"transcript_support_level": null,
"aa_start": 602,
"aa_end": null,
"aa_length": 1261,
"cds_start": 1806,
"cds_end": null,
"cds_length": 3786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001406825.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.1806A>G",
"hgvs_p": "p.Leu602Leu",
"transcript": "NM_001406827.1",
"protein_id": "NP_001393756.1",
"transcript_support_level": null,
"aa_start": 602,
"aa_end": null,
"aa_length": 1261,
"cds_start": 1806,
"cds_end": null,
"cds_length": 3786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001406827.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.1806A>G",
"hgvs_p": "p.Leu602Leu",
"transcript": "NM_001406828.1",
"protein_id": "NP_001393757.1",
"transcript_support_level": null,
"aa_start": 602,
"aa_end": null,
"aa_length": 1261,
"cds_start": 1806,
"cds_end": null,
"cds_length": 3786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001406828.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.1806A>G",
"hgvs_p": "p.Leu602Leu",
"transcript": "NM_001406830.1",
"protein_id": "NP_001393759.1",
"transcript_support_level": null,
"aa_start": 602,
"aa_end": null,
"aa_length": 1261,
"cds_start": 1806,
"cds_end": null,
"cds_length": 3786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001406830.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.1806A>G",
"hgvs_p": "p.Leu602Leu",
"transcript": "ENST00000411819.2",
"protein_id": "ENSP00000406248.2",
"transcript_support_level": 4,
"aa_start": 602,
"aa_end": null,
"aa_length": 1261,
"cds_start": 1806,
"cds_end": null,
"cds_length": 3786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000411819.2"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.1806A>G",
"hgvs_p": "p.Leu602Leu",
"transcript": "ENST00000420813.6",
"protein_id": "ENSP00000390382.2",
"transcript_support_level": 4,
"aa_start": 602,
"aa_end": null,
"aa_length": 1261,
"cds_start": 1806,
"cds_end": null,
"cds_length": 3786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000420813.6"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.1806A>G",
"hgvs_p": "p.Leu602Leu",
"transcript": "ENST00000455383.6",
"protein_id": "ENSP00000397484.2",
"transcript_support_level": 5,
"aa_start": 602,
"aa_end": null,
"aa_length": 1261,
"cds_start": 1806,
"cds_end": null,
"cds_length": 3786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000455383.6"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.1806A>G",
"hgvs_p": "p.Leu602Leu",
"transcript": "ENST00000652107.1",
"protein_id": "ENSP00000498629.1",
"transcript_support_level": null,
"aa_start": 602,
"aa_end": null,
"aa_length": 1261,
"cds_start": 1806,
"cds_end": null,
"cds_length": 3786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000652107.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.1806A>G",
"hgvs_p": "p.Leu602Leu",
"transcript": "ENST00000673637.1",
"protein_id": "ENSP00000501310.1",
"transcript_support_level": null,
"aa_start": 602,
"aa_end": null,
"aa_length": 1261,
"cds_start": 1806,
"cds_end": null,
"cds_length": 3786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000673637.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.1806A>G",
"hgvs_p": "p.Leu602Leu",
"transcript": "NM_001406801.1",
"protein_id": "NP_001393730.1",
"transcript_support_level": null,
"aa_start": 602,
"aa_end": null,
"aa_length": 1238,
"cds_start": 1806,
"cds_end": null,
"cds_length": 3717,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001406801.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.1806A>G",
"hgvs_p": "p.Leu602Leu",
"transcript": "NM_001406822.1",
"protein_id": "NP_001393751.1",
"transcript_support_level": null,
"aa_start": 602,
"aa_end": null,
"aa_length": 1238,
"cds_start": 1806,
"cds_end": null,
"cds_length": 3717,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001406822.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.2103A>G",
"hgvs_p": "p.Leu701Leu",
"transcript": "ENST00000700004.2",
"protein_id": "ENSP00000514752.2",
"transcript_support_level": null,
"aa_start": 701,
"aa_end": null,
"aa_length": 1232,
"cds_start": 2103,
"cds_end": null,
"cds_length": 3699,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000700004.2"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.1713A>G",
"hgvs_p": "p.Leu571Leu",
"transcript": "NM_001281492.2",
"protein_id": "NP_001268421.1",
"transcript_support_level": null,
"aa_start": 571,
"aa_end": null,
"aa_length": 1230,
"cds_start": 1713,
"cds_end": null,
"cds_length": 3693,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001281492.2"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.1713A>G",
"hgvs_p": "p.Leu571Leu",
"transcript": "ENST00000540021.6",
"protein_id": "ENSP00000446475.1",
"transcript_support_level": 2,
"aa_start": 571,
"aa_end": null,
"aa_length": 1230,
"cds_start": 1713,
"cds_end": null,
"cds_length": 3693,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000540021.6"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.1578A>G",
"hgvs_p": "p.Leu526Leu",
"transcript": "NM_001406799.1",
"protein_id": "NP_001393728.1",
"transcript_support_level": null,
"aa_start": 526,
"aa_end": null,
"aa_length": 1185,
"cds_start": 1578,
"cds_end": null,
"cds_length": 3558,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001406799.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.1578A>G",
"hgvs_p": "p.Leu526Leu",
"transcript": "NM_001406806.1",
"protein_id": "NP_001393735.1",
"transcript_support_level": null,
"aa_start": 526,
"aa_end": null,
"aa_length": 1185,
"cds_start": 1578,
"cds_end": null,
"cds_length": 3558,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001406806.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.1578A>G",
"hgvs_p": "p.Leu526Leu",
"transcript": "NM_001406807.1",
"protein_id": "NP_001393736.1",
"transcript_support_level": null,
"aa_start": 526,
"aa_end": null,
"aa_length": 1185,
"cds_start": 1578,
"cds_end": null,
"cds_length": 3558,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001406807.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.2103A>G",
"hgvs_p": "p.Leu701Leu",
"transcript": "NM_001406803.1",
"protein_id": "NP_001393732.1",
"transcript_support_level": null,
"aa_start": 701,
"aa_end": null,
"aa_length": 1072,
"cds_start": 2103,
"cds_end": null,
"cds_length": 3219,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001406803.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.1197A>G",
"hgvs_p": "p.Leu399Leu",
"transcript": "NM_001281493.2",
"protein_id": "NP_001268422.1",
"transcript_support_level": null,
"aa_start": 399,
"aa_end": null,
"aa_length": 1058,
"cds_start": 1197,
"cds_end": null,
"cds_length": 3177,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001281493.2"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.1197A>G",
"hgvs_p": "p.Leu399Leu",
"transcript": "NM_001281494.2",
"protein_id": "NP_001268423.1",
"transcript_support_level": null,
"aa_start": 399,
"aa_end": null,
"aa_length": 1058,
"cds_start": 1197,
"cds_end": null,
"cds_length": 3177,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001281494.2"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.1197A>G",
"hgvs_p": "p.Leu399Leu",
"transcript": "NM_001406811.1",
"protein_id": "NP_001393740.1",
"transcript_support_level": null,
"aa_start": 399,
"aa_end": null,
"aa_length": 1058,
"cds_start": 1197,
"cds_end": null,
"cds_length": 3177,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001406811.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.1197A>G",
"hgvs_p": "p.Leu399Leu",
"transcript": "NM_001406812.1",
"protein_id": "NP_001393741.1",
"transcript_support_level": null,
"aa_start": 399,
"aa_end": null,
"aa_length": 1058,
"cds_start": 1197,
"cds_end": null,
"cds_length": 3177,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001406812.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.1197A>G",
"hgvs_p": "p.Leu399Leu",
"transcript": "NM_001406814.1",
"protein_id": "NP_001393743.1",
"transcript_support_level": null,
"aa_start": 399,
"aa_end": null,
"aa_length": 1058,
"cds_start": 1197,
"cds_end": null,
"cds_length": 3177,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001406814.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.1197A>G",
"hgvs_p": "p.Leu399Leu",
"transcript": "NM_001406815.1",
"protein_id": "NP_001393744.1",
"transcript_support_level": null,
"aa_start": 399,
"aa_end": null,
"aa_length": 1058,
"cds_start": 1197,
"cds_end": null,
"cds_length": 3177,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001406815.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.1197A>G",
"hgvs_p": "p.Leu399Leu",
"transcript": "NM_001406816.1",
"protein_id": "NP_001393745.1",
"transcript_support_level": null,
"aa_start": 399,
"aa_end": null,
"aa_length": 1058,
"cds_start": 1197,
"cds_end": null,
"cds_length": 3177,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001406816.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.1197A>G",
"hgvs_p": "p.Leu399Leu",
"transcript": "NM_001406823.1",
"protein_id": "NP_001393752.1",
"transcript_support_level": null,
"aa_start": 399,
"aa_end": null,
"aa_length": 1058,
"cds_start": 1197,
"cds_end": null,
"cds_length": 3177,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001406823.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.1197A>G",
"hgvs_p": "p.Leu399Leu",
"transcript": "NM_001406829.1",
"protein_id": "NP_001393758.1",
"transcript_support_level": null,
"aa_start": 399,
"aa_end": null,
"aa_length": 1058,
"cds_start": 1197,
"cds_end": null,
"cds_length": 3177,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001406829.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.876A>G",
"hgvs_p": "p.Leu292Leu",
"transcript": "ENST00000895688.1",
"protein_id": "ENSP00000565747.1",
"transcript_support_level": null,
"aa_start": 292,
"aa_end": null,
"aa_length": 951,
"cds_start": 876,
"cds_end": null,
"cds_length": 2856,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895688.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.1606+497A>G",
"hgvs_p": null,
"transcript": "NM_001406817.1",
"protein_id": "NP_001393746.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 838,
"cds_start": null,
"cds_end": null,
"cds_length": 2517,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001406817.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.1606+497A>G",
"hgvs_p": null,
"transcript": "ENST00000700000.1",
"protein_id": "ENSP00000514749.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 838,
"cds_start": null,
"cds_end": null,
"cds_length": 2517,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000700000.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.628-580A>G",
"hgvs_p": null,
"transcript": "NM_001407362.1",
"protein_id": "NP_001394291.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 675,
"cds_start": null,
"cds_end": null,
"cds_length": 2028,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407362.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.628-580A>G",
"hgvs_p": null,
"transcript": "ENST00000895689.1",
"protein_id": "ENSP00000565748.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 675,
"cds_start": null,
"cds_end": null,
"cds_length": 2028,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895689.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.458-3334A>G",
"hgvs_p": null,
"transcript": "ENST00000895690.1",
"protein_id": "ENSP00000565749.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 455,
"cds_start": null,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895690.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.627+4023A>G",
"hgvs_p": null,
"transcript": "ENST00000936510.1",
"protein_id": "ENSP00000606569.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 423,
"cds_start": null,
"cds_end": null,
"cds_length": 1272,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936510.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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "FBXO11",
"gene_hgnc_id": 13590,
"hgvs_c": "c.178+8109T>C",
"hgvs_p": null,
"transcript": "ENST00000405808.6",
"protein_id": "ENSP00000385127.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 60,
"cds_start": null,
"cds_end": null,
"cds_length": 183,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000405808.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "n.2187A>G",
"hgvs_p": null,
"transcript": "ENST00000699999.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000699999.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "n.965A>G",
"hgvs_p": null,
"transcript": "NR_176256.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_176256.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "n.2192A>G",
"hgvs_p": null,
"transcript": "NR_176257.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_176257.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "n.2192A>G",
"hgvs_p": null,
"transcript": "NR_176258.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_176258.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "n.2192A>G",
"hgvs_p": null,
"transcript": "NR_176259.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_176259.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "n.2192A>G",
"hgvs_p": null,
"transcript": "NR_176261.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_176261.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "FBXO11",
"gene_hgnc_id": 13590,
"hgvs_c": "n.*124+7908T>C",
"hgvs_p": null,
"transcript": "ENST00000434234.6",
"protein_id": "ENSP00000402692.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000434234.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "n.628-3334A>G",
"hgvs_p": null,
"transcript": "ENST00000700003.1",
"protein_id": "ENSP00000514751.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000700003.1"
}
],
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"dbsnp": "rs764244124",
"frequency_reference_population": 0.000014869188,
"hom_count_reference_population": 0,
"allele_count_reference_population": 24,
"gnomad_exomes_af": 0.0000157334,
"gnomad_genomes_af": 0.00000656944,
"gnomad_exomes_ac": 23,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.5799999833106995,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.58,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.141,
"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": -13,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7",
"acmg_by_gene": [
{
"score": -13,
"benign_score": 13,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7"
],
"verdict": "Benign",
"transcript": "NM_001406795.1",
"gene_symbol": "MSH6",
"hgnc_id": 7329,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.2199A>G",
"hgvs_p": "p.Leu733Leu"
},
{
"score": -16,
"benign_score": 16,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000434234.6",
"gene_symbol": "FBXO11",
"hgnc_id": 13590,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "n.*124+7908T>C",
"hgvs_p": null
}
],
"clinvar_disease": "Hereditary cancer-predisposing syndrome,Hereditary nonpolyposis colorectal neoplasms,Lynch syndrome,Lynch syndrome 5,not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:6 B:2",
"phenotype_combined": "Hereditary nonpolyposis colorectal neoplasms|Hereditary cancer-predisposing syndrome|not provided|Lynch syndrome|Lynch syndrome 5|not specified",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}