← 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-2085231-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=2085231&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 2085231,
"ref": "C",
"alt": "G",
"effect": "stop_gained,splice_region_variant",
"transcript": "ENST00000219476.9",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4571C>G",
"hgvs_p": "p.Ser1524*",
"transcript": "NM_000548.5",
"protein_id": "NP_000539.2",
"transcript_support_level": null,
"aa_start": 1524,
"aa_end": null,
"aa_length": 1807,
"cds_start": 4571,
"cds_end": null,
"cds_length": 5424,
"cdna_start": 4681,
"cdna_end": null,
"cdna_length": 6415,
"mane_select": "ENST00000219476.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4571C>G",
"hgvs_p": "p.Ser1524*",
"transcript": "ENST00000219476.9",
"protein_id": "ENSP00000219476.3",
"transcript_support_level": 5,
"aa_start": 1524,
"aa_end": null,
"aa_length": 1807,
"cds_start": 4571,
"cds_end": null,
"cds_length": 5424,
"cdna_start": 4681,
"cdna_end": null,
"cdna_length": 6415,
"mane_select": "NM_000548.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4502C>G",
"hgvs_p": "p.Ser1501*",
"transcript": "ENST00000350773.9",
"protein_id": "ENSP00000344383.4",
"transcript_support_level": 1,
"aa_start": 1501,
"aa_end": null,
"aa_length": 1784,
"cds_start": 4502,
"cds_end": null,
"cds_length": 5355,
"cdna_start": 4577,
"cdna_end": null,
"cdna_length": 5538,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4370C>G",
"hgvs_p": "p.Ser1457*",
"transcript": "ENST00000401874.7",
"protein_id": "ENSP00000384468.2",
"transcript_support_level": 1,
"aa_start": 1457,
"aa_end": null,
"aa_length": 1740,
"cds_start": 4370,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 4476,
"cdna_end": null,
"cdna_length": 5437,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.*3738C>G",
"hgvs_p": null,
"transcript": "ENST00000439117.6",
"protein_id": "ENSP00000406980.2",
"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": 5073,
"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": 32,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.*3738C>G",
"hgvs_p": null,
"transcript": "ENST00000439117.6",
"protein_id": "ENSP00000406980.2",
"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": 5073,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4661C>G",
"hgvs_p": "p.Ser1554*",
"transcript": "ENST00000645186.2",
"protein_id": "ENSP00000495110.2",
"transcript_support_level": null,
"aa_start": 1554,
"aa_end": null,
"aa_length": 1837,
"cds_start": 4661,
"cds_end": null,
"cds_length": 5514,
"cdna_start": 4771,
"cdna_end": null,
"cdna_length": 6505,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4568C>G",
"hgvs_p": "p.Ser1523*",
"transcript": "NM_001406663.1",
"protein_id": "NP_001393592.1",
"transcript_support_level": null,
"aa_start": 1523,
"aa_end": null,
"aa_length": 1806,
"cds_start": 4568,
"cds_end": null,
"cds_length": 5421,
"cdna_start": 4678,
"cdna_end": null,
"cdna_length": 6412,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4568C>G",
"hgvs_p": "p.Ser1523*",
"transcript": "ENST00000642365.2",
"protein_id": "ENSP00000495459.2",
"transcript_support_level": null,
"aa_start": 1523,
"aa_end": null,
"aa_length": 1806,
"cds_start": 4568,
"cds_end": null,
"cds_length": 5421,
"cdna_start": 4639,
"cdna_end": null,
"cdna_length": 5574,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4502C>G",
"hgvs_p": "p.Ser1501*",
"transcript": "NM_001114382.3",
"protein_id": "NP_001107854.1",
"transcript_support_level": null,
"aa_start": 1501,
"aa_end": null,
"aa_length": 1784,
"cds_start": 4502,
"cds_end": null,
"cds_length": 5355,
"cdna_start": 4612,
"cdna_end": null,
"cdna_length": 6346,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4499C>G",
"hgvs_p": "p.Ser1500*",
"transcript": "NM_001406664.1",
"protein_id": "NP_001393593.1",
"transcript_support_level": null,
"aa_start": 1500,
"aa_end": null,
"aa_length": 1783,
"cds_start": 4499,
"cds_end": null,
"cds_length": 5352,
"cdna_start": 4609,
"cdna_end": null,
"cdna_length": 6343,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4493C>G",
"hgvs_p": "p.Ser1498*",
"transcript": "NM_001406665.1",
"protein_id": "NP_001393594.1",
"transcript_support_level": null,
"aa_start": 1498,
"aa_end": null,
"aa_length": 1781,
"cds_start": 4493,
"cds_end": null,
"cds_length": 5346,
"cdna_start": 4603,
"cdna_end": null,
"cdna_length": 6337,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4490C>G",
"hgvs_p": "p.Ser1497*",
"transcript": "ENST00000644399.1",
"protein_id": "ENSP00000493990.1",
"transcript_support_level": null,
"aa_start": 1497,
"aa_end": null,
"aa_length": 1780,
"cds_start": 4490,
"cds_end": null,
"cds_length": 5343,
"cdna_start": 4492,
"cdna_end": null,
"cdna_length": 5445,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4463C>G",
"hgvs_p": "p.Ser1488*",
"transcript": "NM_001406667.1",
"protein_id": "NP_001393596.1",
"transcript_support_level": null,
"aa_start": 1488,
"aa_end": null,
"aa_length": 1771,
"cds_start": 4463,
"cds_end": null,
"cds_length": 5316,
"cdna_start": 4573,
"cdna_end": null,
"cdna_length": 6307,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4460C>G",
"hgvs_p": "p.Ser1487*",
"transcript": "NM_001406668.1",
"protein_id": "NP_001393597.1",
"transcript_support_level": null,
"aa_start": 1487,
"aa_end": null,
"aa_length": 1770,
"cds_start": 4460,
"cds_end": null,
"cds_length": 5313,
"cdna_start": 4570,
"cdna_end": null,
"cdna_length": 6304,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4370C>G",
"hgvs_p": "p.Ser1457*",
"transcript": "ENST00000644329.1",
"protein_id": "ENSP00000496611.1",
"transcript_support_level": null,
"aa_start": 1457,
"aa_end": null,
"aa_length": 1769,
"cds_start": 4370,
"cds_end": null,
"cds_length": 5310,
"cdna_start": 4432,
"cdna_end": null,
"cdna_length": 5453,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4442C>G",
"hgvs_p": "p.Ser1481*",
"transcript": "NM_021055.3",
"protein_id": "NP_066399.2",
"transcript_support_level": null,
"aa_start": 1481,
"aa_end": null,
"aa_length": 1764,
"cds_start": 4442,
"cds_end": null,
"cds_length": 5295,
"cdna_start": 4552,
"cdna_end": null,
"cdna_length": 6286,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4442C>G",
"hgvs_p": "p.Ser1481*",
"transcript": "ENST00000644043.1",
"protein_id": "ENSP00000496262.1",
"transcript_support_level": null,
"aa_start": 1481,
"aa_end": null,
"aa_length": 1764,
"cds_start": 4442,
"cds_end": null,
"cds_length": 5295,
"cdna_start": 4496,
"cdna_end": null,
"cdna_length": 5457,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4439C>G",
"hgvs_p": "p.Ser1480*",
"transcript": "NM_001370404.1",
"protein_id": "NP_001357333.1",
"transcript_support_level": null,
"aa_start": 1480,
"aa_end": null,
"aa_length": 1763,
"cds_start": 4439,
"cds_end": null,
"cds_length": 5292,
"cdna_start": 4549,
"cdna_end": null,
"cdna_length": 6283,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4439C>G",
"hgvs_p": "p.Ser1480*",
"transcript": "ENST00000642936.1",
"protein_id": "ENSP00000494514.1",
"transcript_support_level": null,
"aa_start": 1480,
"aa_end": null,
"aa_length": 1763,
"cds_start": 4439,
"cds_end": null,
"cds_length": 5292,
"cdna_start": 4548,
"cdna_end": null,
"cdna_length": 5507,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4442C>G",
"hgvs_p": "p.Ser1481*",
"transcript": "NM_001370405.1",
"protein_id": "NP_001357334.1",
"transcript_support_level": null,
"aa_start": 1481,
"aa_end": null,
"aa_length": 1760,
"cds_start": 4442,
"cds_end": null,
"cds_length": 5283,
"cdna_start": 4552,
"cdna_end": null,
"cdna_length": 6274,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4442C>G",
"hgvs_p": "p.Ser1481*",
"transcript": "ENST00000642561.1",
"protein_id": "ENSP00000495099.1",
"transcript_support_level": null,
"aa_start": 1481,
"aa_end": null,
"aa_length": 1760,
"cds_start": 4442,
"cds_end": null,
"cds_length": 5283,
"cdna_start": 4494,
"cdna_end": null,
"cdna_length": 5396,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4418C>G",
"hgvs_p": "p.Ser1473*",
"transcript": "ENST00000642206.2",
"protein_id": "ENSP00000495146.2",
"transcript_support_level": null,
"aa_start": 1473,
"aa_end": null,
"aa_length": 1756,
"cds_start": 4418,
"cds_end": null,
"cds_length": 5271,
"cdna_start": 4534,
"cdna_end": null,
"cdna_length": 5485,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4403C>G",
"hgvs_p": "p.Ser1468*",
"transcript": "NM_001318832.2",
"protein_id": "NP_001305761.1",
"transcript_support_level": null,
"aa_start": 1468,
"aa_end": null,
"aa_length": 1751,
"cds_start": 4403,
"cds_end": null,
"cds_length": 5256,
"cdna_start": 4471,
"cdna_end": null,
"cdna_length": 6205,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4403C>G",
"hgvs_p": "p.Ser1468*",
"transcript": "ENST00000568454.6",
"protein_id": "ENSP00000454487.1",
"transcript_support_level": 2,
"aa_start": 1468,
"aa_end": null,
"aa_length": 1751,
"cds_start": 4403,
"cds_end": null,
"cds_length": 5256,
"cdna_start": 4471,
"cdna_end": null,
"cdna_length": 5429,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4391C>G",
"hgvs_p": "p.Ser1464*",
"transcript": "NM_001406670.1",
"protein_id": "NP_001393599.1",
"transcript_support_level": null,
"aa_start": 1464,
"aa_end": null,
"aa_length": 1747,
"cds_start": 4391,
"cds_end": null,
"cds_length": 5244,
"cdna_start": 4501,
"cdna_end": null,
"cdna_length": 6235,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4373C>G",
"hgvs_p": "p.Ser1458*",
"transcript": "NM_001363528.2",
"protein_id": "NP_001350457.1",
"transcript_support_level": null,
"aa_start": 1458,
"aa_end": null,
"aa_length": 1741,
"cds_start": 4373,
"cds_end": null,
"cds_length": 5226,
"cdna_start": 4483,
"cdna_end": null,
"cdna_length": 6217,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4373C>G",
"hgvs_p": "p.Ser1458*",
"transcript": "ENST00000642797.1",
"protein_id": "ENSP00000493846.1",
"transcript_support_level": null,
"aa_start": 1458,
"aa_end": null,
"aa_length": 1741,
"cds_start": 4373,
"cds_end": null,
"cds_length": 5226,
"cdna_start": 4427,
"cdna_end": null,
"cdna_length": 5388,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4370C>G",
"hgvs_p": "p.Ser1457*",
"transcript": "NM_001077183.3",
"protein_id": "NP_001070651.1",
"transcript_support_level": null,
"aa_start": 1457,
"aa_end": null,
"aa_length": 1740,
"cds_start": 4370,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 4480,
"cdna_end": null,
"cdna_length": 6214,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4361C>G",
"hgvs_p": "p.Ser1454*",
"transcript": "NM_001406671.1",
"protein_id": "NP_001393600.1",
"transcript_support_level": null,
"aa_start": 1454,
"aa_end": null,
"aa_length": 1737,
"cds_start": 4361,
"cds_end": null,
"cds_length": 5214,
"cdna_start": 4471,
"cdna_end": null,
"cdna_length": 6205,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4358C>G",
"hgvs_p": "p.Ser1453*",
"transcript": "NM_001406673.1",
"protein_id": "NP_001393602.1",
"transcript_support_level": null,
"aa_start": 1453,
"aa_end": null,
"aa_length": 1736,
"cds_start": 4358,
"cds_end": null,
"cds_length": 5211,
"cdna_start": 4468,
"cdna_end": null,
"cdna_length": 6202,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4355C>G",
"hgvs_p": "p.Ser1452*",
"transcript": "NM_001406675.1",
"protein_id": "NP_001393604.1",
"transcript_support_level": null,
"aa_start": 1452,
"aa_end": null,
"aa_length": 1735,
"cds_start": 4355,
"cds_end": null,
"cds_length": 5208,
"cdna_start": 4445,
"cdna_end": null,
"cdna_length": 6179,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4352C>G",
"hgvs_p": "p.Ser1451*",
"transcript": "NM_001406676.1",
"protein_id": "NP_001393605.1",
"transcript_support_level": null,
"aa_start": 1451,
"aa_end": null,
"aa_length": 1734,
"cds_start": 4352,
"cds_end": null,
"cds_length": 5205,
"cdna_start": 4442,
"cdna_end": null,
"cdna_length": 6176,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4313C>G",
"hgvs_p": "p.Ser1438*",
"transcript": "NM_001406677.1",
"protein_id": "NP_001393606.1",
"transcript_support_level": null,
"aa_start": 1438,
"aa_end": null,
"aa_length": 1721,
"cds_start": 4313,
"cds_end": null,
"cds_length": 5166,
"cdna_start": 4403,
"cdna_end": null,
"cdna_length": 6137,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4262C>G",
"hgvs_p": "p.Ser1421*",
"transcript": "NM_001318827.2",
"protein_id": "NP_001305756.1",
"transcript_support_level": null,
"aa_start": 1421,
"aa_end": null,
"aa_length": 1704,
"cds_start": 4262,
"cds_end": null,
"cds_length": 5115,
"cdna_start": 4372,
"cdna_end": null,
"cdna_length": 6106,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4262C>G",
"hgvs_p": "p.Ser1421*",
"transcript": "ENST00000439673.6",
"protein_id": "ENSP00000399232.2",
"transcript_support_level": 2,
"aa_start": 1421,
"aa_end": null,
"aa_length": 1704,
"cds_start": 4262,
"cds_end": null,
"cds_length": 5115,
"cdna_start": 4343,
"cdna_end": null,
"cdna_length": 5287,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4259C>G",
"hgvs_p": "p.Ser1420*",
"transcript": "NM_001406678.1",
"protein_id": "NP_001393607.1",
"transcript_support_level": null,
"aa_start": 1420,
"aa_end": null,
"aa_length": 1703,
"cds_start": 4259,
"cds_end": null,
"cds_length": 5112,
"cdna_start": 4369,
"cdna_end": null,
"cdna_length": 6103,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4226C>G",
"hgvs_p": "p.Ser1409*",
"transcript": "NM_001318829.2",
"protein_id": "NP_001305758.1",
"transcript_support_level": null,
"aa_start": 1409,
"aa_end": null,
"aa_length": 1692,
"cds_start": 4226,
"cds_end": null,
"cds_length": 5079,
"cdna_start": 4316,
"cdna_end": null,
"cdna_length": 6050,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4226C>G",
"hgvs_p": "p.Ser1409*",
"transcript": "ENST00000382538.10",
"protein_id": "ENSP00000371978.6",
"transcript_support_level": 2,
"aa_start": 1409,
"aa_end": null,
"aa_length": 1692,
"cds_start": 4226,
"cds_end": null,
"cds_length": 5079,
"cdna_start": 4321,
"cdna_end": null,
"cdna_length": 5264,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4223C>G",
"hgvs_p": "p.Ser1408*",
"transcript": "NM_001406679.1",
"protein_id": "NP_001393608.1",
"transcript_support_level": null,
"aa_start": 1408,
"aa_end": null,
"aa_length": 1691,
"cds_start": 4223,
"cds_end": null,
"cds_length": 5076,
"cdna_start": 4313,
"cdna_end": null,
"cdna_length": 6047,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3971C>G",
"hgvs_p": "p.Ser1324*",
"transcript": "NM_001406680.1",
"protein_id": "NP_001393609.1",
"transcript_support_level": null,
"aa_start": 1324,
"aa_end": null,
"aa_length": 1607,
"cds_start": 3971,
"cds_end": null,
"cds_length": 4824,
"cdna_start": 4897,
"cdna_end": null,
"cdna_length": 6631,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3911C>G",
"hgvs_p": "p.Ser1304*",
"transcript": "NM_001406681.1",
"protein_id": "NP_001393610.1",
"transcript_support_level": null,
"aa_start": 1304,
"aa_end": null,
"aa_length": 1587,
"cds_start": 3911,
"cds_end": null,
"cds_length": 4764,
"cdna_start": 4466,
"cdna_end": null,
"cdna_length": 6200,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3902C>G",
"hgvs_p": "p.Ser1301*",
"transcript": "NM_001406682.1",
"protein_id": "NP_001393611.1",
"transcript_support_level": null,
"aa_start": 1301,
"aa_end": null,
"aa_length": 1584,
"cds_start": 3902,
"cds_end": null,
"cds_length": 4755,
"cdna_start": 4238,
"cdna_end": null,
"cdna_length": 5972,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3902C>G",
"hgvs_p": "p.Ser1301*",
"transcript": "NM_001406683.1",
"protein_id": "NP_001393612.1",
"transcript_support_level": null,
"aa_start": 1301,
"aa_end": null,
"aa_length": 1584,
"cds_start": 3902,
"cds_end": null,
"cds_length": 4755,
"cdna_start": 4828,
"cdna_end": null,
"cdna_length": 6562,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3899C>G",
"hgvs_p": "p.Ser1300*",
"transcript": "NM_001406684.1",
"protein_id": "NP_001393613.1",
"transcript_support_level": null,
"aa_start": 1300,
"aa_end": null,
"aa_length": 1583,
"cds_start": 3899,
"cds_end": null,
"cds_length": 4752,
"cdna_start": 4235,
"cdna_end": null,
"cdna_length": 5969,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3839C>G",
"hgvs_p": "p.Ser1280*",
"transcript": "NM_001318831.2",
"protein_id": "NP_001305760.1",
"transcript_support_level": null,
"aa_start": 1280,
"aa_end": null,
"aa_length": 1563,
"cds_start": 3839,
"cds_end": null,
"cds_length": 4692,
"cdna_start": 4175,
"cdna_end": null,
"cdna_length": 5909,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3773C>G",
"hgvs_p": "p.Ser1258*",
"transcript": "NM_001406685.1",
"protein_id": "NP_001393614.1",
"transcript_support_level": null,
"aa_start": 1258,
"aa_end": null,
"aa_length": 1541,
"cds_start": 3773,
"cds_end": null,
"cds_length": 4626,
"cdna_start": 4109,
"cdna_end": null,
"cdna_length": 5843,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3773C>G",
"hgvs_p": "p.Ser1258*",
"transcript": "NM_001406686.1",
"protein_id": "NP_001393615.1",
"transcript_support_level": null,
"aa_start": 1258,
"aa_end": null,
"aa_length": 1541,
"cds_start": 3773,
"cds_end": null,
"cds_length": 4626,
"cdna_start": 3942,
"cdna_end": null,
"cdna_length": 5676,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3770C>G",
"hgvs_p": "p.Ser1257*",
"transcript": "NM_001406687.1",
"protein_id": "NP_001393616.1",
"transcript_support_level": null,
"aa_start": 1257,
"aa_end": null,
"aa_length": 1540,
"cds_start": 3770,
"cds_end": null,
"cds_length": 4623,
"cdna_start": 4696,
"cdna_end": null,
"cdna_length": 6430,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3770C>G",
"hgvs_p": "p.Ser1257*",
"transcript": "NM_001406688.1",
"protein_id": "NP_001393617.1",
"transcript_support_level": null,
"aa_start": 1257,
"aa_end": null,
"aa_length": 1540,
"cds_start": 3770,
"cds_end": null,
"cds_length": 4623,
"cdna_start": 4106,
"cdna_end": null,
"cdna_length": 5840,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3158C>G",
"hgvs_p": "p.Ser1053*",
"transcript": "NM_001406689.1",
"protein_id": "NP_001393618.1",
"transcript_support_level": null,
"aa_start": 1053,
"aa_end": null,
"aa_length": 1336,
"cds_start": 3158,
"cds_end": null,
"cds_length": 4011,
"cdna_start": 4699,
"cdna_end": null,
"cdna_length": 6433,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3098C>G",
"hgvs_p": "p.Ser1033*",
"transcript": "NM_001406690.1",
"protein_id": "NP_001393619.1",
"transcript_support_level": null,
"aa_start": 1033,
"aa_end": null,
"aa_length": 1316,
"cds_start": 3098,
"cds_end": null,
"cds_length": 3951,
"cdna_start": 4639,
"cdna_end": null,
"cdna_length": 6373,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3095C>G",
"hgvs_p": "p.Ser1032*",
"transcript": "NM_001406691.1",
"protein_id": "NP_001393620.1",
"transcript_support_level": null,
"aa_start": 1032,
"aa_end": null,
"aa_length": 1315,
"cds_start": 3095,
"cds_end": null,
"cds_length": 3948,
"cdna_start": 4636,
"cdna_end": null,
"cdna_length": 6370,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3029C>G",
"hgvs_p": "p.Ser1010*",
"transcript": "NM_001406692.1",
"protein_id": "NP_001393621.1",
"transcript_support_level": null,
"aa_start": 1010,
"aa_end": null,
"aa_length": 1293,
"cds_start": 3029,
"cds_end": null,
"cds_length": 3882,
"cdna_start": 4570,
"cdna_end": null,
"cdna_length": 6304,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3029C>G",
"hgvs_p": "p.Ser1010*",
"transcript": "NM_001406693.1",
"protein_id": "NP_001393622.1",
"transcript_support_level": null,
"aa_start": 1010,
"aa_end": null,
"aa_length": 1293,
"cds_start": 3029,
"cds_end": null,
"cds_length": 3882,
"cdna_start": 4876,
"cdna_end": null,
"cdna_length": 6610,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3029C>G",
"hgvs_p": "p.Ser1010*",
"transcript": "NM_001406694.1",
"protein_id": "NP_001393623.1",
"transcript_support_level": null,
"aa_start": 1010,
"aa_end": null,
"aa_length": 1293,
"cds_start": 3029,
"cds_end": null,
"cds_length": 3882,
"cdna_start": 4451,
"cdna_end": null,
"cdna_length": 6185,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3026C>G",
"hgvs_p": "p.Ser1009*",
"transcript": "NM_001406695.1",
"protein_id": "NP_001393624.1",
"transcript_support_level": null,
"aa_start": 1009,
"aa_end": null,
"aa_length": 1292,
"cds_start": 3026,
"cds_end": null,
"cds_length": 3879,
"cdna_start": 4448,
"cdna_end": null,
"cdna_length": 6182,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3026C>G",
"hgvs_p": "p.Ser1009*",
"transcript": "NM_001406696.1",
"protein_id": "NP_001393625.1",
"transcript_support_level": null,
"aa_start": 1009,
"aa_end": null,
"aa_length": 1292,
"cds_start": 3026,
"cds_end": null,
"cds_length": 3879,
"cdna_start": 4555,
"cdna_end": null,
"cdna_length": 6289,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3026C>G",
"hgvs_p": "p.Ser1009*",
"transcript": "NM_001406697.1",
"protein_id": "NP_001393626.1",
"transcript_support_level": null,
"aa_start": 1009,
"aa_end": null,
"aa_length": 1292,
"cds_start": 3026,
"cds_end": null,
"cds_length": 3879,
"cdna_start": 4567,
"cdna_end": null,
"cdna_length": 6301,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.2768C>G",
"hgvs_p": "p.Ser923*",
"transcript": "NM_001406698.1",
"protein_id": "NP_001393627.1",
"transcript_support_level": null,
"aa_start": 923,
"aa_end": null,
"aa_length": 1206,
"cds_start": 2768,
"cds_end": null,
"cds_length": 3621,
"cdna_start": 4485,
"cdna_end": null,
"cdna_length": 6219,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4625C>G",
"hgvs_p": "p.Ser1542*",
"transcript": "XM_011522636.3",
"protein_id": "XP_011520938.1",
"transcript_support_level": null,
"aa_start": 1542,
"aa_end": null,
"aa_length": 1825,
"cds_start": 4625,
"cds_end": null,
"cds_length": 5478,
"cdna_start": 4735,
"cdna_end": null,
"cdna_length": 6469,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4622C>G",
"hgvs_p": "p.Ser1541*",
"transcript": "XM_011522637.3",
"protein_id": "XP_011520939.1",
"transcript_support_level": null,
"aa_start": 1541,
"aa_end": null,
"aa_length": 1824,
"cds_start": 4622,
"cds_end": null,
"cds_length": 5475,
"cdna_start": 4732,
"cdna_end": null,
"cdna_length": 6466,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4514C>G",
"hgvs_p": "p.Ser1505*",
"transcript": "XM_011522638.3",
"protein_id": "XP_011520940.3",
"transcript_support_level": null,
"aa_start": 1505,
"aa_end": null,
"aa_length": 1788,
"cds_start": 4514,
"cds_end": null,
"cds_length": 5367,
"cdna_start": 4624,
"cdna_end": null,
"cdna_length": 6358,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4496C>G",
"hgvs_p": "p.Ser1499*",
"transcript": "XM_011522639.3",
"protein_id": "XP_011520941.1",
"transcript_support_level": null,
"aa_start": 1499,
"aa_end": null,
"aa_length": 1782,
"cds_start": 4496,
"cds_end": null,
"cds_length": 5349,
"cdna_start": 4606,
"cdna_end": null,
"cdna_length": 6340,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.2329C>G",
"hgvs_p": null,
"transcript": "ENST00000497886.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": 3248,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.*2920C>G",
"hgvs_p": null,
"transcript": "ENST00000568566.6",
"protein_id": "ENSP00000455997.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5350,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.793C>G",
"hgvs_p": null,
"transcript": "ENST00000569110.2",
"protein_id": "ENSP00000455817.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1727,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.2453C>G",
"hgvs_p": null,
"transcript": "ENST00000569930.2",
"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": 3388,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.753C>G",
"hgvs_p": null,
"transcript": "ENST00000642728.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": 1171,
"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": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.168C>G",
"hgvs_p": null,
"transcript": "ENST00000642791.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": 1855,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.585C>G",
"hgvs_p": null,
"transcript": "ENST00000643177.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": 1181,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.2219C>G",
"hgvs_p": null,
"transcript": "ENST00000643426.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": 3123,
"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": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.53C>G",
"hgvs_p": null,
"transcript": "ENST00000644278.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": 649,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.*4951C>G",
"hgvs_p": null,
"transcript": "ENST00000644417.2",
"protein_id": "ENSP00000493912.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6666,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.2655C>G",
"hgvs_p": null,
"transcript": "ENST00000645024.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": 3475,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.*7320C>G",
"hgvs_p": null,
"transcript": "ENST00000646464.2",
"protein_id": "ENSP00000496610.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8598,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.3386C>G",
"hgvs_p": null,
"transcript": "ENST00000646634.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": 4321,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.1823C>G",
"hgvs_p": null,
"transcript": "ENST00000646674.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": 2710,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.1794C>G",
"hgvs_p": null,
"transcript": "ENST00000647042.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": 2729,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.1684C>G",
"hgvs_p": null,
"transcript": "ENST00000647180.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": 2617,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.5348C>G",
"hgvs_p": null,
"transcript": "ENST00000715163.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": 6283,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.4523C>G",
"hgvs_p": null,
"transcript": "NR_176225.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": 6257,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.4771C>G",
"hgvs_p": null,
"transcript": "NR_176226.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": 6505,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.4699C>G",
"hgvs_p": null,
"transcript": "NR_176227.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": 6433,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.4520C>G",
"hgvs_p": null,
"transcript": "NR_176228.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": 6254,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.4480C>G",
"hgvs_p": null,
"transcript": "NR_176229.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": 6179,
"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": 33,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.*2920C>G",
"hgvs_p": null,
"transcript": "ENST00000568566.6",
"protein_id": "ENSP00000455997.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5350,
"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": 34,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.*4951C>G",
"hgvs_p": null,
"transcript": "ENST00000644417.2",
"protein_id": "ENSP00000493912.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6666,
"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": 29,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.*7320C>G",
"hgvs_p": null,
"transcript": "ENST00000646464.2",
"protein_id": "ENSP00000496610.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8598,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 35,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4570-5C>G",
"hgvs_p": null,
"transcript": "ENST00000646388.1",
"protein_id": "ENSP00000495921.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1805,
"cds_start": -4,
"cds_end": null,
"cds_length": 5418,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5614,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 34,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4501-5C>G",
"hgvs_p": null,
"transcript": "ENST00000643946.1",
"protein_id": "ENSP00000495927.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1782,
"cds_start": -4,
"cds_end": null,
"cds_length": 5349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6344,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": 33,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4372-5C>G",
"hgvs_p": null,
"transcript": "ENST00000644335.1",
"protein_id": "ENSP00000496317.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1739,
"cds_start": -4,
"cds_end": null,
"cds_length": 5220,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5433,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": 33,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4369-5C>G",
"hgvs_p": null,
"transcript": "ENST00000643088.1",
"protein_id": "ENSP00000494747.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1738,
"cds_start": -4,
"cds_end": null,
"cds_length": 5217,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5970,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"dbsnp": "rs1441428144",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.38999998569488525,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.3499999940395355,
"splice_prediction_selected": "Benign",
"splice_source_selected": "dbscSNV1_RF",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.39,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 0.051,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.09,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": 0.00029727713468066,
"dbscsnv_ada_prediction": "Benign",
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 12,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Moderate",
"acmg_by_gene": [
{
"score": 12,
"benign_score": 0,
"pathogenic_score": 12,
"criteria": [
"PVS1",
"PM2",
"PP5_Moderate"
],
"verdict": "Pathogenic",
"transcript": "ENST00000219476.9",
"gene_symbol": "TSC2",
"hgnc_id": 12363,
"effects": [
"stop_gained",
"splice_region_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.4571C>G",
"hgvs_p": "p.Ser1524*"
}
],
"clinvar_disease": "Tuberous sclerosis 2",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "P:1",
"phenotype_combined": "Tuberous sclerosis 2",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}