← 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-47806807-A-ACTGTAGATG (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=47806807&ref=A&alt=ACTGTAGATG&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "2",
"pos": 47806807,
"ref": "A",
"alt": "ACTGTAGATG",
"effect": "disruptive_inframe_insertion",
"transcript": "ENST00000234420.11",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.4034_4042dupTAGATGCTG",
"hgvs_p": "p.Val1345_Ala1347dup",
"transcript": "NM_000179.3",
"protein_id": "NP_000170.1",
"transcript_support_level": null,
"aa_start": 1348,
"aa_end": null,
"aa_length": 1360,
"cds_start": 4043,
"cds_end": null,
"cds_length": 4083,
"cdna_start": 4132,
"cdna_end": null,
"cdna_length": 4265,
"mane_select": "ENST00000234420.11",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.4034_4042dupTAGATGCTG",
"hgvs_p": "p.Val1345_Ala1347dup",
"transcript": "ENST00000234420.11",
"protein_id": "ENSP00000234420.5",
"transcript_support_level": 1,
"aa_start": 1348,
"aa_end": null,
"aa_length": 1360,
"cds_start": 4043,
"cds_end": null,
"cds_length": 4083,
"cdna_start": 4132,
"cdna_end": null,
"cdna_length": 4265,
"mane_select": "NM_000179.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "n.*3381_*3389dupTAGATGCTG",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4158,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "n.*3381_*3389dupTAGATGCTG",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4158,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.4130_4138dupTAGATGCTG",
"hgvs_p": "p.Val1377_Ala1379dup",
"transcript": "NM_001406795.1",
"protein_id": "NP_001393724.1",
"transcript_support_level": null,
"aa_start": 1380,
"aa_end": null,
"aa_length": 1392,
"cds_start": 4139,
"cds_end": null,
"cds_length": 4179,
"cdna_start": 4228,
"cdna_end": null,
"cdna_length": 4361,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.4040_4048dupTAGATGCTG",
"hgvs_p": "p.Val1347_Ala1349dup",
"transcript": "NM_001406813.1",
"protein_id": "NP_001393742.1",
"transcript_support_level": null,
"aa_start": 1350,
"aa_end": null,
"aa_length": 1362,
"cds_start": 4049,
"cds_end": null,
"cds_length": 4089,
"cdna_start": 4138,
"cdna_end": null,
"cdna_length": 4271,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.4040_4048dupTAGATGCTG",
"hgvs_p": "p.Val1347_Ala1349dup",
"transcript": "ENST00000700002.1",
"protein_id": "ENSP00000514750.1",
"transcript_support_level": null,
"aa_start": 1350,
"aa_end": null,
"aa_length": 1362,
"cds_start": 4049,
"cds_end": null,
"cds_length": 4089,
"cdna_start": 4121,
"cdna_end": null,
"cdna_length": 4233,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.4034_4042dupTAGATGCTG",
"hgvs_p": "p.Val1345_Ala1347dup",
"transcript": "NM_001406796.1",
"protein_id": "NP_001393725.1",
"transcript_support_level": null,
"aa_start": 1348,
"aa_end": null,
"aa_length": 1360,
"cds_start": 4043,
"cds_end": null,
"cds_length": 4083,
"cdna_start": 4132,
"cdna_end": null,
"cdna_length": 4315,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.4034_4042dupTAGATGCTG",
"hgvs_p": "p.Val1345_Ala1347dup",
"transcript": "NM_001406809.1",
"protein_id": "NP_001393738.1",
"transcript_support_level": null,
"aa_start": 1348,
"aa_end": null,
"aa_length": 1360,
"cds_start": 4043,
"cds_end": null,
"cds_length": 4083,
"cdna_start": 4132,
"cdna_end": null,
"cdna_length": 4318,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.3956_3964dupTAGATGCTG",
"hgvs_p": "p.Val1319_Ala1321dup",
"transcript": "NM_001406804.1",
"protein_id": "NP_001393733.1",
"transcript_support_level": null,
"aa_start": 1322,
"aa_end": null,
"aa_length": 1334,
"cds_start": 3965,
"cds_end": null,
"cds_length": 4005,
"cdna_start": 4109,
"cdna_end": null,
"cdna_length": 4242,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.3866_3874dupTAGATGCTG",
"hgvs_p": "p.Val1289_Ala1291dup",
"transcript": "NM_001406826.1",
"protein_id": "NP_001393755.1",
"transcript_support_level": null,
"aa_start": 1292,
"aa_end": null,
"aa_length": 1304,
"cds_start": 3875,
"cds_end": null,
"cds_length": 3915,
"cdna_start": 4255,
"cdna_end": null,
"cdna_length": 4388,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.3860_3868dupTAGATGCTG",
"hgvs_p": "p.Val1287_Ala1289dup",
"transcript": "NM_001406798.1",
"protein_id": "NP_001393727.1",
"transcript_support_level": null,
"aa_start": 1290,
"aa_end": null,
"aa_length": 1302,
"cds_start": 3869,
"cds_end": null,
"cds_length": 3909,
"cdna_start": 3958,
"cdna_end": null,
"cdna_length": 4091,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.3737_3745dupTAGATGCTG",
"hgvs_p": "p.Val1246_Ala1248dup",
"transcript": "NM_001406797.1",
"protein_id": "NP_001393726.1",
"transcript_support_level": null,
"aa_start": 1249,
"aa_end": null,
"aa_length": 1261,
"cds_start": 3746,
"cds_end": null,
"cds_length": 3786,
"cdna_start": 3870,
"cdna_end": null,
"cdna_length": 4003,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.3737_3745dupTAGATGCTG",
"hgvs_p": "p.Val1246_Ala1248dup",
"transcript": "NM_001406805.1",
"protein_id": "NP_001393734.1",
"transcript_support_level": null,
"aa_start": 1249,
"aa_end": null,
"aa_length": 1261,
"cds_start": 3746,
"cds_end": null,
"cds_length": 3786,
"cdna_start": 3870,
"cdna_end": null,
"cdna_length": 4053,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.3737_3745dupTAGATGCTG",
"hgvs_p": "p.Val1246_Ala1248dup",
"transcript": "NM_001406818.1",
"protein_id": "NP_001393747.1",
"transcript_support_level": null,
"aa_start": 1249,
"aa_end": null,
"aa_length": 1261,
"cds_start": 3746,
"cds_end": null,
"cds_length": 3786,
"cdna_start": 3960,
"cdna_end": null,
"cdna_length": 4093,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.3737_3745dupTAGATGCTG",
"hgvs_p": "p.Val1246_Ala1248dup",
"transcript": "NM_001406819.1",
"protein_id": "NP_001393748.1",
"transcript_support_level": null,
"aa_start": 1249,
"aa_end": null,
"aa_length": 1261,
"cds_start": 3746,
"cds_end": null,
"cds_length": 3786,
"cdna_start": 3936,
"cdna_end": null,
"cdna_length": 4069,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.3737_3745dupTAGATGCTG",
"hgvs_p": "p.Val1246_Ala1248dup",
"transcript": "NM_001406820.1",
"protein_id": "NP_001393749.1",
"transcript_support_level": null,
"aa_start": 1249,
"aa_end": null,
"aa_length": 1261,
"cds_start": 3746,
"cds_end": null,
"cds_length": 3786,
"cdna_start": 3837,
"cdna_end": null,
"cdna_length": 3970,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.3737_3745dupTAGATGCTG",
"hgvs_p": "p.Val1246_Ala1248dup",
"transcript": "NM_001406821.1",
"protein_id": "NP_001393750.1",
"transcript_support_level": null,
"aa_start": 1249,
"aa_end": null,
"aa_length": 1261,
"cds_start": 3746,
"cds_end": null,
"cds_length": 3786,
"cdna_start": 3936,
"cdna_end": null,
"cdna_length": 4119,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.3737_3745dupTAGATGCTG",
"hgvs_p": "p.Val1246_Ala1248dup",
"transcript": "NM_001406824.1",
"protein_id": "NP_001393753.1",
"transcript_support_level": null,
"aa_start": 1249,
"aa_end": null,
"aa_length": 1261,
"cds_start": 3746,
"cds_end": null,
"cds_length": 3786,
"cdna_start": 3933,
"cdna_end": null,
"cdna_length": 4066,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.3737_3745dupTAGATGCTG",
"hgvs_p": "p.Val1246_Ala1248dup",
"transcript": "NM_001406825.1",
"protein_id": "NP_001393754.1",
"transcript_support_level": null,
"aa_start": 1249,
"aa_end": null,
"aa_length": 1261,
"cds_start": 3746,
"cds_end": null,
"cds_length": 3786,
"cdna_start": 4032,
"cdna_end": null,
"cdna_length": 4165,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.3737_3745dupTAGATGCTG",
"hgvs_p": "p.Val1246_Ala1248dup",
"transcript": "NM_001406827.1",
"protein_id": "NP_001393756.1",
"transcript_support_level": null,
"aa_start": 1249,
"aa_end": null,
"aa_length": 1261,
"cds_start": 3746,
"cds_end": null,
"cds_length": 3786,
"cdna_start": 3866,
"cdna_end": null,
"cdna_length": 3999,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.3737_3745dupTAGATGCTG",
"hgvs_p": "p.Val1246_Ala1248dup",
"transcript": "NM_001406828.1",
"protein_id": "NP_001393757.1",
"transcript_support_level": null,
"aa_start": 1249,
"aa_end": null,
"aa_length": 1261,
"cds_start": 3746,
"cds_end": null,
"cds_length": 3786,
"cdna_start": 3837,
"cdna_end": null,
"cdna_length": 4020,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.3737_3745dupTAGATGCTG",
"hgvs_p": "p.Val1246_Ala1248dup",
"transcript": "NM_001406830.1",
"protein_id": "NP_001393759.1",
"transcript_support_level": null,
"aa_start": 1249,
"aa_end": null,
"aa_length": 1261,
"cds_start": 3746,
"cds_end": null,
"cds_length": 3786,
"cdna_start": 4708,
"cdna_end": null,
"cdna_length": 4841,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.3737_3745dupTAGATGCTG",
"hgvs_p": "p.Val1246_Ala1248dup",
"transcript": "ENST00000411819.2",
"protein_id": "ENSP00000406248.2",
"transcript_support_level": 4,
"aa_start": 1249,
"aa_end": null,
"aa_length": 1261,
"cds_start": 3746,
"cds_end": null,
"cds_length": 3786,
"cdna_start": 3841,
"cdna_end": null,
"cdna_length": 3974,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.3737_3745dupTAGATGCTG",
"hgvs_p": "p.Val1246_Ala1248dup",
"transcript": "ENST00000420813.6",
"protein_id": "ENSP00000390382.2",
"transcript_support_level": 4,
"aa_start": 1249,
"aa_end": null,
"aa_length": 1261,
"cds_start": 3746,
"cds_end": null,
"cds_length": 3786,
"cdna_start": 3973,
"cdna_end": null,
"cdna_length": 4106,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.3737_3745dupTAGATGCTG",
"hgvs_p": "p.Val1246_Ala1248dup",
"transcript": "ENST00000455383.6",
"protein_id": "ENSP00000397484.2",
"transcript_support_level": 5,
"aa_start": 1249,
"aa_end": null,
"aa_length": 1261,
"cds_start": 3746,
"cds_end": null,
"cds_length": 3786,
"cdna_start": 3977,
"cdna_end": null,
"cdna_length": 4110,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.3737_3745dupTAGATGCTG",
"hgvs_p": "p.Val1246_Ala1248dup",
"transcript": "ENST00000652107.1",
"protein_id": "ENSP00000498629.1",
"transcript_support_level": null,
"aa_start": 1249,
"aa_end": null,
"aa_length": 1261,
"cds_start": 3746,
"cds_end": null,
"cds_length": 3786,
"cdna_start": 4426,
"cdna_end": null,
"cdna_length": 7669,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.3737_3745dupTAGATGCTG",
"hgvs_p": "p.Val1246_Ala1248dup",
"transcript": "ENST00000673637.1",
"protein_id": "ENSP00000501310.1",
"transcript_support_level": null,
"aa_start": 1249,
"aa_end": null,
"aa_length": 1261,
"cds_start": 3746,
"cds_end": null,
"cds_length": 3786,
"cdna_start": 3864,
"cdna_end": null,
"cdna_length": 3959,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.3650_3658dupTAGATGCTG",
"hgvs_p": "p.Val1217_Ala1219dup",
"transcript": "ENST00000700004.2",
"protein_id": "ENSP00000514752.2",
"transcript_support_level": null,
"aa_start": 1220,
"aa_end": null,
"aa_length": 1232,
"cds_start": 3659,
"cds_end": null,
"cds_length": 3699,
"cdna_start": 3743,
"cdna_end": null,
"cdna_length": 3850,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.3644_3652dupTAGATGCTG",
"hgvs_p": "p.Val1215_Ala1217dup",
"transcript": "NM_001281492.2",
"protein_id": "NP_001268421.1",
"transcript_support_level": null,
"aa_start": 1218,
"aa_end": null,
"aa_length": 1230,
"cds_start": 3653,
"cds_end": null,
"cds_length": 3693,
"cdna_start": 3742,
"cdna_end": null,
"cdna_length": 3875,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.3644_3652dupTAGATGCTG",
"hgvs_p": "p.Val1215_Ala1217dup",
"transcript": "ENST00000540021.6",
"protein_id": "ENSP00000446475.1",
"transcript_support_level": 2,
"aa_start": 1218,
"aa_end": null,
"aa_length": 1230,
"cds_start": 3653,
"cds_end": null,
"cds_length": 3693,
"cdna_start": 3704,
"cdna_end": null,
"cdna_length": 3829,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.3509_3517dupTAGATGCTG",
"hgvs_p": "p.Val1170_Ala1172dup",
"transcript": "NM_001406799.1",
"protein_id": "NP_001393728.1",
"transcript_support_level": null,
"aa_start": 1173,
"aa_end": null,
"aa_length": 1185,
"cds_start": 3518,
"cds_end": null,
"cds_length": 3558,
"cdna_start": 3935,
"cdna_end": null,
"cdna_length": 4068,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.3509_3517dupTAGATGCTG",
"hgvs_p": "p.Val1170_Ala1172dup",
"transcript": "NM_001406806.1",
"protein_id": "NP_001393735.1",
"transcript_support_level": null,
"aa_start": 1173,
"aa_end": null,
"aa_length": 1185,
"cds_start": 3518,
"cds_end": null,
"cds_length": 3558,
"cdna_start": 3673,
"cdna_end": null,
"cdna_length": 3806,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.3509_3517dupTAGATGCTG",
"hgvs_p": "p.Val1170_Ala1172dup",
"transcript": "NM_001406807.1",
"protein_id": "NP_001393736.1",
"transcript_support_level": null,
"aa_start": 1173,
"aa_end": null,
"aa_length": 1185,
"cds_start": 3518,
"cds_end": null,
"cds_length": 3558,
"cdna_start": 4535,
"cdna_end": null,
"cdna_length": 4668,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.3170_3178dupTAGATGCTG",
"hgvs_p": "p.Val1057_Ala1059dup",
"transcript": "NM_001406803.1",
"protein_id": "NP_001393732.1",
"transcript_support_level": null,
"aa_start": 1060,
"aa_end": null,
"aa_length": 1072,
"cds_start": 3179,
"cds_end": null,
"cds_length": 3219,
"cdna_start": 3268,
"cdna_end": null,
"cdna_length": 3401,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.3128_3136dupTAGATGCTG",
"hgvs_p": "p.Val1043_Ala1045dup",
"transcript": "NM_001281493.2",
"protein_id": "NP_001268422.1",
"transcript_support_level": null,
"aa_start": 1046,
"aa_end": null,
"aa_length": 1058,
"cds_start": 3137,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 3962,
"cdna_end": null,
"cdna_length": 4095,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.3128_3136dupTAGATGCTG",
"hgvs_p": "p.Val1043_Ala1045dup",
"transcript": "NM_001281494.2",
"protein_id": "NP_001268423.1",
"transcript_support_level": null,
"aa_start": 1046,
"aa_end": null,
"aa_length": 1058,
"cds_start": 3137,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 3930,
"cdna_end": null,
"cdna_length": 4063,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.3128_3136dupTAGATGCTG",
"hgvs_p": "p.Val1043_Ala1045dup",
"transcript": "NM_001406811.1",
"protein_id": "NP_001393740.1",
"transcript_support_level": null,
"aa_start": 1046,
"aa_end": null,
"aa_length": 1058,
"cds_start": 3137,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 3962,
"cdna_end": null,
"cdna_length": 4145,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.3128_3136dupTAGATGCTG",
"hgvs_p": "p.Val1043_Ala1045dup",
"transcript": "NM_001406812.1",
"protein_id": "NP_001393741.1",
"transcript_support_level": null,
"aa_start": 1046,
"aa_end": null,
"aa_length": 1058,
"cds_start": 3137,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 3809,
"cdna_end": null,
"cdna_length": 3942,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.3128_3136dupTAGATGCTG",
"hgvs_p": "p.Val1043_Ala1045dup",
"transcript": "NM_001406814.1",
"protein_id": "NP_001393743.1",
"transcript_support_level": null,
"aa_start": 1046,
"aa_end": null,
"aa_length": 1058,
"cds_start": 3137,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 4220,
"cdna_end": null,
"cdna_length": 4353,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.3128_3136dupTAGATGCTG",
"hgvs_p": "p.Val1043_Ala1045dup",
"transcript": "NM_001406815.1",
"protein_id": "NP_001393744.1",
"transcript_support_level": null,
"aa_start": 1046,
"aa_end": null,
"aa_length": 1058,
"cds_start": 3137,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 3503,
"cdna_end": null,
"cdna_length": 3636,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.3128_3136dupTAGATGCTG",
"hgvs_p": "p.Val1043_Ala1045dup",
"transcript": "NM_001406816.1",
"protein_id": "NP_001393745.1",
"transcript_support_level": null,
"aa_start": 1046,
"aa_end": null,
"aa_length": 1058,
"cds_start": 3137,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 3765,
"cdna_end": null,
"cdna_length": 3898,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.3128_3136dupTAGATGCTG",
"hgvs_p": "p.Val1043_Ala1045dup",
"transcript": "NM_001406823.1",
"protein_id": "NP_001393752.1",
"transcript_support_level": null,
"aa_start": 1046,
"aa_end": null,
"aa_length": 1058,
"cds_start": 3137,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 3667,
"cdna_end": null,
"cdna_length": 3800,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.3128_3136dupTAGATGCTG",
"hgvs_p": "p.Val1043_Ala1045dup",
"transcript": "NM_001406829.1",
"protein_id": "NP_001393758.1",
"transcript_support_level": null,
"aa_start": 1046,
"aa_end": null,
"aa_length": 1058,
"cds_start": 3137,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 3766,
"cdna_end": null,
"cdna_length": 3899,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.2468_2476dupTAGATGCTG",
"hgvs_p": "p.Val823_Ala825dup",
"transcript": "NM_001406817.1",
"protein_id": "NP_001393746.1",
"transcript_support_level": null,
"aa_start": 826,
"aa_end": null,
"aa_length": 838,
"cds_start": 2477,
"cds_end": null,
"cds_length": 2517,
"cdna_start": 2566,
"cdna_end": null,
"cdna_length": 2699,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.2468_2476dupTAGATGCTG",
"hgvs_p": "p.Val823_Ala825dup",
"transcript": "ENST00000700000.1",
"protein_id": "ENSP00000514749.1",
"transcript_support_level": null,
"aa_start": 826,
"aa_end": null,
"aa_length": 838,
"cds_start": 2477,
"cds_end": null,
"cds_length": 2517,
"cdna_start": 2560,
"cdna_end": null,
"cdna_length": 2646,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.1979_1987dupTAGATGCTG",
"hgvs_p": "p.Val660_Ala662dup",
"transcript": "NM_001407362.1",
"protein_id": "NP_001394291.1",
"transcript_support_level": null,
"aa_start": 663,
"aa_end": null,
"aa_length": 675,
"cds_start": 1988,
"cds_end": null,
"cds_length": 2028,
"cdna_start": 2077,
"cdna_end": null,
"cdna_length": 2210,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.881_889dupTAGATGCTG",
"hgvs_p": "p.Val294_Ala296dup",
"transcript": "NM_001406832.1",
"protein_id": "NP_001393761.1",
"transcript_support_level": null,
"aa_start": 297,
"aa_end": null,
"aa_length": 309,
"cds_start": 890,
"cds_end": null,
"cds_length": 930,
"cdna_start": 2755,
"cdna_end": null,
"cdna_length": 2888,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "VDAE",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.815_823dupTAGATGCTG",
"hgvs_p": "p.Val272_Ala274dup",
"transcript": "NM_001406831.1",
"protein_id": "NP_001393760.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 287,
"cds_start": 824,
"cds_end": null,
"cds_length": 864,
"cdna_start": 1265,
"cdna_end": null,
"cdna_length": 1398,
"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": "FBXO11",
"gene_hgnc_id": 13590,
"hgvs_c": "n.3094_3102dupCATCTACAG",
"hgvs_p": null,
"transcript": "ENST00000465204.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": 3158,
"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": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBXO11",
"gene_hgnc_id": 13590,
"hgvs_c": "n.3932_3940dupCATCTACAG",
"hgvs_p": null,
"transcript": "ENST00000682451.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": 4706,
"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": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBXO11",
"gene_hgnc_id": 13590,
"hgvs_c": "n.4194_4202dupCATCTACAG",
"hgvs_p": null,
"transcript": "ENST00000684712.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": 4968,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "n.4708_4716dupTAGATGCTG",
"hgvs_p": null,
"transcript": "ENST00000699999.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": 4822,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "n.*799_*807dupTAGATGCTG",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1593,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "n.3012_3020dupTAGATGCTG",
"hgvs_p": null,
"transcript": "ENST00000700005.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": 3067,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "n.2629_2637dupTAGATGCTG",
"hgvs_p": null,
"transcript": "ENST00000700007.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": 2750,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "n.2296_2304dupTAGATGCTG",
"hgvs_p": null,
"transcript": "ENST00000700008.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": 2401,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "n.2698_2706dupTAGATGCTG",
"hgvs_p": null,
"transcript": "ENST00000700009.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": 2812,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "n.1443_1451dupTAGATGCTG",
"hgvs_p": null,
"transcript": "ENST00000700010.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": 1547,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "n.3328_3336dupTAGATGCTG",
"hgvs_p": null,
"transcript": "ENST00000700011.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": 3433,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "n.2964_2972dupTAGATGCTG",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3106,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "n.4295_4303dupTAGATGCTG",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4437,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "n.4224_4232dupTAGATGCTG",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4366,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "n.4123_4131dupTAGATGCTG",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4379,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "n.4005_4013dupTAGATGCTG",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4147,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.*15_*23dupTAGATGCTG",
"hgvs_p": null,
"transcript": "NM_001406808.1",
"protein_id": "NP_001393737.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1337,
"cds_start": -4,
"cds_end": null,
"cds_length": 4014,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4260,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.*55_*63dupTAGATGCTG",
"hgvs_p": null,
"transcript": "NM_001406800.1",
"protein_id": "NP_001393729.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1321,
"cds_start": -4,
"cds_end": null,
"cds_length": 3966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4252,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.*15_*23dupTAGATGCTG",
"hgvs_p": null,
"transcript": "NM_001406802.1",
"protein_id": "NP_001393731.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1304,
"cds_start": -4,
"cds_end": null,
"cds_length": 3915,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4161,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.*15_*23dupTAGATGCTG",
"hgvs_p": null,
"transcript": "NM_001406801.1",
"protein_id": "NP_001393730.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1238,
"cds_start": -4,
"cds_end": null,
"cds_length": 3717,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3998,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "c.*15_*23dupTAGATGCTG",
"hgvs_p": null,
"transcript": "NM_001406822.1",
"protein_id": "NP_001393751.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1238,
"cds_start": -4,
"cds_end": null,
"cds_length": 3717,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4064,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "n.*799_*807dupTAGATGCTG",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1593,
"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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "FBXO11",
"gene_hgnc_id": 13590,
"hgvs_c": "c.169+1379_169+1387dupCATCTACAG",
"hgvs_p": null,
"transcript": "ENST00000405808.5",
"protein_id": "ENSP00000385127.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 57,
"cds_start": -4,
"cds_end": null,
"cds_length": 174,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 299,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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+1178_*124+1186dupCATCTACAG",
"hgvs_p": null,
"transcript": "ENST00000434234.5",
"protein_id": "ENSP00000402692.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": 572,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBXO11",
"gene_hgnc_id": 13590,
"hgvs_c": "c.*1302_*1310dupCATCTACAG",
"hgvs_p": null,
"transcript": "NM_001190274.2",
"protein_id": "NP_001177203.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 927,
"cds_start": -4,
"cds_end": null,
"cds_length": 2784,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4760,
"mane_select": "ENST00000403359.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBXO11",
"gene_hgnc_id": 13590,
"hgvs_c": "c.*1302_*1310dupCATCTACAG",
"hgvs_p": null,
"transcript": "ENST00000403359.8",
"protein_id": "ENSP00000384823.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 927,
"cds_start": -4,
"cds_end": null,
"cds_length": 2784,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4760,
"mane_select": "NM_001190274.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBXO11",
"gene_hgnc_id": 13590,
"hgvs_c": "c.*1302_*1310dupCATCTACAG",
"hgvs_p": null,
"transcript": "ENST00000402508.5",
"protein_id": "ENSP00000385398.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 843,
"cds_start": -4,
"cds_end": null,
"cds_length": 2532,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3844,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBXO11",
"gene_hgnc_id": 13590,
"hgvs_c": "c.*1302_*1310dupCATCTACAG",
"hgvs_p": null,
"transcript": "ENST00000683894.1",
"protein_id": "ENSP00000507789.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 870,
"cds_start": -4,
"cds_end": null,
"cds_length": 2613,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3906,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBXO11",
"gene_hgnc_id": 13590,
"hgvs_c": "c.*1302_*1310dupCATCTACAG",
"hgvs_p": null,
"transcript": "NM_001374325.1",
"protein_id": "NP_001361254.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 843,
"cds_start": -4,
"cds_end": null,
"cds_length": 2532,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3996,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBXO11",
"gene_hgnc_id": 13590,
"hgvs_c": "c.*1302_*1310dupCATCTACAG",
"hgvs_p": null,
"transcript": "NM_025133.4",
"protein_id": "NP_079409.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 843,
"cds_start": -4,
"cds_end": null,
"cds_length": 2532,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3844,
"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": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBXO11",
"gene_hgnc_id": 13590,
"hgvs_c": "n.*121_*129dupCATCTACAG",
"hgvs_p": null,
"transcript": "ENST00000681999.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": 8320,
"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": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBXO11",
"gene_hgnc_id": 13590,
"hgvs_c": "n.*182_*190dupCATCTACAG",
"hgvs_p": null,
"transcript": "ENST00000682975.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": 4529,
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBXO11",
"gene_hgnc_id": 13590,
"hgvs_c": "n.*182_*190dupCATCTACAG",
"hgvs_p": null,
"transcript": "ENST00000684085.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": 7318,
"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": "FBXO11",
"gene_hgnc_id": 13590,
"hgvs_c": "n.*182_*190dupCATCTACAG",
"hgvs_p": null,
"transcript": "ENST00000684523.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": 1869,
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"hgvs_c": "n.*85_*86insCTGTAGATG",
"hgvs_p": null,
"transcript": "ENST00000700006.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": 5230,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBXO11",
"gene_hgnc_id": 13590,
"hgvs_c": "c.*1302_*1310dupCATCTACAG",
"hgvs_p": null,
"transcript": "XM_005264572.6",
"protein_id": "XP_005264629.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 954,
"cds_start": -4,
"cds_end": null,
"cds_length": 2865,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4841,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBXO11",
"gene_hgnc_id": 13590,
"hgvs_c": "c.*1302_*1310dupCATCTACAG",
"hgvs_p": null,
"transcript": "XM_005264573.6",
"protein_id": "XP_005264630.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 953,
"cds_start": -4,
"cds_end": null,
"cds_length": 2862,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4838,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBXO11",
"gene_hgnc_id": 13590,
"hgvs_c": "c.*1302_*1310dupCATCTACAG",
"hgvs_p": null,
"transcript": "XM_017005015.2",
"protein_id": "XP_016860504.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 926,
"cds_start": -4,
"cds_end": null,
"cds_length": 2781,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4757,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBXO11",
"gene_hgnc_id": 13590,
"hgvs_c": "c.*1302_*1310dupCATCTACAG",
"hgvs_p": null,
"transcript": "XM_017005016.3",
"protein_id": "XP_016860505.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 870,
"cds_start": -4,
"cds_end": null,
"cds_length": 2613,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4077,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBXO11",
"gene_hgnc_id": 13590,
"hgvs_c": "c.*1302_*1310dupCATCTACAG",
"hgvs_p": null,
"transcript": "XM_047445919.1",
"protein_id": "XP_047301875.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 870,
"cds_start": -4,
"cds_end": null,
"cds_length": 2613,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3966,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBXO11",
"gene_hgnc_id": 13590,
"hgvs_c": "c.*1302_*1310dupCATCTACAG",
"hgvs_p": null,
"transcript": "XM_047445920.1",
"protein_id": "XP_047301876.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 869,
"cds_start": -4,
"cds_end": null,
"cds_length": 2610,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3963,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBXO11",
"gene_hgnc_id": 13590,
"hgvs_c": "c.*1302_*1310dupCATCTACAG",
"hgvs_p": null,
"transcript": "XM_047445921.1",
"protein_id": "XP_047301877.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 843,
"cds_start": -4,
"cds_end": null,
"cds_length": 2532,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3890,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBXO11",
"gene_hgnc_id": 13590,
"hgvs_c": "c.*1302_*1310dupCATCTACAG",
"hgvs_p": null,
"transcript": "XM_047445922.1",
"protein_id": "XP_047301878.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 842,
"cds_start": -4,
"cds_end": null,
"cds_length": 2529,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3993,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MSH6",
"gene_hgnc_id": 7329,
"dbsnp": "rs864622703",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 1.743,
"phylop100way_prediction": "Benign",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PM4",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PM4"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000234420.11",
"gene_symbol": "MSH6",
"hgnc_id": 7329,
"effects": [
"disruptive_inframe_insertion"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.4034_4042dupTAGATGCTG",
"hgvs_p": "p.Val1345_Ala1347dup"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000465204.5",
"gene_symbol": "FBXO11",
"hgnc_id": 13590,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "n.3094_3102dupCATCTACAG",
"hgvs_p": null
}
],
"clinvar_disease": "Hereditary cancer-predisposing syndrome,Hereditary nonpolyposis colorectal neoplasms",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"phenotype_combined": "Hereditary cancer-predisposing syndrome|Hereditary nonpolyposis colorectal neoplasms",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}