← 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-2084365-C-G (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=2084365&ref=C&alt=G&genome=hg38&allGenes=true"

API Response

json
{
  "variants": [
    {
      "chr": "16",
      "pos": 2084365,
      "ref": "C",
      "alt": "G",
      "effect": "synonymous_variant",
      "transcript": "ENST00000219476.9",
      "consequences": [
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_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.4143C>G",
          "hgvs_p": "p.Pro1381Pro",
          "transcript": "NM_000548.5",
          "protein_id": "NP_000539.2",
          "transcript_support_level": null,
          "aa_start": 1381,
          "aa_end": null,
          "aa_length": 1807,
          "cds_start": 4143,
          "cds_end": null,
          "cds_length": 5424,
          "cdna_start": 4253,
          "cdna_end": null,
          "cdna_length": 6415,
          "mane_select": "ENST00000219476.9",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.4143C>G",
          "hgvs_p": "p.Pro1381Pro",
          "transcript": "ENST00000219476.9",
          "protein_id": "ENSP00000219476.3",
          "transcript_support_level": 5,
          "aa_start": 1381,
          "aa_end": null,
          "aa_length": 1807,
          "cds_start": 4143,
          "cds_end": null,
          "cds_length": 5424,
          "cdna_start": 4253,
          "cdna_end": null,
          "cdna_length": 6415,
          "mane_select": "NM_000548.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.4074C>G",
          "hgvs_p": "p.Pro1358Pro",
          "transcript": "ENST00000350773.9",
          "protein_id": "ENSP00000344383.4",
          "transcript_support_level": 1,
          "aa_start": 1358,
          "aa_end": null,
          "aa_length": 1784,
          "cds_start": 4074,
          "cds_end": null,
          "cds_length": 5355,
          "cdna_start": 4149,
          "cdna_end": null,
          "cdna_length": 5538,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.3942C>G",
          "hgvs_p": "p.Pro1314Pro",
          "transcript": "ENST00000401874.7",
          "protein_id": "ENSP00000384468.2",
          "transcript_support_level": 1,
          "aa_start": 1314,
          "aa_end": null,
          "aa_length": 1740,
          "cds_start": 3942,
          "cds_end": null,
          "cds_length": 5223,
          "cdna_start": 4048,
          "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.*3310C>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.*3310C>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": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_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.4233C>G",
          "hgvs_p": "p.Pro1411Pro",
          "transcript": "ENST00000645186.2",
          "protein_id": "ENSP00000495110.2",
          "transcript_support_level": null,
          "aa_start": 1411,
          "aa_end": null,
          "aa_length": 1837,
          "cds_start": 4233,
          "cds_end": null,
          "cds_length": 5514,
          "cdna_start": 4343,
          "cdna_end": null,
          "cdna_length": 6505,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.4140C>G",
          "hgvs_p": "p.Pro1380Pro",
          "transcript": "NM_001406663.1",
          "protein_id": "NP_001393592.1",
          "transcript_support_level": null,
          "aa_start": 1380,
          "aa_end": null,
          "aa_length": 1806,
          "cds_start": 4140,
          "cds_end": null,
          "cds_length": 5421,
          "cdna_start": 4250,
          "cdna_end": null,
          "cdna_length": 6412,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.4140C>G",
          "hgvs_p": "p.Pro1380Pro",
          "transcript": "ENST00000642365.2",
          "protein_id": "ENSP00000495459.2",
          "transcript_support_level": null,
          "aa_start": 1380,
          "aa_end": null,
          "aa_length": 1806,
          "cds_start": 4140,
          "cds_end": null,
          "cds_length": 5421,
          "cdna_start": 4211,
          "cdna_end": null,
          "cdna_length": 5574,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.4143C>G",
          "hgvs_p": "p.Pro1381Pro",
          "transcript": "ENST00000646388.1",
          "protein_id": "ENSP00000495921.1",
          "transcript_support_level": null,
          "aa_start": 1381,
          "aa_end": null,
          "aa_length": 1805,
          "cds_start": 4143,
          "cds_end": null,
          "cds_length": 5418,
          "cdna_start": 4229,
          "cdna_end": null,
          "cdna_length": 5614,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.4074C>G",
          "hgvs_p": "p.Pro1358Pro",
          "transcript": "NM_001114382.3",
          "protein_id": "NP_001107854.1",
          "transcript_support_level": null,
          "aa_start": 1358,
          "aa_end": null,
          "aa_length": 1784,
          "cds_start": 4074,
          "cds_end": null,
          "cds_length": 5355,
          "cdna_start": 4184,
          "cdna_end": null,
          "cdna_length": 6346,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.4071C>G",
          "hgvs_p": "p.Pro1357Pro",
          "transcript": "NM_001406664.1",
          "protein_id": "NP_001393593.1",
          "transcript_support_level": null,
          "aa_start": 1357,
          "aa_end": null,
          "aa_length": 1783,
          "cds_start": 4071,
          "cds_end": null,
          "cds_length": 5352,
          "cdna_start": 4181,
          "cdna_end": null,
          "cdna_length": 6343,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.4074C>G",
          "hgvs_p": "p.Pro1358Pro",
          "transcript": "ENST00000643946.1",
          "protein_id": "ENSP00000495927.1",
          "transcript_support_level": null,
          "aa_start": 1358,
          "aa_end": null,
          "aa_length": 1782,
          "cds_start": 4074,
          "cds_end": null,
          "cds_length": 5349,
          "cdna_start": 4192,
          "cdna_end": null,
          "cdna_length": 6344,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.4065C>G",
          "hgvs_p": "p.Pro1355Pro",
          "transcript": "NM_001406665.1",
          "protein_id": "NP_001393594.1",
          "transcript_support_level": null,
          "aa_start": 1355,
          "aa_end": null,
          "aa_length": 1781,
          "cds_start": 4065,
          "cds_end": null,
          "cds_length": 5346,
          "cdna_start": 4175,
          "cdna_end": null,
          "cdna_length": 6337,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.4062C>G",
          "hgvs_p": "p.Pro1354Pro",
          "transcript": "ENST00000644399.1",
          "protein_id": "ENSP00000493990.1",
          "transcript_support_level": null,
          "aa_start": 1354,
          "aa_end": null,
          "aa_length": 1780,
          "cds_start": 4062,
          "cds_end": null,
          "cds_length": 5343,
          "cdna_start": 4064,
          "cdna_end": null,
          "cdna_length": 5445,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.4035C>G",
          "hgvs_p": "p.Pro1345Pro",
          "transcript": "NM_001406667.1",
          "protein_id": "NP_001393596.1",
          "transcript_support_level": null,
          "aa_start": 1345,
          "aa_end": null,
          "aa_length": 1771,
          "cds_start": 4035,
          "cds_end": null,
          "cds_length": 5316,
          "cdna_start": 4145,
          "cdna_end": null,
          "cdna_length": 6307,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.4032C>G",
          "hgvs_p": "p.Pro1344Pro",
          "transcript": "NM_001406668.1",
          "protein_id": "NP_001393597.1",
          "transcript_support_level": null,
          "aa_start": 1344,
          "aa_end": null,
          "aa_length": 1770,
          "cds_start": 4032,
          "cds_end": null,
          "cds_length": 5313,
          "cdna_start": 4142,
          "cdna_end": null,
          "cdna_length": 6304,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.3942C>G",
          "hgvs_p": "p.Pro1314Pro",
          "transcript": "ENST00000644329.1",
          "protein_id": "ENSP00000496611.1",
          "transcript_support_level": null,
          "aa_start": 1314,
          "aa_end": null,
          "aa_length": 1769,
          "cds_start": 3942,
          "cds_end": null,
          "cds_length": 5310,
          "cdna_start": 4004,
          "cdna_end": null,
          "cdna_length": 5453,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.4014C>G",
          "hgvs_p": "p.Pro1338Pro",
          "transcript": "NM_021055.3",
          "protein_id": "NP_066399.2",
          "transcript_support_level": null,
          "aa_start": 1338,
          "aa_end": null,
          "aa_length": 1764,
          "cds_start": 4014,
          "cds_end": null,
          "cds_length": 5295,
          "cdna_start": 4124,
          "cdna_end": null,
          "cdna_length": 6286,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.4014C>G",
          "hgvs_p": "p.Pro1338Pro",
          "transcript": "ENST00000644043.1",
          "protein_id": "ENSP00000496262.1",
          "transcript_support_level": null,
          "aa_start": 1338,
          "aa_end": null,
          "aa_length": 1764,
          "cds_start": 4014,
          "cds_end": null,
          "cds_length": 5295,
          "cdna_start": 4068,
          "cdna_end": null,
          "cdna_length": 5457,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.4011C>G",
          "hgvs_p": "p.Pro1337Pro",
          "transcript": "NM_001370404.1",
          "protein_id": "NP_001357333.1",
          "transcript_support_level": null,
          "aa_start": 1337,
          "aa_end": null,
          "aa_length": 1763,
          "cds_start": 4011,
          "cds_end": null,
          "cds_length": 5292,
          "cdna_start": 4121,
          "cdna_end": null,
          "cdna_length": 6283,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.4011C>G",
          "hgvs_p": "p.Pro1337Pro",
          "transcript": "ENST00000642936.1",
          "protein_id": "ENSP00000494514.1",
          "transcript_support_level": null,
          "aa_start": 1337,
          "aa_end": null,
          "aa_length": 1763,
          "cds_start": 4011,
          "cds_end": null,
          "cds_length": 5292,
          "cdna_start": 4120,
          "cdna_end": null,
          "cdna_length": 5507,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.4014C>G",
          "hgvs_p": "p.Pro1338Pro",
          "transcript": "NM_001370405.1",
          "protein_id": "NP_001357334.1",
          "transcript_support_level": null,
          "aa_start": 1338,
          "aa_end": null,
          "aa_length": 1760,
          "cds_start": 4014,
          "cds_end": null,
          "cds_length": 5283,
          "cdna_start": 4124,
          "cdna_end": null,
          "cdna_length": 6274,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.4014C>G",
          "hgvs_p": "p.Pro1338Pro",
          "transcript": "ENST00000642561.1",
          "protein_id": "ENSP00000495099.1",
          "transcript_support_level": null,
          "aa_start": 1338,
          "aa_end": null,
          "aa_length": 1760,
          "cds_start": 4014,
          "cds_end": null,
          "cds_length": 5283,
          "cdna_start": 4066,
          "cdna_end": null,
          "cdna_length": 5396,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.3990C>G",
          "hgvs_p": "p.Pro1330Pro",
          "transcript": "ENST00000642206.2",
          "protein_id": "ENSP00000495146.2",
          "transcript_support_level": null,
          "aa_start": 1330,
          "aa_end": null,
          "aa_length": 1756,
          "cds_start": 3990,
          "cds_end": null,
          "cds_length": 5271,
          "cdna_start": 4106,
          "cdna_end": null,
          "cdna_length": 5485,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.3975C>G",
          "hgvs_p": "p.Pro1325Pro",
          "transcript": "NM_001318832.2",
          "protein_id": "NP_001305761.1",
          "transcript_support_level": null,
          "aa_start": 1325,
          "aa_end": null,
          "aa_length": 1751,
          "cds_start": 3975,
          "cds_end": null,
          "cds_length": 5256,
          "cdna_start": 4043,
          "cdna_end": null,
          "cdna_length": 6205,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.3975C>G",
          "hgvs_p": "p.Pro1325Pro",
          "transcript": "ENST00000568454.6",
          "protein_id": "ENSP00000454487.1",
          "transcript_support_level": 2,
          "aa_start": 1325,
          "aa_end": null,
          "aa_length": 1751,
          "cds_start": 3975,
          "cds_end": null,
          "cds_length": 5256,
          "cdna_start": 4043,
          "cdna_end": null,
          "cdna_length": 5429,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.3963C>G",
          "hgvs_p": "p.Pro1321Pro",
          "transcript": "NM_001406670.1",
          "protein_id": "NP_001393599.1",
          "transcript_support_level": null,
          "aa_start": 1321,
          "aa_end": null,
          "aa_length": 1747,
          "cds_start": 3963,
          "cds_end": null,
          "cds_length": 5244,
          "cdna_start": 4073,
          "cdna_end": null,
          "cdna_length": 6235,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.3945C>G",
          "hgvs_p": "p.Pro1315Pro",
          "transcript": "NM_001363528.2",
          "protein_id": "NP_001350457.1",
          "transcript_support_level": null,
          "aa_start": 1315,
          "aa_end": null,
          "aa_length": 1741,
          "cds_start": 3945,
          "cds_end": null,
          "cds_length": 5226,
          "cdna_start": 4055,
          "cdna_end": null,
          "cdna_length": 6217,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.3945C>G",
          "hgvs_p": "p.Pro1315Pro",
          "transcript": "ENST00000642797.1",
          "protein_id": "ENSP00000493846.1",
          "transcript_support_level": null,
          "aa_start": 1315,
          "aa_end": null,
          "aa_length": 1741,
          "cds_start": 3945,
          "cds_end": null,
          "cds_length": 5226,
          "cdna_start": 3999,
          "cdna_end": null,
          "cdna_length": 5388,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.3942C>G",
          "hgvs_p": "p.Pro1314Pro",
          "transcript": "NM_001077183.3",
          "protein_id": "NP_001070651.1",
          "transcript_support_level": null,
          "aa_start": 1314,
          "aa_end": null,
          "aa_length": 1740,
          "cds_start": 3942,
          "cds_end": null,
          "cds_length": 5223,
          "cdna_start": 4052,
          "cdna_end": null,
          "cdna_length": 6214,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.3945C>G",
          "hgvs_p": "p.Pro1315Pro",
          "transcript": "ENST00000644335.1",
          "protein_id": "ENSP00000496317.1",
          "transcript_support_level": null,
          "aa_start": 1315,
          "aa_end": null,
          "aa_length": 1739,
          "cds_start": 3945,
          "cds_end": null,
          "cds_length": 5220,
          "cdna_start": 4045,
          "cdna_end": null,
          "cdna_length": 5433,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.3942C>G",
          "hgvs_p": "p.Pro1314Pro",
          "transcript": "ENST00000643088.1",
          "protein_id": "ENSP00000494747.1",
          "transcript_support_level": null,
          "aa_start": 1314,
          "aa_end": null,
          "aa_length": 1738,
          "cds_start": 3942,
          "cds_end": null,
          "cds_length": 5217,
          "cdna_start": 4060,
          "cdna_end": null,
          "cdna_length": 5970,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.3933C>G",
          "hgvs_p": "p.Pro1311Pro",
          "transcript": "NM_001406671.1",
          "protein_id": "NP_001393600.1",
          "transcript_support_level": null,
          "aa_start": 1311,
          "aa_end": null,
          "aa_length": 1737,
          "cds_start": 3933,
          "cds_end": null,
          "cds_length": 5214,
          "cdna_start": 4043,
          "cdna_end": null,
          "cdna_length": 6205,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.3930C>G",
          "hgvs_p": "p.Pro1310Pro",
          "transcript": "NM_001406673.1",
          "protein_id": "NP_001393602.1",
          "transcript_support_level": null,
          "aa_start": 1310,
          "aa_end": null,
          "aa_length": 1736,
          "cds_start": 3930,
          "cds_end": null,
          "cds_length": 5211,
          "cdna_start": 4040,
          "cdna_end": null,
          "cdna_length": 6202,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.3927C>G",
          "hgvs_p": "p.Pro1309Pro",
          "transcript": "NM_001406675.1",
          "protein_id": "NP_001393604.1",
          "transcript_support_level": null,
          "aa_start": 1309,
          "aa_end": null,
          "aa_length": 1735,
          "cds_start": 3927,
          "cds_end": null,
          "cds_length": 5208,
          "cdna_start": 4017,
          "cdna_end": null,
          "cdna_length": 6179,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.3924C>G",
          "hgvs_p": "p.Pro1308Pro",
          "transcript": "NM_001406676.1",
          "protein_id": "NP_001393605.1",
          "transcript_support_level": null,
          "aa_start": 1308,
          "aa_end": null,
          "aa_length": 1734,
          "cds_start": 3924,
          "cds_end": null,
          "cds_length": 5205,
          "cdna_start": 4014,
          "cdna_end": null,
          "cdna_length": 6176,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.3885C>G",
          "hgvs_p": "p.Pro1295Pro",
          "transcript": "NM_001406677.1",
          "protein_id": "NP_001393606.1",
          "transcript_support_level": null,
          "aa_start": 1295,
          "aa_end": null,
          "aa_length": 1721,
          "cds_start": 3885,
          "cds_end": null,
          "cds_length": 5166,
          "cdna_start": 3975,
          "cdna_end": null,
          "cdna_length": 6137,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.3834C>G",
          "hgvs_p": "p.Pro1278Pro",
          "transcript": "NM_001318827.2",
          "protein_id": "NP_001305756.1",
          "transcript_support_level": null,
          "aa_start": 1278,
          "aa_end": null,
          "aa_length": 1704,
          "cds_start": 3834,
          "cds_end": null,
          "cds_length": 5115,
          "cdna_start": 3944,
          "cdna_end": null,
          "cdna_length": 6106,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.3834C>G",
          "hgvs_p": "p.Pro1278Pro",
          "transcript": "ENST00000439673.6",
          "protein_id": "ENSP00000399232.2",
          "transcript_support_level": 2,
          "aa_start": 1278,
          "aa_end": null,
          "aa_length": 1704,
          "cds_start": 3834,
          "cds_end": null,
          "cds_length": 5115,
          "cdna_start": 3915,
          "cdna_end": null,
          "cdna_length": 5287,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.3831C>G",
          "hgvs_p": "p.Pro1277Pro",
          "transcript": "NM_001406678.1",
          "protein_id": "NP_001393607.1",
          "transcript_support_level": null,
          "aa_start": 1277,
          "aa_end": null,
          "aa_length": 1703,
          "cds_start": 3831,
          "cds_end": null,
          "cds_length": 5112,
          "cdna_start": 3941,
          "cdna_end": null,
          "cdna_length": 6103,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.3798C>G",
          "hgvs_p": "p.Pro1266Pro",
          "transcript": "NM_001318829.2",
          "protein_id": "NP_001305758.1",
          "transcript_support_level": null,
          "aa_start": 1266,
          "aa_end": null,
          "aa_length": 1692,
          "cds_start": 3798,
          "cds_end": null,
          "cds_length": 5079,
          "cdna_start": 3888,
          "cdna_end": null,
          "cdna_length": 6050,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.3798C>G",
          "hgvs_p": "p.Pro1266Pro",
          "transcript": "ENST00000382538.10",
          "protein_id": "ENSP00000371978.6",
          "transcript_support_level": 2,
          "aa_start": 1266,
          "aa_end": null,
          "aa_length": 1692,
          "cds_start": 3798,
          "cds_end": null,
          "cds_length": 5079,
          "cdna_start": 3893,
          "cdna_end": null,
          "cdna_length": 5264,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.3795C>G",
          "hgvs_p": "p.Pro1265Pro",
          "transcript": "NM_001406679.1",
          "protein_id": "NP_001393608.1",
          "transcript_support_level": null,
          "aa_start": 1265,
          "aa_end": null,
          "aa_length": 1691,
          "cds_start": 3795,
          "cds_end": null,
          "cds_length": 5076,
          "cdna_start": 3885,
          "cdna_end": null,
          "cdna_length": 6047,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.3543C>G",
          "hgvs_p": "p.Pro1181Pro",
          "transcript": "NM_001406680.1",
          "protein_id": "NP_001393609.1",
          "transcript_support_level": null,
          "aa_start": 1181,
          "aa_end": null,
          "aa_length": 1607,
          "cds_start": 3543,
          "cds_end": null,
          "cds_length": 4824,
          "cdna_start": 4469,
          "cdna_end": null,
          "cdna_length": 6631,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.3483C>G",
          "hgvs_p": "p.Pro1161Pro",
          "transcript": "NM_001406681.1",
          "protein_id": "NP_001393610.1",
          "transcript_support_level": null,
          "aa_start": 1161,
          "aa_end": null,
          "aa_length": 1587,
          "cds_start": 3483,
          "cds_end": null,
          "cds_length": 4764,
          "cdna_start": 4038,
          "cdna_end": null,
          "cdna_length": 6200,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.3474C>G",
          "hgvs_p": "p.Pro1158Pro",
          "transcript": "NM_001406682.1",
          "protein_id": "NP_001393611.1",
          "transcript_support_level": null,
          "aa_start": 1158,
          "aa_end": null,
          "aa_length": 1584,
          "cds_start": 3474,
          "cds_end": null,
          "cds_length": 4755,
          "cdna_start": 3810,
          "cdna_end": null,
          "cdna_length": 5972,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.3474C>G",
          "hgvs_p": "p.Pro1158Pro",
          "transcript": "NM_001406683.1",
          "protein_id": "NP_001393612.1",
          "transcript_support_level": null,
          "aa_start": 1158,
          "aa_end": null,
          "aa_length": 1584,
          "cds_start": 3474,
          "cds_end": null,
          "cds_length": 4755,
          "cdna_start": 4400,
          "cdna_end": null,
          "cdna_length": 6562,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.3471C>G",
          "hgvs_p": "p.Pro1157Pro",
          "transcript": "NM_001406684.1",
          "protein_id": "NP_001393613.1",
          "transcript_support_level": null,
          "aa_start": 1157,
          "aa_end": null,
          "aa_length": 1583,
          "cds_start": 3471,
          "cds_end": null,
          "cds_length": 4752,
          "cdna_start": 3807,
          "cdna_end": null,
          "cdna_length": 5969,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.3411C>G",
          "hgvs_p": "p.Pro1137Pro",
          "transcript": "NM_001318831.2",
          "protein_id": "NP_001305760.1",
          "transcript_support_level": null,
          "aa_start": 1137,
          "aa_end": null,
          "aa_length": 1563,
          "cds_start": 3411,
          "cds_end": null,
          "cds_length": 4692,
          "cdna_start": 3747,
          "cdna_end": null,
          "cdna_length": 5909,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.3345C>G",
          "hgvs_p": "p.Pro1115Pro",
          "transcript": "NM_001406685.1",
          "protein_id": "NP_001393614.1",
          "transcript_support_level": null,
          "aa_start": 1115,
          "aa_end": null,
          "aa_length": 1541,
          "cds_start": 3345,
          "cds_end": null,
          "cds_length": 4626,
          "cdna_start": 3681,
          "cdna_end": null,
          "cdna_length": 5843,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.3345C>G",
          "hgvs_p": "p.Pro1115Pro",
          "transcript": "NM_001406686.1",
          "protein_id": "NP_001393615.1",
          "transcript_support_level": null,
          "aa_start": 1115,
          "aa_end": null,
          "aa_length": 1541,
          "cds_start": 3345,
          "cds_end": null,
          "cds_length": 4626,
          "cdna_start": 3514,
          "cdna_end": null,
          "cdna_length": 5676,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.3342C>G",
          "hgvs_p": "p.Pro1114Pro",
          "transcript": "NM_001406687.1",
          "protein_id": "NP_001393616.1",
          "transcript_support_level": null,
          "aa_start": 1114,
          "aa_end": null,
          "aa_length": 1540,
          "cds_start": 3342,
          "cds_end": null,
          "cds_length": 4623,
          "cdna_start": 4268,
          "cdna_end": null,
          "cdna_length": 6430,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.3342C>G",
          "hgvs_p": "p.Pro1114Pro",
          "transcript": "NM_001406688.1",
          "protein_id": "NP_001393617.1",
          "transcript_support_level": null,
          "aa_start": 1114,
          "aa_end": null,
          "aa_length": 1540,
          "cds_start": 3342,
          "cds_end": null,
          "cds_length": 4623,
          "cdna_start": 3678,
          "cdna_end": null,
          "cdna_length": 5840,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.2730C>G",
          "hgvs_p": "p.Pro910Pro",
          "transcript": "NM_001406689.1",
          "protein_id": "NP_001393618.1",
          "transcript_support_level": null,
          "aa_start": 910,
          "aa_end": null,
          "aa_length": 1336,
          "cds_start": 2730,
          "cds_end": null,
          "cds_length": 4011,
          "cdna_start": 4271,
          "cdna_end": null,
          "cdna_length": 6433,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.2670C>G",
          "hgvs_p": "p.Pro890Pro",
          "transcript": "NM_001406690.1",
          "protein_id": "NP_001393619.1",
          "transcript_support_level": null,
          "aa_start": 890,
          "aa_end": null,
          "aa_length": 1316,
          "cds_start": 2670,
          "cds_end": null,
          "cds_length": 3951,
          "cdna_start": 4211,
          "cdna_end": null,
          "cdna_length": 6373,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.2667C>G",
          "hgvs_p": "p.Pro889Pro",
          "transcript": "NM_001406691.1",
          "protein_id": "NP_001393620.1",
          "transcript_support_level": null,
          "aa_start": 889,
          "aa_end": null,
          "aa_length": 1315,
          "cds_start": 2667,
          "cds_end": null,
          "cds_length": 3948,
          "cdna_start": 4208,
          "cdna_end": null,
          "cdna_length": 6370,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.2601C>G",
          "hgvs_p": "p.Pro867Pro",
          "transcript": "NM_001406692.1",
          "protein_id": "NP_001393621.1",
          "transcript_support_level": null,
          "aa_start": 867,
          "aa_end": null,
          "aa_length": 1293,
          "cds_start": 2601,
          "cds_end": null,
          "cds_length": 3882,
          "cdna_start": 4142,
          "cdna_end": null,
          "cdna_length": 6304,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.2601C>G",
          "hgvs_p": "p.Pro867Pro",
          "transcript": "NM_001406693.1",
          "protein_id": "NP_001393622.1",
          "transcript_support_level": null,
          "aa_start": 867,
          "aa_end": null,
          "aa_length": 1293,
          "cds_start": 2601,
          "cds_end": null,
          "cds_length": 3882,
          "cdna_start": 4448,
          "cdna_end": null,
          "cdna_length": 6610,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.2601C>G",
          "hgvs_p": "p.Pro867Pro",
          "transcript": "NM_001406694.1",
          "protein_id": "NP_001393623.1",
          "transcript_support_level": null,
          "aa_start": 867,
          "aa_end": null,
          "aa_length": 1293,
          "cds_start": 2601,
          "cds_end": null,
          "cds_length": 3882,
          "cdna_start": 4023,
          "cdna_end": null,
          "cdna_length": 6185,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.2598C>G",
          "hgvs_p": "p.Pro866Pro",
          "transcript": "NM_001406695.1",
          "protein_id": "NP_001393624.1",
          "transcript_support_level": null,
          "aa_start": 866,
          "aa_end": null,
          "aa_length": 1292,
          "cds_start": 2598,
          "cds_end": null,
          "cds_length": 3879,
          "cdna_start": 4020,
          "cdna_end": null,
          "cdna_length": 6182,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.2598C>G",
          "hgvs_p": "p.Pro866Pro",
          "transcript": "NM_001406696.1",
          "protein_id": "NP_001393625.1",
          "transcript_support_level": null,
          "aa_start": 866,
          "aa_end": null,
          "aa_length": 1292,
          "cds_start": 2598,
          "cds_end": null,
          "cds_length": 3879,
          "cdna_start": 4127,
          "cdna_end": null,
          "cdna_length": 6289,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.2598C>G",
          "hgvs_p": "p.Pro866Pro",
          "transcript": "NM_001406697.1",
          "protein_id": "NP_001393626.1",
          "transcript_support_level": null,
          "aa_start": 866,
          "aa_end": null,
          "aa_length": 1292,
          "cds_start": 2598,
          "cds_end": null,
          "cds_length": 3879,
          "cdna_start": 4139,
          "cdna_end": null,
          "cdna_length": 6301,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.2340C>G",
          "hgvs_p": "p.Pro780Pro",
          "transcript": "NM_001406698.1",
          "protein_id": "NP_001393627.1",
          "transcript_support_level": null,
          "aa_start": 780,
          "aa_end": null,
          "aa_length": 1206,
          "cds_start": 2340,
          "cds_end": null,
          "cds_length": 3621,
          "cdna_start": 4057,
          "cdna_end": null,
          "cdna_length": 6219,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.4197C>G",
          "hgvs_p": "p.Pro1399Pro",
          "transcript": "XM_011522636.3",
          "protein_id": "XP_011520938.1",
          "transcript_support_level": null,
          "aa_start": 1399,
          "aa_end": null,
          "aa_length": 1825,
          "cds_start": 4197,
          "cds_end": null,
          "cds_length": 5478,
          "cdna_start": 4307,
          "cdna_end": null,
          "cdna_length": 6469,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.4194C>G",
          "hgvs_p": "p.Pro1398Pro",
          "transcript": "XM_011522637.3",
          "protein_id": "XP_011520939.1",
          "transcript_support_level": null,
          "aa_start": 1398,
          "aa_end": null,
          "aa_length": 1824,
          "cds_start": 4194,
          "cds_end": null,
          "cds_length": 5475,
          "cdna_start": 4304,
          "cdna_end": null,
          "cdna_length": 6466,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.4086C>G",
          "hgvs_p": "p.Pro1362Pro",
          "transcript": "XM_011522638.3",
          "protein_id": "XP_011520940.3",
          "transcript_support_level": null,
          "aa_start": 1362,
          "aa_end": null,
          "aa_length": 1788,
          "cds_start": 4086,
          "cds_end": null,
          "cds_length": 5367,
          "cdna_start": 4196,
          "cdna_end": null,
          "cdna_length": 6358,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 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.4068C>G",
          "hgvs_p": "p.Pro1356Pro",
          "transcript": "XM_011522639.3",
          "protein_id": "XP_011520941.1",
          "transcript_support_level": null,
          "aa_start": 1356,
          "aa_end": null,
          "aa_length": 1782,
          "cds_start": 4068,
          "cds_end": null,
          "cds_length": 5349,
          "cdna_start": 4178,
          "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.1901C>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.*2492C>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.378C>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.2025C>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.325C>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.157C>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.1791C>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": 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.*4523C>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.2227C>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.*6892C>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.2958C>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.1395C>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.1366C>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.1256C>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.4920C>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.4095C>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.4343C>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.4271C>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.4092C>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.4052C>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.*2492C>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.*4523C>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.*6892C>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": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "n.*68C>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
        }
      ],
      "gene_symbol": "TSC2",
      "gene_hgnc_id": 12363,
      "dbsnp": "rs1555514056",
      "frequency_reference_population": 6.847889e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 6.84789e-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.5,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0.009999999776482582,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.5,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.283,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.01,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -3,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Strong,BP7",
      "acmg_by_gene": [
        {
          "score": -3,
          "benign_score": 5,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Strong",
            "BP7"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000219476.9",
          "gene_symbol": "TSC2",
          "hgnc_id": 12363,
          "effects": [
            "synonymous_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.4143C>G",
          "hgvs_p": "p.Pro1381Pro"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}