← 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-2088243-A-AGTAGGGAATATGGGGCTCCGCCAGCGG (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "16",
      "pos": 2088243,
      "ref": "A",
      "alt": "AGTAGGGAATATGGGGCTCCGCCAGCGG",
      "effect": "stop_gained,disruptive_inframe_insertion",
      "transcript": "ENST00000219476.9",
      "consequences": [
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.5177_5178insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1726delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "NM_000548.5",
          "protein_id": "NP_000539.2",
          "transcript_support_level": null,
          "aa_start": 1726,
          "aa_end": null,
          "aa_length": 1807,
          "cds_start": 5178,
          "cds_end": null,
          "cds_length": 5424,
          "cdna_start": 5288,
          "cdna_end": null,
          "cdna_length": 6415,
          "mane_select": "ENST00000219476.9",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.5177_5178insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1726delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "ENST00000219476.9",
          "protein_id": "ENSP00000219476.3",
          "transcript_support_level": 5,
          "aa_start": 1726,
          "aa_end": null,
          "aa_length": 1807,
          "cds_start": 5178,
          "cds_end": null,
          "cds_length": 5424,
          "cdna_start": 5288,
          "cdna_end": null,
          "cdna_length": 6415,
          "mane_select": "NM_000548.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.5108_5109insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1703delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "ENST00000350773.9",
          "protein_id": "ENSP00000344383.4",
          "transcript_support_level": 1,
          "aa_start": 1703,
          "aa_end": null,
          "aa_length": 1784,
          "cds_start": 5109,
          "cds_end": null,
          "cds_length": 5355,
          "cdna_start": 5184,
          "cdna_end": null,
          "cdna_length": 5538,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.4976_4977insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1659delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "ENST00000401874.7",
          "protein_id": "ENSP00000384468.2",
          "transcript_support_level": 1,
          "aa_start": 1659,
          "aa_end": null,
          "aa_length": 1740,
          "cds_start": 4977,
          "cds_end": null,
          "cds_length": 5223,
          "cdna_start": 5083,
          "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.*4344_*4345insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "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.*4344_*4345insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "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": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.5267_5268insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1756delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "ENST00000645186.2",
          "protein_id": "ENSP00000495110.2",
          "transcript_support_level": null,
          "aa_start": 1756,
          "aa_end": null,
          "aa_length": 1837,
          "cds_start": 5268,
          "cds_end": null,
          "cds_length": 5514,
          "cdna_start": 5378,
          "cdna_end": null,
          "cdna_length": 6505,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.5174_5175insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1725delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "NM_001406663.1",
          "protein_id": "NP_001393592.1",
          "transcript_support_level": null,
          "aa_start": 1725,
          "aa_end": null,
          "aa_length": 1806,
          "cds_start": 5175,
          "cds_end": null,
          "cds_length": 5421,
          "cdna_start": 5285,
          "cdna_end": null,
          "cdna_length": 6412,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.5174_5175insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1725delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "ENST00000642365.2",
          "protein_id": "ENSP00000495459.2",
          "transcript_support_level": null,
          "aa_start": 1725,
          "aa_end": null,
          "aa_length": 1806,
          "cds_start": 5175,
          "cds_end": null,
          "cds_length": 5421,
          "cdna_start": 5246,
          "cdna_end": null,
          "cdna_length": 5574,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.5171_5172insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1724delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "ENST00000646388.1",
          "protein_id": "ENSP00000495921.1",
          "transcript_support_level": null,
          "aa_start": 1724,
          "aa_end": null,
          "aa_length": 1805,
          "cds_start": 5172,
          "cds_end": null,
          "cds_length": 5418,
          "cdna_start": 5258,
          "cdna_end": null,
          "cdna_length": 5614,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.5108_5109insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1703delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "NM_001114382.3",
          "protein_id": "NP_001107854.1",
          "transcript_support_level": null,
          "aa_start": 1703,
          "aa_end": null,
          "aa_length": 1784,
          "cds_start": 5109,
          "cds_end": null,
          "cds_length": 5355,
          "cdna_start": 5219,
          "cdna_end": null,
          "cdna_length": 6346,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.5105_5106insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1702delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "NM_001406664.1",
          "protein_id": "NP_001393593.1",
          "transcript_support_level": null,
          "aa_start": 1702,
          "aa_end": null,
          "aa_length": 1783,
          "cds_start": 5106,
          "cds_end": null,
          "cds_length": 5352,
          "cdna_start": 5216,
          "cdna_end": null,
          "cdna_length": 6343,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.5102_5103insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1701delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "ENST00000643946.1",
          "protein_id": "ENSP00000495927.1",
          "transcript_support_level": null,
          "aa_start": 1701,
          "aa_end": null,
          "aa_length": 1782,
          "cds_start": 5103,
          "cds_end": null,
          "cds_length": 5349,
          "cdna_start": 5221,
          "cdna_end": null,
          "cdna_length": 6344,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.5099_5100insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1700delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "NM_001406665.1",
          "protein_id": "NP_001393594.1",
          "transcript_support_level": null,
          "aa_start": 1700,
          "aa_end": null,
          "aa_length": 1781,
          "cds_start": 5100,
          "cds_end": null,
          "cds_length": 5346,
          "cdna_start": 5210,
          "cdna_end": null,
          "cdna_length": 6337,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.5096_5097insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1699delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "ENST00000644399.1",
          "protein_id": "ENSP00000493990.1",
          "transcript_support_level": null,
          "aa_start": 1699,
          "aa_end": null,
          "aa_length": 1780,
          "cds_start": 5097,
          "cds_end": null,
          "cds_length": 5343,
          "cdna_start": 5099,
          "cdna_end": null,
          "cdna_length": 5445,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.5069_5070insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1690delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "NM_001406667.1",
          "protein_id": "NP_001393596.1",
          "transcript_support_level": null,
          "aa_start": 1690,
          "aa_end": null,
          "aa_length": 1771,
          "cds_start": 5070,
          "cds_end": null,
          "cds_length": 5316,
          "cdna_start": 5180,
          "cdna_end": null,
          "cdna_length": 6307,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.5066_5067insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1689delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "NM_001406668.1",
          "protein_id": "NP_001393597.1",
          "transcript_support_level": null,
          "aa_start": 1689,
          "aa_end": null,
          "aa_length": 1770,
          "cds_start": 5067,
          "cds_end": null,
          "cds_length": 5313,
          "cdna_start": 5177,
          "cdna_end": null,
          "cdna_length": 6304,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.5063_5064insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1688delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "ENST00000644329.1",
          "protein_id": "ENSP00000496611.1",
          "transcript_support_level": null,
          "aa_start": 1688,
          "aa_end": null,
          "aa_length": 1769,
          "cds_start": 5064,
          "cds_end": null,
          "cds_length": 5310,
          "cdna_start": 5126,
          "cdna_end": null,
          "cdna_length": 5453,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.5048_5049insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1683delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "NM_021055.3",
          "protein_id": "NP_066399.2",
          "transcript_support_level": null,
          "aa_start": 1683,
          "aa_end": null,
          "aa_length": 1764,
          "cds_start": 5049,
          "cds_end": null,
          "cds_length": 5295,
          "cdna_start": 5159,
          "cdna_end": null,
          "cdna_length": 6286,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.5048_5049insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1683delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "ENST00000644043.1",
          "protein_id": "ENSP00000496262.1",
          "transcript_support_level": null,
          "aa_start": 1683,
          "aa_end": null,
          "aa_length": 1764,
          "cds_start": 5049,
          "cds_end": null,
          "cds_length": 5295,
          "cdna_start": 5103,
          "cdna_end": null,
          "cdna_length": 5457,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.5045_5046insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1682delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "NM_001370404.1",
          "protein_id": "NP_001357333.1",
          "transcript_support_level": null,
          "aa_start": 1682,
          "aa_end": null,
          "aa_length": 1763,
          "cds_start": 5046,
          "cds_end": null,
          "cds_length": 5292,
          "cdna_start": 5156,
          "cdna_end": null,
          "cdna_length": 6283,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.5045_5046insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1682delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "ENST00000642936.1",
          "protein_id": "ENSP00000494514.1",
          "transcript_support_level": null,
          "aa_start": 1682,
          "aa_end": null,
          "aa_length": 1763,
          "cds_start": 5046,
          "cds_end": null,
          "cds_length": 5292,
          "cdna_start": 5155,
          "cdna_end": null,
          "cdna_length": 5507,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.5036_5037insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1679delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "NM_001370405.1",
          "protein_id": "NP_001357334.1",
          "transcript_support_level": null,
          "aa_start": 1679,
          "aa_end": null,
          "aa_length": 1760,
          "cds_start": 5037,
          "cds_end": null,
          "cds_length": 5283,
          "cdna_start": 5147,
          "cdna_end": null,
          "cdna_length": 6274,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.5036_5037insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1679delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "ENST00000642561.1",
          "protein_id": "ENSP00000495099.1",
          "transcript_support_level": null,
          "aa_start": 1679,
          "aa_end": null,
          "aa_length": 1760,
          "cds_start": 5037,
          "cds_end": null,
          "cds_length": 5283,
          "cdna_start": 5089,
          "cdna_end": null,
          "cdna_length": 5396,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.5024_5025insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1675delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "ENST00000642206.2",
          "protein_id": "ENSP00000495146.2",
          "transcript_support_level": null,
          "aa_start": 1675,
          "aa_end": null,
          "aa_length": 1756,
          "cds_start": 5025,
          "cds_end": null,
          "cds_length": 5271,
          "cdna_start": 5141,
          "cdna_end": null,
          "cdna_length": 5485,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.5009_5010insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1670delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "NM_001318832.2",
          "protein_id": "NP_001305761.1",
          "transcript_support_level": null,
          "aa_start": 1670,
          "aa_end": null,
          "aa_length": 1751,
          "cds_start": 5010,
          "cds_end": null,
          "cds_length": 5256,
          "cdna_start": 5078,
          "cdna_end": null,
          "cdna_length": 6205,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.5009_5010insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1670delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "ENST00000568454.6",
          "protein_id": "ENSP00000454487.1",
          "transcript_support_level": 2,
          "aa_start": 1670,
          "aa_end": null,
          "aa_length": 1751,
          "cds_start": 5010,
          "cds_end": null,
          "cds_length": 5256,
          "cdna_start": 5078,
          "cdna_end": null,
          "cdna_length": 5429,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.4997_4998insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1666delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "NM_001406670.1",
          "protein_id": "NP_001393599.1",
          "transcript_support_level": null,
          "aa_start": 1666,
          "aa_end": null,
          "aa_length": 1747,
          "cds_start": 4998,
          "cds_end": null,
          "cds_length": 5244,
          "cdna_start": 5108,
          "cdna_end": null,
          "cdna_length": 6235,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.4979_4980insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1660delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "NM_001363528.2",
          "protein_id": "NP_001350457.1",
          "transcript_support_level": null,
          "aa_start": 1660,
          "aa_end": null,
          "aa_length": 1741,
          "cds_start": 4980,
          "cds_end": null,
          "cds_length": 5226,
          "cdna_start": 5090,
          "cdna_end": null,
          "cdna_length": 6217,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.4979_4980insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1660delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "ENST00000642797.1",
          "protein_id": "ENSP00000493846.1",
          "transcript_support_level": null,
          "aa_start": 1660,
          "aa_end": null,
          "aa_length": 1741,
          "cds_start": 4980,
          "cds_end": null,
          "cds_length": 5226,
          "cdna_start": 5034,
          "cdna_end": null,
          "cdna_length": 5388,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.4976_4977insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1659delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "NM_001077183.3",
          "protein_id": "NP_001070651.1",
          "transcript_support_level": null,
          "aa_start": 1659,
          "aa_end": null,
          "aa_length": 1740,
          "cds_start": 4977,
          "cds_end": null,
          "cds_length": 5223,
          "cdna_start": 5087,
          "cdna_end": null,
          "cdna_length": 6214,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.4973_4974insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1658delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "ENST00000644335.1",
          "protein_id": "ENSP00000496317.1",
          "transcript_support_level": null,
          "aa_start": 1658,
          "aa_end": null,
          "aa_length": 1739,
          "cds_start": 4974,
          "cds_end": null,
          "cds_length": 5220,
          "cdna_start": 5074,
          "cdna_end": null,
          "cdna_length": 5433,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.4970_4971insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1657delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "ENST00000643088.1",
          "protein_id": "ENSP00000494747.1",
          "transcript_support_level": null,
          "aa_start": 1657,
          "aa_end": null,
          "aa_length": 1738,
          "cds_start": 4971,
          "cds_end": null,
          "cds_length": 5217,
          "cdna_start": 5089,
          "cdna_end": null,
          "cdna_length": 5970,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.4967_4968insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1656delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "NM_001406671.1",
          "protein_id": "NP_001393600.1",
          "transcript_support_level": null,
          "aa_start": 1656,
          "aa_end": null,
          "aa_length": 1737,
          "cds_start": 4968,
          "cds_end": null,
          "cds_length": 5214,
          "cdna_start": 5078,
          "cdna_end": null,
          "cdna_length": 6205,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.4964_4965insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1655delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "NM_001406673.1",
          "protein_id": "NP_001393602.1",
          "transcript_support_level": null,
          "aa_start": 1655,
          "aa_end": null,
          "aa_length": 1736,
          "cds_start": 4965,
          "cds_end": null,
          "cds_length": 5211,
          "cdna_start": 5075,
          "cdna_end": null,
          "cdna_length": 6202,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.4961_4962insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1654delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "NM_001406675.1",
          "protein_id": "NP_001393604.1",
          "transcript_support_level": null,
          "aa_start": 1654,
          "aa_end": null,
          "aa_length": 1735,
          "cds_start": 4962,
          "cds_end": null,
          "cds_length": 5208,
          "cdna_start": 5052,
          "cdna_end": null,
          "cdna_length": 6179,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.4958_4959insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1653delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "NM_001406676.1",
          "protein_id": "NP_001393605.1",
          "transcript_support_level": null,
          "aa_start": 1653,
          "aa_end": null,
          "aa_length": 1734,
          "cds_start": 4959,
          "cds_end": null,
          "cds_length": 5205,
          "cdna_start": 5049,
          "cdna_end": null,
          "cdna_length": 6176,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.4919_4920insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1640delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "NM_001406677.1",
          "protein_id": "NP_001393606.1",
          "transcript_support_level": null,
          "aa_start": 1640,
          "aa_end": null,
          "aa_length": 1721,
          "cds_start": 4920,
          "cds_end": null,
          "cds_length": 5166,
          "cdna_start": 5010,
          "cdna_end": null,
          "cdna_length": 6137,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.4868_4869insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1623delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "NM_001318827.2",
          "protein_id": "NP_001305756.1",
          "transcript_support_level": null,
          "aa_start": 1623,
          "aa_end": null,
          "aa_length": 1704,
          "cds_start": 4869,
          "cds_end": null,
          "cds_length": 5115,
          "cdna_start": 4979,
          "cdna_end": null,
          "cdna_length": 6106,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.4868_4869insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1623delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "ENST00000439673.6",
          "protein_id": "ENSP00000399232.2",
          "transcript_support_level": 2,
          "aa_start": 1623,
          "aa_end": null,
          "aa_length": 1704,
          "cds_start": 4869,
          "cds_end": null,
          "cds_length": 5115,
          "cdna_start": 4950,
          "cdna_end": null,
          "cdna_length": 5287,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.4865_4866insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1622delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "NM_001406678.1",
          "protein_id": "NP_001393607.1",
          "transcript_support_level": null,
          "aa_start": 1622,
          "aa_end": null,
          "aa_length": 1703,
          "cds_start": 4866,
          "cds_end": null,
          "cds_length": 5112,
          "cdna_start": 4976,
          "cdna_end": null,
          "cdna_length": 6103,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.4832_4833insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1611delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "NM_001318829.2",
          "protein_id": "NP_001305758.1",
          "transcript_support_level": null,
          "aa_start": 1611,
          "aa_end": null,
          "aa_length": 1692,
          "cds_start": 4833,
          "cds_end": null,
          "cds_length": 5079,
          "cdna_start": 4923,
          "cdna_end": null,
          "cdna_length": 6050,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.4832_4833insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1611delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "ENST00000382538.10",
          "protein_id": "ENSP00000371978.6",
          "transcript_support_level": 2,
          "aa_start": 1611,
          "aa_end": null,
          "aa_length": 1692,
          "cds_start": 4833,
          "cds_end": null,
          "cds_length": 5079,
          "cdna_start": 4928,
          "cdna_end": null,
          "cdna_length": 5264,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.4829_4830insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1610delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "NM_001406679.1",
          "protein_id": "NP_001393608.1",
          "transcript_support_level": null,
          "aa_start": 1610,
          "aa_end": null,
          "aa_length": 1691,
          "cds_start": 4830,
          "cds_end": null,
          "cds_length": 5076,
          "cdna_start": 4920,
          "cdna_end": null,
          "cdna_length": 6047,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.4577_4578insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1526delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "NM_001406680.1",
          "protein_id": "NP_001393609.1",
          "transcript_support_level": null,
          "aa_start": 1526,
          "aa_end": null,
          "aa_length": 1607,
          "cds_start": 4578,
          "cds_end": null,
          "cds_length": 4824,
          "cdna_start": 5504,
          "cdna_end": null,
          "cdna_length": 6631,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.4517_4518insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1506delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "NM_001406681.1",
          "protein_id": "NP_001393610.1",
          "transcript_support_level": null,
          "aa_start": 1506,
          "aa_end": null,
          "aa_length": 1587,
          "cds_start": 4518,
          "cds_end": null,
          "cds_length": 4764,
          "cdna_start": 5073,
          "cdna_end": null,
          "cdna_length": 6200,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.4508_4509insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1503delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "NM_001406682.1",
          "protein_id": "NP_001393611.1",
          "transcript_support_level": null,
          "aa_start": 1503,
          "aa_end": null,
          "aa_length": 1584,
          "cds_start": 4509,
          "cds_end": null,
          "cds_length": 4755,
          "cdna_start": 4845,
          "cdna_end": null,
          "cdna_length": 5972,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.4508_4509insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1503delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "NM_001406683.1",
          "protein_id": "NP_001393612.1",
          "transcript_support_level": null,
          "aa_start": 1503,
          "aa_end": null,
          "aa_length": 1584,
          "cds_start": 4509,
          "cds_end": null,
          "cds_length": 4755,
          "cdna_start": 5435,
          "cdna_end": null,
          "cdna_length": 6562,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.4505_4506insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1502delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "NM_001406684.1",
          "protein_id": "NP_001393613.1",
          "transcript_support_level": null,
          "aa_start": 1502,
          "aa_end": null,
          "aa_length": 1583,
          "cds_start": 4506,
          "cds_end": null,
          "cds_length": 4752,
          "cdna_start": 4842,
          "cdna_end": null,
          "cdna_length": 5969,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.4445_4446insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1482delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "NM_001318831.2",
          "protein_id": "NP_001305760.1",
          "transcript_support_level": null,
          "aa_start": 1482,
          "aa_end": null,
          "aa_length": 1563,
          "cds_start": 4446,
          "cds_end": null,
          "cds_length": 4692,
          "cdna_start": 4782,
          "cdna_end": null,
          "cdna_length": 5909,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.4379_4380insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1460delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "NM_001406685.1",
          "protein_id": "NP_001393614.1",
          "transcript_support_level": null,
          "aa_start": 1460,
          "aa_end": null,
          "aa_length": 1541,
          "cds_start": 4380,
          "cds_end": null,
          "cds_length": 4626,
          "cdna_start": 4716,
          "cdna_end": null,
          "cdna_length": 5843,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.4379_4380insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1460delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "NM_001406686.1",
          "protein_id": "NP_001393615.1",
          "transcript_support_level": null,
          "aa_start": 1460,
          "aa_end": null,
          "aa_length": 1541,
          "cds_start": 4380,
          "cds_end": null,
          "cds_length": 4626,
          "cdna_start": 4549,
          "cdna_end": null,
          "cdna_length": 5676,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.4376_4377insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1459delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "NM_001406687.1",
          "protein_id": "NP_001393616.1",
          "transcript_support_level": null,
          "aa_start": 1459,
          "aa_end": null,
          "aa_length": 1540,
          "cds_start": 4377,
          "cds_end": null,
          "cds_length": 4623,
          "cdna_start": 5303,
          "cdna_end": null,
          "cdna_length": 6430,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.4376_4377insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1459delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "NM_001406688.1",
          "protein_id": "NP_001393617.1",
          "transcript_support_level": null,
          "aa_start": 1459,
          "aa_end": null,
          "aa_length": 1540,
          "cds_start": 4377,
          "cds_end": null,
          "cds_length": 4623,
          "cdna_start": 4713,
          "cdna_end": null,
          "cdna_length": 5840,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.3764_3765insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1255delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "NM_001406689.1",
          "protein_id": "NP_001393618.1",
          "transcript_support_level": null,
          "aa_start": 1255,
          "aa_end": null,
          "aa_length": 1336,
          "cds_start": 3765,
          "cds_end": null,
          "cds_length": 4011,
          "cdna_start": 5306,
          "cdna_end": null,
          "cdna_length": 6433,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.3704_3705insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1235delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "NM_001406690.1",
          "protein_id": "NP_001393619.1",
          "transcript_support_level": null,
          "aa_start": 1235,
          "aa_end": null,
          "aa_length": 1316,
          "cds_start": 3705,
          "cds_end": null,
          "cds_length": 3951,
          "cdna_start": 5246,
          "cdna_end": null,
          "cdna_length": 6373,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.3701_3702insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1234delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "NM_001406691.1",
          "protein_id": "NP_001393620.1",
          "transcript_support_level": null,
          "aa_start": 1234,
          "aa_end": null,
          "aa_length": 1315,
          "cds_start": 3702,
          "cds_end": null,
          "cds_length": 3948,
          "cdna_start": 5243,
          "cdna_end": null,
          "cdna_length": 6370,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.3635_3636insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1212delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "NM_001406692.1",
          "protein_id": "NP_001393621.1",
          "transcript_support_level": null,
          "aa_start": 1212,
          "aa_end": null,
          "aa_length": 1293,
          "cds_start": 3636,
          "cds_end": null,
          "cds_length": 3882,
          "cdna_start": 5177,
          "cdna_end": null,
          "cdna_length": 6304,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.3635_3636insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1212delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "NM_001406693.1",
          "protein_id": "NP_001393622.1",
          "transcript_support_level": null,
          "aa_start": 1212,
          "aa_end": null,
          "aa_length": 1293,
          "cds_start": 3636,
          "cds_end": null,
          "cds_length": 3882,
          "cdna_start": 5483,
          "cdna_end": null,
          "cdna_length": 6610,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.3635_3636insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1212delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "NM_001406694.1",
          "protein_id": "NP_001393623.1",
          "transcript_support_level": null,
          "aa_start": 1212,
          "aa_end": null,
          "aa_length": 1293,
          "cds_start": 3636,
          "cds_end": null,
          "cds_length": 3882,
          "cdna_start": 5058,
          "cdna_end": null,
          "cdna_length": 6185,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.3632_3633insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1211delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "NM_001406695.1",
          "protein_id": "NP_001393624.1",
          "transcript_support_level": null,
          "aa_start": 1211,
          "aa_end": null,
          "aa_length": 1292,
          "cds_start": 3633,
          "cds_end": null,
          "cds_length": 3879,
          "cdna_start": 5055,
          "cdna_end": null,
          "cdna_length": 6182,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.3632_3633insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1211delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "NM_001406696.1",
          "protein_id": "NP_001393625.1",
          "transcript_support_level": null,
          "aa_start": 1211,
          "aa_end": null,
          "aa_length": 1292,
          "cds_start": 3633,
          "cds_end": null,
          "cds_length": 3879,
          "cdna_start": 5162,
          "cdna_end": null,
          "cdna_length": 6289,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.3632_3633insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1211delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "NM_001406697.1",
          "protein_id": "NP_001393626.1",
          "transcript_support_level": null,
          "aa_start": 1211,
          "aa_end": null,
          "aa_length": 1292,
          "cds_start": 3633,
          "cds_end": null,
          "cds_length": 3879,
          "cdna_start": 5174,
          "cdna_end": null,
          "cdna_length": 6301,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.3374_3375insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1125delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "NM_001406698.1",
          "protein_id": "NP_001393627.1",
          "transcript_support_level": null,
          "aa_start": 1125,
          "aa_end": null,
          "aa_length": 1206,
          "cds_start": 3375,
          "cds_end": null,
          "cds_length": 3621,
          "cdna_start": 5092,
          "cdna_end": null,
          "cdna_length": 6219,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.5231_5232insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1744delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "XM_011522636.3",
          "protein_id": "XP_011520938.1",
          "transcript_support_level": null,
          "aa_start": 1744,
          "aa_end": null,
          "aa_length": 1825,
          "cds_start": 5232,
          "cds_end": null,
          "cds_length": 5478,
          "cdna_start": 5342,
          "cdna_end": null,
          "cdna_length": 6469,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.5228_5229insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1743delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "XM_011522637.3",
          "protein_id": "XP_011520939.1",
          "transcript_support_level": null,
          "aa_start": 1743,
          "aa_end": null,
          "aa_length": 1824,
          "cds_start": 5229,
          "cds_end": null,
          "cds_length": 5475,
          "cdna_start": 5339,
          "cdna_end": null,
          "cdna_length": 6466,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.5120_5121insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1707delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "XM_011522638.3",
          "protein_id": "XP_011520940.3",
          "transcript_support_level": null,
          "aa_start": 1707,
          "aa_end": null,
          "aa_length": 1788,
          "cds_start": 5121,
          "cds_end": null,
          "cds_length": 5367,
          "cdna_start": 5231,
          "cdna_end": null,
          "cdna_length": 6358,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Q*GIWGSASG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "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.5102_5103insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1701delinsGlnTerGlyIleTrpGlySerAlaSerGly",
          "transcript": "XM_011522639.3",
          "protein_id": "XP_011520941.1",
          "transcript_support_level": null,
          "aa_start": 1701,
          "aa_end": null,
          "aa_length": 1782,
          "cds_start": 5103,
          "cds_end": null,
          "cds_length": 5349,
          "cdna_start": 5213,
          "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.2900_2901insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "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.*3526_*3527insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "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.*451_*452insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "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.3059_3060insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "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.774_775insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "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.2825_2826insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "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.*5690_*5691insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "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.3261_3262insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "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.*7926_*7927insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "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.3992_3993insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "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.2429_2430insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "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.2400_2401insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "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.2290_2291insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "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.5954_5955insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "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.5129_5130insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "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.5377_5378insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "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.5305_5306insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "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.5126_5127insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "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.5051_5052insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "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.*3526_*3527insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "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.*451_*452insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "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.*5690_*5691insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "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.*7926_*7927insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "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.*203_*204insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "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.*203_*204insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "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": null,
      "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": null,
      "computational_prediction_selected": null,
      "computational_source_selected": null,
      "splice_score_selected": null,
      "splice_prediction_selected": null,
      "splice_source_selected": null,
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": null,
      "bayesdelnoaf_prediction": null,
      "phylop100way_score": 0.338,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": null,
      "spliceai_max_prediction": null,
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 8,
      "acmg_classification": "Likely_pathogenic",
      "acmg_criteria": "PVS1",
      "acmg_by_gene": [
        {
          "score": 8,
          "benign_score": 0,
          "pathogenic_score": 8,
          "criteria": [
            "PVS1"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "ENST00000219476.9",
          "gene_symbol": "TSC2",
          "hgnc_id": 12363,
          "effects": [
            "stop_gained",
            "disruptive_inframe_insertion"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.5177_5178insGTAGGGAATATGGGGCTCCGCCAGCGG",
          "hgvs_p": "p.His1726delinsGlnTerGlyIleTrpGlySerAlaSerGly"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}