← 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: 9-132896343-GG-AT (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=132896343&ref=GG&alt=AT&genome=hg38&allGenes=true"

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "TSC1",
          "hgnc_id": 12362,
          "hgvs_c": "c.3386_3387delCCinsAT",
          "hgvs_p": "p.Ala1129Asp",
          "inheritance_mode": "AD",
          "pathogenic_score": 0,
          "score": 0,
          "transcript": "NM_000368.5",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "",
      "acmg_score": 0,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "AT",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": null,
      "bayesdelnoaf_score": null,
      "chr": "9",
      "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": "D",
          "aa_end": null,
          "aa_length": 1164,
          "aa_ref": "A",
          "aa_start": 1129,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8598,
          "cdna_start": 3604,
          "cds_end": null,
          "cds_length": 3495,
          "cds_start": 3386,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_000368.5",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3386_3387delCCinsAT",
          "hgvs_p": "p.Ala1129Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000298552.9",
          "protein_coding": true,
          "protein_id": "NP_000359.1",
          "strand": false,
          "transcript": "NM_000368.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1164,
          "aa_ref": "A",
          "aa_start": 1129,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 8598,
          "cdna_start": 3604,
          "cds_end": null,
          "cds_length": 3495,
          "cds_start": 3386,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000298552.9",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3386_3387delCCinsAT",
          "hgvs_p": "p.Ala1129Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_000368.5",
          "protein_coding": true,
          "protein_id": "ENSP00000298552.3",
          "strand": false,
          "transcript": "ENST00000298552.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1164,
          "aa_ref": "A",
          "aa_start": 1129,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 8690,
          "cdna_start": 3696,
          "cds_end": null,
          "cds_length": 3495,
          "cds_start": 3386,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000490179.4",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3386_3387delCCinsAT",
          "hgvs_p": "p.Ala1129Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000495533.2",
          "strand": false,
          "transcript": "ENST00000490179.4",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1164,
          "aa_ref": "A",
          "aa_start": 1129,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8569,
          "cdna_start": 3575,
          "cds_end": null,
          "cds_length": 3495,
          "cds_start": 3386,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406592.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3386_3387delCCinsAT",
          "hgvs_p": "p.Ala1129Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393521.1",
          "strand": false,
          "transcript": "NM_001406592.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1164,
          "aa_ref": "A",
          "aa_start": 1129,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8594,
          "cdna_start": 3600,
          "cds_end": null,
          "cds_length": 3495,
          "cds_start": 3386,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406593.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3386_3387delCCinsAT",
          "hgvs_p": "p.Ala1129Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393522.1",
          "strand": false,
          "transcript": "NM_001406593.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1164,
          "aa_ref": "A",
          "aa_start": 1129,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8817,
          "cdna_start": 3823,
          "cds_end": null,
          "cds_length": 3495,
          "cds_start": 3386,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406594.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3386_3387delCCinsAT",
          "hgvs_p": "p.Ala1129Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393523.1",
          "strand": false,
          "transcript": "NM_001406594.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1164,
          "aa_ref": "A",
          "aa_start": 1129,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8788,
          "cdna_start": 3794,
          "cds_end": null,
          "cds_length": 3495,
          "cds_start": 3386,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406595.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3386_3387delCCinsAT",
          "hgvs_p": "p.Ala1129Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393524.1",
          "strand": false,
          "transcript": "NM_001406595.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1164,
          "aa_ref": "A",
          "aa_start": 1129,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8535,
          "cdna_start": 3541,
          "cds_end": null,
          "cds_length": 3495,
          "cds_start": 3386,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406596.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3386_3387delCCinsAT",
          "hgvs_p": "p.Ala1129Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393525.1",
          "strand": false,
          "transcript": "NM_001406596.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1164,
          "aa_ref": "A",
          "aa_start": 1129,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6591,
          "cdna_start": 3601,
          "cds_end": null,
          "cds_length": 3495,
          "cds_start": 3386,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000643875.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3386_3387delCCinsAT",
          "hgvs_p": "p.Ala1129Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000495158.1",
          "strand": false,
          "transcript": "ENST00000643875.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1164,
          "aa_ref": "A",
          "aa_start": 1129,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8715,
          "cdna_start": 3721,
          "cds_end": null,
          "cds_length": 3495,
          "cds_start": 3386,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000646440.2",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3386_3387delCCinsAT",
          "hgvs_p": "p.Ala1129Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000495830.2",
          "strand": false,
          "transcript": "ENST00000646440.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1164,
          "aa_ref": "A",
          "aa_start": 1129,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8582,
          "cdna_start": 3592,
          "cds_end": null,
          "cds_length": 3495,
          "cds_start": 3386,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000646625.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3386_3387delCCinsAT",
          "hgvs_p": "p.Ala1129Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000496263.1",
          "strand": false,
          "transcript": "ENST00000646625.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1163,
          "aa_ref": "A",
          "aa_start": 1128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8595,
          "cdna_start": 3601,
          "cds_end": null,
          "cds_length": 3492,
          "cds_start": 3383,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001162426.2",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3383_3384delCCinsAT",
          "hgvs_p": "p.Ala1128Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001155898.1",
          "strand": false,
          "transcript": "NM_001162426.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1163,
          "aa_ref": "A",
          "aa_start": 1128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8566,
          "cdna_start": 3572,
          "cds_end": null,
          "cds_length": 3492,
          "cds_start": 3383,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406597.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3383_3384delCCinsAT",
          "hgvs_p": "p.Ala1128Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393526.1",
          "strand": false,
          "transcript": "NM_001406597.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1163,
          "aa_ref": "A",
          "aa_start": 1128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8591,
          "cdna_start": 3597,
          "cds_end": null,
          "cds_length": 3492,
          "cds_start": 3383,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406598.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3383_3384delCCinsAT",
          "hgvs_p": "p.Ala1128Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393527.1",
          "strand": false,
          "transcript": "NM_001406598.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1163,
          "aa_ref": "A",
          "aa_start": 1128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8814,
          "cdna_start": 3820,
          "cds_end": null,
          "cds_length": 3492,
          "cds_start": 3383,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406599.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3383_3384delCCinsAT",
          "hgvs_p": "p.Ala1128Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393528.1",
          "strand": false,
          "transcript": "NM_001406599.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1163,
          "aa_ref": "A",
          "aa_start": 1128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8785,
          "cdna_start": 3791,
          "cds_end": null,
          "cds_length": 3492,
          "cds_start": 3383,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406600.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3383_3384delCCinsAT",
          "hgvs_p": "p.Ala1128Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393529.1",
          "strand": false,
          "transcript": "NM_001406600.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1163,
          "aa_ref": "A",
          "aa_start": 1128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8535,
          "cdna_start": 3541,
          "cds_end": null,
          "cds_length": 3492,
          "cds_start": 3383,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000475903.7",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3383_3384delCCinsAT",
          "hgvs_p": "p.Ala1128Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000496126.2",
          "strand": false,
          "transcript": "ENST00000475903.7",
          "transcript_support_level": 4
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1163,
          "aa_ref": "A",
          "aa_start": 1128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4039,
          "cdna_start": 3608,
          "cds_end": null,
          "cds_length": 3492,
          "cds_start": 3383,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000642617.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3383_3384delCCinsAT",
          "hgvs_p": "p.Ala1128Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000493773.1",
          "strand": false,
          "transcript": "ENST00000642617.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1163,
          "aa_ref": "A",
          "aa_start": 1128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8715,
          "cdna_start": 3725,
          "cds_end": null,
          "cds_length": 3492,
          "cds_start": 3383,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000644097.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3383_3384delCCinsAT",
          "hgvs_p": "p.Ala1128Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000494682.1",
          "strand": false,
          "transcript": "ENST00000644097.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1163,
          "aa_ref": "A",
          "aa_start": 1128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3973,
          "cdna_start": 3597,
          "cds_end": null,
          "cds_length": 3492,
          "cds_start": 3383,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000911226.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3383_3384delCCinsAT",
          "hgvs_p": "p.Ala1128Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000581285.1",
          "strand": false,
          "transcript": "ENST00000911226.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1163,
          "aa_ref": "A",
          "aa_start": 1128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4027,
          "cdna_start": 3582,
          "cds_end": null,
          "cds_length": 3492,
          "cds_start": 3383,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000935874.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3383_3384delCCinsAT",
          "hgvs_p": "p.Ala1128Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000605933.1",
          "strand": false,
          "transcript": "ENST00000935874.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1159,
          "aa_ref": "A",
          "aa_start": 1124,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8583,
          "cdna_start": 3589,
          "cds_end": null,
          "cds_length": 3480,
          "cds_start": 3371,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406601.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3371_3372delCCinsAT",
          "hgvs_p": "p.Ala1124Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393530.1",
          "strand": false,
          "transcript": "NM_001406601.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1159,
          "aa_ref": "A",
          "aa_start": 1124,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8554,
          "cdna_start": 3560,
          "cds_end": null,
          "cds_length": 3480,
          "cds_start": 3371,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406602.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3371_3372delCCinsAT",
          "hgvs_p": "p.Ala1124Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393531.1",
          "strand": false,
          "transcript": "NM_001406602.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1159,
          "aa_ref": "A",
          "aa_start": 1124,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3953,
          "cdna_start": 3588,
          "cds_end": null,
          "cds_length": 3480,
          "cds_start": 3371,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000643583.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3371_3372delCCinsAT",
          "hgvs_p": "p.Ala1124Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000494685.1",
          "strand": false,
          "transcript": "ENST00000643583.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1158,
          "aa_ref": "A",
          "aa_start": 1123,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8551,
          "cdna_start": 3557,
          "cds_end": null,
          "cds_length": 3477,
          "cds_start": 3368,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406603.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3368_3369delCCinsAT",
          "hgvs_p": "p.Ala1123Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393532.1",
          "strand": false,
          "transcript": "NM_001406603.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1158,
          "aa_ref": "A",
          "aa_start": 1123,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8580,
          "cdna_start": 3586,
          "cds_end": null,
          "cds_length": 3477,
          "cds_start": 3368,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406604.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3368_3369delCCinsAT",
          "hgvs_p": "p.Ala1123Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393533.1",
          "strand": false,
          "transcript": "NM_001406604.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1158,
          "aa_ref": "A",
          "aa_start": 1123,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8579,
          "cdna_start": 3589,
          "cds_end": null,
          "cds_length": 3477,
          "cds_start": 3368,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000642627.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3368_3369delCCinsAT",
          "hgvs_p": "p.Ala1123Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000496772.1",
          "strand": false,
          "transcript": "ENST00000642627.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1150,
          "aa_ref": "A",
          "aa_start": 1115,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8556,
          "cdna_start": 3562,
          "cds_end": null,
          "cds_length": 3453,
          "cds_start": 3344,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406605.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3344_3345delCCinsAT",
          "hgvs_p": "p.Ala1115Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393534.1",
          "strand": false,
          "transcript": "NM_001406605.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1150,
          "aa_ref": "A",
          "aa_start": 1115,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8527,
          "cdna_start": 3533,
          "cds_end": null,
          "cds_length": 3453,
          "cds_start": 3344,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406606.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3344_3345delCCinsAT",
          "hgvs_p": "p.Ala1115Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393535.1",
          "strand": false,
          "transcript": "NM_001406606.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1150,
          "aa_ref": "A",
          "aa_start": 1115,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8552,
          "cdna_start": 3558,
          "cds_end": null,
          "cds_length": 3453,
          "cds_start": 3344,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406607.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3344_3345delCCinsAT",
          "hgvs_p": "p.Ala1115Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393536.1",
          "strand": false,
          "transcript": "NM_001406607.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1150,
          "aa_ref": "A",
          "aa_start": 1115,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8559,
          "cdna_start": 3569,
          "cds_end": null,
          "cds_length": 3453,
          "cds_start": 3344,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000644184.2",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3344_3345delCCinsAT",
          "hgvs_p": "p.Ala1115Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000495428.2",
          "strand": false,
          "transcript": "ENST00000644184.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1150,
          "aa_ref": "A",
          "aa_start": 1115,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3993,
          "cdna_start": 3545,
          "cds_end": null,
          "cds_length": 3453,
          "cds_start": 3344,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000911225.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3344_3345delCCinsAT",
          "hgvs_p": "p.Ala1115Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000581284.1",
          "strand": false,
          "transcript": "ENST00000911225.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1149,
          "aa_ref": "A",
          "aa_start": 1114,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8553,
          "cdna_start": 3559,
          "cds_end": null,
          "cds_length": 3450,
          "cds_start": 3341,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406608.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3341_3342delCCinsAT",
          "hgvs_p": "p.Ala1114Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393537.1",
          "strand": false,
          "transcript": "NM_001406608.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1149,
          "aa_ref": "A",
          "aa_start": 1114,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8524,
          "cdna_start": 3530,
          "cds_end": null,
          "cds_length": 3450,
          "cds_start": 3341,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406609.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3341_3342delCCinsAT",
          "hgvs_p": "p.Ala1114Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393538.1",
          "strand": false,
          "transcript": "NM_001406609.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1113,
          "aa_ref": "A",
          "aa_start": 1078,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8445,
          "cdna_start": 3451,
          "cds_end": null,
          "cds_length": 3342,
          "cds_start": 3233,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001162427.2",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3233_3234delCCinsAT",
          "hgvs_p": "p.Ala1078Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001155899.1",
          "strand": false,
          "transcript": "NM_001162427.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1113,
          "aa_ref": "A",
          "aa_start": 1078,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8416,
          "cdna_start": 3422,
          "cds_end": null,
          "cds_length": 3342,
          "cds_start": 3233,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406610.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3233_3234delCCinsAT",
          "hgvs_p": "p.Ala1078Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393539.1",
          "strand": false,
          "transcript": "NM_001406610.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1113,
          "aa_ref": "A",
          "aa_start": 1078,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3596,
          "cdna_start": 3451,
          "cds_end": null,
          "cds_length": 3342,
          "cds_start": 3233,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000643072.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3233_3234delCCinsAT",
          "hgvs_p": "p.Ala1078Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000496691.1",
          "strand": false,
          "transcript": "ENST00000643072.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1112,
          "aa_ref": "A",
          "aa_start": 1077,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8442,
          "cdna_start": 3448,
          "cds_end": null,
          "cds_length": 3339,
          "cds_start": 3230,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406611.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3230_3231delCCinsAT",
          "hgvs_p": "p.Ala1077Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393540.1",
          "strand": false,
          "transcript": "NM_001406611.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1112,
          "aa_ref": "A",
          "aa_start": 1077,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8413,
          "cdna_start": 3419,
          "cds_end": null,
          "cds_length": 3339,
          "cds_start": 3230,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406612.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3230_3231delCCinsAT",
          "hgvs_p": "p.Ala1077Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393541.1",
          "strand": false,
          "transcript": "NM_001406612.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1112,
          "aa_ref": "A",
          "aa_start": 1077,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8430,
          "cdna_start": 3436,
          "cds_end": null,
          "cds_length": 3339,
          "cds_start": 3230,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000645129.2",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3230_3231delCCinsAT",
          "hgvs_p": "p.Ala1077Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000493639.2",
          "strand": false,
          "transcript": "ENST00000645129.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1112,
          "aa_ref": "A",
          "aa_start": 1077,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8451,
          "cdna_start": 3460,
          "cds_end": null,
          "cds_length": 3339,
          "cds_start": 3230,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000935873.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3230_3231delCCinsAT",
          "hgvs_p": "p.Ala1077Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000605932.1",
          "strand": false,
          "transcript": "ENST00000935873.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1098,
          "aa_ref": "A",
          "aa_start": 1063,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8371,
          "cdna_start": 3377,
          "cds_end": null,
          "cds_length": 3297,
          "cds_start": 3188,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406613.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3188_3189delCCinsAT",
          "hgvs_p": "p.Ala1063Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393542.1",
          "strand": false,
          "transcript": "NM_001406613.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1043,
          "aa_ref": "A",
          "aa_start": 1008,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8494,
          "cdna_start": 3500,
          "cds_end": null,
          "cds_length": 3132,
          "cds_start": 3023,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001362177.2",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3023_3024delCCinsAT",
          "hgvs_p": "p.Ala1008Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001349106.1",
          "strand": false,
          "transcript": "NM_001362177.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1043,
          "aa_ref": "A",
          "aa_start": 1008,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8586,
          "cdna_start": 3592,
          "cds_end": null,
          "cds_length": 3132,
          "cds_start": 3023,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406614.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3023_3024delCCinsAT",
          "hgvs_p": "p.Ala1008Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393543.1",
          "strand": false,
          "transcript": "NM_001406614.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1043,
          "aa_ref": "A",
          "aa_start": 1008,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8723,
          "cdna_start": 3729,
          "cds_end": null,
          "cds_length": 3132,
          "cds_start": 3023,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406615.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3023_3024delCCinsAT",
          "hgvs_p": "p.Ala1008Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393544.1",
          "strand": false,
          "transcript": "NM_001406615.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1043,
          "aa_ref": "A",
          "aa_start": 1008,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8690,
          "cdna_start": 3696,
          "cds_end": null,
          "cds_length": 3132,
          "cds_start": 3023,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406616.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3023_3024delCCinsAT",
          "hgvs_p": "p.Ala1008Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393545.1",
          "strand": false,
          "transcript": "NM_001406616.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1043,
          "aa_ref": "A",
          "aa_start": 1008,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8465,
          "cdna_start": 3471,
          "cds_end": null,
          "cds_length": 3132,
          "cds_start": 3023,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406617.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3023_3024delCCinsAT",
          "hgvs_p": "p.Ala1008Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393546.1",
          "strand": false,
          "transcript": "NM_001406617.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1043,
          "aa_ref": "A",
          "aa_start": 1008,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8279,
          "cdna_start": 3285,
          "cds_end": null,
          "cds_length": 3132,
          "cds_start": 3023,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406618.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3023_3024delCCinsAT",
          "hgvs_p": "p.Ala1008Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393547.1",
          "strand": false,
          "transcript": "NM_001406618.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1043,
          "aa_ref": "A",
          "aa_start": 1008,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8490,
          "cdna_start": 3496,
          "cds_end": null,
          "cds_length": 3132,
          "cds_start": 3023,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406619.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3023_3024delCCinsAT",
          "hgvs_p": "p.Ala1008Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393548.1",
          "strand": false,
          "transcript": "NM_001406619.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1043,
          "aa_ref": "A",
          "aa_start": 1008,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8296,
          "cdna_start": 3302,
          "cds_end": null,
          "cds_length": 3132,
          "cds_start": 3023,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000643691.2",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3023_3024delCCinsAT",
          "hgvs_p": "p.Ala1008Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000494916.2",
          "strand": false,
          "transcript": "ENST00000643691.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1042,
          "aa_ref": "A",
          "aa_start": 1007,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8276,
          "cdna_start": 3282,
          "cds_end": null,
          "cds_length": 3129,
          "cds_start": 3020,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406620.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3020_3021delCCinsAT",
          "hgvs_p": "p.Ala1007Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393549.1",
          "strand": false,
          "transcript": "NM_001406620.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1042,
          "aa_ref": "A",
          "aa_start": 1007,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8462,
          "cdna_start": 3468,
          "cds_end": null,
          "cds_length": 3129,
          "cds_start": 3020,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406621.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3020_3021delCCinsAT",
          "hgvs_p": "p.Ala1007Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393550.1",
          "strand": false,
          "transcript": "NM_001406621.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1042,
          "aa_ref": "A",
          "aa_start": 1007,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8491,
          "cdna_start": 3497,
          "cds_end": null,
          "cds_length": 3129,
          "cds_start": 3020,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406622.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3020_3021delCCinsAT",
          "hgvs_p": "p.Ala1007Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393551.1",
          "strand": false,
          "transcript": "NM_001406622.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1042,
          "aa_ref": "A",
          "aa_start": 1007,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8720,
          "cdna_start": 3726,
          "cds_end": null,
          "cds_length": 3129,
          "cds_start": 3020,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406623.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3020_3021delCCinsAT",
          "hgvs_p": "p.Ala1007Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393552.1",
          "strand": false,
          "transcript": "NM_001406623.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1035,
          "aa_ref": "A",
          "aa_start": 1000,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8253,
          "cdna_start": 3259,
          "cds_end": null,
          "cds_length": 3108,
          "cds_start": 2999,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000643362.2",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.2999_3000delCCinsAT",
          "hgvs_p": "p.Ala1000Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000496398.2",
          "strand": false,
          "transcript": "ENST00000643362.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1029,
          "aa_ref": "A",
          "aa_start": 994,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8648,
          "cdna_start": 3654,
          "cds_end": null,
          "cds_length": 3090,
          "cds_start": 2981,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406624.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.2981_2982delCCinsAT",
          "hgvs_p": "p.Ala994Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393553.1",
          "strand": false,
          "transcript": "NM_001406624.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1028,
          "aa_ref": "A",
          "aa_start": 993,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8420,
          "cdna_start": 3426,
          "cds_end": null,
          "cds_length": 3087,
          "cds_start": 2978,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406625.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.2978_2979delCCinsAT",
          "hgvs_p": "p.Ala993Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393554.1",
          "strand": false,
          "transcript": "NM_001406625.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1025,
          "aa_ref": "A",
          "aa_start": 990,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3652,
          "cdna_start": 3187,
          "cds_end": null,
          "cds_length": 3078,
          "cds_start": 2969,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000911224.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.2969_2970delCCinsAT",
          "hgvs_p": "p.Ala990Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000581283.1",
          "strand": false,
          "transcript": "ENST00000911224.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 847,
          "aa_ref": "A",
          "aa_start": 812,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8524,
          "cdna_start": 3530,
          "cds_end": null,
          "cds_length": 2544,
          "cds_start": 2435,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406626.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.2435_2436delCCinsAT",
          "hgvs_p": "p.Ala812Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393555.1",
          "strand": false,
          "transcript": "NM_001406626.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 846,
          "aa_ref": "A",
          "aa_start": 811,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8492,
          "cdna_start": 3498,
          "cds_end": null,
          "cds_length": 2541,
          "cds_start": 2432,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406627.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.2432_2433delCCinsAT",
          "hgvs_p": "p.Ala811Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393556.1",
          "strand": false,
          "transcript": "NM_001406627.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 846,
          "aa_ref": "A",
          "aa_start": 811,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8521,
          "cdna_start": 3527,
          "cds_end": null,
          "cds_length": 2541,
          "cds_start": 2432,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406628.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.2432_2433delCCinsAT",
          "hgvs_p": "p.Ala811Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393557.1",
          "strand": false,
          "transcript": "NM_001406628.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 813,
          "aa_ref": "A",
          "aa_start": 778,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8535,
          "cdna_start": 3541,
          "cds_end": null,
          "cds_length": 2442,
          "cds_start": 2333,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406629.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.2333_2334delCCinsAT",
          "hgvs_p": "p.Ala778Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393558.1",
          "strand": false,
          "transcript": "NM_001406629.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 813,
          "aa_ref": "A",
          "aa_start": 778,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8638,
          "cdna_start": 3644,
          "cds_end": null,
          "cds_length": 2442,
          "cds_start": 2333,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001406630.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.2333_2334delCCinsAT",
          "hgvs_p": "p.Ala778Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001393559.1",
          "strand": false,
          "transcript": "NM_001406630.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1164,
          "aa_ref": "A",
          "aa_start": 1129,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8718,
          "cdna_start": 3724,
          "cds_end": null,
          "cds_length": 3495,
          "cds_start": 3386,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_011518979.3",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "c.3386_3387delCCinsAT",
          "hgvs_p": "p.Ala1129Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011517281.1",
          "strand": false,
          "transcript": "XM_011518979.3",
          "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": 8671,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 22,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000642261.2",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "n.*1242_*1243delCCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000494743.2",
          "strand": false,
          "transcript": "ENST00000642261.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": 4739,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 22,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000642811.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "n.*3156_*3157delCCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000495554.1",
          "strand": false,
          "transcript": "ENST00000642811.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": 8554,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 22,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000643275.2",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "n.*1326_*1327delCCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000495598.2",
          "strand": false,
          "transcript": "ENST00000643275.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": 8411,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 22,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000643625.2",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "n.*1128_*1129delCCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000495546.2",
          "strand": false,
          "transcript": "ENST00000643625.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": 3762,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 22,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000644255.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "n.*3153_*3154delCCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000493608.1",
          "strand": false,
          "transcript": "ENST00000644255.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": 4106,
          "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": "ENST00000644319.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "n.3761_3762delCCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000644319.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": 5997,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000644786.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "n.1045_1046delCCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000644786.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": 7263,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000644882.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "n.2294_2295delCCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000644882.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": 5732,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 21,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000645901.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "n.4237_4238delCCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000645901.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": 9915,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 22,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000645904.2",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "n.5061_5062delCCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000645904.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": 3693,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 22,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000646391.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "n.*3156_*3157delCCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000494104.1",
          "strand": false,
          "transcript": "ENST00000646391.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": 6204,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 21,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000647262.2",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "n.4638_4639delCCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000647262.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": 3953,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 22,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000647279.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "n.*2625_*2626delCCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000494502.1",
          "strand": false,
          "transcript": "ENST00000647279.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": 7404,
          "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": "ENST00000647534.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "n.2450_2451delCCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000647534.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": 4193,
          "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": "ENST00000714459.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "n.*2079_*2080delCCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000519720.1",
          "strand": false,
          "transcript": "ENST00000714459.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": 4160,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 21,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000714460.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "n.*3437_*3438delCCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000519721.1",
          "strand": false,
          "transcript": "ENST00000714460.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": 4418,
          "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": "ENST00000714461.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "n.*2971_*2972delCCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000519722.1",
          "strand": false,
          "transcript": "ENST00000714461.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": 3966,
          "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": "ENST00000714462.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "n.*2262_*2263delCCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000519723.1",
          "strand": false,
          "transcript": "ENST00000714462.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": 4006,
          "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": "ENST00000714491.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "n.*2364_*2365delCCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000519745.1",
          "strand": false,
          "transcript": "ENST00000714491.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": 4750,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 22,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000714492.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "n.*3303_*3304delCCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000519746.1",
          "strand": false,
          "transcript": "ENST00000714492.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": 8431,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 22,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "NR_176214.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "n.3436_3437delCCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_176214.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": 8593,
          "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": "NR_176215.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "n.3598_3599delCCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_176215.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": 8460,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 22,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "NR_176216.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "n.3465_3466delCCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_176216.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": 8590,
          "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": "NR_176217.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "n.3595_3596delCCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_176217.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": 8594,
          "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": "NR_176218.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "n.3599_3600delCCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_176218.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": 8671,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 22,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000642261.2",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "n.*1242_*1243delCCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000494743.2",
          "strand": false,
          "transcript": "ENST00000642261.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": 4739,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 22,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000642811.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "n.*3156_*3157delCCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000495554.1",
          "strand": false,
          "transcript": "ENST00000642811.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": 8554,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 22,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000643275.2",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "n.*1326_*1327delCCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000495598.2",
          "strand": false,
          "transcript": "ENST00000643275.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": 8411,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 22,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000643625.2",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "n.*1128_*1129delCCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000495546.2",
          "strand": false,
          "transcript": "ENST00000643625.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": 3762,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 22,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000644255.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "n.*3153_*3154delCCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000493608.1",
          "strand": false,
          "transcript": "ENST00000644255.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": 3693,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 22,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000646391.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "n.*3156_*3157delCCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000494104.1",
          "strand": false,
          "transcript": "ENST00000646391.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": 3953,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 22,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000647279.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "n.*2625_*2626delCCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000494502.1",
          "strand": false,
          "transcript": "ENST00000647279.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": 4193,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000714459.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "n.*2079_*2080delCCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000519720.1",
          "strand": false,
          "transcript": "ENST00000714459.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": 4160,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 21,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000714460.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "n.*3437_*3438delCCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000519721.1",
          "strand": false,
          "transcript": "ENST00000714460.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": 4418,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000714461.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "n.*2971_*2972delCCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000519722.1",
          "strand": false,
          "transcript": "ENST00000714461.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": 3966,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000714462.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "n.*2262_*2263delCCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000519723.1",
          "strand": false,
          "transcript": "ENST00000714462.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": 4006,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000714491.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "n.*2364_*2365delCCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000519745.1",
          "strand": false,
          "transcript": "ENST00000714491.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": 4750,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 22,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000714492.1",
          "gene_hgnc_id": 12362,
          "gene_symbol": "TSC1",
          "hgvs_c": "n.*3303_*3304delCCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000519746.1",
          "strand": false,
          "transcript": "ENST00000714492.1",
          "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": 12362,
      "gene_symbol": "TSC1",
      "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": "Benign",
      "phylop100way_score": 0.932,
      "pos": 132896343,
      "ref": "GG",
      "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_000368.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.