← 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-2084256-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=2084256&ref=A&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "16",
"pos": 2084256,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000219476.9",
"consequences": [
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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": "c.4034A>G",
"hgvs_p": "p.Lys1345Arg",
"transcript": "NM_000548.5",
"protein_id": "NP_000539.2",
"transcript_support_level": null,
"aa_start": 1345,
"aa_end": null,
"aa_length": 1807,
"cds_start": 4034,
"cds_end": null,
"cds_length": 5424,
"cdna_start": 4144,
"cdna_end": null,
"cdna_length": 6415,
"mane_select": "ENST00000219476.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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": "c.4034A>G",
"hgvs_p": "p.Lys1345Arg",
"transcript": "ENST00000219476.9",
"protein_id": "ENSP00000219476.3",
"transcript_support_level": 5,
"aa_start": 1345,
"aa_end": null,
"aa_length": 1807,
"cds_start": 4034,
"cds_end": null,
"cds_length": 5424,
"cdna_start": 4144,
"cdna_end": null,
"cdna_length": 6415,
"mane_select": "NM_000548.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3965A>G",
"hgvs_p": "p.Lys1322Arg",
"transcript": "ENST00000350773.9",
"protein_id": "ENSP00000344383.4",
"transcript_support_level": 1,
"aa_start": 1322,
"aa_end": null,
"aa_length": 1784,
"cds_start": 3965,
"cds_end": null,
"cds_length": 5355,
"cdna_start": 4040,
"cdna_end": null,
"cdna_length": 5538,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3833A>G",
"hgvs_p": "p.Lys1278Arg",
"transcript": "ENST00000401874.7",
"protein_id": "ENSP00000384468.2",
"transcript_support_level": 1,
"aa_start": 1278,
"aa_end": null,
"aa_length": 1740,
"cds_start": 3833,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 3939,
"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": 30,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.*3201A>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": 30,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.*3201A>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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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": "c.4124A>G",
"hgvs_p": "p.Lys1375Arg",
"transcript": "ENST00000645186.2",
"protein_id": "ENSP00000495110.2",
"transcript_support_level": null,
"aa_start": 1375,
"aa_end": null,
"aa_length": 1837,
"cds_start": 4124,
"cds_end": null,
"cds_length": 5514,
"cdna_start": 4234,
"cdna_end": null,
"cdna_length": 6505,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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": "c.4031A>G",
"hgvs_p": "p.Lys1344Arg",
"transcript": "NM_001406663.1",
"protein_id": "NP_001393592.1",
"transcript_support_level": null,
"aa_start": 1344,
"aa_end": null,
"aa_length": 1806,
"cds_start": 4031,
"cds_end": null,
"cds_length": 5421,
"cdna_start": 4141,
"cdna_end": null,
"cdna_length": 6412,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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": "c.4031A>G",
"hgvs_p": "p.Lys1344Arg",
"transcript": "ENST00000642365.2",
"protein_id": "ENSP00000495459.2",
"transcript_support_level": null,
"aa_start": 1344,
"aa_end": null,
"aa_length": 1806,
"cds_start": 4031,
"cds_end": null,
"cds_length": 5421,
"cdna_start": 4102,
"cdna_end": null,
"cdna_length": 5574,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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": "c.4034A>G",
"hgvs_p": "p.Lys1345Arg",
"transcript": "ENST00000646388.1",
"protein_id": "ENSP00000495921.1",
"transcript_support_level": null,
"aa_start": 1345,
"aa_end": null,
"aa_length": 1805,
"cds_start": 4034,
"cds_end": null,
"cds_length": 5418,
"cdna_start": 4120,
"cdna_end": null,
"cdna_length": 5614,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3965A>G",
"hgvs_p": "p.Lys1322Arg",
"transcript": "NM_001114382.3",
"protein_id": "NP_001107854.1",
"transcript_support_level": null,
"aa_start": 1322,
"aa_end": null,
"aa_length": 1784,
"cds_start": 3965,
"cds_end": null,
"cds_length": 5355,
"cdna_start": 4075,
"cdna_end": null,
"cdna_length": 6346,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3962A>G",
"hgvs_p": "p.Lys1321Arg",
"transcript": "NM_001406664.1",
"protein_id": "NP_001393593.1",
"transcript_support_level": null,
"aa_start": 1321,
"aa_end": null,
"aa_length": 1783,
"cds_start": 3962,
"cds_end": null,
"cds_length": 5352,
"cdna_start": 4072,
"cdna_end": null,
"cdna_length": 6343,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3965A>G",
"hgvs_p": "p.Lys1322Arg",
"transcript": "ENST00000643946.1",
"protein_id": "ENSP00000495927.1",
"transcript_support_level": null,
"aa_start": 1322,
"aa_end": null,
"aa_length": 1782,
"cds_start": 3965,
"cds_end": null,
"cds_length": 5349,
"cdna_start": 4083,
"cdna_end": null,
"cdna_length": 6344,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3956A>G",
"hgvs_p": "p.Lys1319Arg",
"transcript": "NM_001406665.1",
"protein_id": "NP_001393594.1",
"transcript_support_level": null,
"aa_start": 1319,
"aa_end": null,
"aa_length": 1781,
"cds_start": 3956,
"cds_end": null,
"cds_length": 5346,
"cdna_start": 4066,
"cdna_end": null,
"cdna_length": 6337,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3953A>G",
"hgvs_p": "p.Lys1318Arg",
"transcript": "ENST00000644399.1",
"protein_id": "ENSP00000493990.1",
"transcript_support_level": null,
"aa_start": 1318,
"aa_end": null,
"aa_length": 1780,
"cds_start": 3953,
"cds_end": null,
"cds_length": 5343,
"cdna_start": 3955,
"cdna_end": null,
"cdna_length": 5445,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3926A>G",
"hgvs_p": "p.Lys1309Arg",
"transcript": "NM_001406667.1",
"protein_id": "NP_001393596.1",
"transcript_support_level": null,
"aa_start": 1309,
"aa_end": null,
"aa_length": 1771,
"cds_start": 3926,
"cds_end": null,
"cds_length": 5316,
"cdna_start": 4036,
"cdna_end": null,
"cdna_length": 6307,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3923A>G",
"hgvs_p": "p.Lys1308Arg",
"transcript": "NM_001406668.1",
"protein_id": "NP_001393597.1",
"transcript_support_level": null,
"aa_start": 1308,
"aa_end": null,
"aa_length": 1770,
"cds_start": 3923,
"cds_end": null,
"cds_length": 5313,
"cdna_start": 4033,
"cdna_end": null,
"cdna_length": 6304,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3833A>G",
"hgvs_p": "p.Lys1278Arg",
"transcript": "ENST00000644329.1",
"protein_id": "ENSP00000496611.1",
"transcript_support_level": null,
"aa_start": 1278,
"aa_end": null,
"aa_length": 1769,
"cds_start": 3833,
"cds_end": null,
"cds_length": 5310,
"cdna_start": 3895,
"cdna_end": null,
"cdna_length": 5453,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3905A>G",
"hgvs_p": "p.Lys1302Arg",
"transcript": "NM_021055.3",
"protein_id": "NP_066399.2",
"transcript_support_level": null,
"aa_start": 1302,
"aa_end": null,
"aa_length": 1764,
"cds_start": 3905,
"cds_end": null,
"cds_length": 5295,
"cdna_start": 4015,
"cdna_end": null,
"cdna_length": 6286,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3905A>G",
"hgvs_p": "p.Lys1302Arg",
"transcript": "ENST00000644043.1",
"protein_id": "ENSP00000496262.1",
"transcript_support_level": null,
"aa_start": 1302,
"aa_end": null,
"aa_length": 1764,
"cds_start": 3905,
"cds_end": null,
"cds_length": 5295,
"cdna_start": 3959,
"cdna_end": null,
"cdna_length": 5457,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3902A>G",
"hgvs_p": "p.Lys1301Arg",
"transcript": "NM_001370404.1",
"protein_id": "NP_001357333.1",
"transcript_support_level": null,
"aa_start": 1301,
"aa_end": null,
"aa_length": 1763,
"cds_start": 3902,
"cds_end": null,
"cds_length": 5292,
"cdna_start": 4012,
"cdna_end": null,
"cdna_length": 6283,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3902A>G",
"hgvs_p": "p.Lys1301Arg",
"transcript": "ENST00000642936.1",
"protein_id": "ENSP00000494514.1",
"transcript_support_level": null,
"aa_start": 1301,
"aa_end": null,
"aa_length": 1763,
"cds_start": 3902,
"cds_end": null,
"cds_length": 5292,
"cdna_start": 4011,
"cdna_end": null,
"cdna_length": 5507,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3905A>G",
"hgvs_p": "p.Lys1302Arg",
"transcript": "NM_001370405.1",
"protein_id": "NP_001357334.1",
"transcript_support_level": null,
"aa_start": 1302,
"aa_end": null,
"aa_length": 1760,
"cds_start": 3905,
"cds_end": null,
"cds_length": 5283,
"cdna_start": 4015,
"cdna_end": null,
"cdna_length": 6274,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3905A>G",
"hgvs_p": "p.Lys1302Arg",
"transcript": "ENST00000642561.1",
"protein_id": "ENSP00000495099.1",
"transcript_support_level": null,
"aa_start": 1302,
"aa_end": null,
"aa_length": 1760,
"cds_start": 3905,
"cds_end": null,
"cds_length": 5283,
"cdna_start": 3957,
"cdna_end": null,
"cdna_length": 5396,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3881A>G",
"hgvs_p": "p.Lys1294Arg",
"transcript": "ENST00000642206.2",
"protein_id": "ENSP00000495146.2",
"transcript_support_level": null,
"aa_start": 1294,
"aa_end": null,
"aa_length": 1756,
"cds_start": 3881,
"cds_end": null,
"cds_length": 5271,
"cdna_start": 3997,
"cdna_end": null,
"cdna_length": 5485,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3866A>G",
"hgvs_p": "p.Lys1289Arg",
"transcript": "NM_001318832.2",
"protein_id": "NP_001305761.1",
"transcript_support_level": null,
"aa_start": 1289,
"aa_end": null,
"aa_length": 1751,
"cds_start": 3866,
"cds_end": null,
"cds_length": 5256,
"cdna_start": 3934,
"cdna_end": null,
"cdna_length": 6205,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3866A>G",
"hgvs_p": "p.Lys1289Arg",
"transcript": "ENST00000568454.6",
"protein_id": "ENSP00000454487.1",
"transcript_support_level": 2,
"aa_start": 1289,
"aa_end": null,
"aa_length": 1751,
"cds_start": 3866,
"cds_end": null,
"cds_length": 5256,
"cdna_start": 3934,
"cdna_end": null,
"cdna_length": 5429,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3854A>G",
"hgvs_p": "p.Lys1285Arg",
"transcript": "NM_001406670.1",
"protein_id": "NP_001393599.1",
"transcript_support_level": null,
"aa_start": 1285,
"aa_end": null,
"aa_length": 1747,
"cds_start": 3854,
"cds_end": null,
"cds_length": 5244,
"cdna_start": 3964,
"cdna_end": null,
"cdna_length": 6235,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3836A>G",
"hgvs_p": "p.Lys1279Arg",
"transcript": "NM_001363528.2",
"protein_id": "NP_001350457.1",
"transcript_support_level": null,
"aa_start": 1279,
"aa_end": null,
"aa_length": 1741,
"cds_start": 3836,
"cds_end": null,
"cds_length": 5226,
"cdna_start": 3946,
"cdna_end": null,
"cdna_length": 6217,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3836A>G",
"hgvs_p": "p.Lys1279Arg",
"transcript": "ENST00000642797.1",
"protein_id": "ENSP00000493846.1",
"transcript_support_level": null,
"aa_start": 1279,
"aa_end": null,
"aa_length": 1741,
"cds_start": 3836,
"cds_end": null,
"cds_length": 5226,
"cdna_start": 3890,
"cdna_end": null,
"cdna_length": 5388,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3833A>G",
"hgvs_p": "p.Lys1278Arg",
"transcript": "NM_001077183.3",
"protein_id": "NP_001070651.1",
"transcript_support_level": null,
"aa_start": 1278,
"aa_end": null,
"aa_length": 1740,
"cds_start": 3833,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 3943,
"cdna_end": null,
"cdna_length": 6214,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3836A>G",
"hgvs_p": "p.Lys1279Arg",
"transcript": "ENST00000644335.1",
"protein_id": "ENSP00000496317.1",
"transcript_support_level": null,
"aa_start": 1279,
"aa_end": null,
"aa_length": 1739,
"cds_start": 3836,
"cds_end": null,
"cds_length": 5220,
"cdna_start": 3936,
"cdna_end": null,
"cdna_length": 5433,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3833A>G",
"hgvs_p": "p.Lys1278Arg",
"transcript": "ENST00000643088.1",
"protein_id": "ENSP00000494747.1",
"transcript_support_level": null,
"aa_start": 1278,
"aa_end": null,
"aa_length": 1738,
"cds_start": 3833,
"cds_end": null,
"cds_length": 5217,
"cdna_start": 3951,
"cdna_end": null,
"cdna_length": 5970,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3824A>G",
"hgvs_p": "p.Lys1275Arg",
"transcript": "NM_001406671.1",
"protein_id": "NP_001393600.1",
"transcript_support_level": null,
"aa_start": 1275,
"aa_end": null,
"aa_length": 1737,
"cds_start": 3824,
"cds_end": null,
"cds_length": 5214,
"cdna_start": 3934,
"cdna_end": null,
"cdna_length": 6205,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3821A>G",
"hgvs_p": "p.Lys1274Arg",
"transcript": "NM_001406673.1",
"protein_id": "NP_001393602.1",
"transcript_support_level": null,
"aa_start": 1274,
"aa_end": null,
"aa_length": 1736,
"cds_start": 3821,
"cds_end": null,
"cds_length": 5211,
"cdna_start": 3931,
"cdna_end": null,
"cdna_length": 6202,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3818A>G",
"hgvs_p": "p.Lys1273Arg",
"transcript": "NM_001406675.1",
"protein_id": "NP_001393604.1",
"transcript_support_level": null,
"aa_start": 1273,
"aa_end": null,
"aa_length": 1735,
"cds_start": 3818,
"cds_end": null,
"cds_length": 5208,
"cdna_start": 3908,
"cdna_end": null,
"cdna_length": 6179,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3815A>G",
"hgvs_p": "p.Lys1272Arg",
"transcript": "NM_001406676.1",
"protein_id": "NP_001393605.1",
"transcript_support_level": null,
"aa_start": 1272,
"aa_end": null,
"aa_length": 1734,
"cds_start": 3815,
"cds_end": null,
"cds_length": 5205,
"cdna_start": 3905,
"cdna_end": null,
"cdna_length": 6176,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3776A>G",
"hgvs_p": "p.Lys1259Arg",
"transcript": "NM_001406677.1",
"protein_id": "NP_001393606.1",
"transcript_support_level": null,
"aa_start": 1259,
"aa_end": null,
"aa_length": 1721,
"cds_start": 3776,
"cds_end": null,
"cds_length": 5166,
"cdna_start": 3866,
"cdna_end": null,
"cdna_length": 6137,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3725A>G",
"hgvs_p": "p.Lys1242Arg",
"transcript": "NM_001318827.2",
"protein_id": "NP_001305756.1",
"transcript_support_level": null,
"aa_start": 1242,
"aa_end": null,
"aa_length": 1704,
"cds_start": 3725,
"cds_end": null,
"cds_length": 5115,
"cdna_start": 3835,
"cdna_end": null,
"cdna_length": 6106,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3725A>G",
"hgvs_p": "p.Lys1242Arg",
"transcript": "ENST00000439673.6",
"protein_id": "ENSP00000399232.2",
"transcript_support_level": 2,
"aa_start": 1242,
"aa_end": null,
"aa_length": 1704,
"cds_start": 3725,
"cds_end": null,
"cds_length": 5115,
"cdna_start": 3806,
"cdna_end": null,
"cdna_length": 5287,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3722A>G",
"hgvs_p": "p.Lys1241Arg",
"transcript": "NM_001406678.1",
"protein_id": "NP_001393607.1",
"transcript_support_level": null,
"aa_start": 1241,
"aa_end": null,
"aa_length": 1703,
"cds_start": 3722,
"cds_end": null,
"cds_length": 5112,
"cdna_start": 3832,
"cdna_end": null,
"cdna_length": 6103,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3689A>G",
"hgvs_p": "p.Lys1230Arg",
"transcript": "NM_001318829.2",
"protein_id": "NP_001305758.1",
"transcript_support_level": null,
"aa_start": 1230,
"aa_end": null,
"aa_length": 1692,
"cds_start": 3689,
"cds_end": null,
"cds_length": 5079,
"cdna_start": 3779,
"cdna_end": null,
"cdna_length": 6050,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3689A>G",
"hgvs_p": "p.Lys1230Arg",
"transcript": "ENST00000382538.10",
"protein_id": "ENSP00000371978.6",
"transcript_support_level": 2,
"aa_start": 1230,
"aa_end": null,
"aa_length": 1692,
"cds_start": 3689,
"cds_end": null,
"cds_length": 5079,
"cdna_start": 3784,
"cdna_end": null,
"cdna_length": 5264,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3686A>G",
"hgvs_p": "p.Lys1229Arg",
"transcript": "NM_001406679.1",
"protein_id": "NP_001393608.1",
"transcript_support_level": null,
"aa_start": 1229,
"aa_end": null,
"aa_length": 1691,
"cds_start": 3686,
"cds_end": null,
"cds_length": 5076,
"cdna_start": 3776,
"cdna_end": null,
"cdna_length": 6047,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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": "c.3434A>G",
"hgvs_p": "p.Lys1145Arg",
"transcript": "NM_001406680.1",
"protein_id": "NP_001393609.1",
"transcript_support_level": null,
"aa_start": 1145,
"aa_end": null,
"aa_length": 1607,
"cds_start": 3434,
"cds_end": null,
"cds_length": 4824,
"cdna_start": 4360,
"cdna_end": null,
"cdna_length": 6631,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3374A>G",
"hgvs_p": "p.Lys1125Arg",
"transcript": "NM_001406681.1",
"protein_id": "NP_001393610.1",
"transcript_support_level": null,
"aa_start": 1125,
"aa_end": null,
"aa_length": 1587,
"cds_start": 3374,
"cds_end": null,
"cds_length": 4764,
"cdna_start": 3929,
"cdna_end": null,
"cdna_length": 6200,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3365A>G",
"hgvs_p": "p.Lys1122Arg",
"transcript": "NM_001406682.1",
"protein_id": "NP_001393611.1",
"transcript_support_level": null,
"aa_start": 1122,
"aa_end": null,
"aa_length": 1584,
"cds_start": 3365,
"cds_end": null,
"cds_length": 4755,
"cdna_start": 3701,
"cdna_end": null,
"cdna_length": 5972,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3365A>G",
"hgvs_p": "p.Lys1122Arg",
"transcript": "NM_001406683.1",
"protein_id": "NP_001393612.1",
"transcript_support_level": null,
"aa_start": 1122,
"aa_end": null,
"aa_length": 1584,
"cds_start": 3365,
"cds_end": null,
"cds_length": 4755,
"cdna_start": 4291,
"cdna_end": null,
"cdna_length": 6562,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3362A>G",
"hgvs_p": "p.Lys1121Arg",
"transcript": "NM_001406684.1",
"protein_id": "NP_001393613.1",
"transcript_support_level": null,
"aa_start": 1121,
"aa_end": null,
"aa_length": 1583,
"cds_start": 3362,
"cds_end": null,
"cds_length": 4752,
"cdna_start": 3698,
"cdna_end": null,
"cdna_length": 5969,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3302A>G",
"hgvs_p": "p.Lys1101Arg",
"transcript": "NM_001318831.2",
"protein_id": "NP_001305760.1",
"transcript_support_level": null,
"aa_start": 1101,
"aa_end": null,
"aa_length": 1563,
"cds_start": 3302,
"cds_end": null,
"cds_length": 4692,
"cdna_start": 3638,
"cdna_end": null,
"cdna_length": 5909,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3236A>G",
"hgvs_p": "p.Lys1079Arg",
"transcript": "NM_001406685.1",
"protein_id": "NP_001393614.1",
"transcript_support_level": null,
"aa_start": 1079,
"aa_end": null,
"aa_length": 1541,
"cds_start": 3236,
"cds_end": null,
"cds_length": 4626,
"cdna_start": 3572,
"cdna_end": null,
"cdna_length": 5843,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3236A>G",
"hgvs_p": "p.Lys1079Arg",
"transcript": "NM_001406686.1",
"protein_id": "NP_001393615.1",
"transcript_support_level": null,
"aa_start": 1079,
"aa_end": null,
"aa_length": 1541,
"cds_start": 3236,
"cds_end": null,
"cds_length": 4626,
"cdna_start": 3405,
"cdna_end": null,
"cdna_length": 5676,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3233A>G",
"hgvs_p": "p.Lys1078Arg",
"transcript": "NM_001406687.1",
"protein_id": "NP_001393616.1",
"transcript_support_level": null,
"aa_start": 1078,
"aa_end": null,
"aa_length": 1540,
"cds_start": 3233,
"cds_end": null,
"cds_length": 4623,
"cdna_start": 4159,
"cdna_end": null,
"cdna_length": 6430,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3233A>G",
"hgvs_p": "p.Lys1078Arg",
"transcript": "NM_001406688.1",
"protein_id": "NP_001393617.1",
"transcript_support_level": null,
"aa_start": 1078,
"aa_end": null,
"aa_length": 1540,
"cds_start": 3233,
"cds_end": null,
"cds_length": 4623,
"cdna_start": 3569,
"cdna_end": null,
"cdna_length": 5840,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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": "c.2621A>G",
"hgvs_p": "p.Lys874Arg",
"transcript": "NM_001406689.1",
"protein_id": "NP_001393618.1",
"transcript_support_level": null,
"aa_start": 874,
"aa_end": null,
"aa_length": 1336,
"cds_start": 2621,
"cds_end": null,
"cds_length": 4011,
"cdna_start": 4162,
"cdna_end": null,
"cdna_length": 6433,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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": "c.2561A>G",
"hgvs_p": "p.Lys854Arg",
"transcript": "NM_001406690.1",
"protein_id": "NP_001393619.1",
"transcript_support_level": null,
"aa_start": 854,
"aa_end": null,
"aa_length": 1316,
"cds_start": 2561,
"cds_end": null,
"cds_length": 3951,
"cdna_start": 4102,
"cdna_end": null,
"cdna_length": 6373,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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": "c.2558A>G",
"hgvs_p": "p.Lys853Arg",
"transcript": "NM_001406691.1",
"protein_id": "NP_001393620.1",
"transcript_support_level": null,
"aa_start": 853,
"aa_end": null,
"aa_length": 1315,
"cds_start": 2558,
"cds_end": null,
"cds_length": 3948,
"cdna_start": 4099,
"cdna_end": null,
"cdna_length": 6370,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.2492A>G",
"hgvs_p": "p.Lys831Arg",
"transcript": "NM_001406692.1",
"protein_id": "NP_001393621.1",
"transcript_support_level": null,
"aa_start": 831,
"aa_end": null,
"aa_length": 1293,
"cds_start": 2492,
"cds_end": null,
"cds_length": 3882,
"cdna_start": 4033,
"cdna_end": null,
"cdna_length": 6304,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.2492A>G",
"hgvs_p": "p.Lys831Arg",
"transcript": "NM_001406693.1",
"protein_id": "NP_001393622.1",
"transcript_support_level": null,
"aa_start": 831,
"aa_end": null,
"aa_length": 1293,
"cds_start": 2492,
"cds_end": null,
"cds_length": 3882,
"cdna_start": 4339,
"cdna_end": null,
"cdna_length": 6610,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.2492A>G",
"hgvs_p": "p.Lys831Arg",
"transcript": "NM_001406694.1",
"protein_id": "NP_001393623.1",
"transcript_support_level": null,
"aa_start": 831,
"aa_end": null,
"aa_length": 1293,
"cds_start": 2492,
"cds_end": null,
"cds_length": 3882,
"cdna_start": 3914,
"cdna_end": null,
"cdna_length": 6185,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.2489A>G",
"hgvs_p": "p.Lys830Arg",
"transcript": "NM_001406695.1",
"protein_id": "NP_001393624.1",
"transcript_support_level": null,
"aa_start": 830,
"aa_end": null,
"aa_length": 1292,
"cds_start": 2489,
"cds_end": null,
"cds_length": 3879,
"cdna_start": 3911,
"cdna_end": null,
"cdna_length": 6182,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.2489A>G",
"hgvs_p": "p.Lys830Arg",
"transcript": "NM_001406696.1",
"protein_id": "NP_001393625.1",
"transcript_support_level": null,
"aa_start": 830,
"aa_end": null,
"aa_length": 1292,
"cds_start": 2489,
"cds_end": null,
"cds_length": 3879,
"cdna_start": 4018,
"cdna_end": null,
"cdna_length": 6289,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.2489A>G",
"hgvs_p": "p.Lys830Arg",
"transcript": "NM_001406697.1",
"protein_id": "NP_001393626.1",
"transcript_support_level": null,
"aa_start": 830,
"aa_end": null,
"aa_length": 1292,
"cds_start": 2489,
"cds_end": null,
"cds_length": 3879,
"cdna_start": 4030,
"cdna_end": null,
"cdna_length": 6301,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.2231A>G",
"hgvs_p": "p.Lys744Arg",
"transcript": "NM_001406698.1",
"protein_id": "NP_001393627.1",
"transcript_support_level": null,
"aa_start": 744,
"aa_end": null,
"aa_length": 1206,
"cds_start": 2231,
"cds_end": null,
"cds_length": 3621,
"cdna_start": 3948,
"cdna_end": null,
"cdna_length": 6219,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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": "c.4088A>G",
"hgvs_p": "p.Lys1363Arg",
"transcript": "XM_011522636.3",
"protein_id": "XP_011520938.1",
"transcript_support_level": null,
"aa_start": 1363,
"aa_end": null,
"aa_length": 1825,
"cds_start": 4088,
"cds_end": null,
"cds_length": 5478,
"cdna_start": 4198,
"cdna_end": null,
"cdna_length": 6469,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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": "c.4085A>G",
"hgvs_p": "p.Lys1362Arg",
"transcript": "XM_011522637.3",
"protein_id": "XP_011520939.1",
"transcript_support_level": null,
"aa_start": 1362,
"aa_end": null,
"aa_length": 1824,
"cds_start": 4085,
"cds_end": null,
"cds_length": 5475,
"cdna_start": 4195,
"cdna_end": null,
"cdna_length": 6466,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3977A>G",
"hgvs_p": "p.Lys1326Arg",
"transcript": "XM_011522638.3",
"protein_id": "XP_011520940.3",
"transcript_support_level": null,
"aa_start": 1326,
"aa_end": null,
"aa_length": 1788,
"cds_start": 3977,
"cds_end": null,
"cds_length": 5367,
"cdna_start": 4087,
"cdna_end": null,
"cdna_length": 6358,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3959A>G",
"hgvs_p": "p.Lys1320Arg",
"transcript": "XM_011522639.3",
"protein_id": "XP_011520941.1",
"transcript_support_level": null,
"aa_start": 1320,
"aa_end": null,
"aa_length": 1782,
"cds_start": 3959,
"cds_end": null,
"cds_length": 5349,
"cdna_start": 4069,
"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": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.1792A>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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.*2383A>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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.269A>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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.1916A>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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.216A>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": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.48A>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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.1682A>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": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.475A>G",
"hgvs_p": null,
"transcript": "ENST00000643533.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": 516,
"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": 32,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.*4414A>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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.2118A>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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.*6783A>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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.2849A>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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.1286A>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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.1257A>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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.1147A>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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.4811A>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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.3986A>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": [
"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.4234A>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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.4162A>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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.3983A>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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.3943A>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": 31,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.*2383A>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": 32,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.*4414A>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": 27,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.*6783A>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
}
],
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"dbsnp": "rs1302353294",
"frequency_reference_population": 6.8851176e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.88512e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.25593680143356323,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.373,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0827,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.02,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 4.385,
"phylop100way_prediction": "Uncertain_significance",
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000219476.9",
"gene_symbol": "TSC2",
"hgnc_id": 12363,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.4034A>G",
"hgvs_p": "p.Lys1345Arg"
}
],
"clinvar_disease": "Tuberous sclerosis syndrome",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Tuberous sclerosis syndrome",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}