← 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-2088270-T-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "16",
      "pos": 2088270,
      "ref": "T",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "ENST00000219476.9",
      "consequences": [
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.5204T>A",
          "hgvs_p": "p.Ile1735Asn",
          "transcript": "NM_000548.5",
          "protein_id": "NP_000539.2",
          "transcript_support_level": null,
          "aa_start": 1735,
          "aa_end": null,
          "aa_length": 1807,
          "cds_start": 5204,
          "cds_end": null,
          "cds_length": 5424,
          "cdna_start": 5314,
          "cdna_end": null,
          "cdna_length": 6415,
          "mane_select": "ENST00000219476.9",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.5204T>A",
          "hgvs_p": "p.Ile1735Asn",
          "transcript": "ENST00000219476.9",
          "protein_id": "ENSP00000219476.3",
          "transcript_support_level": 5,
          "aa_start": 1735,
          "aa_end": null,
          "aa_length": 1807,
          "cds_start": 5204,
          "cds_end": null,
          "cds_length": 5424,
          "cdna_start": 5314,
          "cdna_end": null,
          "cdna_length": 6415,
          "mane_select": "NM_000548.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 40,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.5135T>A",
          "hgvs_p": "p.Ile1712Asn",
          "transcript": "ENST00000350773.9",
          "protein_id": "ENSP00000344383.4",
          "transcript_support_level": 1,
          "aa_start": 1712,
          "aa_end": null,
          "aa_length": 1784,
          "cds_start": 5135,
          "cds_end": null,
          "cds_length": 5355,
          "cdna_start": 5210,
          "cdna_end": null,
          "cdna_length": 5538,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.5003T>A",
          "hgvs_p": "p.Ile1668Asn",
          "transcript": "ENST00000401874.7",
          "protein_id": "ENSP00000384468.2",
          "transcript_support_level": 1,
          "aa_start": 1668,
          "aa_end": null,
          "aa_length": 1740,
          "cds_start": 5003,
          "cds_end": null,
          "cds_length": 5223,
          "cdna_start": 5109,
          "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": 37,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "n.*4371T>A",
          "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": 37,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "n.*4371T>A",
          "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": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.5294T>A",
          "hgvs_p": "p.Ile1765Asn",
          "transcript": "ENST00000645186.2",
          "protein_id": "ENSP00000495110.2",
          "transcript_support_level": null,
          "aa_start": 1765,
          "aa_end": null,
          "aa_length": 1837,
          "cds_start": 5294,
          "cds_end": null,
          "cds_length": 5514,
          "cdna_start": 5404,
          "cdna_end": null,
          "cdna_length": 6505,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.5201T>A",
          "hgvs_p": "p.Ile1734Asn",
          "transcript": "NM_001406663.1",
          "protein_id": "NP_001393592.1",
          "transcript_support_level": null,
          "aa_start": 1734,
          "aa_end": null,
          "aa_length": 1806,
          "cds_start": 5201,
          "cds_end": null,
          "cds_length": 5421,
          "cdna_start": 5311,
          "cdna_end": null,
          "cdna_length": 6412,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.5201T>A",
          "hgvs_p": "p.Ile1734Asn",
          "transcript": "ENST00000642365.2",
          "protein_id": "ENSP00000495459.2",
          "transcript_support_level": null,
          "aa_start": 1734,
          "aa_end": null,
          "aa_length": 1806,
          "cds_start": 5201,
          "cds_end": null,
          "cds_length": 5421,
          "cdna_start": 5272,
          "cdna_end": null,
          "cdna_length": 5574,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.5198T>A",
          "hgvs_p": "p.Ile1733Asn",
          "transcript": "ENST00000646388.1",
          "protein_id": "ENSP00000495921.1",
          "transcript_support_level": null,
          "aa_start": 1733,
          "aa_end": null,
          "aa_length": 1805,
          "cds_start": 5198,
          "cds_end": null,
          "cds_length": 5418,
          "cdna_start": 5284,
          "cdna_end": null,
          "cdna_length": 5614,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 40,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.5135T>A",
          "hgvs_p": "p.Ile1712Asn",
          "transcript": "NM_001114382.3",
          "protein_id": "NP_001107854.1",
          "transcript_support_level": null,
          "aa_start": 1712,
          "aa_end": null,
          "aa_length": 1784,
          "cds_start": 5135,
          "cds_end": null,
          "cds_length": 5355,
          "cdna_start": 5245,
          "cdna_end": null,
          "cdna_length": 6346,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 40,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.5132T>A",
          "hgvs_p": "p.Ile1711Asn",
          "transcript": "NM_001406664.1",
          "protein_id": "NP_001393593.1",
          "transcript_support_level": null,
          "aa_start": 1711,
          "aa_end": null,
          "aa_length": 1783,
          "cds_start": 5132,
          "cds_end": null,
          "cds_length": 5352,
          "cdna_start": 5242,
          "cdna_end": null,
          "cdna_length": 6343,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 40,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.5129T>A",
          "hgvs_p": "p.Ile1710Asn",
          "transcript": "ENST00000643946.1",
          "protein_id": "ENSP00000495927.1",
          "transcript_support_level": null,
          "aa_start": 1710,
          "aa_end": null,
          "aa_length": 1782,
          "cds_start": 5129,
          "cds_end": null,
          "cds_length": 5349,
          "cdna_start": 5247,
          "cdna_end": null,
          "cdna_length": 6344,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 40,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.5126T>A",
          "hgvs_p": "p.Ile1709Asn",
          "transcript": "NM_001406665.1",
          "protein_id": "NP_001393594.1",
          "transcript_support_level": null,
          "aa_start": 1709,
          "aa_end": null,
          "aa_length": 1781,
          "cds_start": 5126,
          "cds_end": null,
          "cds_length": 5346,
          "cdna_start": 5236,
          "cdna_end": null,
          "cdna_length": 6337,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.5123T>A",
          "hgvs_p": "p.Ile1708Asn",
          "transcript": "ENST00000644399.1",
          "protein_id": "ENSP00000493990.1",
          "transcript_support_level": null,
          "aa_start": 1708,
          "aa_end": null,
          "aa_length": 1780,
          "cds_start": 5123,
          "cds_end": null,
          "cds_length": 5343,
          "cdna_start": 5125,
          "cdna_end": null,
          "cdna_length": 5445,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.5096T>A",
          "hgvs_p": "p.Ile1699Asn",
          "transcript": "NM_001406667.1",
          "protein_id": "NP_001393596.1",
          "transcript_support_level": null,
          "aa_start": 1699,
          "aa_end": null,
          "aa_length": 1771,
          "cds_start": 5096,
          "cds_end": null,
          "cds_length": 5316,
          "cdna_start": 5206,
          "cdna_end": null,
          "cdna_length": 6307,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.5093T>A",
          "hgvs_p": "p.Ile1698Asn",
          "transcript": "NM_001406668.1",
          "protein_id": "NP_001393597.1",
          "transcript_support_level": null,
          "aa_start": 1698,
          "aa_end": null,
          "aa_length": 1770,
          "cds_start": 5093,
          "cds_end": null,
          "cds_length": 5313,
          "cdna_start": 5203,
          "cdna_end": null,
          "cdna_length": 6304,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.5090T>A",
          "hgvs_p": "p.Ile1697Asn",
          "transcript": "ENST00000644329.1",
          "protein_id": "ENSP00000496611.1",
          "transcript_support_level": null,
          "aa_start": 1697,
          "aa_end": null,
          "aa_length": 1769,
          "cds_start": 5090,
          "cds_end": null,
          "cds_length": 5310,
          "cdna_start": 5152,
          "cdna_end": null,
          "cdna_length": 5453,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 40,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.5075T>A",
          "hgvs_p": "p.Ile1692Asn",
          "transcript": "NM_021055.3",
          "protein_id": "NP_066399.2",
          "transcript_support_level": null,
          "aa_start": 1692,
          "aa_end": null,
          "aa_length": 1764,
          "cds_start": 5075,
          "cds_end": null,
          "cds_length": 5295,
          "cdna_start": 5185,
          "cdna_end": null,
          "cdna_length": 6286,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 40,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.5075T>A",
          "hgvs_p": "p.Ile1692Asn",
          "transcript": "ENST00000644043.1",
          "protein_id": "ENSP00000496262.1",
          "transcript_support_level": null,
          "aa_start": 1692,
          "aa_end": null,
          "aa_length": 1764,
          "cds_start": 5075,
          "cds_end": null,
          "cds_length": 5295,
          "cdna_start": 5129,
          "cdna_end": null,
          "cdna_length": 5457,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 40,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.5072T>A",
          "hgvs_p": "p.Ile1691Asn",
          "transcript": "NM_001370404.1",
          "protein_id": "NP_001357333.1",
          "transcript_support_level": null,
          "aa_start": 1691,
          "aa_end": null,
          "aa_length": 1763,
          "cds_start": 5072,
          "cds_end": null,
          "cds_length": 5292,
          "cdna_start": 5182,
          "cdna_end": null,
          "cdna_length": 6283,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 40,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.5072T>A",
          "hgvs_p": "p.Ile1691Asn",
          "transcript": "ENST00000642936.1",
          "protein_id": "ENSP00000494514.1",
          "transcript_support_level": null,
          "aa_start": 1691,
          "aa_end": null,
          "aa_length": 1763,
          "cds_start": 5072,
          "cds_end": null,
          "cds_length": 5292,
          "cdna_start": 5181,
          "cdna_end": null,
          "cdna_length": 5507,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 40,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.5063T>A",
          "hgvs_p": "p.Ile1688Asn",
          "transcript": "NM_001370405.1",
          "protein_id": "NP_001357334.1",
          "transcript_support_level": null,
          "aa_start": 1688,
          "aa_end": null,
          "aa_length": 1760,
          "cds_start": 5063,
          "cds_end": null,
          "cds_length": 5283,
          "cdna_start": 5173,
          "cdna_end": null,
          "cdna_length": 6274,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 40,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.5063T>A",
          "hgvs_p": "p.Ile1688Asn",
          "transcript": "ENST00000642561.1",
          "protein_id": "ENSP00000495099.1",
          "transcript_support_level": null,
          "aa_start": 1688,
          "aa_end": null,
          "aa_length": 1760,
          "cds_start": 5063,
          "cds_end": null,
          "cds_length": 5283,
          "cdna_start": 5115,
          "cdna_end": null,
          "cdna_length": 5396,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.5051T>A",
          "hgvs_p": "p.Ile1684Asn",
          "transcript": "ENST00000642206.2",
          "protein_id": "ENSP00000495146.2",
          "transcript_support_level": null,
          "aa_start": 1684,
          "aa_end": null,
          "aa_length": 1756,
          "cds_start": 5051,
          "cds_end": null,
          "cds_length": 5271,
          "cdna_start": 5167,
          "cdna_end": null,
          "cdna_length": 5485,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.5036T>A",
          "hgvs_p": "p.Ile1679Asn",
          "transcript": "NM_001318832.2",
          "protein_id": "NP_001305761.1",
          "transcript_support_level": null,
          "aa_start": 1679,
          "aa_end": null,
          "aa_length": 1751,
          "cds_start": 5036,
          "cds_end": null,
          "cds_length": 5256,
          "cdna_start": 5104,
          "cdna_end": null,
          "cdna_length": 6205,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.5036T>A",
          "hgvs_p": "p.Ile1679Asn",
          "transcript": "ENST00000568454.6",
          "protein_id": "ENSP00000454487.1",
          "transcript_support_level": 2,
          "aa_start": 1679,
          "aa_end": null,
          "aa_length": 1751,
          "cds_start": 5036,
          "cds_end": null,
          "cds_length": 5256,
          "cdna_start": 5104,
          "cdna_end": null,
          "cdna_length": 5429,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.5024T>A",
          "hgvs_p": "p.Ile1675Asn",
          "transcript": "NM_001406670.1",
          "protein_id": "NP_001393599.1",
          "transcript_support_level": null,
          "aa_start": 1675,
          "aa_end": null,
          "aa_length": 1747,
          "cds_start": 5024,
          "cds_end": null,
          "cds_length": 5244,
          "cdna_start": 5134,
          "cdna_end": null,
          "cdna_length": 6235,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.5006T>A",
          "hgvs_p": "p.Ile1669Asn",
          "transcript": "NM_001363528.2",
          "protein_id": "NP_001350457.1",
          "transcript_support_level": null,
          "aa_start": 1669,
          "aa_end": null,
          "aa_length": 1741,
          "cds_start": 5006,
          "cds_end": null,
          "cds_length": 5226,
          "cdna_start": 5116,
          "cdna_end": null,
          "cdna_length": 6217,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.5006T>A",
          "hgvs_p": "p.Ile1669Asn",
          "transcript": "ENST00000642797.1",
          "protein_id": "ENSP00000493846.1",
          "transcript_support_level": null,
          "aa_start": 1669,
          "aa_end": null,
          "aa_length": 1741,
          "cds_start": 5006,
          "cds_end": null,
          "cds_length": 5226,
          "cdna_start": 5060,
          "cdna_end": null,
          "cdna_length": 5388,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.5003T>A",
          "hgvs_p": "p.Ile1668Asn",
          "transcript": "NM_001077183.3",
          "protein_id": "NP_001070651.1",
          "transcript_support_level": null,
          "aa_start": 1668,
          "aa_end": null,
          "aa_length": 1740,
          "cds_start": 5003,
          "cds_end": null,
          "cds_length": 5223,
          "cdna_start": 5113,
          "cdna_end": null,
          "cdna_length": 6214,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.5000T>A",
          "hgvs_p": "p.Ile1667Asn",
          "transcript": "ENST00000644335.1",
          "protein_id": "ENSP00000496317.1",
          "transcript_support_level": null,
          "aa_start": 1667,
          "aa_end": null,
          "aa_length": 1739,
          "cds_start": 5000,
          "cds_end": null,
          "cds_length": 5220,
          "cdna_start": 5100,
          "cdna_end": null,
          "cdna_length": 5433,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.4997T>A",
          "hgvs_p": "p.Ile1666Asn",
          "transcript": "ENST00000643088.1",
          "protein_id": "ENSP00000494747.1",
          "transcript_support_level": null,
          "aa_start": 1666,
          "aa_end": null,
          "aa_length": 1738,
          "cds_start": 4997,
          "cds_end": null,
          "cds_length": 5217,
          "cdna_start": 5115,
          "cdna_end": null,
          "cdna_length": 5970,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.4994T>A",
          "hgvs_p": "p.Ile1665Asn",
          "transcript": "NM_001406671.1",
          "protein_id": "NP_001393600.1",
          "transcript_support_level": null,
          "aa_start": 1665,
          "aa_end": null,
          "aa_length": 1737,
          "cds_start": 4994,
          "cds_end": null,
          "cds_length": 5214,
          "cdna_start": 5104,
          "cdna_end": null,
          "cdna_length": 6205,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.4991T>A",
          "hgvs_p": "p.Ile1664Asn",
          "transcript": "NM_001406673.1",
          "protein_id": "NP_001393602.1",
          "transcript_support_level": null,
          "aa_start": 1664,
          "aa_end": null,
          "aa_length": 1736,
          "cds_start": 4991,
          "cds_end": null,
          "cds_length": 5211,
          "cdna_start": 5101,
          "cdna_end": null,
          "cdna_length": 6202,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.4988T>A",
          "hgvs_p": "p.Ile1663Asn",
          "transcript": "NM_001406675.1",
          "protein_id": "NP_001393604.1",
          "transcript_support_level": null,
          "aa_start": 1663,
          "aa_end": null,
          "aa_length": 1735,
          "cds_start": 4988,
          "cds_end": null,
          "cds_length": 5208,
          "cdna_start": 5078,
          "cdna_end": null,
          "cdna_length": 6179,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.4985T>A",
          "hgvs_p": "p.Ile1662Asn",
          "transcript": "NM_001406676.1",
          "protein_id": "NP_001393605.1",
          "transcript_support_level": null,
          "aa_start": 1662,
          "aa_end": null,
          "aa_length": 1734,
          "cds_start": 4985,
          "cds_end": null,
          "cds_length": 5205,
          "cdna_start": 5075,
          "cdna_end": null,
          "cdna_length": 6176,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.4946T>A",
          "hgvs_p": "p.Ile1649Asn",
          "transcript": "NM_001406677.1",
          "protein_id": "NP_001393606.1",
          "transcript_support_level": null,
          "aa_start": 1649,
          "aa_end": null,
          "aa_length": 1721,
          "cds_start": 4946,
          "cds_end": null,
          "cds_length": 5166,
          "cdna_start": 5036,
          "cdna_end": null,
          "cdna_length": 6137,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.4895T>A",
          "hgvs_p": "p.Ile1632Asn",
          "transcript": "NM_001318827.2",
          "protein_id": "NP_001305756.1",
          "transcript_support_level": null,
          "aa_start": 1632,
          "aa_end": null,
          "aa_length": 1704,
          "cds_start": 4895,
          "cds_end": null,
          "cds_length": 5115,
          "cdna_start": 5005,
          "cdna_end": null,
          "cdna_length": 6106,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.4895T>A",
          "hgvs_p": "p.Ile1632Asn",
          "transcript": "ENST00000439673.6",
          "protein_id": "ENSP00000399232.2",
          "transcript_support_level": 2,
          "aa_start": 1632,
          "aa_end": null,
          "aa_length": 1704,
          "cds_start": 4895,
          "cds_end": null,
          "cds_length": 5115,
          "cdna_start": 4976,
          "cdna_end": null,
          "cdna_length": 5287,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.4892T>A",
          "hgvs_p": "p.Ile1631Asn",
          "transcript": "NM_001406678.1",
          "protein_id": "NP_001393607.1",
          "transcript_support_level": null,
          "aa_start": 1631,
          "aa_end": null,
          "aa_length": 1703,
          "cds_start": 4892,
          "cds_end": null,
          "cds_length": 5112,
          "cdna_start": 5002,
          "cdna_end": null,
          "cdna_length": 6103,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.4859T>A",
          "hgvs_p": "p.Ile1620Asn",
          "transcript": "NM_001318829.2",
          "protein_id": "NP_001305758.1",
          "transcript_support_level": null,
          "aa_start": 1620,
          "aa_end": null,
          "aa_length": 1692,
          "cds_start": 4859,
          "cds_end": null,
          "cds_length": 5079,
          "cdna_start": 4949,
          "cdna_end": null,
          "cdna_length": 6050,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.4859T>A",
          "hgvs_p": "p.Ile1620Asn",
          "transcript": "ENST00000382538.10",
          "protein_id": "ENSP00000371978.6",
          "transcript_support_level": 2,
          "aa_start": 1620,
          "aa_end": null,
          "aa_length": 1692,
          "cds_start": 4859,
          "cds_end": null,
          "cds_length": 5079,
          "cdna_start": 4954,
          "cdna_end": null,
          "cdna_length": 5264,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.4856T>A",
          "hgvs_p": "p.Ile1619Asn",
          "transcript": "NM_001406679.1",
          "protein_id": "NP_001393608.1",
          "transcript_support_level": null,
          "aa_start": 1619,
          "aa_end": null,
          "aa_length": 1691,
          "cds_start": 4856,
          "cds_end": null,
          "cds_length": 5076,
          "cdna_start": 4946,
          "cdna_end": null,
          "cdna_length": 6047,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.4604T>A",
          "hgvs_p": "p.Ile1535Asn",
          "transcript": "NM_001406680.1",
          "protein_id": "NP_001393609.1",
          "transcript_support_level": null,
          "aa_start": 1535,
          "aa_end": null,
          "aa_length": 1607,
          "cds_start": 4604,
          "cds_end": null,
          "cds_length": 4824,
          "cdna_start": 5530,
          "cdna_end": null,
          "cdna_length": 6631,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.4544T>A",
          "hgvs_p": "p.Ile1515Asn",
          "transcript": "NM_001406681.1",
          "protein_id": "NP_001393610.1",
          "transcript_support_level": null,
          "aa_start": 1515,
          "aa_end": null,
          "aa_length": 1587,
          "cds_start": 4544,
          "cds_end": null,
          "cds_length": 4764,
          "cdna_start": 5099,
          "cdna_end": null,
          "cdna_length": 6200,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.4535T>A",
          "hgvs_p": "p.Ile1512Asn",
          "transcript": "NM_001406682.1",
          "protein_id": "NP_001393611.1",
          "transcript_support_level": null,
          "aa_start": 1512,
          "aa_end": null,
          "aa_length": 1584,
          "cds_start": 4535,
          "cds_end": null,
          "cds_length": 4755,
          "cdna_start": 4871,
          "cdna_end": null,
          "cdna_length": 5972,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 40,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.4535T>A",
          "hgvs_p": "p.Ile1512Asn",
          "transcript": "NM_001406683.1",
          "protein_id": "NP_001393612.1",
          "transcript_support_level": null,
          "aa_start": 1512,
          "aa_end": null,
          "aa_length": 1584,
          "cds_start": 4535,
          "cds_end": null,
          "cds_length": 4755,
          "cdna_start": 5461,
          "cdna_end": null,
          "cdna_length": 6562,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.4532T>A",
          "hgvs_p": "p.Ile1511Asn",
          "transcript": "NM_001406684.1",
          "protein_id": "NP_001393613.1",
          "transcript_support_level": null,
          "aa_start": 1511,
          "aa_end": null,
          "aa_length": 1583,
          "cds_start": 4532,
          "cds_end": null,
          "cds_length": 4752,
          "cdna_start": 4868,
          "cdna_end": null,
          "cdna_length": 5969,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.4472T>A",
          "hgvs_p": "p.Ile1491Asn",
          "transcript": "NM_001318831.2",
          "protein_id": "NP_001305760.1",
          "transcript_support_level": null,
          "aa_start": 1491,
          "aa_end": null,
          "aa_length": 1563,
          "cds_start": 4472,
          "cds_end": null,
          "cds_length": 4692,
          "cdna_start": 4808,
          "cdna_end": null,
          "cdna_length": 5909,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.4406T>A",
          "hgvs_p": "p.Ile1469Asn",
          "transcript": "NM_001406685.1",
          "protein_id": "NP_001393614.1",
          "transcript_support_level": null,
          "aa_start": 1469,
          "aa_end": null,
          "aa_length": 1541,
          "cds_start": 4406,
          "cds_end": null,
          "cds_length": 4626,
          "cdna_start": 4742,
          "cdna_end": null,
          "cdna_length": 5843,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 35,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.4406T>A",
          "hgvs_p": "p.Ile1469Asn",
          "transcript": "NM_001406686.1",
          "protein_id": "NP_001393615.1",
          "transcript_support_level": null,
          "aa_start": 1469,
          "aa_end": null,
          "aa_length": 1541,
          "cds_start": 4406,
          "cds_end": null,
          "cds_length": 4626,
          "cdna_start": 4575,
          "cdna_end": null,
          "cdna_length": 5676,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.4403T>A",
          "hgvs_p": "p.Ile1468Asn",
          "transcript": "NM_001406687.1",
          "protein_id": "NP_001393616.1",
          "transcript_support_level": null,
          "aa_start": 1468,
          "aa_end": null,
          "aa_length": 1540,
          "cds_start": 4403,
          "cds_end": null,
          "cds_length": 4623,
          "cdna_start": 5329,
          "cdna_end": null,
          "cdna_length": 6430,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.4403T>A",
          "hgvs_p": "p.Ile1468Asn",
          "transcript": "NM_001406688.1",
          "protein_id": "NP_001393617.1",
          "transcript_support_level": null,
          "aa_start": 1468,
          "aa_end": null,
          "aa_length": 1540,
          "cds_start": 4403,
          "cds_end": null,
          "cds_length": 4623,
          "cdna_start": 4739,
          "cdna_end": null,
          "cdna_length": 5840,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.3791T>A",
          "hgvs_p": "p.Ile1264Asn",
          "transcript": "NM_001406689.1",
          "protein_id": "NP_001393618.1",
          "transcript_support_level": null,
          "aa_start": 1264,
          "aa_end": null,
          "aa_length": 1336,
          "cds_start": 3791,
          "cds_end": null,
          "cds_length": 4011,
          "cdna_start": 5332,
          "cdna_end": null,
          "cdna_length": 6433,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.3731T>A",
          "hgvs_p": "p.Ile1244Asn",
          "transcript": "NM_001406690.1",
          "protein_id": "NP_001393619.1",
          "transcript_support_level": null,
          "aa_start": 1244,
          "aa_end": null,
          "aa_length": 1316,
          "cds_start": 3731,
          "cds_end": null,
          "cds_length": 3951,
          "cdna_start": 5272,
          "cdna_end": null,
          "cdna_length": 6373,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.3728T>A",
          "hgvs_p": "p.Ile1243Asn",
          "transcript": "NM_001406691.1",
          "protein_id": "NP_001393620.1",
          "transcript_support_level": null,
          "aa_start": 1243,
          "aa_end": null,
          "aa_length": 1315,
          "cds_start": 3728,
          "cds_end": null,
          "cds_length": 3948,
          "cdna_start": 5269,
          "cdna_end": null,
          "cdna_length": 6370,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 40,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.3662T>A",
          "hgvs_p": "p.Ile1221Asn",
          "transcript": "NM_001406692.1",
          "protein_id": "NP_001393621.1",
          "transcript_support_level": null,
          "aa_start": 1221,
          "aa_end": null,
          "aa_length": 1293,
          "cds_start": 3662,
          "cds_end": null,
          "cds_length": 3882,
          "cdna_start": 5203,
          "cdna_end": null,
          "cdna_length": 6304,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 40,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.3662T>A",
          "hgvs_p": "p.Ile1221Asn",
          "transcript": "NM_001406693.1",
          "protein_id": "NP_001393622.1",
          "transcript_support_level": null,
          "aa_start": 1221,
          "aa_end": null,
          "aa_length": 1293,
          "cds_start": 3662,
          "cds_end": null,
          "cds_length": 3882,
          "cdna_start": 5509,
          "cdna_end": null,
          "cdna_length": 6610,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.3662T>A",
          "hgvs_p": "p.Ile1221Asn",
          "transcript": "NM_001406694.1",
          "protein_id": "NP_001393623.1",
          "transcript_support_level": null,
          "aa_start": 1221,
          "aa_end": null,
          "aa_length": 1293,
          "cds_start": 3662,
          "cds_end": null,
          "cds_length": 3882,
          "cdna_start": 5084,
          "cdna_end": null,
          "cdna_length": 6185,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.3659T>A",
          "hgvs_p": "p.Ile1220Asn",
          "transcript": "NM_001406695.1",
          "protein_id": "NP_001393624.1",
          "transcript_support_level": null,
          "aa_start": 1220,
          "aa_end": null,
          "aa_length": 1292,
          "cds_start": 3659,
          "cds_end": null,
          "cds_length": 3879,
          "cdna_start": 5081,
          "cdna_end": null,
          "cdna_length": 6182,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 40,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.3659T>A",
          "hgvs_p": "p.Ile1220Asn",
          "transcript": "NM_001406696.1",
          "protein_id": "NP_001393625.1",
          "transcript_support_level": null,
          "aa_start": 1220,
          "aa_end": null,
          "aa_length": 1292,
          "cds_start": 3659,
          "cds_end": null,
          "cds_length": 3879,
          "cdna_start": 5188,
          "cdna_end": null,
          "cdna_length": 6289,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 40,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.3659T>A",
          "hgvs_p": "p.Ile1220Asn",
          "transcript": "NM_001406697.1",
          "protein_id": "NP_001393626.1",
          "transcript_support_level": null,
          "aa_start": 1220,
          "aa_end": null,
          "aa_length": 1292,
          "cds_start": 3659,
          "cds_end": null,
          "cds_length": 3879,
          "cdna_start": 5200,
          "cdna_end": null,
          "cdna_length": 6301,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.3401T>A",
          "hgvs_p": "p.Ile1134Asn",
          "transcript": "NM_001406698.1",
          "protein_id": "NP_001393627.1",
          "transcript_support_level": null,
          "aa_start": 1134,
          "aa_end": null,
          "aa_length": 1206,
          "cds_start": 3401,
          "cds_end": null,
          "cds_length": 3621,
          "cdna_start": 5118,
          "cdna_end": null,
          "cdna_length": 6219,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.5258T>A",
          "hgvs_p": "p.Ile1753Asn",
          "transcript": "XM_011522636.3",
          "protein_id": "XP_011520938.1",
          "transcript_support_level": null,
          "aa_start": 1753,
          "aa_end": null,
          "aa_length": 1825,
          "cds_start": 5258,
          "cds_end": null,
          "cds_length": 5478,
          "cdna_start": 5368,
          "cdna_end": null,
          "cdna_length": 6469,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.5255T>A",
          "hgvs_p": "p.Ile1752Asn",
          "transcript": "XM_011522637.3",
          "protein_id": "XP_011520939.1",
          "transcript_support_level": null,
          "aa_start": 1752,
          "aa_end": null,
          "aa_length": 1824,
          "cds_start": 5255,
          "cds_end": null,
          "cds_length": 5475,
          "cdna_start": 5365,
          "cdna_end": null,
          "cdna_length": 6466,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 40,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.5147T>A",
          "hgvs_p": "p.Ile1716Asn",
          "transcript": "XM_011522638.3",
          "protein_id": "XP_011520940.3",
          "transcript_support_level": null,
          "aa_start": 1716,
          "aa_end": null,
          "aa_length": 1788,
          "cds_start": 5147,
          "cds_end": null,
          "cds_length": 5367,
          "cdna_start": 5257,
          "cdna_end": null,
          "cdna_length": 6358,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 40,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "c.5129T>A",
          "hgvs_p": "p.Ile1710Asn",
          "transcript": "XM_011522639.3",
          "protein_id": "XP_011520941.1",
          "transcript_support_level": null,
          "aa_start": 1710,
          "aa_end": null,
          "aa_length": 1782,
          "cds_start": 5129,
          "cds_end": null,
          "cds_length": 5349,
          "cdna_start": 5239,
          "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": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "n.2927T>A",
          "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": 38,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "n.*3553T>A",
          "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": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "n.*478T>A",
          "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": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "n.3086T>A",
          "hgvs_p": null,
          "transcript": "ENST00000569930.2",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3388,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "n.801T>A",
          "hgvs_p": null,
          "transcript": "ENST00000642791.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1855,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "n.2852T>A",
          "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": 41,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "n.*5717T>A",
          "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": 22,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "n.3288T>A",
          "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": 34,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "n.*7953T>A",
          "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": 29,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "n.4019T>A",
          "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": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "n.2456T>A",
          "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": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "n.2427T>A",
          "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": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "n.2317T>A",
          "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": 38,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "n.5981T>A",
          "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": 39,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "n.5156T>A",
          "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": 41,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "n.5404T>A",
          "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": 40,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "n.5332T>A",
          "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": 39,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "n.5153T>A",
          "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": 39,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "n.5078T>A",
          "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": 38,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "n.*3553T>A",
          "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": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "n.*478T>A",
          "hgvs_p": null,
          "transcript": "ENST00000569110.2",
          "protein_id": "ENSP00000455817.2",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1727,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "n.*5717T>A",
          "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": 34,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "n.*7953T>A",
          "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": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "n.*230T>A",
          "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": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC2",
          "gene_hgnc_id": 12363,
          "hgvs_c": "n.*230T>A",
          "hgvs_p": null,
          "transcript": "ENST00000644278.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 649,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "TSC2",
      "gene_hgnc_id": 12363,
      "dbsnp": "rs786203769",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.4699692726135254,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.741,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.1826,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.1,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": 3.921,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 2,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2",
      "acmg_by_gene": [
        {
          "score": 2,
          "benign_score": 0,
          "pathogenic_score": 2,
          "criteria": [
            "PM2"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000219476.9",
          "gene_symbol": "TSC2",
          "hgnc_id": 12363,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.5204T>A",
          "hgvs_p": "p.Ile1735Asn"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}