← Back to variant description

GeneBe API Showcase

This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.

API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.

Documentation & Advanced Usage

Complete API documentation:docs.genebe.net/docs/api/overview/

Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/

Python client for pandas:pypi.org/project/genebe/

Java CLI for VCF files:github.com/pstawinski/genebe-cli

All tools documented at:docs.genebe.net

API Request Examples for Variant: 16-2084578-GC-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [],
          "effects": [
            "exon_region"
          ],
          "gene_symbol": "TSC2",
          "hgnc_id": 12363,
          "hgvs_c": "c.",
          "hgvs_p": null,
          "inheritance_mode": "AD",
          "pathogenic_score": 0,
          "score": 0,
          "transcript": "ENST00000350773.9",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "",
      "acmg_score": 0,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "CG",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": null,
      "bayesdelnoaf_score": null,
      "chr": "16",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": null,
      "computational_score_selected": null,
      "computational_source_selected": null,
      "consequences": [
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1807,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 6415,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 5424,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 42,
          "exon_rank": 34,
          "exon_rank_end": null,
          "feature": "ENST00000219476.9",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_000548.5",
          "protein_coding": true,
          "protein_id": "ENSP00000219476.3",
          "strand": true,
          "transcript": "ENST00000219476.9",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1784,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5538,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 5355,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 41,
          "exon_rank": 33,
          "exon_rank_end": null,
          "feature": "ENST00000350773.9",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000344383.4",
          "strand": true,
          "transcript": "ENST00000350773.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1740,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5437,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 5223,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 40,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "ENST00000401874.7",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000384468.2",
          "strand": true,
          "transcript": "ENST00000401874.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5073,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 38,
          "exon_rank": 30,
          "exon_rank_end": null,
          "feature": "ENST00000439117.6",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000406980.2",
          "strand": true,
          "transcript": "ENST00000439117.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5073,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 38,
          "exon_rank": 30,
          "exon_rank_end": null,
          "feature": "ENST00000439117.6",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000406980.2",
          "strand": true,
          "transcript": "ENST00000439117.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1837,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6505,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 5514,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 42,
          "exon_rank": 34,
          "exon_rank_end": null,
          "feature": "ENST00000645186.2",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000495110.2",
          "strand": true,
          "transcript": "ENST00000645186.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1806,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5574,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 5421,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 42,
          "exon_rank": 34,
          "exon_rank_end": null,
          "feature": "ENST00000642365.2",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000495459.2",
          "strand": true,
          "transcript": "ENST00000642365.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1805,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5614,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 5418,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 42,
          "exon_rank": 34,
          "exon_rank_end": null,
          "feature": "ENST00000646388.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000495921.1",
          "strand": true,
          "transcript": "ENST00000646388.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1799,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5623,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 5400,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 41,
          "exon_rank": 33,
          "exon_rank_end": null,
          "feature": "ENST00000941763.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611822.1",
          "strand": true,
          "transcript": "ENST00000941763.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1796,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5594,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 5391,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 41,
          "exon_rank": 33,
          "exon_rank_end": null,
          "feature": "ENST00000903285.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573344.1",
          "strand": true,
          "transcript": "ENST00000903285.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1782,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6344,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 5349,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 41,
          "exon_rank": 33,
          "exon_rank_end": null,
          "feature": "ENST00000643946.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000495927.1",
          "strand": true,
          "transcript": "ENST00000643946.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1781,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5528,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 5346,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 41,
          "exon_rank": 33,
          "exon_rank_end": null,
          "feature": "ENST00000941766.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611825.1",
          "strand": true,
          "transcript": "ENST00000941766.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1780,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5445,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 5343,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 40,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "ENST00000644399.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000493990.1",
          "strand": true,
          "transcript": "ENST00000644399.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1780,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5532,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 5343,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 41,
          "exon_rank": 33,
          "exon_rank_end": null,
          "feature": "ENST00000903287.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573346.1",
          "strand": true,
          "transcript": "ENST00000903287.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1769,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5453,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 5310,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 39,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "ENST00000644329.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000496611.1",
          "strand": true,
          "transcript": "ENST00000644329.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1764,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5457,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 5295,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 41,
          "exon_rank": 33,
          "exon_rank_end": null,
          "feature": "ENST00000644043.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000496262.1",
          "strand": true,
          "transcript": "ENST00000644043.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1764,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6926,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 5295,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 40,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "ENST00000903281.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573340.1",
          "strand": true,
          "transcript": "ENST00000903281.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1763,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5507,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 5292,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 41,
          "exon_rank": 33,
          "exon_rank_end": null,
          "feature": "ENST00000642936.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000494514.1",
          "strand": true,
          "transcript": "ENST00000642936.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1763,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5480,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 5292,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 40,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "ENST00000903289.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573348.1",
          "strand": true,
          "transcript": "ENST00000903289.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1760,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5396,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 5283,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 41,
          "exon_rank": 33,
          "exon_rank_end": null,
          "feature": "ENST00000642561.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000495099.1",
          "strand": true,
          "transcript": "ENST00000642561.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1759,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5469,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 5280,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 41,
          "exon_rank": 33,
          "exon_rank_end": null,
          "feature": "ENST00000903288.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573347.1",
          "strand": true,
          "transcript": "ENST00000903288.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1756,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5485,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 5271,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 40,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "ENST00000642206.2",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000495146.2",
          "strand": true,
          "transcript": "ENST00000642206.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1752,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5461,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 5259,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 40,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "ENST00000903286.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573345.1",
          "strand": true,
          "transcript": "ENST00000903286.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1751,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5429,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 5256,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 40,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "ENST00000568454.6",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000454487.1",
          "strand": true,
          "transcript": "ENST00000568454.6",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1741,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5388,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 5226,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 40,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "ENST00000642797.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000493846.1",
          "strand": true,
          "transcript": "ENST00000642797.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1741,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5396,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 5226,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 40,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "ENST00000941767.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611826.1",
          "strand": true,
          "transcript": "ENST00000941767.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1739,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5433,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 5220,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 40,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "ENST00000644335.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000496317.1",
          "strand": true,
          "transcript": "ENST00000644335.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1738,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5970,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 5217,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 40,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "ENST00000643088.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000494747.1",
          "strand": true,
          "transcript": "ENST00000643088.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1729,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5404,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 5190,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 40,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "ENST00000903282.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573341.1",
          "strand": true,
          "transcript": "ENST00000903282.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1723,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5337,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 5172,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 40,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "ENST00000903291.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573350.1",
          "strand": true,
          "transcript": "ENST00000903291.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1722,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5379,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 5169,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 40,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "ENST00000903284.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573343.1",
          "strand": true,
          "transcript": "ENST00000903284.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1704,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5287,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 5115,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 39,
          "exon_rank": 31,
          "exon_rank_end": null,
          "feature": "ENST00000439673.6",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000399232.2",
          "strand": true,
          "transcript": "ENST00000439673.6",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1703,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5324,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 5112,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 39,
          "exon_rank": 31,
          "exon_rank_end": null,
          "feature": "ENST00000920525.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000590584.1",
          "strand": true,
          "transcript": "ENST00000920525.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1701,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5305,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 5106,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 39,
          "exon_rank": 31,
          "exon_rank_end": null,
          "feature": "ENST00000941765.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611824.1",
          "strand": true,
          "transcript": "ENST00000941765.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1700,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5315,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 5103,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 39,
          "exon_rank": 31,
          "exon_rank_end": null,
          "feature": "ENST00000903283.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573342.1",
          "strand": true,
          "transcript": "ENST00000903283.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1700,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5304,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 5103,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 39,
          "exon_rank": 31,
          "exon_rank_end": null,
          "feature": "ENST00000920526.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000590585.1",
          "strand": true,
          "transcript": "ENST00000920526.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1693,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5267,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 5082,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 39,
          "exon_rank": 31,
          "exon_rank_end": null,
          "feature": "ENST00000903290.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573349.1",
          "strand": true,
          "transcript": "ENST00000903290.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1692,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5264,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 5079,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 39,
          "exon_rank": 31,
          "exon_rank_end": null,
          "feature": "ENST00000382538.10",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000371978.6",
          "strand": true,
          "transcript": "ENST00000382538.10",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1692,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5290,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 5079,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 39,
          "exon_rank": 31,
          "exon_rank_end": null,
          "feature": "ENST00000941764.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611823.1",
          "strand": true,
          "transcript": "ENST00000941764.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3248,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 15,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000497886.5",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000497886.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5350,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 39,
          "exon_rank": 31,
          "exon_rank_end": null,
          "feature": "ENST00000568566.6",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000455997.2",
          "strand": true,
          "transcript": "ENST00000568566.6",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1727,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 11,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000569110.2",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000455817.2",
          "strand": true,
          "transcript": "ENST00000569110.2",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3388,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 10,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000569930.2",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000569930.2",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1171,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 7,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000642728.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000642728.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": 1181,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 7,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000643177.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000643177.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3123,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 12,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000643426.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000643426.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6666,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 42,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "ENST00000644417.2",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000493912.2",
          "strand": true,
          "transcript": "ENST00000644417.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3475,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 23,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000645024.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000645024.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8598,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 35,
          "exon_rank": 27,
          "exon_rank_end": null,
          "feature": "ENST00000646464.2",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000496610.2",
          "strand": true,
          "transcript": "ENST00000646464.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4321,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 30,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000646634.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000646634.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2710,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 13,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000646674.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000646674.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2729,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 15,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000647042.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000647042.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2617,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 12,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000647180.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000647180.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6283,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 39,
          "exon_rank": 31,
          "exon_rank_end": null,
          "feature": "ENST00000715163.1",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000715163.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": null,
          "canonical": null,
          "cdna_end": null,
          "cdna_length": null,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intragenic_variant"
          ],
          "exon_count": null,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": null,
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": null,
          "protein_id": null,
          "strand": true,
          "transcript": null,
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5350,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 39,
          "exon_rank": 31,
          "exon_rank_end": null,
          "feature": "ENST00000568566.6",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000455997.2",
          "strand": true,
          "transcript": "ENST00000568566.6",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6666,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 42,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "ENST00000644417.2",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000493912.2",
          "strand": true,
          "transcript": "ENST00000644417.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8598,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 35,
          "exon_rank": 27,
          "exon_rank_end": null,
          "feature": "ENST00000646464.2",
          "gene_hgnc_id": 12363,
          "gene_symbol": "TSC2",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000496610.2",
          "strand": true,
          "transcript": "ENST00000646464.2",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": null,
      "effect": "exon_region",
      "frequency_reference_population": null,
      "gene_hgnc_id": 12363,
      "gene_symbol": "TSC2",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Uncertain_significance",
      "phylop100way_score": 5.709,
      "pos": 2084577,
      "ref": "CG",
      "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": "ENST00000350773.9"
    }
  ]
}
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.