← 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-2088557-GGC-TCA (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PP3"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "TSC2",
          "hgnc_id": 12363,
          "hgvs_c": "c.5371_5373delGGCinsTCA",
          "hgvs_p": "p.Gly1791Ser",
          "inheritance_mode": "AD",
          "pathogenic_score": 1,
          "score": 1,
          "transcript": "NM_000548.5",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 0,
          "criteria": [
            "PP3"
          ],
          "effects": [
            "downstream_gene_variant"
          ],
          "gene_symbol": "PKD1",
          "hgnc_id": 9008,
          "hgvs_c": "c.*1168_*1170delGCCinsTGA",
          "hgvs_p": null,
          "inheritance_mode": "AD,AR",
          "pathogenic_score": 1,
          "score": 1,
          "transcript": "NM_001009944.3",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PP3",
      "acmg_score": 1,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "TCA",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": null,
      "bayesdelnoaf_score": null,
      "chr": "16",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": null,
      "computational_score_selected": null,
      "computational_source_selected": null,
      "consequences": [
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1807,
          "aa_ref": "G",
          "aa_start": 1791,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6415,
          "cdna_start": 5481,
          "cds_end": null,
          "cds_length": 5424,
          "cds_start": 5371,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 42,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_000548.5",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5371_5373delGGCinsTCA",
          "hgvs_p": "p.Gly1791Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000219476.9",
          "protein_coding": true,
          "protein_id": "NP_000539.2",
          "strand": true,
          "transcript": "NM_000548.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1807,
          "aa_ref": "G",
          "aa_start": 1791,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 6415,
          "cdna_start": 5481,
          "cds_end": null,
          "cds_length": 5424,
          "cds_start": 5371,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 42,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000219476.9",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5371_5373delGGCinsTCA",
          "hgvs_p": "p.Gly1791Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_000548.5",
          "protein_coding": true,
          "protein_id": "ENSP00000219476.3",
          "strand": true,
          "transcript": "ENST00000219476.9",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1784,
          "aa_ref": "G",
          "aa_start": 1768,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5538,
          "cdna_start": 5377,
          "cds_end": null,
          "cds_length": 5355,
          "cds_start": 5302,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 41,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000350773.9",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5302_5304delGGCinsTCA",
          "hgvs_p": "p.Gly1768Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000344383.4",
          "strand": true,
          "transcript": "ENST00000350773.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1740,
          "aa_ref": "G",
          "aa_start": 1724,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5437,
          "cdna_start": 5276,
          "cds_end": null,
          "cds_length": 5223,
          "cds_start": 5170,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 40,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000401874.7",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5170_5172delGGCinsTCA",
          "hgvs_p": "p.Gly1724Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000384468.2",
          "strand": true,
          "transcript": "ENST00000401874.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5073,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 38,
          "exon_rank": 38,
          "exon_rank_end": null,
          "feature": "ENST00000439117.6",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.*4538_*4540delGGCinsTCA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000406980.2",
          "strand": true,
          "transcript": "ENST00000439117.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5073,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 38,
          "exon_rank": 38,
          "exon_rank_end": null,
          "feature": "ENST00000439117.6",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.*4538_*4540delGGCinsTCA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000406980.2",
          "strand": true,
          "transcript": "ENST00000439117.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1837,
          "aa_ref": "G",
          "aa_start": 1821,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6505,
          "cdna_start": 5571,
          "cds_end": null,
          "cds_length": 5514,
          "cds_start": 5461,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 42,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000645186.2",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5461_5463delGGCinsTCA",
          "hgvs_p": "p.Gly1821Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000495110.2",
          "strand": true,
          "transcript": "ENST00000645186.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1806,
          "aa_ref": "G",
          "aa_start": 1790,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6412,
          "cdna_start": 5478,
          "cds_end": null,
          "cds_length": 5421,
          "cds_start": 5368,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 42,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406663.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5368_5370delGGCinsTCA",
          "hgvs_p": "p.Gly1790Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393592.1",
          "strand": true,
          "transcript": "NM_001406663.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1806,
          "aa_ref": "G",
          "aa_start": 1790,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5574,
          "cdna_start": 5439,
          "cds_end": null,
          "cds_length": 5421,
          "cds_start": 5368,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 42,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000642365.2",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5368_5370delGGCinsTCA",
          "hgvs_p": "p.Gly1790Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000495459.2",
          "strand": true,
          "transcript": "ENST00000642365.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1805,
          "aa_ref": "G",
          "aa_start": 1789,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5614,
          "cdna_start": 5451,
          "cds_end": null,
          "cds_length": 5418,
          "cds_start": 5365,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 42,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000646388.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5365_5367delGGCinsTCA",
          "hgvs_p": "p.Gly1789Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000495921.1",
          "strand": true,
          "transcript": "ENST00000646388.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1799,
          "aa_ref": "G",
          "aa_start": 1783,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5623,
          "cdna_start": 5460,
          "cds_end": null,
          "cds_length": 5400,
          "cds_start": 5347,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 41,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000941763.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5347_5349delGGCinsTCA",
          "hgvs_p": "p.Gly1783Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611822.1",
          "strand": true,
          "transcript": "ENST00000941763.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1796,
          "aa_ref": "G",
          "aa_start": 1780,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5594,
          "cdna_start": 5448,
          "cds_end": null,
          "cds_length": 5391,
          "cds_start": 5338,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 41,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000903285.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5338_5340delGGCinsTCA",
          "hgvs_p": "p.Gly1780Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573344.1",
          "strand": true,
          "transcript": "ENST00000903285.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1784,
          "aa_ref": "G",
          "aa_start": 1768,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6346,
          "cdna_start": 5412,
          "cds_end": null,
          "cds_length": 5355,
          "cds_start": 5302,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 41,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001114382.3",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5302_5304delGGCinsTCA",
          "hgvs_p": "p.Gly1768Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001107854.1",
          "strand": true,
          "transcript": "NM_001114382.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1783,
          "aa_ref": "G",
          "aa_start": 1767,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6343,
          "cdna_start": 5409,
          "cds_end": null,
          "cds_length": 5352,
          "cds_start": 5299,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 41,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406664.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5299_5301delGGCinsTCA",
          "hgvs_p": "p.Gly1767Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393593.1",
          "strand": true,
          "transcript": "NM_001406664.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1782,
          "aa_ref": "G",
          "aa_start": 1766,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6344,
          "cdna_start": 5414,
          "cds_end": null,
          "cds_length": 5349,
          "cds_start": 5296,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 41,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000643946.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5296_5298delGGCinsTCA",
          "hgvs_p": "p.Gly1766Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000495927.1",
          "strand": true,
          "transcript": "ENST00000643946.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1781,
          "aa_ref": "G",
          "aa_start": 1765,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6337,
          "cdna_start": 5403,
          "cds_end": null,
          "cds_length": 5346,
          "cds_start": 5293,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 41,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406665.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5293_5295delGGCinsTCA",
          "hgvs_p": "p.Gly1765Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393594.1",
          "strand": true,
          "transcript": "NM_001406665.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1781,
          "aa_ref": "G",
          "aa_start": 1765,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5528,
          "cdna_start": 5370,
          "cds_end": null,
          "cds_length": 5346,
          "cds_start": 5293,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 41,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000941766.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5293_5295delGGCinsTCA",
          "hgvs_p": "p.Gly1765Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611825.1",
          "strand": true,
          "transcript": "ENST00000941766.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1780,
          "aa_ref": "G",
          "aa_start": 1764,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5445,
          "cdna_start": 5292,
          "cds_end": null,
          "cds_length": 5343,
          "cds_start": 5290,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 40,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000644399.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5290_5292delGGCinsTCA",
          "hgvs_p": "p.Gly1764Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000493990.1",
          "strand": true,
          "transcript": "ENST00000644399.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1780,
          "aa_ref": "G",
          "aa_start": 1764,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5532,
          "cdna_start": 5377,
          "cds_end": null,
          "cds_length": 5343,
          "cds_start": 5290,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 41,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000903287.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5290_5292delGGCinsTCA",
          "hgvs_p": "p.Gly1764Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573346.1",
          "strand": true,
          "transcript": "ENST00000903287.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1771,
          "aa_ref": "G",
          "aa_start": 1755,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6307,
          "cdna_start": 5373,
          "cds_end": null,
          "cds_length": 5316,
          "cds_start": 5263,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 40,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406667.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5263_5265delGGCinsTCA",
          "hgvs_p": "p.Gly1755Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393596.1",
          "strand": true,
          "transcript": "NM_001406667.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1770,
          "aa_ref": "G",
          "aa_start": 1754,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6304,
          "cdna_start": 5370,
          "cds_end": null,
          "cds_length": 5313,
          "cds_start": 5260,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 40,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406668.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5260_5262delGGCinsTCA",
          "hgvs_p": "p.Gly1754Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393597.1",
          "strand": true,
          "transcript": "NM_001406668.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1769,
          "aa_ref": "G",
          "aa_start": 1753,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5453,
          "cdna_start": 5319,
          "cds_end": null,
          "cds_length": 5310,
          "cds_start": 5257,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 39,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000644329.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5257_5259delGGCinsTCA",
          "hgvs_p": "p.Gly1753Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000496611.1",
          "strand": true,
          "transcript": "ENST00000644329.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1764,
          "aa_ref": "G",
          "aa_start": 1748,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6286,
          "cdna_start": 5352,
          "cds_end": null,
          "cds_length": 5295,
          "cds_start": 5242,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 41,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_021055.3",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5242_5244delGGCinsTCA",
          "hgvs_p": "p.Gly1748Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_066399.2",
          "strand": true,
          "transcript": "NM_021055.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1764,
          "aa_ref": "G",
          "aa_start": 1748,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5457,
          "cdna_start": 5296,
          "cds_end": null,
          "cds_length": 5295,
          "cds_start": 5242,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 41,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000644043.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5242_5244delGGCinsTCA",
          "hgvs_p": "p.Gly1748Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000496262.1",
          "strand": true,
          "transcript": "ENST00000644043.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1764,
          "aa_ref": "G",
          "aa_start": 1748,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6926,
          "cdna_start": 5992,
          "cds_end": null,
          "cds_length": 5295,
          "cds_start": 5242,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 40,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000903281.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5242_5244delGGCinsTCA",
          "hgvs_p": "p.Gly1748Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573340.1",
          "strand": true,
          "transcript": "ENST00000903281.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1763,
          "aa_ref": "G",
          "aa_start": 1747,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6283,
          "cdna_start": 5349,
          "cds_end": null,
          "cds_length": 5292,
          "cds_start": 5239,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 41,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001370404.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5239_5241delGGCinsTCA",
          "hgvs_p": "p.Gly1747Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001357333.1",
          "strand": true,
          "transcript": "NM_001370404.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1763,
          "aa_ref": "G",
          "aa_start": 1747,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5507,
          "cdna_start": 5348,
          "cds_end": null,
          "cds_length": 5292,
          "cds_start": 5239,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 41,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000642936.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5239_5241delGGCinsTCA",
          "hgvs_p": "p.Gly1747Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000494514.1",
          "strand": true,
          "transcript": "ENST00000642936.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1763,
          "aa_ref": "G",
          "aa_start": 1747,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5480,
          "cdna_start": 5326,
          "cds_end": null,
          "cds_length": 5292,
          "cds_start": 5239,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 40,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000903289.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5239_5241delGGCinsTCA",
          "hgvs_p": "p.Gly1747Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573348.1",
          "strand": true,
          "transcript": "ENST00000903289.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1760,
          "aa_ref": "G",
          "aa_start": 1744,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6274,
          "cdna_start": 5340,
          "cds_end": null,
          "cds_length": 5283,
          "cds_start": 5230,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 41,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001370405.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5230_5232delGGCinsTCA",
          "hgvs_p": "p.Gly1744Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001357334.1",
          "strand": true,
          "transcript": "NM_001370405.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1760,
          "aa_ref": "G",
          "aa_start": 1744,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5396,
          "cdna_start": 5282,
          "cds_end": null,
          "cds_length": 5283,
          "cds_start": 5230,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 41,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000642561.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5230_5232delGGCinsTCA",
          "hgvs_p": "p.Gly1744Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000495099.1",
          "strand": true,
          "transcript": "ENST00000642561.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1759,
          "aa_ref": "G",
          "aa_start": 1743,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5469,
          "cdna_start": 5314,
          "cds_end": null,
          "cds_length": 5280,
          "cds_start": 5227,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 41,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000903288.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5227_5229delGGCinsTCA",
          "hgvs_p": "p.Gly1743Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573347.1",
          "strand": true,
          "transcript": "ENST00000903288.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1756,
          "aa_ref": "G",
          "aa_start": 1740,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5485,
          "cdna_start": 5334,
          "cds_end": null,
          "cds_length": 5271,
          "cds_start": 5218,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 40,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000642206.2",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5218_5220delGGCinsTCA",
          "hgvs_p": "p.Gly1740Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000495146.2",
          "strand": true,
          "transcript": "ENST00000642206.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1752,
          "aa_ref": "G",
          "aa_start": 1736,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5461,
          "cdna_start": 5323,
          "cds_end": null,
          "cds_length": 5259,
          "cds_start": 5206,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 40,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000903286.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5206_5208delGGCinsTCA",
          "hgvs_p": "p.Gly1736Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573345.1",
          "strand": true,
          "transcript": "ENST00000903286.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1751,
          "aa_ref": "G",
          "aa_start": 1735,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6205,
          "cdna_start": 5271,
          "cds_end": null,
          "cds_length": 5256,
          "cds_start": 5203,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 40,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001318832.2",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5203_5205delGGCinsTCA",
          "hgvs_p": "p.Gly1735Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001305761.1",
          "strand": true,
          "transcript": "NM_001318832.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1751,
          "aa_ref": "G",
          "aa_start": 1735,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5429,
          "cdna_start": 5271,
          "cds_end": null,
          "cds_length": 5256,
          "cds_start": 5203,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 40,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000568454.6",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5203_5205delGGCinsTCA",
          "hgvs_p": "p.Gly1735Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000454487.1",
          "strand": true,
          "transcript": "ENST00000568454.6",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1747,
          "aa_ref": "G",
          "aa_start": 1731,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6235,
          "cdna_start": 5301,
          "cds_end": null,
          "cds_length": 5244,
          "cds_start": 5191,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 40,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406670.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5191_5193delGGCinsTCA",
          "hgvs_p": "p.Gly1731Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393599.1",
          "strand": true,
          "transcript": "NM_001406670.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1741,
          "aa_ref": "G",
          "aa_start": 1725,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6217,
          "cdna_start": 5283,
          "cds_end": null,
          "cds_length": 5226,
          "cds_start": 5173,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 40,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001363528.2",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5173_5175delGGCinsTCA",
          "hgvs_p": "p.Gly1725Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001350457.1",
          "strand": true,
          "transcript": "NM_001363528.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1741,
          "aa_ref": "G",
          "aa_start": 1725,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5388,
          "cdna_start": 5227,
          "cds_end": null,
          "cds_length": 5226,
          "cds_start": 5173,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 40,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000642797.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5173_5175delGGCinsTCA",
          "hgvs_p": "p.Gly1725Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000493846.1",
          "strand": true,
          "transcript": "ENST00000642797.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1741,
          "aa_ref": "G",
          "aa_start": 1725,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5396,
          "cdna_start": 5244,
          "cds_end": null,
          "cds_length": 5226,
          "cds_start": 5173,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 40,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000941767.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5173_5175delGGCinsTCA",
          "hgvs_p": "p.Gly1725Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611826.1",
          "strand": true,
          "transcript": "ENST00000941767.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1740,
          "aa_ref": "G",
          "aa_start": 1724,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6214,
          "cdna_start": 5280,
          "cds_end": null,
          "cds_length": 5223,
          "cds_start": 5170,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 40,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001077183.3",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5170_5172delGGCinsTCA",
          "hgvs_p": "p.Gly1724Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001070651.1",
          "strand": true,
          "transcript": "NM_001077183.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1739,
          "aa_ref": "G",
          "aa_start": 1723,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5433,
          "cdna_start": 5267,
          "cds_end": null,
          "cds_length": 5220,
          "cds_start": 5167,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 40,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000644335.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5167_5169delGGCinsTCA",
          "hgvs_p": "p.Gly1723Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000496317.1",
          "strand": true,
          "transcript": "ENST00000644335.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1738,
          "aa_ref": "G",
          "aa_start": 1722,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5970,
          "cdna_start": 5282,
          "cds_end": null,
          "cds_length": 5217,
          "cds_start": 5164,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 40,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000643088.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5164_5166delGGCinsTCA",
          "hgvs_p": "p.Gly1722Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000494747.1",
          "strand": true,
          "transcript": "ENST00000643088.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1737,
          "aa_ref": "G",
          "aa_start": 1721,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6205,
          "cdna_start": 5271,
          "cds_end": null,
          "cds_length": 5214,
          "cds_start": 5161,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 40,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406671.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5161_5163delGGCinsTCA",
          "hgvs_p": "p.Gly1721Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393600.1",
          "strand": true,
          "transcript": "NM_001406671.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1736,
          "aa_ref": "G",
          "aa_start": 1720,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6202,
          "cdna_start": 5268,
          "cds_end": null,
          "cds_length": 5211,
          "cds_start": 5158,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 40,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406673.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5158_5160delGGCinsTCA",
          "hgvs_p": "p.Gly1720Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393602.1",
          "strand": true,
          "transcript": "NM_001406673.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1735,
          "aa_ref": "G",
          "aa_start": 1719,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6179,
          "cdna_start": 5245,
          "cds_end": null,
          "cds_length": 5208,
          "cds_start": 5155,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 40,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406675.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5155_5157delGGCinsTCA",
          "hgvs_p": "p.Gly1719Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393604.1",
          "strand": true,
          "transcript": "NM_001406675.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1734,
          "aa_ref": "G",
          "aa_start": 1718,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6176,
          "cdna_start": 5242,
          "cds_end": null,
          "cds_length": 5205,
          "cds_start": 5152,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 40,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406676.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5152_5154delGGCinsTCA",
          "hgvs_p": "p.Gly1718Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393605.1",
          "strand": true,
          "transcript": "NM_001406676.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1729,
          "aa_ref": "G",
          "aa_start": 1713,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5404,
          "cdna_start": 5256,
          "cds_end": null,
          "cds_length": 5190,
          "cds_start": 5137,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 40,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000903282.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5137_5139delGGCinsTCA",
          "hgvs_p": "p.Gly1713Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573341.1",
          "strand": true,
          "transcript": "ENST00000903282.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1723,
          "aa_ref": "G",
          "aa_start": 1707,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5337,
          "cdna_start": 5203,
          "cds_end": null,
          "cds_length": 5172,
          "cds_start": 5119,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 40,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000903291.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5119_5121delGGCinsTCA",
          "hgvs_p": "p.Gly1707Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573350.1",
          "strand": true,
          "transcript": "ENST00000903291.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1722,
          "aa_ref": "G",
          "aa_start": 1706,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5379,
          "cdna_start": 5226,
          "cds_end": null,
          "cds_length": 5169,
          "cds_start": 5116,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 40,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000903284.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5116_5118delGGCinsTCA",
          "hgvs_p": "p.Gly1706Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573343.1",
          "strand": true,
          "transcript": "ENST00000903284.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1721,
          "aa_ref": "G",
          "aa_start": 1705,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6137,
          "cdna_start": 5203,
          "cds_end": null,
          "cds_length": 5166,
          "cds_start": 5113,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 39,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406677.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5113_5115delGGCinsTCA",
          "hgvs_p": "p.Gly1705Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393606.1",
          "strand": true,
          "transcript": "NM_001406677.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1704,
          "aa_ref": "G",
          "aa_start": 1688,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6106,
          "cdna_start": 5172,
          "cds_end": null,
          "cds_length": 5115,
          "cds_start": 5062,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 39,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001318827.2",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5062_5064delGGCinsTCA",
          "hgvs_p": "p.Gly1688Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001305756.1",
          "strand": true,
          "transcript": "NM_001318827.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1704,
          "aa_ref": "G",
          "aa_start": 1688,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5287,
          "cdna_start": 5143,
          "cds_end": null,
          "cds_length": 5115,
          "cds_start": 5062,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 39,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000439673.6",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5062_5064delGGCinsTCA",
          "hgvs_p": "p.Gly1688Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000399232.2",
          "strand": true,
          "transcript": "ENST00000439673.6",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1703,
          "aa_ref": "G",
          "aa_start": 1687,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6103,
          "cdna_start": 5169,
          "cds_end": null,
          "cds_length": 5112,
          "cds_start": 5059,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 39,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406678.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5059_5061delGGCinsTCA",
          "hgvs_p": "p.Gly1687Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393607.1",
          "strand": true,
          "transcript": "NM_001406678.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1703,
          "aa_ref": "G",
          "aa_start": 1687,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5324,
          "cdna_start": 5169,
          "cds_end": null,
          "cds_length": 5112,
          "cds_start": 5059,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 39,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000920525.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5059_5061delGGCinsTCA",
          "hgvs_p": "p.Gly1687Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000590584.1",
          "strand": true,
          "transcript": "ENST00000920525.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1701,
          "aa_ref": "G",
          "aa_start": 1685,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5305,
          "cdna_start": 5151,
          "cds_end": null,
          "cds_length": 5106,
          "cds_start": 5053,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 39,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000941765.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5053_5055delGGCinsTCA",
          "hgvs_p": "p.Gly1685Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611824.1",
          "strand": true,
          "transcript": "ENST00000941765.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1700,
          "aa_ref": "G",
          "aa_start": 1684,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5315,
          "cdna_start": 5160,
          "cds_end": null,
          "cds_length": 5103,
          "cds_start": 5050,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 39,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000903283.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5050_5052delGGCinsTCA",
          "hgvs_p": "p.Gly1684Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573342.1",
          "strand": true,
          "transcript": "ENST00000903283.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1700,
          "aa_ref": "G",
          "aa_start": 1684,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5304,
          "cdna_start": 5159,
          "cds_end": null,
          "cds_length": 5103,
          "cds_start": 5050,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 39,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000920526.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5050_5052delGGCinsTCA",
          "hgvs_p": "p.Gly1684Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000590585.1",
          "strand": true,
          "transcript": "ENST00000920526.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1693,
          "aa_ref": "G",
          "aa_start": 1677,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5267,
          "cdna_start": 5114,
          "cds_end": null,
          "cds_length": 5082,
          "cds_start": 5029,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 39,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000903290.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5029_5031delGGCinsTCA",
          "hgvs_p": "p.Gly1677Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573349.1",
          "strand": true,
          "transcript": "ENST00000903290.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1692,
          "aa_ref": "G",
          "aa_start": 1676,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6050,
          "cdna_start": 5116,
          "cds_end": null,
          "cds_length": 5079,
          "cds_start": 5026,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 39,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001318829.2",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5026_5028delGGCinsTCA",
          "hgvs_p": "p.Gly1676Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001305758.1",
          "strand": true,
          "transcript": "NM_001318829.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1692,
          "aa_ref": "G",
          "aa_start": 1676,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5264,
          "cdna_start": 5121,
          "cds_end": null,
          "cds_length": 5079,
          "cds_start": 5026,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 39,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000382538.10",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5026_5028delGGCinsTCA",
          "hgvs_p": "p.Gly1676Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000371978.6",
          "strand": true,
          "transcript": "ENST00000382538.10",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1692,
          "aa_ref": "G",
          "aa_start": 1676,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5290,
          "cdna_start": 5136,
          "cds_end": null,
          "cds_length": 5079,
          "cds_start": 5026,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 39,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000941764.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5026_5028delGGCinsTCA",
          "hgvs_p": "p.Gly1676Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611823.1",
          "strand": true,
          "transcript": "ENST00000941764.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1691,
          "aa_ref": "G",
          "aa_start": 1675,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6047,
          "cdna_start": 5113,
          "cds_end": null,
          "cds_length": 5076,
          "cds_start": 5023,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 39,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406679.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5023_5025delGGCinsTCA",
          "hgvs_p": "p.Gly1675Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393608.1",
          "strand": true,
          "transcript": "NM_001406679.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1607,
          "aa_ref": "G",
          "aa_start": 1591,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6631,
          "cdna_start": 5697,
          "cds_end": null,
          "cds_length": 4824,
          "cds_start": 4771,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 42,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406680.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.4771_4773delGGCinsTCA",
          "hgvs_p": "p.Gly1591Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393609.1",
          "strand": true,
          "transcript": "NM_001406680.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1587,
          "aa_ref": "G",
          "aa_start": 1571,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6200,
          "cdna_start": 5266,
          "cds_end": null,
          "cds_length": 4764,
          "cds_start": 4711,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 40,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406681.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.4711_4713delGGCinsTCA",
          "hgvs_p": "p.Gly1571Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393610.1",
          "strand": true,
          "transcript": "NM_001406681.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1584,
          "aa_ref": "G",
          "aa_start": 1568,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5972,
          "cdna_start": 5038,
          "cds_end": null,
          "cds_length": 4755,
          "cds_start": 4702,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 38,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406682.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.4702_4704delGGCinsTCA",
          "hgvs_p": "p.Gly1568Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393611.1",
          "strand": true,
          "transcript": "NM_001406682.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1584,
          "aa_ref": "G",
          "aa_start": 1568,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6562,
          "cdna_start": 5628,
          "cds_end": null,
          "cds_length": 4755,
          "cds_start": 4702,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 41,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406683.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.4702_4704delGGCinsTCA",
          "hgvs_p": "p.Gly1568Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393612.1",
          "strand": true,
          "transcript": "NM_001406683.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1583,
          "aa_ref": "G",
          "aa_start": 1567,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5969,
          "cdna_start": 5035,
          "cds_end": null,
          "cds_length": 4752,
          "cds_start": 4699,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 38,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406684.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.4699_4701delGGCinsTCA",
          "hgvs_p": "p.Gly1567Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393613.1",
          "strand": true,
          "transcript": "NM_001406684.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1563,
          "aa_ref": "G",
          "aa_start": 1547,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5909,
          "cdna_start": 4975,
          "cds_end": null,
          "cds_length": 4692,
          "cds_start": 4639,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 38,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001318831.2",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.4639_4641delGGCinsTCA",
          "hgvs_p": "p.Gly1547Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001305760.1",
          "strand": true,
          "transcript": "NM_001318831.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1541,
          "aa_ref": "G",
          "aa_start": 1525,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5843,
          "cdna_start": 4909,
          "cds_end": null,
          "cds_length": 4626,
          "cds_start": 4573,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 37,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406685.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.4573_4575delGGCinsTCA",
          "hgvs_p": "p.Gly1525Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393614.1",
          "strand": true,
          "transcript": "NM_001406685.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1541,
          "aa_ref": "G",
          "aa_start": 1525,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5676,
          "cdna_start": 4742,
          "cds_end": null,
          "cds_length": 4626,
          "cds_start": 4573,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 36,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406686.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.4573_4575delGGCinsTCA",
          "hgvs_p": "p.Gly1525Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393615.1",
          "strand": true,
          "transcript": "NM_001406686.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1540,
          "aa_ref": "G",
          "aa_start": 1524,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6430,
          "cdna_start": 5496,
          "cds_end": null,
          "cds_length": 4623,
          "cds_start": 4570,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 40,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406687.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.4570_4572delGGCinsTCA",
          "hgvs_p": "p.Gly1524Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393616.1",
          "strand": true,
          "transcript": "NM_001406687.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1540,
          "aa_ref": "G",
          "aa_start": 1524,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5840,
          "cdna_start": 4906,
          "cds_end": null,
          "cds_length": 4623,
          "cds_start": 4570,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 37,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406688.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.4570_4572delGGCinsTCA",
          "hgvs_p": "p.Gly1524Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393617.1",
          "strand": true,
          "transcript": "NM_001406688.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1336,
          "aa_ref": "G",
          "aa_start": 1320,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6433,
          "cdna_start": 5499,
          "cds_end": null,
          "cds_length": 4011,
          "cds_start": 3958,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 42,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406689.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.3958_3960delGGCinsTCA",
          "hgvs_p": "p.Gly1320Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393618.1",
          "strand": true,
          "transcript": "NM_001406689.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1316,
          "aa_ref": "G",
          "aa_start": 1300,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6373,
          "cdna_start": 5439,
          "cds_end": null,
          "cds_length": 3951,
          "cds_start": 3898,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 42,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406690.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.3898_3900delGGCinsTCA",
          "hgvs_p": "p.Gly1300Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393619.1",
          "strand": true,
          "transcript": "NM_001406690.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1315,
          "aa_ref": "G",
          "aa_start": 1299,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6370,
          "cdna_start": 5436,
          "cds_end": null,
          "cds_length": 3948,
          "cds_start": 3895,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 42,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406691.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.3895_3897delGGCinsTCA",
          "hgvs_p": "p.Gly1299Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393620.1",
          "strand": true,
          "transcript": "NM_001406691.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1293,
          "aa_ref": "G",
          "aa_start": 1277,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6304,
          "cdna_start": 5370,
          "cds_end": null,
          "cds_length": 3882,
          "cds_start": 3829,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 41,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406692.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.3829_3831delGGCinsTCA",
          "hgvs_p": "p.Gly1277Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393621.1",
          "strand": true,
          "transcript": "NM_001406692.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1293,
          "aa_ref": "G",
          "aa_start": 1277,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6610,
          "cdna_start": 5676,
          "cds_end": null,
          "cds_length": 3882,
          "cds_start": 3829,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 41,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406693.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.3829_3831delGGCinsTCA",
          "hgvs_p": "p.Gly1277Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393622.1",
          "strand": true,
          "transcript": "NM_001406693.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1293,
          "aa_ref": "G",
          "aa_start": 1277,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6185,
          "cdna_start": 5251,
          "cds_end": null,
          "cds_length": 3882,
          "cds_start": 3829,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 40,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406694.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.3829_3831delGGCinsTCA",
          "hgvs_p": "p.Gly1277Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393623.1",
          "strand": true,
          "transcript": "NM_001406694.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1292,
          "aa_ref": "G",
          "aa_start": 1276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6182,
          "cdna_start": 5248,
          "cds_end": null,
          "cds_length": 3879,
          "cds_start": 3826,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 40,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406695.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.3826_3828delGGCinsTCA",
          "hgvs_p": "p.Gly1276Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393624.1",
          "strand": true,
          "transcript": "NM_001406695.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1292,
          "aa_ref": "G",
          "aa_start": 1276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6289,
          "cdna_start": 5355,
          "cds_end": null,
          "cds_length": 3879,
          "cds_start": 3826,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 41,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406696.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.3826_3828delGGCinsTCA",
          "hgvs_p": "p.Gly1276Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393625.1",
          "strand": true,
          "transcript": "NM_001406696.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1292,
          "aa_ref": "G",
          "aa_start": 1276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6301,
          "cdna_start": 5367,
          "cds_end": null,
          "cds_length": 3879,
          "cds_start": 3826,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 41,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406697.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.3826_3828delGGCinsTCA",
          "hgvs_p": "p.Gly1276Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393626.1",
          "strand": true,
          "transcript": "NM_001406697.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1206,
          "aa_ref": "G",
          "aa_start": 1190,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6219,
          "cdna_start": 5285,
          "cds_end": null,
          "cds_length": 3621,
          "cds_start": 3568,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 40,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406698.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.3568_3570delGGCinsTCA",
          "hgvs_p": "p.Gly1190Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393627.1",
          "strand": true,
          "transcript": "NM_001406698.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1825,
          "aa_ref": "G",
          "aa_start": 1809,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6469,
          "cdna_start": 5535,
          "cds_end": null,
          "cds_length": 5478,
          "cds_start": 5425,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 42,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_011522636.3",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5425_5427delGGCinsTCA",
          "hgvs_p": "p.Gly1809Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011520938.1",
          "strand": true,
          "transcript": "XM_011522636.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1824,
          "aa_ref": "G",
          "aa_start": 1808,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6466,
          "cdna_start": 5532,
          "cds_end": null,
          "cds_length": 5475,
          "cds_start": 5422,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 42,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_011522637.3",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5422_5424delGGCinsTCA",
          "hgvs_p": "p.Gly1808Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011520939.1",
          "strand": true,
          "transcript": "XM_011522637.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1788,
          "aa_ref": "G",
          "aa_start": 1772,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6358,
          "cdna_start": 5424,
          "cds_end": null,
          "cds_length": 5367,
          "cds_start": 5314,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 41,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_011522638.3",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5314_5316delGGCinsTCA",
          "hgvs_p": "p.Gly1772Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011520940.3",
          "strand": true,
          "transcript": "XM_011522638.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1782,
          "aa_ref": "G",
          "aa_start": 1766,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6340,
          "cdna_start": 5406,
          "cds_end": null,
          "cds_length": 5349,
          "cds_start": 5296,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 41,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_011522639.3",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.5296_5298delGGCinsTCA",
          "hgvs_p": "p.Gly1766Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011520941.1",
          "strand": true,
          "transcript": "XM_011522639.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3248,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000497886.5",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.3094_3096delGGCinsTCA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000497886.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5350,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 39,
          "exon_rank": 39,
          "exon_rank_end": null,
          "feature": "ENST00000568566.6",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.*3720_*3722delGGCinsTCA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000455997.2",
          "strand": true,
          "transcript": "ENST00000568566.6",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1727,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000569110.2",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.*645_*647delGGCinsTCA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000455817.2",
          "strand": true,
          "transcript": "ENST00000569110.2",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3388,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000569930.2",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.3253_3255delGGCinsTCA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000569930.2",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1855,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000642791.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.968_970delGGCinsTCA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000642791.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3123,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000643426.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.3019_3021delGGCinsTCA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000643426.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6666,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 42,
          "exon_rank": 42,
          "exon_rank_end": null,
          "feature": "ENST00000644417.2",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.*5884_*5886delGGCinsTCA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000493912.2",
          "strand": true,
          "transcript": "ENST00000644417.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3475,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000645024.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.3455_3457delGGCinsTCA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000645024.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8598,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 35,
          "exon_rank": 35,
          "exon_rank_end": null,
          "feature": "ENST00000646464.2",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.*8120_*8122delGGCinsTCA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000496610.2",
          "strand": true,
          "transcript": "ENST00000646464.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4321,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 30,
          "exon_rank": 30,
          "exon_rank_end": null,
          "feature": "ENST00000646634.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.4186_4188delGGCinsTCA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000646634.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2710,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000646674.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.2623_2625delGGCinsTCA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000646674.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2729,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000647042.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.2594_2596delGGCinsTCA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000647042.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2617,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000647180.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.2484_2486delGGCinsTCA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000647180.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6283,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 39,
          "exon_rank": 39,
          "exon_rank_end": null,
          "feature": "ENST00000715163.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.6148_6150delGGCinsTCA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000715163.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6257,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 40,
          "exon_rank": 40,
          "exon_rank_end": null,
          "feature": "NR_176225.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.5323_5325delGGCinsTCA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_176225.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6505,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 42,
          "exon_rank": 42,
          "exon_rank_end": null,
          "feature": "NR_176226.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.5571_5573delGGCinsTCA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_176226.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6433,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 41,
          "exon_rank": 41,
          "exon_rank_end": null,
          "feature": "NR_176227.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.5499_5501delGGCinsTCA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_176227.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6254,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 40,
          "exon_rank": 40,
          "exon_rank_end": null,
          "feature": "NR_176228.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.5320_5322delGGCinsTCA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_176228.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6179,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 40,
          "exon_rank": 40,
          "exon_rank_end": null,
          "feature": "NR_176229.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.5245_5247delGGCinsTCA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_176229.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5350,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 39,
          "exon_rank": 39,
          "exon_rank_end": null,
          "feature": "ENST00000568566.6",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.*3720_*3722delGGCinsTCA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000455997.2",
          "strand": true,
          "transcript": "ENST00000568566.6",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1727,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000569110.2",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.*645_*647delGGCinsTCA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000455817.2",
          "strand": true,
          "transcript": "ENST00000569110.2",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6666,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 42,
          "exon_rank": 42,
          "exon_rank_end": null,
          "feature": "ENST00000644417.2",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.*5884_*5886delGGCinsTCA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000493912.2",
          "strand": true,
          "transcript": "ENST00000644417.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8598,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 35,
          "exon_rank": 35,
          "exon_rank_end": null,
          "feature": "ENST00000646464.2",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.*8120_*8122delGGCinsTCA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000496610.2",
          "strand": true,
          "transcript": "ENST00000646464.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 4303,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14140,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 12912,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 46,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001009944.3",
          "gene_hgnc_id": 9008,
          "gene_symbol": "PKD1",
          "hgvs_c": "c.*1168_*1170delGCCinsTGA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000262304.9",
          "protein_coding": true,
          "protein_id": "NP_001009944.3",
          "strand": true,
          "transcript": "NM_001009944.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 4303,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 14140,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 12912,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 46,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000262304.9",
          "gene_hgnc_id": 9008,
          "gene_symbol": "PKD1",
          "hgvs_c": "c.*1168_*1170delGCCinsTGA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001009944.3",
          "protein_coding": true,
          "protein_id": "ENSP00000262304.4",
          "strand": true,
          "transcript": "ENST00000262304.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 4302,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14135,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 12909,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 46,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000423118.5",
          "gene_hgnc_id": 9008,
          "gene_symbol": "PKD1",
          "hgvs_c": "c.*1168_*1170delGCCinsTGA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000399501.1",
          "strand": true,
          "transcript": "ENST00000423118.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 4302,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14137,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 12909,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 46,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_000296.4",
          "gene_hgnc_id": 9008,
          "gene_symbol": "PKD1",
          "hgvs_c": "c.*1168_*1170delGCCinsTGA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_000287.4",
          "strand": true,
          "transcript": "NM_000296.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 4348,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14275,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 13047,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 48,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047434208.1",
          "gene_hgnc_id": 9008,
          "gene_symbol": "PKD1",
          "hgvs_c": "c.*1168_*1170delGCCinsTGA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047290164.1",
          "strand": true,
          "transcript": "XM_047434208.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 4324,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14203,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 12975,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 47,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047434209.1",
          "gene_hgnc_id": 9008,
          "gene_symbol": "PKD1",
          "hgvs_c": "c.*1168_*1170delGCCinsTGA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047290165.1",
          "strand": true,
          "transcript": "XM_047434209.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 4321,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14174,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 12966,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 47,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_011522528.4",
          "gene_hgnc_id": 9008,
          "gene_symbol": "PKD1",
          "hgvs_c": "c.*1168_*1170delGCCinsTGA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011520830.1",
          "strand": true,
          "transcript": "XM_011522528.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 4320,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14171,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 12963,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 47,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_011522529.3",
          "gene_hgnc_id": 9008,
          "gene_symbol": "PKD1",
          "hgvs_c": "c.*1168_*1170delGCCinsTGA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011520831.1",
          "strand": true,
          "transcript": "XM_011522529.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 4297,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 15171,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 12894,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 48,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047434210.1",
          "gene_hgnc_id": 9008,
          "gene_symbol": "PKD1",
          "hgvs_c": "c.*1168_*1170delGCCinsTGA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047290166.1",
          "strand": true,
          "transcript": "XM_047434210.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 4278,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14075,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 12837,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 48,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047434211.1",
          "gene_hgnc_id": 9008,
          "gene_symbol": "PKD1",
          "hgvs_c": "c.*1168_*1170delGCCinsTGA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047290167.1",
          "strand": true,
          "transcript": "XM_047434211.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 3668,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 12127,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 11007,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 39,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047434212.1",
          "gene_hgnc_id": 9008,
          "gene_symbol": "PKD1",
          "hgvs_c": "c.*1168_*1170delGCCinsTGA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047290168.1",
          "strand": true,
          "transcript": "XM_047434212.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 3329,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 11098,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 9990,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 36,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_011522537.2",
          "gene_hgnc_id": 9008,
          "gene_symbol": "PKD1",
          "hgvs_c": "c.*1168_*1170delGCCinsTGA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011520839.1",
          "strand": true,
          "transcript": "XM_011522537.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 3327,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 11092,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 9984,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 36,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047434213.1",
          "gene_hgnc_id": 9008,
          "gene_symbol": "PKD1",
          "hgvs_c": "c.*1168_*1170delGCCinsTGA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047290169.1",
          "strand": true,
          "transcript": "XM_047434213.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 3288,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 11058,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 9867,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 35,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_005255370.4",
          "gene_hgnc_id": 9008,
          "gene_symbol": "PKD1",
          "hgvs_c": "c.*1168_*1170delGCCinsTGA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005255427.1",
          "strand": true,
          "transcript": "XM_005255370.4",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": null,
      "effect": "missense_variant",
      "frequency_reference_population": null,
      "gene_hgnc_id": 12363,
      "gene_symbol": "TSC2",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Pathogenic",
      "phylop100way_score": 9.636,
      "pos": 2088557,
      "ref": "GGC",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": null,
      "splice_score_selected": null,
      "splice_source_selected": null,
      "spliceai_max_prediction": null,
      "spliceai_max_score": null,
      "transcript": "NM_000548.5"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.