← 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: 16-2083796-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=2083796&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 6,
"criteria": [
"BP4_Moderate",
"BS2"
],
"effects": [
"missense_variant"
],
"gene_symbol": "TSC2",
"hgnc_id": 12363,
"hgvs_c": "c.3985C>G",
"hgvs_p": "p.Arg1329Gly",
"inheritance_mode": "AD",
"pathogenic_score": 0,
"score": -6,
"transcript": "NM_000548.5",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BS2",
"acmg_score": -6,
"allele_count_reference_population": 6,
"alphamissense_prediction": null,
"alphamissense_score": 0.0837,
"alt": "G",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Uncertain_significance",
"bayesdelnoaf_score": -0.06,
"chr": "16",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.14099711179733276,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1807,
"aa_ref": "R",
"aa_start": 1329,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6415,
"cdna_start": 4095,
"cds_end": null,
"cds_length": 5424,
"cds_start": 3985,
"consequences": [
"missense_variant"
],
"exon_count": 42,
"exon_rank": 33,
"exon_rank_end": null,
"feature": "NM_000548.5",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3985C>G",
"hgvs_p": "p.Arg1329Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000219476.9",
"protein_coding": true,
"protein_id": "NP_000539.2",
"strand": true,
"transcript": "NM_000548.5",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1807,
"aa_ref": "R",
"aa_start": 1329,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 6415,
"cdna_start": 4095,
"cds_end": null,
"cds_length": 5424,
"cds_start": 3985,
"consequences": [
"missense_variant"
],
"exon_count": 42,
"exon_rank": 33,
"exon_rank_end": null,
"feature": "ENST00000219476.9",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3985C>G",
"hgvs_p": "p.Arg1329Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_000548.5",
"protein_coding": true,
"protein_id": "ENSP00000219476.3",
"strand": true,
"transcript": "ENST00000219476.9",
"transcript_support_level": 5
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1784,
"aa_ref": "R",
"aa_start": 1306,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5538,
"cdna_start": 3991,
"cds_end": null,
"cds_length": 5355,
"cds_start": 3916,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "ENST00000350773.9",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3916C>G",
"hgvs_p": "p.Arg1306Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000344383.4",
"strand": true,
"transcript": "ENST00000350773.9",
"transcript_support_level": 1
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1740,
"aa_ref": "R",
"aa_start": 1262,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5437,
"cdna_start": 3890,
"cds_end": null,
"cds_length": 5223,
"cds_start": 3784,
"consequences": [
"missense_variant"
],
"exon_count": 40,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "ENST00000401874.7",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3784C>G",
"hgvs_p": "p.Arg1262Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000384468.2",
"strand": true,
"transcript": "ENST00000401874.7",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 5073,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 38,
"exon_rank": 29,
"exon_rank_end": null,
"feature": "ENST00000439117.6",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "n.*3152C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000406980.2",
"strand": true,
"transcript": "ENST00000439117.6",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 5073,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 38,
"exon_rank": 29,
"exon_rank_end": null,
"feature": "ENST00000439117.6",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "n.*3152C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000406980.2",
"strand": true,
"transcript": "ENST00000439117.6",
"transcript_support_level": 1
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1837,
"aa_ref": "R",
"aa_start": 1359,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6505,
"cdna_start": 4185,
"cds_end": null,
"cds_length": 5514,
"cds_start": 4075,
"consequences": [
"missense_variant"
],
"exon_count": 42,
"exon_rank": 33,
"exon_rank_end": null,
"feature": "ENST00000645186.2",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.4075C>G",
"hgvs_p": "p.Arg1359Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000495110.2",
"strand": true,
"transcript": "ENST00000645186.2",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1806,
"aa_ref": "R",
"aa_start": 1328,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6412,
"cdna_start": 4092,
"cds_end": null,
"cds_length": 5421,
"cds_start": 3982,
"consequences": [
"missense_variant"
],
"exon_count": 42,
"exon_rank": 33,
"exon_rank_end": null,
"feature": "NM_001406663.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3982C>G",
"hgvs_p": "p.Arg1328Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393592.1",
"strand": true,
"transcript": "NM_001406663.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1806,
"aa_ref": "R",
"aa_start": 1328,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5574,
"cdna_start": 4053,
"cds_end": null,
"cds_length": 5421,
"cds_start": 3982,
"consequences": [
"missense_variant"
],
"exon_count": 42,
"exon_rank": 33,
"exon_rank_end": null,
"feature": "ENST00000642365.2",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3982C>G",
"hgvs_p": "p.Arg1328Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000495459.2",
"strand": true,
"transcript": "ENST00000642365.2",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1805,
"aa_ref": "R",
"aa_start": 1329,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5614,
"cdna_start": 4071,
"cds_end": null,
"cds_length": 5418,
"cds_start": 3985,
"consequences": [
"missense_variant"
],
"exon_count": 42,
"exon_rank": 33,
"exon_rank_end": null,
"feature": "ENST00000646388.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3985C>G",
"hgvs_p": "p.Arg1329Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000495921.1",
"strand": true,
"transcript": "ENST00000646388.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1799,
"aa_ref": "R",
"aa_start": 1321,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5623,
"cdna_start": 4074,
"cds_end": null,
"cds_length": 5400,
"cds_start": 3961,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "ENST00000941763.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3961C>G",
"hgvs_p": "p.Arg1321Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000611822.1",
"strand": true,
"transcript": "ENST00000941763.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1796,
"aa_ref": "R",
"aa_start": 1318,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5594,
"cdna_start": 4062,
"cds_end": null,
"cds_length": 5391,
"cds_start": 3952,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "ENST00000903285.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3952C>G",
"hgvs_p": "p.Arg1318Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000573344.1",
"strand": true,
"transcript": "ENST00000903285.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1784,
"aa_ref": "R",
"aa_start": 1306,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6346,
"cdna_start": 4026,
"cds_end": null,
"cds_length": 5355,
"cds_start": 3916,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "NM_001114382.3",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3916C>G",
"hgvs_p": "p.Arg1306Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001107854.1",
"strand": true,
"transcript": "NM_001114382.3",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1783,
"aa_ref": "R",
"aa_start": 1305,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6343,
"cdna_start": 4023,
"cds_end": null,
"cds_length": 5352,
"cds_start": 3913,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "NM_001406664.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3913C>G",
"hgvs_p": "p.Arg1305Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393593.1",
"strand": true,
"transcript": "NM_001406664.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1782,
"aa_ref": "R",
"aa_start": 1306,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6344,
"cdna_start": 4034,
"cds_end": null,
"cds_length": 5349,
"cds_start": 3916,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "ENST00000643946.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3916C>G",
"hgvs_p": "p.Arg1306Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000495927.1",
"strand": true,
"transcript": "ENST00000643946.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1781,
"aa_ref": "R",
"aa_start": 1303,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6337,
"cdna_start": 4017,
"cds_end": null,
"cds_length": 5346,
"cds_start": 3907,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "NM_001406665.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3907C>G",
"hgvs_p": "p.Arg1303Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393594.1",
"strand": true,
"transcript": "NM_001406665.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1781,
"aa_ref": "R",
"aa_start": 1303,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5528,
"cdna_start": 3984,
"cds_end": null,
"cds_length": 5346,
"cds_start": 3907,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "ENST00000941766.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3907C>G",
"hgvs_p": "p.Arg1303Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000611825.1",
"strand": true,
"transcript": "ENST00000941766.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1780,
"aa_ref": "R",
"aa_start": 1302,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5445,
"cdna_start": 3906,
"cds_end": null,
"cds_length": 5343,
"cds_start": 3904,
"consequences": [
"missense_variant"
],
"exon_count": 40,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "ENST00000644399.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3904C>G",
"hgvs_p": "p.Arg1302Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000493990.1",
"strand": true,
"transcript": "ENST00000644399.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1780,
"aa_ref": "R",
"aa_start": 1302,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5532,
"cdna_start": 3991,
"cds_end": null,
"cds_length": 5343,
"cds_start": 3904,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "ENST00000903287.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3904C>G",
"hgvs_p": "p.Arg1302Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000573346.1",
"strand": true,
"transcript": "ENST00000903287.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1771,
"aa_ref": "R",
"aa_start": 1293,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6307,
"cdna_start": 3987,
"cds_end": null,
"cds_length": 5316,
"cds_start": 3877,
"consequences": [
"missense_variant"
],
"exon_count": 40,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "NM_001406667.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3877C>G",
"hgvs_p": "p.Arg1293Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393596.1",
"strand": true,
"transcript": "NM_001406667.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1770,
"aa_ref": "R",
"aa_start": 1292,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6304,
"cdna_start": 3984,
"cds_end": null,
"cds_length": 5313,
"cds_start": 3874,
"consequences": [
"missense_variant"
],
"exon_count": 40,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "NM_001406668.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3874C>G",
"hgvs_p": "p.Arg1292Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393597.1",
"strand": true,
"transcript": "NM_001406668.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1769,
"aa_ref": "R",
"aa_start": 1262,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5453,
"cdna_start": 3846,
"cds_end": null,
"cds_length": 5310,
"cds_start": 3784,
"consequences": [
"missense_variant"
],
"exon_count": 39,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "ENST00000644329.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3784C>G",
"hgvs_p": "p.Arg1262Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000496611.1",
"strand": true,
"transcript": "ENST00000644329.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1764,
"aa_ref": "R",
"aa_start": 1286,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6286,
"cdna_start": 3966,
"cds_end": null,
"cds_length": 5295,
"cds_start": 3856,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "NM_021055.3",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3856C>G",
"hgvs_p": "p.Arg1286Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_066399.2",
"strand": true,
"transcript": "NM_021055.3",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1764,
"aa_ref": "R",
"aa_start": 1286,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5457,
"cdna_start": 3910,
"cds_end": null,
"cds_length": 5295,
"cds_start": 3856,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "ENST00000644043.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3856C>G",
"hgvs_p": "p.Arg1286Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000496262.1",
"strand": true,
"transcript": "ENST00000644043.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1764,
"aa_ref": "R",
"aa_start": 1286,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6926,
"cdna_start": 4606,
"cds_end": null,
"cds_length": 5295,
"cds_start": 3856,
"consequences": [
"missense_variant"
],
"exon_count": 40,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "ENST00000903281.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3856C>G",
"hgvs_p": "p.Arg1286Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000573340.1",
"strand": true,
"transcript": "ENST00000903281.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1763,
"aa_ref": "R",
"aa_start": 1285,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6283,
"cdna_start": 3963,
"cds_end": null,
"cds_length": 5292,
"cds_start": 3853,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "NM_001370404.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3853C>G",
"hgvs_p": "p.Arg1285Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001357333.1",
"strand": true,
"transcript": "NM_001370404.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1763,
"aa_ref": "R",
"aa_start": 1285,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5507,
"cdna_start": 3962,
"cds_end": null,
"cds_length": 5292,
"cds_start": 3853,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "ENST00000642936.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3853C>G",
"hgvs_p": "p.Arg1285Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000494514.1",
"strand": true,
"transcript": "ENST00000642936.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1763,
"aa_ref": "R",
"aa_start": 1285,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5480,
"cdna_start": 3940,
"cds_end": null,
"cds_length": 5292,
"cds_start": 3853,
"consequences": [
"missense_variant"
],
"exon_count": 40,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "ENST00000903289.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3853C>G",
"hgvs_p": "p.Arg1285Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000573348.1",
"strand": true,
"transcript": "ENST00000903289.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1760,
"aa_ref": "R",
"aa_start": 1286,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6274,
"cdna_start": 3966,
"cds_end": null,
"cds_length": 5283,
"cds_start": 3856,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "NM_001370405.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3856C>G",
"hgvs_p": "p.Arg1286Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001357334.1",
"strand": true,
"transcript": "NM_001370405.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1760,
"aa_ref": "R",
"aa_start": 1286,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5396,
"cdna_start": 3908,
"cds_end": null,
"cds_length": 5283,
"cds_start": 3856,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "ENST00000642561.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3856C>G",
"hgvs_p": "p.Arg1286Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000495099.1",
"strand": true,
"transcript": "ENST00000642561.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1759,
"aa_ref": "R",
"aa_start": 1281,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5469,
"cdna_start": 3928,
"cds_end": null,
"cds_length": 5280,
"cds_start": 3841,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "ENST00000903288.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3841C>G",
"hgvs_p": "p.Arg1281Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000573347.1",
"strand": true,
"transcript": "ENST00000903288.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1756,
"aa_ref": "R",
"aa_start": 1278,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5485,
"cdna_start": 3948,
"cds_end": null,
"cds_length": 5271,
"cds_start": 3832,
"consequences": [
"missense_variant"
],
"exon_count": 40,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "ENST00000642206.2",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3832C>G",
"hgvs_p": "p.Arg1278Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000495146.2",
"strand": true,
"transcript": "ENST00000642206.2",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1752,
"aa_ref": "R",
"aa_start": 1274,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5461,
"cdna_start": 3937,
"cds_end": null,
"cds_length": 5259,
"cds_start": 3820,
"consequences": [
"missense_variant"
],
"exon_count": 40,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "ENST00000903286.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3820C>G",
"hgvs_p": "p.Arg1274Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000573345.1",
"strand": true,
"transcript": "ENST00000903286.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1751,
"aa_ref": "R",
"aa_start": 1273,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6205,
"cdna_start": 3885,
"cds_end": null,
"cds_length": 5256,
"cds_start": 3817,
"consequences": [
"missense_variant"
],
"exon_count": 40,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "NM_001318832.2",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3817C>G",
"hgvs_p": "p.Arg1273Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001305761.1",
"strand": true,
"transcript": "NM_001318832.2",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1751,
"aa_ref": "R",
"aa_start": 1273,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5429,
"cdna_start": 3885,
"cds_end": null,
"cds_length": 5256,
"cds_start": 3817,
"consequences": [
"missense_variant"
],
"exon_count": 40,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "ENST00000568454.6",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3817C>G",
"hgvs_p": "p.Arg1273Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000454487.1",
"strand": true,
"transcript": "ENST00000568454.6",
"transcript_support_level": 2
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1747,
"aa_ref": "R",
"aa_start": 1269,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6235,
"cdna_start": 3915,
"cds_end": null,
"cds_length": 5244,
"cds_start": 3805,
"consequences": [
"missense_variant"
],
"exon_count": 40,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "NM_001406670.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3805C>G",
"hgvs_p": "p.Arg1269Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393599.1",
"strand": true,
"transcript": "NM_001406670.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1741,
"aa_ref": "R",
"aa_start": 1263,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6217,
"cdna_start": 3897,
"cds_end": null,
"cds_length": 5226,
"cds_start": 3787,
"consequences": [
"missense_variant"
],
"exon_count": 40,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "NM_001363528.2",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3787C>G",
"hgvs_p": "p.Arg1263Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001350457.1",
"strand": true,
"transcript": "NM_001363528.2",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1741,
"aa_ref": "R",
"aa_start": 1263,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5388,
"cdna_start": 3841,
"cds_end": null,
"cds_length": 5226,
"cds_start": 3787,
"consequences": [
"missense_variant"
],
"exon_count": 40,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "ENST00000642797.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3787C>G",
"hgvs_p": "p.Arg1263Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000493846.1",
"strand": true,
"transcript": "ENST00000642797.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1741,
"aa_ref": "R",
"aa_start": 1263,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5396,
"cdna_start": 3858,
"cds_end": null,
"cds_length": 5226,
"cds_start": 3787,
"consequences": [
"missense_variant"
],
"exon_count": 40,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "ENST00000941767.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3787C>G",
"hgvs_p": "p.Arg1263Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000611826.1",
"strand": true,
"transcript": "ENST00000941767.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1740,
"aa_ref": "R",
"aa_start": 1262,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6214,
"cdna_start": 3894,
"cds_end": null,
"cds_length": 5223,
"cds_start": 3784,
"consequences": [
"missense_variant"
],
"exon_count": 40,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "NM_001077183.3",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3784C>G",
"hgvs_p": "p.Arg1262Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001070651.1",
"strand": true,
"transcript": "NM_001077183.3",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1739,
"aa_ref": "R",
"aa_start": 1263,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5433,
"cdna_start": 3887,
"cds_end": null,
"cds_length": 5220,
"cds_start": 3787,
"consequences": [
"missense_variant"
],
"exon_count": 40,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "ENST00000644335.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3787C>G",
"hgvs_p": "p.Arg1263Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000496317.1",
"strand": true,
"transcript": "ENST00000644335.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1738,
"aa_ref": "R",
"aa_start": 1262,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5970,
"cdna_start": 3902,
"cds_end": null,
"cds_length": 5217,
"cds_start": 3784,
"consequences": [
"missense_variant"
],
"exon_count": 40,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "ENST00000643088.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3784C>G",
"hgvs_p": "p.Arg1262Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000494747.1",
"strand": true,
"transcript": "ENST00000643088.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1737,
"aa_ref": "R",
"aa_start": 1259,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6205,
"cdna_start": 3885,
"cds_end": null,
"cds_length": 5214,
"cds_start": 3775,
"consequences": [
"missense_variant"
],
"exon_count": 40,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "NM_001406671.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3775C>G",
"hgvs_p": "p.Arg1259Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393600.1",
"strand": true,
"transcript": "NM_001406671.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1736,
"aa_ref": "R",
"aa_start": 1258,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6202,
"cdna_start": 3882,
"cds_end": null,
"cds_length": 5211,
"cds_start": 3772,
"consequences": [
"missense_variant"
],
"exon_count": 40,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "NM_001406673.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3772C>G",
"hgvs_p": "p.Arg1258Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393602.1",
"strand": true,
"transcript": "NM_001406673.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1735,
"aa_ref": "R",
"aa_start": 1257,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6179,
"cdna_start": 3859,
"cds_end": null,
"cds_length": 5208,
"cds_start": 3769,
"consequences": [
"missense_variant"
],
"exon_count": 40,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "NM_001406675.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3769C>G",
"hgvs_p": "p.Arg1257Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393604.1",
"strand": true,
"transcript": "NM_001406675.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1734,
"aa_ref": "R",
"aa_start": 1256,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6176,
"cdna_start": 3856,
"cds_end": null,
"cds_length": 5205,
"cds_start": 3766,
"consequences": [
"missense_variant"
],
"exon_count": 40,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "NM_001406676.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3766C>G",
"hgvs_p": "p.Arg1256Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393605.1",
"strand": true,
"transcript": "NM_001406676.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1729,
"aa_ref": "R",
"aa_start": 1251,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5404,
"cdna_start": 3870,
"cds_end": null,
"cds_length": 5190,
"cds_start": 3751,
"consequences": [
"missense_variant"
],
"exon_count": 40,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "ENST00000903282.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3751C>G",
"hgvs_p": "p.Arg1251Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000573341.1",
"strand": true,
"transcript": "ENST00000903282.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1723,
"aa_ref": "R",
"aa_start": 1245,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5337,
"cdna_start": 3817,
"cds_end": null,
"cds_length": 5172,
"cds_start": 3733,
"consequences": [
"missense_variant"
],
"exon_count": 40,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "ENST00000903291.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3733C>G",
"hgvs_p": "p.Arg1245Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000573350.1",
"strand": true,
"transcript": "ENST00000903291.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1722,
"aa_ref": "R",
"aa_start": 1244,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5379,
"cdna_start": 3840,
"cds_end": null,
"cds_length": 5169,
"cds_start": 3730,
"consequences": [
"missense_variant"
],
"exon_count": 40,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "ENST00000903284.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3730C>G",
"hgvs_p": "p.Arg1244Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000573343.1",
"strand": true,
"transcript": "ENST00000903284.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1721,
"aa_ref": "R",
"aa_start": 1243,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6137,
"cdna_start": 3817,
"cds_end": null,
"cds_length": 5166,
"cds_start": 3727,
"consequences": [
"missense_variant"
],
"exon_count": 39,
"exon_rank": 30,
"exon_rank_end": null,
"feature": "NM_001406677.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3727C>G",
"hgvs_p": "p.Arg1243Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393606.1",
"strand": true,
"transcript": "NM_001406677.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1704,
"aa_ref": "R",
"aa_start": 1226,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6106,
"cdna_start": 3786,
"cds_end": null,
"cds_length": 5115,
"cds_start": 3676,
"consequences": [
"missense_variant"
],
"exon_count": 39,
"exon_rank": 30,
"exon_rank_end": null,
"feature": "NM_001318827.2",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3676C>G",
"hgvs_p": "p.Arg1226Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001305756.1",
"strand": true,
"transcript": "NM_001318827.2",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1704,
"aa_ref": "R",
"aa_start": 1226,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5287,
"cdna_start": 3757,
"cds_end": null,
"cds_length": 5115,
"cds_start": 3676,
"consequences": [
"missense_variant"
],
"exon_count": 39,
"exon_rank": 30,
"exon_rank_end": null,
"feature": "ENST00000439673.6",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3676C>G",
"hgvs_p": "p.Arg1226Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000399232.2",
"strand": true,
"transcript": "ENST00000439673.6",
"transcript_support_level": 2
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1703,
"aa_ref": "R",
"aa_start": 1225,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6103,
"cdna_start": 3783,
"cds_end": null,
"cds_length": 5112,
"cds_start": 3673,
"consequences": [
"missense_variant"
],
"exon_count": 39,
"exon_rank": 30,
"exon_rank_end": null,
"feature": "NM_001406678.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3673C>G",
"hgvs_p": "p.Arg1225Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393607.1",
"strand": true,
"transcript": "NM_001406678.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1703,
"aa_ref": "R",
"aa_start": 1225,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5324,
"cdna_start": 3783,
"cds_end": null,
"cds_length": 5112,
"cds_start": 3673,
"consequences": [
"missense_variant"
],
"exon_count": 39,
"exon_rank": 30,
"exon_rank_end": null,
"feature": "ENST00000920525.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3673C>G",
"hgvs_p": "p.Arg1225Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000590584.1",
"strand": true,
"transcript": "ENST00000920525.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1701,
"aa_ref": "R",
"aa_start": 1223,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5305,
"cdna_start": 3765,
"cds_end": null,
"cds_length": 5106,
"cds_start": 3667,
"consequences": [
"missense_variant"
],
"exon_count": 39,
"exon_rank": 30,
"exon_rank_end": null,
"feature": "ENST00000941765.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3667C>G",
"hgvs_p": "p.Arg1223Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000611824.1",
"strand": true,
"transcript": "ENST00000941765.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1700,
"aa_ref": "R",
"aa_start": 1222,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5315,
"cdna_start": 3774,
"cds_end": null,
"cds_length": 5103,
"cds_start": 3664,
"consequences": [
"missense_variant"
],
"exon_count": 39,
"exon_rank": 30,
"exon_rank_end": null,
"feature": "ENST00000903283.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3664C>G",
"hgvs_p": "p.Arg1222Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000573342.1",
"strand": true,
"transcript": "ENST00000903283.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1700,
"aa_ref": "R",
"aa_start": 1222,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5304,
"cdna_start": 3773,
"cds_end": null,
"cds_length": 5103,
"cds_start": 3664,
"consequences": [
"missense_variant"
],
"exon_count": 39,
"exon_rank": 30,
"exon_rank_end": null,
"feature": "ENST00000920526.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3664C>G",
"hgvs_p": "p.Arg1222Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000590585.1",
"strand": true,
"transcript": "ENST00000920526.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1693,
"aa_ref": "R",
"aa_start": 1215,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5267,
"cdna_start": 3728,
"cds_end": null,
"cds_length": 5082,
"cds_start": 3643,
"consequences": [
"missense_variant"
],
"exon_count": 39,
"exon_rank": 30,
"exon_rank_end": null,
"feature": "ENST00000903290.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3643C>G",
"hgvs_p": "p.Arg1215Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000573349.1",
"strand": true,
"transcript": "ENST00000903290.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1692,
"aa_ref": "R",
"aa_start": 1214,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6050,
"cdna_start": 3730,
"cds_end": null,
"cds_length": 5079,
"cds_start": 3640,
"consequences": [
"missense_variant"
],
"exon_count": 39,
"exon_rank": 30,
"exon_rank_end": null,
"feature": "NM_001318829.2",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3640C>G",
"hgvs_p": "p.Arg1214Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001305758.1",
"strand": true,
"transcript": "NM_001318829.2",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1692,
"aa_ref": "R",
"aa_start": 1214,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5264,
"cdna_start": 3735,
"cds_end": null,
"cds_length": 5079,
"cds_start": 3640,
"consequences": [
"missense_variant"
],
"exon_count": 39,
"exon_rank": 30,
"exon_rank_end": null,
"feature": "ENST00000382538.10",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3640C>G",
"hgvs_p": "p.Arg1214Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000371978.6",
"strand": true,
"transcript": "ENST00000382538.10",
"transcript_support_level": 2
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1692,
"aa_ref": "R",
"aa_start": 1214,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5290,
"cdna_start": 3750,
"cds_end": null,
"cds_length": 5079,
"cds_start": 3640,
"consequences": [
"missense_variant"
],
"exon_count": 39,
"exon_rank": 30,
"exon_rank_end": null,
"feature": "ENST00000941764.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3640C>G",
"hgvs_p": "p.Arg1214Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000611823.1",
"strand": true,
"transcript": "ENST00000941764.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1691,
"aa_ref": "R",
"aa_start": 1213,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6047,
"cdna_start": 3727,
"cds_end": null,
"cds_length": 5076,
"cds_start": 3637,
"consequences": [
"missense_variant"
],
"exon_count": 39,
"exon_rank": 30,
"exon_rank_end": null,
"feature": "NM_001406679.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3637C>G",
"hgvs_p": "p.Arg1213Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393608.1",
"strand": true,
"transcript": "NM_001406679.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1607,
"aa_ref": "R",
"aa_start": 1129,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6631,
"cdna_start": 4311,
"cds_end": null,
"cds_length": 4824,
"cds_start": 3385,
"consequences": [
"missense_variant"
],
"exon_count": 42,
"exon_rank": 33,
"exon_rank_end": null,
"feature": "NM_001406680.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3385C>G",
"hgvs_p": "p.Arg1129Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393609.1",
"strand": true,
"transcript": "NM_001406680.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1587,
"aa_ref": "R",
"aa_start": 1109,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6200,
"cdna_start": 3880,
"cds_end": null,
"cds_length": 4764,
"cds_start": 3325,
"consequences": [
"missense_variant"
],
"exon_count": 40,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "NM_001406681.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3325C>G",
"hgvs_p": "p.Arg1109Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393610.1",
"strand": true,
"transcript": "NM_001406681.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1584,
"aa_ref": "R",
"aa_start": 1106,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5972,
"cdna_start": 3652,
"cds_end": null,
"cds_length": 4755,
"cds_start": 3316,
"consequences": [
"missense_variant"
],
"exon_count": 38,
"exon_rank": 29,
"exon_rank_end": null,
"feature": "NM_001406682.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3316C>G",
"hgvs_p": "p.Arg1106Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393611.1",
"strand": true,
"transcript": "NM_001406682.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1584,
"aa_ref": "R",
"aa_start": 1106,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6562,
"cdna_start": 4242,
"cds_end": null,
"cds_length": 4755,
"cds_start": 3316,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "NM_001406683.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3316C>G",
"hgvs_p": "p.Arg1106Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393612.1",
"strand": true,
"transcript": "NM_001406683.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1583,
"aa_ref": "R",
"aa_start": 1105,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5969,
"cdna_start": 3649,
"cds_end": null,
"cds_length": 4752,
"cds_start": 3313,
"consequences": [
"missense_variant"
],
"exon_count": 38,
"exon_rank": 29,
"exon_rank_end": null,
"feature": "NM_001406684.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3313C>G",
"hgvs_p": "p.Arg1105Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393613.1",
"strand": true,
"transcript": "NM_001406684.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1563,
"aa_ref": "R",
"aa_start": 1085,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5909,
"cdna_start": 3589,
"cds_end": null,
"cds_length": 4692,
"cds_start": 3253,
"consequences": [
"missense_variant"
],
"exon_count": 38,
"exon_rank": 29,
"exon_rank_end": null,
"feature": "NM_001318831.2",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3253C>G",
"hgvs_p": "p.Arg1085Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001305760.1",
"strand": true,
"transcript": "NM_001318831.2",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1541,
"aa_ref": "R",
"aa_start": 1063,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5843,
"cdna_start": 3523,
"cds_end": null,
"cds_length": 4626,
"cds_start": 3187,
"consequences": [
"missense_variant"
],
"exon_count": 37,
"exon_rank": 28,
"exon_rank_end": null,
"feature": "NM_001406685.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3187C>G",
"hgvs_p": "p.Arg1063Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393614.1",
"strand": true,
"transcript": "NM_001406685.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1541,
"aa_ref": "R",
"aa_start": 1063,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5676,
"cdna_start": 3356,
"cds_end": null,
"cds_length": 4626,
"cds_start": 3187,
"consequences": [
"missense_variant"
],
"exon_count": 36,
"exon_rank": 27,
"exon_rank_end": null,
"feature": "NM_001406686.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3187C>G",
"hgvs_p": "p.Arg1063Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393615.1",
"strand": true,
"transcript": "NM_001406686.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1540,
"aa_ref": "R",
"aa_start": 1062,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6430,
"cdna_start": 4110,
"cds_end": null,
"cds_length": 4623,
"cds_start": 3184,
"consequences": [
"missense_variant"
],
"exon_count": 40,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "NM_001406687.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3184C>G",
"hgvs_p": "p.Arg1062Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393616.1",
"strand": true,
"transcript": "NM_001406687.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1540,
"aa_ref": "R",
"aa_start": 1062,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5840,
"cdna_start": 3520,
"cds_end": null,
"cds_length": 4623,
"cds_start": 3184,
"consequences": [
"missense_variant"
],
"exon_count": 37,
"exon_rank": 28,
"exon_rank_end": null,
"feature": "NM_001406688.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3184C>G",
"hgvs_p": "p.Arg1062Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393617.1",
"strand": true,
"transcript": "NM_001406688.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1336,
"aa_ref": "R",
"aa_start": 858,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6433,
"cdna_start": 4113,
"cds_end": null,
"cds_length": 4011,
"cds_start": 2572,
"consequences": [
"missense_variant"
],
"exon_count": 42,
"exon_rank": 33,
"exon_rank_end": null,
"feature": "NM_001406689.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.2572C>G",
"hgvs_p": "p.Arg858Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393618.1",
"strand": true,
"transcript": "NM_001406689.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1316,
"aa_ref": "R",
"aa_start": 838,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6373,
"cdna_start": 4053,
"cds_end": null,
"cds_length": 3951,
"cds_start": 2512,
"consequences": [
"missense_variant"
],
"exon_count": 42,
"exon_rank": 33,
"exon_rank_end": null,
"feature": "NM_001406690.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.2512C>G",
"hgvs_p": "p.Arg838Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393619.1",
"strand": true,
"transcript": "NM_001406690.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1315,
"aa_ref": "R",
"aa_start": 837,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6370,
"cdna_start": 4050,
"cds_end": null,
"cds_length": 3948,
"cds_start": 2509,
"consequences": [
"missense_variant"
],
"exon_count": 42,
"exon_rank": 33,
"exon_rank_end": null,
"feature": "NM_001406691.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.2509C>G",
"hgvs_p": "p.Arg837Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393620.1",
"strand": true,
"transcript": "NM_001406691.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1293,
"aa_ref": "R",
"aa_start": 815,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6304,
"cdna_start": 3984,
"cds_end": null,
"cds_length": 3882,
"cds_start": 2443,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "NM_001406692.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.2443C>G",
"hgvs_p": "p.Arg815Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393621.1",
"strand": true,
"transcript": "NM_001406692.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1293,
"aa_ref": "R",
"aa_start": 815,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6610,
"cdna_start": 4290,
"cds_end": null,
"cds_length": 3882,
"cds_start": 2443,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "NM_001406693.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.2443C>G",
"hgvs_p": "p.Arg815Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393622.1",
"strand": true,
"transcript": "NM_001406693.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1293,
"aa_ref": "R",
"aa_start": 815,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6185,
"cdna_start": 3865,
"cds_end": null,
"cds_length": 3882,
"cds_start": 2443,
"consequences": [
"missense_variant"
],
"exon_count": 40,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "NM_001406694.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.2443C>G",
"hgvs_p": "p.Arg815Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393623.1",
"strand": true,
"transcript": "NM_001406694.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1292,
"aa_ref": "R",
"aa_start": 814,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6182,
"cdna_start": 3862,
"cds_end": null,
"cds_length": 3879,
"cds_start": 2440,
"consequences": [
"missense_variant"
],
"exon_count": 40,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "NM_001406695.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.2440C>G",
"hgvs_p": "p.Arg814Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393624.1",
"strand": true,
"transcript": "NM_001406695.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1292,
"aa_ref": "R",
"aa_start": 814,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6289,
"cdna_start": 3969,
"cds_end": null,
"cds_length": 3879,
"cds_start": 2440,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "NM_001406696.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.2440C>G",
"hgvs_p": "p.Arg814Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393625.1",
"strand": true,
"transcript": "NM_001406696.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1292,
"aa_ref": "R",
"aa_start": 814,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6301,
"cdna_start": 3981,
"cds_end": null,
"cds_length": 3879,
"cds_start": 2440,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "NM_001406697.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.2440C>G",
"hgvs_p": "p.Arg814Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393626.1",
"strand": true,
"transcript": "NM_001406697.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1206,
"aa_ref": "R",
"aa_start": 728,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6219,
"cdna_start": 3899,
"cds_end": null,
"cds_length": 3621,
"cds_start": 2182,
"consequences": [
"missense_variant"
],
"exon_count": 40,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "NM_001406698.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.2182C>G",
"hgvs_p": "p.Arg728Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393627.1",
"strand": true,
"transcript": "NM_001406698.1",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1825,
"aa_ref": "R",
"aa_start": 1347,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6469,
"cdna_start": 4149,
"cds_end": null,
"cds_length": 5478,
"cds_start": 4039,
"consequences": [
"missense_variant"
],
"exon_count": 42,
"exon_rank": 33,
"exon_rank_end": null,
"feature": "XM_011522636.3",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.4039C>G",
"hgvs_p": "p.Arg1347Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011520938.1",
"strand": true,
"transcript": "XM_011522636.3",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1824,
"aa_ref": "R",
"aa_start": 1346,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6466,
"cdna_start": 4146,
"cds_end": null,
"cds_length": 5475,
"cds_start": 4036,
"consequences": [
"missense_variant"
],
"exon_count": 42,
"exon_rank": 33,
"exon_rank_end": null,
"feature": "XM_011522637.3",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.4036C>G",
"hgvs_p": "p.Arg1346Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011520939.1",
"strand": true,
"transcript": "XM_011522637.3",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1788,
"aa_ref": "R",
"aa_start": 1310,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6358,
"cdna_start": 4038,
"cds_end": null,
"cds_length": 5367,
"cds_start": 3928,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "XM_011522638.3",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3928C>G",
"hgvs_p": "p.Arg1310Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011520940.3",
"strand": true,
"transcript": "XM_011522638.3",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1782,
"aa_ref": "R",
"aa_start": 1304,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6340,
"cdna_start": 4020,
"cds_end": null,
"cds_length": 5349,
"cds_start": 3910,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "XM_011522639.3",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "c.3910C>G",
"hgvs_p": "p.Arg1304Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011520941.1",
"strand": true,
"transcript": "XM_011522639.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3248,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 15,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000497886.5",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "n.1743C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000497886.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 5350,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 39,
"exon_rank": 30,
"exon_rank_end": null,
"feature": "ENST00000568566.6",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "n.*2334C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000455997.2",
"strand": true,
"transcript": "ENST00000568566.6",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1727,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000569110.2",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "n.220C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000455817.2",
"strand": true,
"transcript": "ENST00000569110.2",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3388,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000569930.2",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "n.1867C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000569930.2",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1171,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 7,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000642728.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "n.167C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000642728.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3123,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000643426.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "n.1633C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000643426.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 516,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000643533.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "n.426C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000643533.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 6666,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 42,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "ENST00000644417.2",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "n.*4365C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000493912.2",
"strand": true,
"transcript": "ENST00000644417.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3475,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 23,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000645024.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "n.2069C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000645024.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 8598,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 35,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "ENST00000646464.2",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "n.*6734C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000496610.2",
"strand": true,
"transcript": "ENST00000646464.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 4321,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 30,
"exon_rank": 21,
"exon_rank_end": null,
"feature": "ENST00000646634.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "n.2800C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000646634.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2710,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000646674.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "n.1237C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000646674.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2729,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 15,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000647042.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "n.1208C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000647042.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2617,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000647180.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "n.1098C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000647180.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 6283,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 39,
"exon_rank": 30,
"exon_rank_end": null,
"feature": "ENST00000715163.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "n.4762C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000715163.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 6257,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 40,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "NR_176225.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "n.3937C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_176225.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 6505,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 42,
"exon_rank": 33,
"exon_rank_end": null,
"feature": "NR_176226.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "n.4185C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_176226.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 6433,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 41,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "NR_176227.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "n.4113C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_176227.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 6254,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 40,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "NR_176228.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "n.3934C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_176228.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 6179,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 40,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "NR_176229.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "n.3894C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_176229.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 5350,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 39,
"exon_rank": 30,
"exon_rank_end": null,
"feature": "ENST00000568566.6",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "n.*2334C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000455997.2",
"strand": true,
"transcript": "ENST00000568566.6",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 6666,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 42,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "ENST00000644417.2",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "n.*4365C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000493912.2",
"strand": true,
"transcript": "ENST00000644417.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 8598,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 35,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "ENST00000646464.2",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "n.*6734C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000496610.2",
"strand": true,
"transcript": "ENST00000646464.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 1181,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"upstream_gene_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000643177.1",
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"hgvs_c": "n.-2C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000643177.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs747695245",
"effect": "missense_variant",
"frequency_reference_population": 0.000004112197,
"gene_hgnc_id": 12363,
"gene_symbol": "TSC2",
"gnomad_exomes_ac": 6,
"gnomad_exomes_af": 0.0000041122,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Benign",
"phylop100way_score": 0.175,
"pos": 2083796,
"ref": "C",
"revel_prediction": "Uncertain_significance",
"revel_score": 0.557,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_000548.5"
}
]
}