← 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-2086268-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=2086268&ref=C&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "16",
"pos": 2086268,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000219476.9",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4738C>G",
"hgvs_p": "p.Arg1580Gly",
"transcript": "NM_000548.5",
"protein_id": "NP_000539.2",
"transcript_support_level": null,
"aa_start": 1580,
"aa_end": null,
"aa_length": 1807,
"cds_start": 4738,
"cds_end": null,
"cds_length": 5424,
"cdna_start": 4848,
"cdna_end": null,
"cdna_length": 6415,
"mane_select": "ENST00000219476.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4738C>G",
"hgvs_p": "p.Arg1580Gly",
"transcript": "ENST00000219476.9",
"protein_id": "ENSP00000219476.3",
"transcript_support_level": 5,
"aa_start": 1580,
"aa_end": null,
"aa_length": 1807,
"cds_start": 4738,
"cds_end": null,
"cds_length": 5424,
"cdna_start": 4848,
"cdna_end": null,
"cdna_length": 6415,
"mane_select": "NM_000548.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4669C>G",
"hgvs_p": "p.Arg1557Gly",
"transcript": "ENST00000350773.9",
"protein_id": "ENSP00000344383.4",
"transcript_support_level": 1,
"aa_start": 1557,
"aa_end": null,
"aa_length": 1784,
"cds_start": 4669,
"cds_end": null,
"cds_length": 5355,
"cdna_start": 4744,
"cdna_end": null,
"cdna_length": 5538,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4537C>G",
"hgvs_p": "p.Arg1513Gly",
"transcript": "ENST00000401874.7",
"protein_id": "ENSP00000384468.2",
"transcript_support_level": 1,
"aa_start": 1513,
"aa_end": null,
"aa_length": 1740,
"cds_start": 4537,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 4643,
"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": 33,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.*3905C>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": 33,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.*3905C>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": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4828C>G",
"hgvs_p": "p.Arg1610Gly",
"transcript": "ENST00000645186.2",
"protein_id": "ENSP00000495110.2",
"transcript_support_level": null,
"aa_start": 1610,
"aa_end": null,
"aa_length": 1837,
"cds_start": 4828,
"cds_end": null,
"cds_length": 5514,
"cdna_start": 4938,
"cdna_end": null,
"cdna_length": 6505,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4735C>G",
"hgvs_p": "p.Arg1579Gly",
"transcript": "NM_001406663.1",
"protein_id": "NP_001393592.1",
"transcript_support_level": null,
"aa_start": 1579,
"aa_end": null,
"aa_length": 1806,
"cds_start": 4735,
"cds_end": null,
"cds_length": 5421,
"cdna_start": 4845,
"cdna_end": null,
"cdna_length": 6412,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4735C>G",
"hgvs_p": "p.Arg1579Gly",
"transcript": "ENST00000642365.2",
"protein_id": "ENSP00000495459.2",
"transcript_support_level": null,
"aa_start": 1579,
"aa_end": null,
"aa_length": 1806,
"cds_start": 4735,
"cds_end": null,
"cds_length": 5421,
"cdna_start": 4806,
"cdna_end": null,
"cdna_length": 5574,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4732C>G",
"hgvs_p": "p.Arg1578Gly",
"transcript": "ENST00000646388.1",
"protein_id": "ENSP00000495921.1",
"transcript_support_level": null,
"aa_start": 1578,
"aa_end": null,
"aa_length": 1805,
"cds_start": 4732,
"cds_end": null,
"cds_length": 5418,
"cdna_start": 4818,
"cdna_end": null,
"cdna_length": 5614,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4669C>G",
"hgvs_p": "p.Arg1557Gly",
"transcript": "NM_001114382.3",
"protein_id": "NP_001107854.1",
"transcript_support_level": null,
"aa_start": 1557,
"aa_end": null,
"aa_length": 1784,
"cds_start": 4669,
"cds_end": null,
"cds_length": 5355,
"cdna_start": 4779,
"cdna_end": null,
"cdna_length": 6346,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4666C>G",
"hgvs_p": "p.Arg1556Gly",
"transcript": "NM_001406664.1",
"protein_id": "NP_001393593.1",
"transcript_support_level": null,
"aa_start": 1556,
"aa_end": null,
"aa_length": 1783,
"cds_start": 4666,
"cds_end": null,
"cds_length": 5352,
"cdna_start": 4776,
"cdna_end": null,
"cdna_length": 6343,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4663C>G",
"hgvs_p": "p.Arg1555Gly",
"transcript": "ENST00000643946.1",
"protein_id": "ENSP00000495927.1",
"transcript_support_level": null,
"aa_start": 1555,
"aa_end": null,
"aa_length": 1782,
"cds_start": 4663,
"cds_end": null,
"cds_length": 5349,
"cdna_start": 4781,
"cdna_end": null,
"cdna_length": 6344,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4660C>G",
"hgvs_p": "p.Arg1554Gly",
"transcript": "NM_001406665.1",
"protein_id": "NP_001393594.1",
"transcript_support_level": null,
"aa_start": 1554,
"aa_end": null,
"aa_length": 1781,
"cds_start": 4660,
"cds_end": null,
"cds_length": 5346,
"cdna_start": 4770,
"cdna_end": null,
"cdna_length": 6337,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4657C>G",
"hgvs_p": "p.Arg1553Gly",
"transcript": "ENST00000644399.1",
"protein_id": "ENSP00000493990.1",
"transcript_support_level": null,
"aa_start": 1553,
"aa_end": null,
"aa_length": 1780,
"cds_start": 4657,
"cds_end": null,
"cds_length": 5343,
"cdna_start": 4659,
"cdna_end": null,
"cdna_length": 5445,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4630C>G",
"hgvs_p": "p.Arg1544Gly",
"transcript": "NM_001406667.1",
"protein_id": "NP_001393596.1",
"transcript_support_level": null,
"aa_start": 1544,
"aa_end": null,
"aa_length": 1771,
"cds_start": 4630,
"cds_end": null,
"cds_length": 5316,
"cdna_start": 4740,
"cdna_end": null,
"cdna_length": 6307,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4627C>G",
"hgvs_p": "p.Arg1543Gly",
"transcript": "NM_001406668.1",
"protein_id": "NP_001393597.1",
"transcript_support_level": null,
"aa_start": 1543,
"aa_end": null,
"aa_length": 1770,
"cds_start": 4627,
"cds_end": null,
"cds_length": 5313,
"cdna_start": 4737,
"cdna_end": null,
"cdna_length": 6304,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4537C>G",
"hgvs_p": "p.Arg1513Gly",
"transcript": "ENST00000644329.1",
"protein_id": "ENSP00000496611.1",
"transcript_support_level": null,
"aa_start": 1513,
"aa_end": null,
"aa_length": 1769,
"cds_start": 4537,
"cds_end": null,
"cds_length": 5310,
"cdna_start": 4599,
"cdna_end": null,
"cdna_length": 5453,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4609C>G",
"hgvs_p": "p.Arg1537Gly",
"transcript": "NM_021055.3",
"protein_id": "NP_066399.2",
"transcript_support_level": null,
"aa_start": 1537,
"aa_end": null,
"aa_length": 1764,
"cds_start": 4609,
"cds_end": null,
"cds_length": 5295,
"cdna_start": 4719,
"cdna_end": null,
"cdna_length": 6286,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4609C>G",
"hgvs_p": "p.Arg1537Gly",
"transcript": "ENST00000644043.1",
"protein_id": "ENSP00000496262.1",
"transcript_support_level": null,
"aa_start": 1537,
"aa_end": null,
"aa_length": 1764,
"cds_start": 4609,
"cds_end": null,
"cds_length": 5295,
"cdna_start": 4663,
"cdna_end": null,
"cdna_length": 5457,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4606C>G",
"hgvs_p": "p.Arg1536Gly",
"transcript": "NM_001370404.1",
"protein_id": "NP_001357333.1",
"transcript_support_level": null,
"aa_start": 1536,
"aa_end": null,
"aa_length": 1763,
"cds_start": 4606,
"cds_end": null,
"cds_length": 5292,
"cdna_start": 4716,
"cdna_end": null,
"cdna_length": 6283,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4606C>G",
"hgvs_p": "p.Arg1536Gly",
"transcript": "ENST00000642936.1",
"protein_id": "ENSP00000494514.1",
"transcript_support_level": null,
"aa_start": 1536,
"aa_end": null,
"aa_length": 1763,
"cds_start": 4606,
"cds_end": null,
"cds_length": 5292,
"cdna_start": 4715,
"cdna_end": null,
"cdna_length": 5507,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4609C>G",
"hgvs_p": "p.Arg1537Gly",
"transcript": "NM_001370405.1",
"protein_id": "NP_001357334.1",
"transcript_support_level": null,
"aa_start": 1537,
"aa_end": null,
"aa_length": 1760,
"cds_start": 4609,
"cds_end": null,
"cds_length": 5283,
"cdna_start": 4719,
"cdna_end": null,
"cdna_length": 6274,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4609C>G",
"hgvs_p": "p.Arg1537Gly",
"transcript": "ENST00000642561.1",
"protein_id": "ENSP00000495099.1",
"transcript_support_level": null,
"aa_start": 1537,
"aa_end": null,
"aa_length": 1760,
"cds_start": 4609,
"cds_end": null,
"cds_length": 5283,
"cdna_start": 4661,
"cdna_end": null,
"cdna_length": 5396,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4585C>G",
"hgvs_p": "p.Arg1529Gly",
"transcript": "ENST00000642206.2",
"protein_id": "ENSP00000495146.2",
"transcript_support_level": null,
"aa_start": 1529,
"aa_end": null,
"aa_length": 1756,
"cds_start": 4585,
"cds_end": null,
"cds_length": 5271,
"cdna_start": 4701,
"cdna_end": null,
"cdna_length": 5485,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4570C>G",
"hgvs_p": "p.Arg1524Gly",
"transcript": "NM_001318832.2",
"protein_id": "NP_001305761.1",
"transcript_support_level": null,
"aa_start": 1524,
"aa_end": null,
"aa_length": 1751,
"cds_start": 4570,
"cds_end": null,
"cds_length": 5256,
"cdna_start": 4638,
"cdna_end": null,
"cdna_length": 6205,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4570C>G",
"hgvs_p": "p.Arg1524Gly",
"transcript": "ENST00000568454.6",
"protein_id": "ENSP00000454487.1",
"transcript_support_level": 2,
"aa_start": 1524,
"aa_end": null,
"aa_length": 1751,
"cds_start": 4570,
"cds_end": null,
"cds_length": 5256,
"cdna_start": 4638,
"cdna_end": null,
"cdna_length": 5429,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4558C>G",
"hgvs_p": "p.Arg1520Gly",
"transcript": "NM_001406670.1",
"protein_id": "NP_001393599.1",
"transcript_support_level": null,
"aa_start": 1520,
"aa_end": null,
"aa_length": 1747,
"cds_start": 4558,
"cds_end": null,
"cds_length": 5244,
"cdna_start": 4668,
"cdna_end": null,
"cdna_length": 6235,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4540C>G",
"hgvs_p": "p.Arg1514Gly",
"transcript": "NM_001363528.2",
"protein_id": "NP_001350457.1",
"transcript_support_level": null,
"aa_start": 1514,
"aa_end": null,
"aa_length": 1741,
"cds_start": 4540,
"cds_end": null,
"cds_length": 5226,
"cdna_start": 4650,
"cdna_end": null,
"cdna_length": 6217,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4540C>G",
"hgvs_p": "p.Arg1514Gly",
"transcript": "ENST00000642797.1",
"protein_id": "ENSP00000493846.1",
"transcript_support_level": null,
"aa_start": 1514,
"aa_end": null,
"aa_length": 1741,
"cds_start": 4540,
"cds_end": null,
"cds_length": 5226,
"cdna_start": 4594,
"cdna_end": null,
"cdna_length": 5388,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4537C>G",
"hgvs_p": "p.Arg1513Gly",
"transcript": "NM_001077183.3",
"protein_id": "NP_001070651.1",
"transcript_support_level": null,
"aa_start": 1513,
"aa_end": null,
"aa_length": 1740,
"cds_start": 4537,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 4647,
"cdna_end": null,
"cdna_length": 6214,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4534C>G",
"hgvs_p": "p.Arg1512Gly",
"transcript": "ENST00000644335.1",
"protein_id": "ENSP00000496317.1",
"transcript_support_level": null,
"aa_start": 1512,
"aa_end": null,
"aa_length": 1739,
"cds_start": 4534,
"cds_end": null,
"cds_length": 5220,
"cdna_start": 4634,
"cdna_end": null,
"cdna_length": 5433,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4531C>G",
"hgvs_p": "p.Arg1511Gly",
"transcript": "ENST00000643088.1",
"protein_id": "ENSP00000494747.1",
"transcript_support_level": null,
"aa_start": 1511,
"aa_end": null,
"aa_length": 1738,
"cds_start": 4531,
"cds_end": null,
"cds_length": 5217,
"cdna_start": 4649,
"cdna_end": null,
"cdna_length": 5970,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4528C>G",
"hgvs_p": "p.Arg1510Gly",
"transcript": "NM_001406671.1",
"protein_id": "NP_001393600.1",
"transcript_support_level": null,
"aa_start": 1510,
"aa_end": null,
"aa_length": 1737,
"cds_start": 4528,
"cds_end": null,
"cds_length": 5214,
"cdna_start": 4638,
"cdna_end": null,
"cdna_length": 6205,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4525C>G",
"hgvs_p": "p.Arg1509Gly",
"transcript": "NM_001406673.1",
"protein_id": "NP_001393602.1",
"transcript_support_level": null,
"aa_start": 1509,
"aa_end": null,
"aa_length": 1736,
"cds_start": 4525,
"cds_end": null,
"cds_length": 5211,
"cdna_start": 4635,
"cdna_end": null,
"cdna_length": 6202,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4522C>G",
"hgvs_p": "p.Arg1508Gly",
"transcript": "NM_001406675.1",
"protein_id": "NP_001393604.1",
"transcript_support_level": null,
"aa_start": 1508,
"aa_end": null,
"aa_length": 1735,
"cds_start": 4522,
"cds_end": null,
"cds_length": 5208,
"cdna_start": 4612,
"cdna_end": null,
"cdna_length": 6179,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4519C>G",
"hgvs_p": "p.Arg1507Gly",
"transcript": "NM_001406676.1",
"protein_id": "NP_001393605.1",
"transcript_support_level": null,
"aa_start": 1507,
"aa_end": null,
"aa_length": 1734,
"cds_start": 4519,
"cds_end": null,
"cds_length": 5205,
"cdna_start": 4609,
"cdna_end": null,
"cdna_length": 6176,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4480C>G",
"hgvs_p": "p.Arg1494Gly",
"transcript": "NM_001406677.1",
"protein_id": "NP_001393606.1",
"transcript_support_level": null,
"aa_start": 1494,
"aa_end": null,
"aa_length": 1721,
"cds_start": 4480,
"cds_end": null,
"cds_length": 5166,
"cdna_start": 4570,
"cdna_end": null,
"cdna_length": 6137,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4429C>G",
"hgvs_p": "p.Arg1477Gly",
"transcript": "NM_001318827.2",
"protein_id": "NP_001305756.1",
"transcript_support_level": null,
"aa_start": 1477,
"aa_end": null,
"aa_length": 1704,
"cds_start": 4429,
"cds_end": null,
"cds_length": 5115,
"cdna_start": 4539,
"cdna_end": null,
"cdna_length": 6106,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4429C>G",
"hgvs_p": "p.Arg1477Gly",
"transcript": "ENST00000439673.6",
"protein_id": "ENSP00000399232.2",
"transcript_support_level": 2,
"aa_start": 1477,
"aa_end": null,
"aa_length": 1704,
"cds_start": 4429,
"cds_end": null,
"cds_length": 5115,
"cdna_start": 4510,
"cdna_end": null,
"cdna_length": 5287,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4426C>G",
"hgvs_p": "p.Arg1476Gly",
"transcript": "NM_001406678.1",
"protein_id": "NP_001393607.1",
"transcript_support_level": null,
"aa_start": 1476,
"aa_end": null,
"aa_length": 1703,
"cds_start": 4426,
"cds_end": null,
"cds_length": 5112,
"cdna_start": 4536,
"cdna_end": null,
"cdna_length": 6103,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4393C>G",
"hgvs_p": "p.Arg1465Gly",
"transcript": "NM_001318829.2",
"protein_id": "NP_001305758.1",
"transcript_support_level": null,
"aa_start": 1465,
"aa_end": null,
"aa_length": 1692,
"cds_start": 4393,
"cds_end": null,
"cds_length": 5079,
"cdna_start": 4483,
"cdna_end": null,
"cdna_length": 6050,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4393C>G",
"hgvs_p": "p.Arg1465Gly",
"transcript": "ENST00000382538.10",
"protein_id": "ENSP00000371978.6",
"transcript_support_level": 2,
"aa_start": 1465,
"aa_end": null,
"aa_length": 1692,
"cds_start": 4393,
"cds_end": null,
"cds_length": 5079,
"cdna_start": 4488,
"cdna_end": null,
"cdna_length": 5264,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4390C>G",
"hgvs_p": "p.Arg1464Gly",
"transcript": "NM_001406679.1",
"protein_id": "NP_001393608.1",
"transcript_support_level": null,
"aa_start": 1464,
"aa_end": null,
"aa_length": 1691,
"cds_start": 4390,
"cds_end": null,
"cds_length": 5076,
"cdna_start": 4480,
"cdna_end": null,
"cdna_length": 6047,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4138C>G",
"hgvs_p": "p.Arg1380Gly",
"transcript": "NM_001406680.1",
"protein_id": "NP_001393609.1",
"transcript_support_level": null,
"aa_start": 1380,
"aa_end": null,
"aa_length": 1607,
"cds_start": 4138,
"cds_end": null,
"cds_length": 4824,
"cdna_start": 5064,
"cdna_end": null,
"cdna_length": 6631,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4078C>G",
"hgvs_p": "p.Arg1360Gly",
"transcript": "NM_001406681.1",
"protein_id": "NP_001393610.1",
"transcript_support_level": null,
"aa_start": 1360,
"aa_end": null,
"aa_length": 1587,
"cds_start": 4078,
"cds_end": null,
"cds_length": 4764,
"cdna_start": 4633,
"cdna_end": null,
"cdna_length": 6200,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4069C>G",
"hgvs_p": "p.Arg1357Gly",
"transcript": "NM_001406682.1",
"protein_id": "NP_001393611.1",
"transcript_support_level": null,
"aa_start": 1357,
"aa_end": null,
"aa_length": 1584,
"cds_start": 4069,
"cds_end": null,
"cds_length": 4755,
"cdna_start": 4405,
"cdna_end": null,
"cdna_length": 5972,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4069C>G",
"hgvs_p": "p.Arg1357Gly",
"transcript": "NM_001406683.1",
"protein_id": "NP_001393612.1",
"transcript_support_level": null,
"aa_start": 1357,
"aa_end": null,
"aa_length": 1584,
"cds_start": 4069,
"cds_end": null,
"cds_length": 4755,
"cdna_start": 4995,
"cdna_end": null,
"cdna_length": 6562,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4066C>G",
"hgvs_p": "p.Arg1356Gly",
"transcript": "NM_001406684.1",
"protein_id": "NP_001393613.1",
"transcript_support_level": null,
"aa_start": 1356,
"aa_end": null,
"aa_length": 1583,
"cds_start": 4066,
"cds_end": null,
"cds_length": 4752,
"cdna_start": 4402,
"cdna_end": null,
"cdna_length": 5969,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4006C>G",
"hgvs_p": "p.Arg1336Gly",
"transcript": "NM_001318831.2",
"protein_id": "NP_001305760.1",
"transcript_support_level": null,
"aa_start": 1336,
"aa_end": null,
"aa_length": 1563,
"cds_start": 4006,
"cds_end": null,
"cds_length": 4692,
"cdna_start": 4342,
"cdna_end": null,
"cdna_length": 5909,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3940C>G",
"hgvs_p": "p.Arg1314Gly",
"transcript": "NM_001406685.1",
"protein_id": "NP_001393614.1",
"transcript_support_level": null,
"aa_start": 1314,
"aa_end": null,
"aa_length": 1541,
"cds_start": 3940,
"cds_end": null,
"cds_length": 4626,
"cdna_start": 4276,
"cdna_end": null,
"cdna_length": 5843,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3940C>G",
"hgvs_p": "p.Arg1314Gly",
"transcript": "NM_001406686.1",
"protein_id": "NP_001393615.1",
"transcript_support_level": null,
"aa_start": 1314,
"aa_end": null,
"aa_length": 1541,
"cds_start": 3940,
"cds_end": null,
"cds_length": 4626,
"cdna_start": 4109,
"cdna_end": null,
"cdna_length": 5676,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3937C>G",
"hgvs_p": "p.Arg1313Gly",
"transcript": "NM_001406687.1",
"protein_id": "NP_001393616.1",
"transcript_support_level": null,
"aa_start": 1313,
"aa_end": null,
"aa_length": 1540,
"cds_start": 3937,
"cds_end": null,
"cds_length": 4623,
"cdna_start": 4863,
"cdna_end": null,
"cdna_length": 6430,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3937C>G",
"hgvs_p": "p.Arg1313Gly",
"transcript": "NM_001406688.1",
"protein_id": "NP_001393617.1",
"transcript_support_level": null,
"aa_start": 1313,
"aa_end": null,
"aa_length": 1540,
"cds_start": 3937,
"cds_end": null,
"cds_length": 4623,
"cdna_start": 4273,
"cdna_end": null,
"cdna_length": 5840,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3325C>G",
"hgvs_p": "p.Arg1109Gly",
"transcript": "NM_001406689.1",
"protein_id": "NP_001393618.1",
"transcript_support_level": null,
"aa_start": 1109,
"aa_end": null,
"aa_length": 1336,
"cds_start": 3325,
"cds_end": null,
"cds_length": 4011,
"cdna_start": 4866,
"cdna_end": null,
"cdna_length": 6433,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3265C>G",
"hgvs_p": "p.Arg1089Gly",
"transcript": "NM_001406690.1",
"protein_id": "NP_001393619.1",
"transcript_support_level": null,
"aa_start": 1089,
"aa_end": null,
"aa_length": 1316,
"cds_start": 3265,
"cds_end": null,
"cds_length": 3951,
"cdna_start": 4806,
"cdna_end": null,
"cdna_length": 6373,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3262C>G",
"hgvs_p": "p.Arg1088Gly",
"transcript": "NM_001406691.1",
"protein_id": "NP_001393620.1",
"transcript_support_level": null,
"aa_start": 1088,
"aa_end": null,
"aa_length": 1315,
"cds_start": 3262,
"cds_end": null,
"cds_length": 3948,
"cdna_start": 4803,
"cdna_end": null,
"cdna_length": 6370,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3196C>G",
"hgvs_p": "p.Arg1066Gly",
"transcript": "NM_001406692.1",
"protein_id": "NP_001393621.1",
"transcript_support_level": null,
"aa_start": 1066,
"aa_end": null,
"aa_length": 1293,
"cds_start": 3196,
"cds_end": null,
"cds_length": 3882,
"cdna_start": 4737,
"cdna_end": null,
"cdna_length": 6304,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3196C>G",
"hgvs_p": "p.Arg1066Gly",
"transcript": "NM_001406693.1",
"protein_id": "NP_001393622.1",
"transcript_support_level": null,
"aa_start": 1066,
"aa_end": null,
"aa_length": 1293,
"cds_start": 3196,
"cds_end": null,
"cds_length": 3882,
"cdna_start": 5043,
"cdna_end": null,
"cdna_length": 6610,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3196C>G",
"hgvs_p": "p.Arg1066Gly",
"transcript": "NM_001406694.1",
"protein_id": "NP_001393623.1",
"transcript_support_level": null,
"aa_start": 1066,
"aa_end": null,
"aa_length": 1293,
"cds_start": 3196,
"cds_end": null,
"cds_length": 3882,
"cdna_start": 4618,
"cdna_end": null,
"cdna_length": 6185,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3193C>G",
"hgvs_p": "p.Arg1065Gly",
"transcript": "NM_001406695.1",
"protein_id": "NP_001393624.1",
"transcript_support_level": null,
"aa_start": 1065,
"aa_end": null,
"aa_length": 1292,
"cds_start": 3193,
"cds_end": null,
"cds_length": 3879,
"cdna_start": 4615,
"cdna_end": null,
"cdna_length": 6182,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3193C>G",
"hgvs_p": "p.Arg1065Gly",
"transcript": "NM_001406696.1",
"protein_id": "NP_001393625.1",
"transcript_support_level": null,
"aa_start": 1065,
"aa_end": null,
"aa_length": 1292,
"cds_start": 3193,
"cds_end": null,
"cds_length": 3879,
"cdna_start": 4722,
"cdna_end": null,
"cdna_length": 6289,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.3193C>G",
"hgvs_p": "p.Arg1065Gly",
"transcript": "NM_001406697.1",
"protein_id": "NP_001393626.1",
"transcript_support_level": null,
"aa_start": 1065,
"aa_end": null,
"aa_length": 1292,
"cds_start": 3193,
"cds_end": null,
"cds_length": 3879,
"cdna_start": 4734,
"cdna_end": null,
"cdna_length": 6301,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.2935C>G",
"hgvs_p": "p.Arg979Gly",
"transcript": "NM_001406698.1",
"protein_id": "NP_001393627.1",
"transcript_support_level": null,
"aa_start": 979,
"aa_end": null,
"aa_length": 1206,
"cds_start": 2935,
"cds_end": null,
"cds_length": 3621,
"cdna_start": 4652,
"cdna_end": null,
"cdna_length": 6219,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4792C>G",
"hgvs_p": "p.Arg1598Gly",
"transcript": "XM_011522636.3",
"protein_id": "XP_011520938.1",
"transcript_support_level": null,
"aa_start": 1598,
"aa_end": null,
"aa_length": 1825,
"cds_start": 4792,
"cds_end": null,
"cds_length": 5478,
"cdna_start": 4902,
"cdna_end": null,
"cdna_length": 6469,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4789C>G",
"hgvs_p": "p.Arg1597Gly",
"transcript": "XM_011522637.3",
"protein_id": "XP_011520939.1",
"transcript_support_level": null,
"aa_start": 1597,
"aa_end": null,
"aa_length": 1824,
"cds_start": 4789,
"cds_end": null,
"cds_length": 5475,
"cdna_start": 4899,
"cdna_end": null,
"cdna_length": 6466,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4681C>G",
"hgvs_p": "p.Arg1561Gly",
"transcript": "XM_011522638.3",
"protein_id": "XP_011520940.3",
"transcript_support_level": null,
"aa_start": 1561,
"aa_end": null,
"aa_length": 1788,
"cds_start": 4681,
"cds_end": null,
"cds_length": 5367,
"cdna_start": 4791,
"cdna_end": null,
"cdna_length": 6358,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "c.4663C>G",
"hgvs_p": "p.Arg1555Gly",
"transcript": "XM_011522639.3",
"protein_id": "XP_011520941.1",
"transcript_support_level": null,
"aa_start": 1555,
"aa_end": null,
"aa_length": 1782,
"cds_start": 4663,
"cds_end": null,
"cds_length": 5349,
"cdna_start": 4773,
"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": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.2496C>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": 34,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.*3087C>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": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.*12C>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": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.2620C>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": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.920C>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.335C>G",
"hgvs_p": null,
"transcript": "ENST00000642791.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1855,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.752C>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": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.2386C>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": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.220C>G",
"hgvs_p": null,
"transcript": "ENST00000644278.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 649,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.*5251C>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": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.2822C>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": 30,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.*7487C>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": 25,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.3553C>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": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.1990C>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": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.1961C>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": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.1851C>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": 34,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.5515C>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": 35,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.4690C>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": 37,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.4938C>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": 36,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.4866C>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": 35,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.4687C>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": 35,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.4647C>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": 34,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.*3087C>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": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.*12C>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": [
"3_prime_UTR_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.*5251C>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": 30,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.*7487C>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": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"hgvs_c": "n.-102C>G",
"hgvs_p": null,
"transcript": "ENST00000646557.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": 478,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TSC2",
"gene_hgnc_id": 12363,
"dbsnp": "rs777592623",
"frequency_reference_population": 6.8467455e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84675e-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.34407171607017517,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.622,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.2089,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.1,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 4.036,
"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": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM1,PM2,BP4",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 1,
"pathogenic_score": 4,
"criteria": [
"PM1",
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000219476.9",
"gene_symbol": "TSC2",
"hgnc_id": 12363,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.4738C>G",
"hgvs_p": "p.Arg1580Gly"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}