← 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-2088529-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=2088529&ref=A&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "16",
"pos": 2088529,
"ref": "A",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "NM_000548.5",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.5343A>T",
"hgvs_p": "p.Pro1781Pro",
"transcript": "NM_000548.5",
"protein_id": "NP_000539.2",
"transcript_support_level": null,
"aa_start": 1781,
"aa_end": null,
"aa_length": 1807,
"cds_start": 5343,
"cds_end": null,
"cds_length": 5424,
"cdna_start": 5453,
"cdna_end": null,
"cdna_length": 6415,
"mane_select": "ENST00000219476.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.5343A>T",
"hgvs_p": "p.Pro1781Pro",
"transcript": "ENST00000219476.9",
"protein_id": "ENSP00000219476.3",
"transcript_support_level": 5,
"aa_start": 1781,
"aa_end": null,
"aa_length": 1807,
"cds_start": 5343,
"cds_end": null,
"cds_length": 5424,
"cdna_start": 5453,
"cdna_end": null,
"cdna_length": 6415,
"mane_select": "NM_000548.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.5274A>T",
"hgvs_p": "p.Pro1758Pro",
"transcript": "ENST00000350773.9",
"protein_id": "ENSP00000344383.4",
"transcript_support_level": 1,
"aa_start": 1758,
"aa_end": null,
"aa_length": 1784,
"cds_start": 5274,
"cds_end": null,
"cds_length": 5355,
"cdna_start": 5349,
"cdna_end": null,
"cdna_length": 5538,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.5142A>T",
"hgvs_p": "p.Pro1714Pro",
"transcript": "ENST00000401874.7",
"protein_id": "ENSP00000384468.2",
"transcript_support_level": 1,
"aa_start": 1714,
"aa_end": null,
"aa_length": 1740,
"cds_start": 5142,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 5248,
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.*4510A>T",
"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": 38,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.*4510A>T",
"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": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.5433A>T",
"hgvs_p": "p.Pro1811Pro",
"transcript": "ENST00000645186.2",
"protein_id": "ENSP00000495110.2",
"transcript_support_level": null,
"aa_start": 1811,
"aa_end": null,
"aa_length": 1837,
"cds_start": 5433,
"cds_end": null,
"cds_length": 5514,
"cdna_start": 5543,
"cdna_end": null,
"cdna_length": 6505,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.5340A>T",
"hgvs_p": "p.Pro1780Pro",
"transcript": "NM_001406663.1",
"protein_id": "NP_001393592.1",
"transcript_support_level": null,
"aa_start": 1780,
"aa_end": null,
"aa_length": 1806,
"cds_start": 5340,
"cds_end": null,
"cds_length": 5421,
"cdna_start": 5450,
"cdna_end": null,
"cdna_length": 6412,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.5340A>T",
"hgvs_p": "p.Pro1780Pro",
"transcript": "ENST00000642365.2",
"protein_id": "ENSP00000495459.2",
"transcript_support_level": null,
"aa_start": 1780,
"aa_end": null,
"aa_length": 1806,
"cds_start": 5340,
"cds_end": null,
"cds_length": 5421,
"cdna_start": 5411,
"cdna_end": null,
"cdna_length": 5574,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.5337A>T",
"hgvs_p": "p.Pro1779Pro",
"transcript": "ENST00000646388.1",
"protein_id": "ENSP00000495921.1",
"transcript_support_level": null,
"aa_start": 1779,
"aa_end": null,
"aa_length": 1805,
"cds_start": 5337,
"cds_end": null,
"cds_length": 5418,
"cdna_start": 5423,
"cdna_end": null,
"cdna_length": 5614,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.5274A>T",
"hgvs_p": "p.Pro1758Pro",
"transcript": "NM_001114382.3",
"protein_id": "NP_001107854.1",
"transcript_support_level": null,
"aa_start": 1758,
"aa_end": null,
"aa_length": 1784,
"cds_start": 5274,
"cds_end": null,
"cds_length": 5355,
"cdna_start": 5384,
"cdna_end": null,
"cdna_length": 6346,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.5271A>T",
"hgvs_p": "p.Pro1757Pro",
"transcript": "NM_001406664.1",
"protein_id": "NP_001393593.1",
"transcript_support_level": null,
"aa_start": 1757,
"aa_end": null,
"aa_length": 1783,
"cds_start": 5271,
"cds_end": null,
"cds_length": 5352,
"cdna_start": 5381,
"cdna_end": null,
"cdna_length": 6343,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.5268A>T",
"hgvs_p": "p.Pro1756Pro",
"transcript": "ENST00000643946.1",
"protein_id": "ENSP00000495927.1",
"transcript_support_level": null,
"aa_start": 1756,
"aa_end": null,
"aa_length": 1782,
"cds_start": 5268,
"cds_end": null,
"cds_length": 5349,
"cdna_start": 5386,
"cdna_end": null,
"cdna_length": 6344,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.5265A>T",
"hgvs_p": "p.Pro1755Pro",
"transcript": "NM_001406665.1",
"protein_id": "NP_001393594.1",
"transcript_support_level": null,
"aa_start": 1755,
"aa_end": null,
"aa_length": 1781,
"cds_start": 5265,
"cds_end": null,
"cds_length": 5346,
"cdna_start": 5375,
"cdna_end": null,
"cdna_length": 6337,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.5262A>T",
"hgvs_p": "p.Pro1754Pro",
"transcript": "ENST00000644399.1",
"protein_id": "ENSP00000493990.1",
"transcript_support_level": null,
"aa_start": 1754,
"aa_end": null,
"aa_length": 1780,
"cds_start": 5262,
"cds_end": null,
"cds_length": 5343,
"cdna_start": 5264,
"cdna_end": null,
"cdna_length": 5445,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.5235A>T",
"hgvs_p": "p.Pro1745Pro",
"transcript": "NM_001406667.1",
"protein_id": "NP_001393596.1",
"transcript_support_level": null,
"aa_start": 1745,
"aa_end": null,
"aa_length": 1771,
"cds_start": 5235,
"cds_end": null,
"cds_length": 5316,
"cdna_start": 5345,
"cdna_end": null,
"cdna_length": 6307,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.5232A>T",
"hgvs_p": "p.Pro1744Pro",
"transcript": "NM_001406668.1",
"protein_id": "NP_001393597.1",
"transcript_support_level": null,
"aa_start": 1744,
"aa_end": null,
"aa_length": 1770,
"cds_start": 5232,
"cds_end": null,
"cds_length": 5313,
"cdna_start": 5342,
"cdna_end": null,
"cdna_length": 6304,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.5229A>T",
"hgvs_p": "p.Pro1743Pro",
"transcript": "ENST00000644329.1",
"protein_id": "ENSP00000496611.1",
"transcript_support_level": null,
"aa_start": 1743,
"aa_end": null,
"aa_length": 1769,
"cds_start": 5229,
"cds_end": null,
"cds_length": 5310,
"cdna_start": 5291,
"cdna_end": null,
"cdna_length": 5453,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.5214A>T",
"hgvs_p": "p.Pro1738Pro",
"transcript": "NM_021055.3",
"protein_id": "NP_066399.2",
"transcript_support_level": null,
"aa_start": 1738,
"aa_end": null,
"aa_length": 1764,
"cds_start": 5214,
"cds_end": null,
"cds_length": 5295,
"cdna_start": 5324,
"cdna_end": null,
"cdna_length": 6286,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.5214A>T",
"hgvs_p": "p.Pro1738Pro",
"transcript": "ENST00000644043.1",
"protein_id": "ENSP00000496262.1",
"transcript_support_level": null,
"aa_start": 1738,
"aa_end": null,
"aa_length": 1764,
"cds_start": 5214,
"cds_end": null,
"cds_length": 5295,
"cdna_start": 5268,
"cdna_end": null,
"cdna_length": 5457,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.5211A>T",
"hgvs_p": "p.Pro1737Pro",
"transcript": "NM_001370404.1",
"protein_id": "NP_001357333.1",
"transcript_support_level": null,
"aa_start": 1737,
"aa_end": null,
"aa_length": 1763,
"cds_start": 5211,
"cds_end": null,
"cds_length": 5292,
"cdna_start": 5321,
"cdna_end": null,
"cdna_length": 6283,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.5211A>T",
"hgvs_p": "p.Pro1737Pro",
"transcript": "ENST00000642936.1",
"protein_id": "ENSP00000494514.1",
"transcript_support_level": null,
"aa_start": 1737,
"aa_end": null,
"aa_length": 1763,
"cds_start": 5211,
"cds_end": null,
"cds_length": 5292,
"cdna_start": 5320,
"cdna_end": null,
"cdna_length": 5507,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.5202A>T",
"hgvs_p": "p.Pro1734Pro",
"transcript": "NM_001370405.1",
"protein_id": "NP_001357334.1",
"transcript_support_level": null,
"aa_start": 1734,
"aa_end": null,
"aa_length": 1760,
"cds_start": 5202,
"cds_end": null,
"cds_length": 5283,
"cdna_start": 5312,
"cdna_end": null,
"cdna_length": 6274,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.5202A>T",
"hgvs_p": "p.Pro1734Pro",
"transcript": "ENST00000642561.1",
"protein_id": "ENSP00000495099.1",
"transcript_support_level": null,
"aa_start": 1734,
"aa_end": null,
"aa_length": 1760,
"cds_start": 5202,
"cds_end": null,
"cds_length": 5283,
"cdna_start": 5254,
"cdna_end": null,
"cdna_length": 5396,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.5190A>T",
"hgvs_p": "p.Pro1730Pro",
"transcript": "ENST00000642206.2",
"protein_id": "ENSP00000495146.2",
"transcript_support_level": null,
"aa_start": 1730,
"aa_end": null,
"aa_length": 1756,
"cds_start": 5190,
"cds_end": null,
"cds_length": 5271,
"cdna_start": 5306,
"cdna_end": null,
"cdna_length": 5485,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.5175A>T",
"hgvs_p": "p.Pro1725Pro",
"transcript": "NM_001318832.2",
"protein_id": "NP_001305761.1",
"transcript_support_level": null,
"aa_start": 1725,
"aa_end": null,
"aa_length": 1751,
"cds_start": 5175,
"cds_end": null,
"cds_length": 5256,
"cdna_start": 5243,
"cdna_end": null,
"cdna_length": 6205,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.5175A>T",
"hgvs_p": "p.Pro1725Pro",
"transcript": "ENST00000568454.6",
"protein_id": "ENSP00000454487.1",
"transcript_support_level": 2,
"aa_start": 1725,
"aa_end": null,
"aa_length": 1751,
"cds_start": 5175,
"cds_end": null,
"cds_length": 5256,
"cdna_start": 5243,
"cdna_end": null,
"cdna_length": 5429,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.5163A>T",
"hgvs_p": "p.Pro1721Pro",
"transcript": "NM_001406670.1",
"protein_id": "NP_001393599.1",
"transcript_support_level": null,
"aa_start": 1721,
"aa_end": null,
"aa_length": 1747,
"cds_start": 5163,
"cds_end": null,
"cds_length": 5244,
"cdna_start": 5273,
"cdna_end": null,
"cdna_length": 6235,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.5145A>T",
"hgvs_p": "p.Pro1715Pro",
"transcript": "NM_001363528.2",
"protein_id": "NP_001350457.1",
"transcript_support_level": null,
"aa_start": 1715,
"aa_end": null,
"aa_length": 1741,
"cds_start": 5145,
"cds_end": null,
"cds_length": 5226,
"cdna_start": 5255,
"cdna_end": null,
"cdna_length": 6217,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.5145A>T",
"hgvs_p": "p.Pro1715Pro",
"transcript": "ENST00000642797.1",
"protein_id": "ENSP00000493846.1",
"transcript_support_level": null,
"aa_start": 1715,
"aa_end": null,
"aa_length": 1741,
"cds_start": 5145,
"cds_end": null,
"cds_length": 5226,
"cdna_start": 5199,
"cdna_end": null,
"cdna_length": 5388,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.5142A>T",
"hgvs_p": "p.Pro1714Pro",
"transcript": "NM_001077183.3",
"protein_id": "NP_001070651.1",
"transcript_support_level": null,
"aa_start": 1714,
"aa_end": null,
"aa_length": 1740,
"cds_start": 5142,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 5252,
"cdna_end": null,
"cdna_length": 6214,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.5139A>T",
"hgvs_p": "p.Pro1713Pro",
"transcript": "ENST00000644335.1",
"protein_id": "ENSP00000496317.1",
"transcript_support_level": null,
"aa_start": 1713,
"aa_end": null,
"aa_length": 1739,
"cds_start": 5139,
"cds_end": null,
"cds_length": 5220,
"cdna_start": 5239,
"cdna_end": null,
"cdna_length": 5433,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.5136A>T",
"hgvs_p": "p.Pro1712Pro",
"transcript": "ENST00000643088.1",
"protein_id": "ENSP00000494747.1",
"transcript_support_level": null,
"aa_start": 1712,
"aa_end": null,
"aa_length": 1738,
"cds_start": 5136,
"cds_end": null,
"cds_length": 5217,
"cdna_start": 5254,
"cdna_end": null,
"cdna_length": 5970,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.5133A>T",
"hgvs_p": "p.Pro1711Pro",
"transcript": "NM_001406671.1",
"protein_id": "NP_001393600.1",
"transcript_support_level": null,
"aa_start": 1711,
"aa_end": null,
"aa_length": 1737,
"cds_start": 5133,
"cds_end": null,
"cds_length": 5214,
"cdna_start": 5243,
"cdna_end": null,
"cdna_length": 6205,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.5130A>T",
"hgvs_p": "p.Pro1710Pro",
"transcript": "NM_001406673.1",
"protein_id": "NP_001393602.1",
"transcript_support_level": null,
"aa_start": 1710,
"aa_end": null,
"aa_length": 1736,
"cds_start": 5130,
"cds_end": null,
"cds_length": 5211,
"cdna_start": 5240,
"cdna_end": null,
"cdna_length": 6202,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.5127A>T",
"hgvs_p": "p.Pro1709Pro",
"transcript": "NM_001406675.1",
"protein_id": "NP_001393604.1",
"transcript_support_level": null,
"aa_start": 1709,
"aa_end": null,
"aa_length": 1735,
"cds_start": 5127,
"cds_end": null,
"cds_length": 5208,
"cdna_start": 5217,
"cdna_end": null,
"cdna_length": 6179,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.5124A>T",
"hgvs_p": "p.Pro1708Pro",
"transcript": "NM_001406676.1",
"protein_id": "NP_001393605.1",
"transcript_support_level": null,
"aa_start": 1708,
"aa_end": null,
"aa_length": 1734,
"cds_start": 5124,
"cds_end": null,
"cds_length": 5205,
"cdna_start": 5214,
"cdna_end": null,
"cdna_length": 6176,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.5085A>T",
"hgvs_p": "p.Pro1695Pro",
"transcript": "NM_001406677.1",
"protein_id": "NP_001393606.1",
"transcript_support_level": null,
"aa_start": 1695,
"aa_end": null,
"aa_length": 1721,
"cds_start": 5085,
"cds_end": null,
"cds_length": 5166,
"cdna_start": 5175,
"cdna_end": null,
"cdna_length": 6137,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.5034A>T",
"hgvs_p": "p.Pro1678Pro",
"transcript": "NM_001318827.2",
"protein_id": "NP_001305756.1",
"transcript_support_level": null,
"aa_start": 1678,
"aa_end": null,
"aa_length": 1704,
"cds_start": 5034,
"cds_end": null,
"cds_length": 5115,
"cdna_start": 5144,
"cdna_end": null,
"cdna_length": 6106,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.5034A>T",
"hgvs_p": "p.Pro1678Pro",
"transcript": "ENST00000439673.6",
"protein_id": "ENSP00000399232.2",
"transcript_support_level": 2,
"aa_start": 1678,
"aa_end": null,
"aa_length": 1704,
"cds_start": 5034,
"cds_end": null,
"cds_length": 5115,
"cdna_start": 5115,
"cdna_end": null,
"cdna_length": 5287,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.5031A>T",
"hgvs_p": "p.Pro1677Pro",
"transcript": "NM_001406678.1",
"protein_id": "NP_001393607.1",
"transcript_support_level": null,
"aa_start": 1677,
"aa_end": null,
"aa_length": 1703,
"cds_start": 5031,
"cds_end": null,
"cds_length": 5112,
"cdna_start": 5141,
"cdna_end": null,
"cdna_length": 6103,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4998A>T",
"hgvs_p": "p.Pro1666Pro",
"transcript": "NM_001318829.2",
"protein_id": "NP_001305758.1",
"transcript_support_level": null,
"aa_start": 1666,
"aa_end": null,
"aa_length": 1692,
"cds_start": 4998,
"cds_end": null,
"cds_length": 5079,
"cdna_start": 5088,
"cdna_end": null,
"cdna_length": 6050,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4998A>T",
"hgvs_p": "p.Pro1666Pro",
"transcript": "ENST00000382538.10",
"protein_id": "ENSP00000371978.6",
"transcript_support_level": 2,
"aa_start": 1666,
"aa_end": null,
"aa_length": 1692,
"cds_start": 4998,
"cds_end": null,
"cds_length": 5079,
"cdna_start": 5093,
"cdna_end": null,
"cdna_length": 5264,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4995A>T",
"hgvs_p": "p.Pro1665Pro",
"transcript": "NM_001406679.1",
"protein_id": "NP_001393608.1",
"transcript_support_level": null,
"aa_start": 1665,
"aa_end": null,
"aa_length": 1691,
"cds_start": 4995,
"cds_end": null,
"cds_length": 5076,
"cdna_start": 5085,
"cdna_end": null,
"cdna_length": 6047,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4743A>T",
"hgvs_p": "p.Pro1581Pro",
"transcript": "NM_001406680.1",
"protein_id": "NP_001393609.1",
"transcript_support_level": null,
"aa_start": 1581,
"aa_end": null,
"aa_length": 1607,
"cds_start": 4743,
"cds_end": null,
"cds_length": 4824,
"cdna_start": 5669,
"cdna_end": null,
"cdna_length": 6631,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4683A>T",
"hgvs_p": "p.Pro1561Pro",
"transcript": "NM_001406681.1",
"protein_id": "NP_001393610.1",
"transcript_support_level": null,
"aa_start": 1561,
"aa_end": null,
"aa_length": 1587,
"cds_start": 4683,
"cds_end": null,
"cds_length": 4764,
"cdna_start": 5238,
"cdna_end": null,
"cdna_length": 6200,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4674A>T",
"hgvs_p": "p.Pro1558Pro",
"transcript": "NM_001406682.1",
"protein_id": "NP_001393611.1",
"transcript_support_level": null,
"aa_start": 1558,
"aa_end": null,
"aa_length": 1584,
"cds_start": 4674,
"cds_end": null,
"cds_length": 4755,
"cdna_start": 5010,
"cdna_end": null,
"cdna_length": 5972,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4674A>T",
"hgvs_p": "p.Pro1558Pro",
"transcript": "NM_001406683.1",
"protein_id": "NP_001393612.1",
"transcript_support_level": null,
"aa_start": 1558,
"aa_end": null,
"aa_length": 1584,
"cds_start": 4674,
"cds_end": null,
"cds_length": 4755,
"cdna_start": 5600,
"cdna_end": null,
"cdna_length": 6562,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4671A>T",
"hgvs_p": "p.Pro1557Pro",
"transcript": "NM_001406684.1",
"protein_id": "NP_001393613.1",
"transcript_support_level": null,
"aa_start": 1557,
"aa_end": null,
"aa_length": 1583,
"cds_start": 4671,
"cds_end": null,
"cds_length": 4752,
"cdna_start": 5007,
"cdna_end": null,
"cdna_length": 5969,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4611A>T",
"hgvs_p": "p.Pro1537Pro",
"transcript": "NM_001318831.2",
"protein_id": "NP_001305760.1",
"transcript_support_level": null,
"aa_start": 1537,
"aa_end": null,
"aa_length": 1563,
"cds_start": 4611,
"cds_end": null,
"cds_length": 4692,
"cdna_start": 4947,
"cdna_end": null,
"cdna_length": 5909,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4545A>T",
"hgvs_p": "p.Pro1515Pro",
"transcript": "NM_001406685.1",
"protein_id": "NP_001393614.1",
"transcript_support_level": null,
"aa_start": 1515,
"aa_end": null,
"aa_length": 1541,
"cds_start": 4545,
"cds_end": null,
"cds_length": 4626,
"cdna_start": 4881,
"cdna_end": null,
"cdna_length": 5843,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4545A>T",
"hgvs_p": "p.Pro1515Pro",
"transcript": "NM_001406686.1",
"protein_id": "NP_001393615.1",
"transcript_support_level": null,
"aa_start": 1515,
"aa_end": null,
"aa_length": 1541,
"cds_start": 4545,
"cds_end": null,
"cds_length": 4626,
"cdna_start": 4714,
"cdna_end": null,
"cdna_length": 5676,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4542A>T",
"hgvs_p": "p.Pro1514Pro",
"transcript": "NM_001406687.1",
"protein_id": "NP_001393616.1",
"transcript_support_level": null,
"aa_start": 1514,
"aa_end": null,
"aa_length": 1540,
"cds_start": 4542,
"cds_end": null,
"cds_length": 4623,
"cdna_start": 5468,
"cdna_end": null,
"cdna_length": 6430,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4542A>T",
"hgvs_p": "p.Pro1514Pro",
"transcript": "NM_001406688.1",
"protein_id": "NP_001393617.1",
"transcript_support_level": null,
"aa_start": 1514,
"aa_end": null,
"aa_length": 1540,
"cds_start": 4542,
"cds_end": null,
"cds_length": 4623,
"cdna_start": 4878,
"cdna_end": null,
"cdna_length": 5840,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3930A>T",
"hgvs_p": "p.Pro1310Pro",
"transcript": "NM_001406689.1",
"protein_id": "NP_001393618.1",
"transcript_support_level": null,
"aa_start": 1310,
"aa_end": null,
"aa_length": 1336,
"cds_start": 3930,
"cds_end": null,
"cds_length": 4011,
"cdna_start": 5471,
"cdna_end": null,
"cdna_length": 6433,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3870A>T",
"hgvs_p": "p.Pro1290Pro",
"transcript": "NM_001406690.1",
"protein_id": "NP_001393619.1",
"transcript_support_level": null,
"aa_start": 1290,
"aa_end": null,
"aa_length": 1316,
"cds_start": 3870,
"cds_end": null,
"cds_length": 3951,
"cdna_start": 5411,
"cdna_end": null,
"cdna_length": 6373,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3867A>T",
"hgvs_p": "p.Pro1289Pro",
"transcript": "NM_001406691.1",
"protein_id": "NP_001393620.1",
"transcript_support_level": null,
"aa_start": 1289,
"aa_end": null,
"aa_length": 1315,
"cds_start": 3867,
"cds_end": null,
"cds_length": 3948,
"cdna_start": 5408,
"cdna_end": null,
"cdna_length": 6370,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3801A>T",
"hgvs_p": "p.Pro1267Pro",
"transcript": "NM_001406692.1",
"protein_id": "NP_001393621.1",
"transcript_support_level": null,
"aa_start": 1267,
"aa_end": null,
"aa_length": 1293,
"cds_start": 3801,
"cds_end": null,
"cds_length": 3882,
"cdna_start": 5342,
"cdna_end": null,
"cdna_length": 6304,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3801A>T",
"hgvs_p": "p.Pro1267Pro",
"transcript": "NM_001406693.1",
"protein_id": "NP_001393622.1",
"transcript_support_level": null,
"aa_start": 1267,
"aa_end": null,
"aa_length": 1293,
"cds_start": 3801,
"cds_end": null,
"cds_length": 3882,
"cdna_start": 5648,
"cdna_end": null,
"cdna_length": 6610,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3801A>T",
"hgvs_p": "p.Pro1267Pro",
"transcript": "NM_001406694.1",
"protein_id": "NP_001393623.1",
"transcript_support_level": null,
"aa_start": 1267,
"aa_end": null,
"aa_length": 1293,
"cds_start": 3801,
"cds_end": null,
"cds_length": 3882,
"cdna_start": 5223,
"cdna_end": null,
"cdna_length": 6185,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3798A>T",
"hgvs_p": "p.Pro1266Pro",
"transcript": "NM_001406695.1",
"protein_id": "NP_001393624.1",
"transcript_support_level": null,
"aa_start": 1266,
"aa_end": null,
"aa_length": 1292,
"cds_start": 3798,
"cds_end": null,
"cds_length": 3879,
"cdna_start": 5220,
"cdna_end": null,
"cdna_length": 6182,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3798A>T",
"hgvs_p": "p.Pro1266Pro",
"transcript": "NM_001406696.1",
"protein_id": "NP_001393625.1",
"transcript_support_level": null,
"aa_start": 1266,
"aa_end": null,
"aa_length": 1292,
"cds_start": 3798,
"cds_end": null,
"cds_length": 3879,
"cdna_start": 5327,
"cdna_end": null,
"cdna_length": 6289,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3798A>T",
"hgvs_p": "p.Pro1266Pro",
"transcript": "NM_001406697.1",
"protein_id": "NP_001393626.1",
"transcript_support_level": null,
"aa_start": 1266,
"aa_end": null,
"aa_length": 1292,
"cds_start": 3798,
"cds_end": null,
"cds_length": 3879,
"cdna_start": 5339,
"cdna_end": null,
"cdna_length": 6301,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3540A>T",
"hgvs_p": "p.Pro1180Pro",
"transcript": "NM_001406698.1",
"protein_id": "NP_001393627.1",
"transcript_support_level": null,
"aa_start": 1180,
"aa_end": null,
"aa_length": 1206,
"cds_start": 3540,
"cds_end": null,
"cds_length": 3621,
"cdna_start": 5257,
"cdna_end": null,
"cdna_length": 6219,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.5397A>T",
"hgvs_p": "p.Pro1799Pro",
"transcript": "XM_011522636.3",
"protein_id": "XP_011520938.1",
"transcript_support_level": null,
"aa_start": 1799,
"aa_end": null,
"aa_length": 1825,
"cds_start": 5397,
"cds_end": null,
"cds_length": 5478,
"cdna_start": 5507,
"cdna_end": null,
"cdna_length": 6469,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.5394A>T",
"hgvs_p": "p.Pro1798Pro",
"transcript": "XM_011522637.3",
"protein_id": "XP_011520939.1",
"transcript_support_level": null,
"aa_start": 1798,
"aa_end": null,
"aa_length": 1824,
"cds_start": 5394,
"cds_end": null,
"cds_length": 5475,
"cdna_start": 5504,
"cdna_end": null,
"cdna_length": 6466,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.5286A>T",
"hgvs_p": "p.Pro1762Pro",
"transcript": "XM_011522638.3",
"protein_id": "XP_011520940.3",
"transcript_support_level": null,
"aa_start": 1762,
"aa_end": null,
"aa_length": 1788,
"cds_start": 5286,
"cds_end": null,
"cds_length": 5367,
"cdna_start": 5396,
"cdna_end": null,
"cdna_length": 6358,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.5268A>T",
"hgvs_p": "p.Pro1756Pro",
"transcript": "XM_011522639.3",
"protein_id": "XP_011520941.1",
"transcript_support_level": null,
"aa_start": 1756,
"aa_end": null,
"aa_length": 1782,
"cds_start": 5268,
"cds_end": null,
"cds_length": 5349,
"cdna_start": 5378,
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.3066A>T",
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.*3692A>T",
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.*617A>T",
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.3225A>T",
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.940A>T",
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.2991A>T",
"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": 42,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.*5856A>T",
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.3427A>T",
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.*8092A>T",
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.4158A>T",
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.2595A>T",
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.2566A>T",
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.2456A>T",
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.6120A>T",
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.5295A>T",
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.5543A>T",
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.5471A>T",
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.5292A>T",
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.5217A>T",
"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": 39,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.*3692A>T",
"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": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.*617A>T",
"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": [
"3_prime_UTR_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.*5856A>T",
"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": 35,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.*8092A>T",
"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": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.*1198T>A",
"hgvs_p": null,
"transcript": "NM_001009944.3",
"protein_id": "NP_001009944.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 4303,
"cds_start": -4,
"cds_end": null,
"cds_length": 12912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14140,
"mane_select": "ENST00000262304.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.*1198T>A",
"hgvs_p": null,
"transcript": "ENST00000262304.9",
"protein_id": "ENSP00000262304.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 4303,
"cds_start": -4,
"cds_end": null,
"cds_length": 12912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14140,
"mane_select": "NM_001009944.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.*1198T>A",
"hgvs_p": null,
"transcript": "ENST00000423118.5",
"protein_id": "ENSP00000399501.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 4302,
"cds_start": -4,
"cds_end": null,
"cds_length": 12909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14135,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.*1198T>A",
"hgvs_p": null,
"transcript": "NM_000296.4",
"protein_id": "NP_000287.4",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 4302,
"cds_start": -4,
"cds_end": null,
"cds_length": 12909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14137,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.*1198T>A",
"hgvs_p": null,
"transcript": "XM_047434208.1",
"protein_id": "XP_047290164.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 4348,
"cds_start": -4,
"cds_end": null,
"cds_length": 13047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14275,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.*1198T>A",
"hgvs_p": null,
"transcript": "XM_047434209.1",
"protein_id": "XP_047290165.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 4324,
"cds_start": -4,
"cds_end": null,
"cds_length": 12975,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14203,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.*1198T>A",
"hgvs_p": null,
"transcript": "XM_011522528.4",
"protein_id": "XP_011520830.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 4321,
"cds_start": -4,
"cds_end": null,
"cds_length": 12966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14174,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.*1198T>A",
"hgvs_p": null,
"transcript": "XM_011522529.3",
"protein_id": "XP_011520831.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 4320,
"cds_start": -4,
"cds_end": null,
"cds_length": 12963,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14171,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.*1198T>A",
"hgvs_p": null,
"transcript": "XM_047434210.1",
"protein_id": "XP_047290166.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 4297,
"cds_start": -4,
"cds_end": null,
"cds_length": 12894,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 15171,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.*1198T>A",
"hgvs_p": null,
"transcript": "XM_047434211.1",
"protein_id": "XP_047290167.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 4278,
"cds_start": -4,
"cds_end": null,
"cds_length": 12837,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14075,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.*1198T>A",
"hgvs_p": null,
"transcript": "XM_047434212.1",
"protein_id": "XP_047290168.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 3668,
"cds_start": -4,
"cds_end": null,
"cds_length": 11007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12127,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.*1198T>A",
"hgvs_p": null,
"transcript": "XM_011522537.2",
"protein_id": "XP_011520839.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 3329,
"cds_start": -4,
"cds_end": null,
"cds_length": 9990,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11098,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.*1198T>A",
"hgvs_p": null,
"transcript": "XM_047434213.1",
"protein_id": "XP_047290169.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 3327,
"cds_start": -4,
"cds_end": null,
"cds_length": 9984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11092,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.*1198T>A",
"hgvs_p": null,
"transcript": "XM_005255370.4",
"protein_id": "XP_005255427.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 3288,
"cds_start": -4,
"cds_end": null,
"cds_length": 9867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11058,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"dbsnp": "rs747614356",
"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.9300000071525574,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.93,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -5.92,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP7",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 5,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_000548.5",
"gene_symbol": "TSC2",
"hgnc_id": 12363,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.5343A>T",
"hgvs_p": "p.Pro1781Pro"
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_001009944.3",
"gene_symbol": "PKD1",
"hgnc_id": 9008,
"effects": [
"downstream_gene_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.*1198T>A",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}