← 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-132896663-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "9",
      "pos": 132896663,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "NM_000368.5",
      "consequences": [
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.3067C>T",
          "hgvs_p": "p.Pro1023Ser",
          "transcript": "NM_000368.5",
          "protein_id": "NP_000359.1",
          "transcript_support_level": null,
          "aa_start": 1023,
          "aa_end": null,
          "aa_length": 1164,
          "cds_start": 3067,
          "cds_end": null,
          "cds_length": 3495,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000298552.9",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_000368.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.3067C>T",
          "hgvs_p": "p.Pro1023Ser",
          "transcript": "ENST00000298552.9",
          "protein_id": "ENSP00000298552.3",
          "transcript_support_level": 1,
          "aa_start": 1023,
          "aa_end": null,
          "aa_length": 1164,
          "cds_start": 3067,
          "cds_end": null,
          "cds_length": 3495,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_000368.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000298552.9"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.3067C>T",
          "hgvs_p": "p.Pro1023Ser",
          "transcript": "ENST00000490179.4",
          "protein_id": "ENSP00000495533.2",
          "transcript_support_level": 3,
          "aa_start": 1023,
          "aa_end": null,
          "aa_length": 1164,
          "cds_start": 3067,
          "cds_end": null,
          "cds_length": 3495,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000490179.4"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.3067C>T",
          "hgvs_p": "p.Pro1023Ser",
          "transcript": "NM_001406592.1",
          "protein_id": "NP_001393521.1",
          "transcript_support_level": null,
          "aa_start": 1023,
          "aa_end": null,
          "aa_length": 1164,
          "cds_start": 3067,
          "cds_end": null,
          "cds_length": 3495,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406592.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.3067C>T",
          "hgvs_p": "p.Pro1023Ser",
          "transcript": "NM_001406593.1",
          "protein_id": "NP_001393522.1",
          "transcript_support_level": null,
          "aa_start": 1023,
          "aa_end": null,
          "aa_length": 1164,
          "cds_start": 3067,
          "cds_end": null,
          "cds_length": 3495,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406593.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.3067C>T",
          "hgvs_p": "p.Pro1023Ser",
          "transcript": "NM_001406594.1",
          "protein_id": "NP_001393523.1",
          "transcript_support_level": null,
          "aa_start": 1023,
          "aa_end": null,
          "aa_length": 1164,
          "cds_start": 3067,
          "cds_end": null,
          "cds_length": 3495,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406594.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.3067C>T",
          "hgvs_p": "p.Pro1023Ser",
          "transcript": "NM_001406595.1",
          "protein_id": "NP_001393524.1",
          "transcript_support_level": null,
          "aa_start": 1023,
          "aa_end": null,
          "aa_length": 1164,
          "cds_start": 3067,
          "cds_end": null,
          "cds_length": 3495,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406595.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.3067C>T",
          "hgvs_p": "p.Pro1023Ser",
          "transcript": "NM_001406596.1",
          "protein_id": "NP_001393525.1",
          "transcript_support_level": null,
          "aa_start": 1023,
          "aa_end": null,
          "aa_length": 1164,
          "cds_start": 3067,
          "cds_end": null,
          "cds_length": 3495,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406596.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.3067C>T",
          "hgvs_p": "p.Pro1023Ser",
          "transcript": "ENST00000643875.1",
          "protein_id": "ENSP00000495158.1",
          "transcript_support_level": null,
          "aa_start": 1023,
          "aa_end": null,
          "aa_length": 1164,
          "cds_start": 3067,
          "cds_end": null,
          "cds_length": 3495,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000643875.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.3067C>T",
          "hgvs_p": "p.Pro1023Ser",
          "transcript": "ENST00000646440.2",
          "protein_id": "ENSP00000495830.2",
          "transcript_support_level": null,
          "aa_start": 1023,
          "aa_end": null,
          "aa_length": 1164,
          "cds_start": 3067,
          "cds_end": null,
          "cds_length": 3495,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000646440.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.3067C>T",
          "hgvs_p": "p.Pro1023Ser",
          "transcript": "ENST00000646625.1",
          "protein_id": "ENSP00000496263.1",
          "transcript_support_level": null,
          "aa_start": 1023,
          "aa_end": null,
          "aa_length": 1164,
          "cds_start": 3067,
          "cds_end": null,
          "cds_length": 3495,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000646625.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.3064C>T",
          "hgvs_p": "p.Pro1022Ser",
          "transcript": "NM_001162426.2",
          "protein_id": "NP_001155898.1",
          "transcript_support_level": null,
          "aa_start": 1022,
          "aa_end": null,
          "aa_length": 1163,
          "cds_start": 3064,
          "cds_end": null,
          "cds_length": 3492,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001162426.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.3064C>T",
          "hgvs_p": "p.Pro1022Ser",
          "transcript": "NM_001406597.1",
          "protein_id": "NP_001393526.1",
          "transcript_support_level": null,
          "aa_start": 1022,
          "aa_end": null,
          "aa_length": 1163,
          "cds_start": 3064,
          "cds_end": null,
          "cds_length": 3492,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406597.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.3064C>T",
          "hgvs_p": "p.Pro1022Ser",
          "transcript": "NM_001406598.1",
          "protein_id": "NP_001393527.1",
          "transcript_support_level": null,
          "aa_start": 1022,
          "aa_end": null,
          "aa_length": 1163,
          "cds_start": 3064,
          "cds_end": null,
          "cds_length": 3492,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406598.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.3064C>T",
          "hgvs_p": "p.Pro1022Ser",
          "transcript": "NM_001406599.1",
          "protein_id": "NP_001393528.1",
          "transcript_support_level": null,
          "aa_start": 1022,
          "aa_end": null,
          "aa_length": 1163,
          "cds_start": 3064,
          "cds_end": null,
          "cds_length": 3492,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406599.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.3064C>T",
          "hgvs_p": "p.Pro1022Ser",
          "transcript": "NM_001406600.1",
          "protein_id": "NP_001393529.1",
          "transcript_support_level": null,
          "aa_start": 1022,
          "aa_end": null,
          "aa_length": 1163,
          "cds_start": 3064,
          "cds_end": null,
          "cds_length": 3492,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406600.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.3064C>T",
          "hgvs_p": "p.Pro1022Ser",
          "transcript": "ENST00000475903.7",
          "protein_id": "ENSP00000496126.2",
          "transcript_support_level": 4,
          "aa_start": 1022,
          "aa_end": null,
          "aa_length": 1163,
          "cds_start": 3064,
          "cds_end": null,
          "cds_length": 3492,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000475903.7"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.3064C>T",
          "hgvs_p": "p.Pro1022Ser",
          "transcript": "ENST00000642617.1",
          "protein_id": "ENSP00000493773.1",
          "transcript_support_level": null,
          "aa_start": 1022,
          "aa_end": null,
          "aa_length": 1163,
          "cds_start": 3064,
          "cds_end": null,
          "cds_length": 3492,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000642617.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.3064C>T",
          "hgvs_p": "p.Pro1022Ser",
          "transcript": "ENST00000644097.1",
          "protein_id": "ENSP00000494682.1",
          "transcript_support_level": null,
          "aa_start": 1022,
          "aa_end": null,
          "aa_length": 1163,
          "cds_start": 3064,
          "cds_end": null,
          "cds_length": 3492,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000644097.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.3064C>T",
          "hgvs_p": "p.Pro1022Ser",
          "transcript": "ENST00000911226.1",
          "protein_id": "ENSP00000581285.1",
          "transcript_support_level": null,
          "aa_start": 1022,
          "aa_end": null,
          "aa_length": 1163,
          "cds_start": 3064,
          "cds_end": null,
          "cds_length": 3492,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000911226.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.3064C>T",
          "hgvs_p": "p.Pro1022Ser",
          "transcript": "ENST00000935874.1",
          "protein_id": "ENSP00000605933.1",
          "transcript_support_level": null,
          "aa_start": 1022,
          "aa_end": null,
          "aa_length": 1163,
          "cds_start": 3064,
          "cds_end": null,
          "cds_length": 3492,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935874.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.3052C>T",
          "hgvs_p": "p.Pro1018Ser",
          "transcript": "NM_001406601.1",
          "protein_id": "NP_001393530.1",
          "transcript_support_level": null,
          "aa_start": 1018,
          "aa_end": null,
          "aa_length": 1159,
          "cds_start": 3052,
          "cds_end": null,
          "cds_length": 3480,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406601.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.3052C>T",
          "hgvs_p": "p.Pro1018Ser",
          "transcript": "NM_001406602.1",
          "protein_id": "NP_001393531.1",
          "transcript_support_level": null,
          "aa_start": 1018,
          "aa_end": null,
          "aa_length": 1159,
          "cds_start": 3052,
          "cds_end": null,
          "cds_length": 3480,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406602.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.3052C>T",
          "hgvs_p": "p.Pro1018Ser",
          "transcript": "ENST00000643583.1",
          "protein_id": "ENSP00000494685.1",
          "transcript_support_level": null,
          "aa_start": 1018,
          "aa_end": null,
          "aa_length": 1159,
          "cds_start": 3052,
          "cds_end": null,
          "cds_length": 3480,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000643583.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.3049C>T",
          "hgvs_p": "p.Pro1017Ser",
          "transcript": "NM_001406603.1",
          "protein_id": "NP_001393532.1",
          "transcript_support_level": null,
          "aa_start": 1017,
          "aa_end": null,
          "aa_length": 1158,
          "cds_start": 3049,
          "cds_end": null,
          "cds_length": 3477,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406603.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.3049C>T",
          "hgvs_p": "p.Pro1017Ser",
          "transcript": "NM_001406604.1",
          "protein_id": "NP_001393533.1",
          "transcript_support_level": null,
          "aa_start": 1017,
          "aa_end": null,
          "aa_length": 1158,
          "cds_start": 3049,
          "cds_end": null,
          "cds_length": 3477,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406604.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.3049C>T",
          "hgvs_p": "p.Pro1017Ser",
          "transcript": "ENST00000642627.1",
          "protein_id": "ENSP00000496772.1",
          "transcript_support_level": null,
          "aa_start": 1017,
          "aa_end": null,
          "aa_length": 1158,
          "cds_start": 3049,
          "cds_end": null,
          "cds_length": 3477,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000642627.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.3025C>T",
          "hgvs_p": "p.Pro1009Ser",
          "transcript": "NM_001406605.1",
          "protein_id": "NP_001393534.1",
          "transcript_support_level": null,
          "aa_start": 1009,
          "aa_end": null,
          "aa_length": 1150,
          "cds_start": 3025,
          "cds_end": null,
          "cds_length": 3453,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406605.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.3025C>T",
          "hgvs_p": "p.Pro1009Ser",
          "transcript": "NM_001406606.1",
          "protein_id": "NP_001393535.1",
          "transcript_support_level": null,
          "aa_start": 1009,
          "aa_end": null,
          "aa_length": 1150,
          "cds_start": 3025,
          "cds_end": null,
          "cds_length": 3453,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406606.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.3025C>T",
          "hgvs_p": "p.Pro1009Ser",
          "transcript": "NM_001406607.1",
          "protein_id": "NP_001393536.1",
          "transcript_support_level": null,
          "aa_start": 1009,
          "aa_end": null,
          "aa_length": 1150,
          "cds_start": 3025,
          "cds_end": null,
          "cds_length": 3453,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406607.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.3025C>T",
          "hgvs_p": "p.Pro1009Ser",
          "transcript": "ENST00000644184.2",
          "protein_id": "ENSP00000495428.2",
          "transcript_support_level": null,
          "aa_start": 1009,
          "aa_end": null,
          "aa_length": 1150,
          "cds_start": 3025,
          "cds_end": null,
          "cds_length": 3453,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000644184.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.3025C>T",
          "hgvs_p": "p.Pro1009Ser",
          "transcript": "ENST00000911225.1",
          "protein_id": "ENSP00000581284.1",
          "transcript_support_level": null,
          "aa_start": 1009,
          "aa_end": null,
          "aa_length": 1150,
          "cds_start": 3025,
          "cds_end": null,
          "cds_length": 3453,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000911225.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.3022C>T",
          "hgvs_p": "p.Pro1008Ser",
          "transcript": "NM_001406608.1",
          "protein_id": "NP_001393537.1",
          "transcript_support_level": null,
          "aa_start": 1008,
          "aa_end": null,
          "aa_length": 1149,
          "cds_start": 3022,
          "cds_end": null,
          "cds_length": 3450,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406608.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.3022C>T",
          "hgvs_p": "p.Pro1008Ser",
          "transcript": "NM_001406609.1",
          "protein_id": "NP_001393538.1",
          "transcript_support_level": null,
          "aa_start": 1008,
          "aa_end": null,
          "aa_length": 1149,
          "cds_start": 3022,
          "cds_end": null,
          "cds_length": 3450,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406609.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.2914C>T",
          "hgvs_p": "p.Pro972Ser",
          "transcript": "NM_001162427.2",
          "protein_id": "NP_001155899.1",
          "transcript_support_level": null,
          "aa_start": 972,
          "aa_end": null,
          "aa_length": 1113,
          "cds_start": 2914,
          "cds_end": null,
          "cds_length": 3342,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001162427.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.2914C>T",
          "hgvs_p": "p.Pro972Ser",
          "transcript": "NM_001406610.1",
          "protein_id": "NP_001393539.1",
          "transcript_support_level": null,
          "aa_start": 972,
          "aa_end": null,
          "aa_length": 1113,
          "cds_start": 2914,
          "cds_end": null,
          "cds_length": 3342,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406610.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.2914C>T",
          "hgvs_p": "p.Pro972Ser",
          "transcript": "ENST00000643072.1",
          "protein_id": "ENSP00000496691.1",
          "transcript_support_level": null,
          "aa_start": 972,
          "aa_end": null,
          "aa_length": 1113,
          "cds_start": 2914,
          "cds_end": null,
          "cds_length": 3342,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000643072.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.2911C>T",
          "hgvs_p": "p.Pro971Ser",
          "transcript": "NM_001406611.1",
          "protein_id": "NP_001393540.1",
          "transcript_support_level": null,
          "aa_start": 971,
          "aa_end": null,
          "aa_length": 1112,
          "cds_start": 2911,
          "cds_end": null,
          "cds_length": 3339,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406611.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.2911C>T",
          "hgvs_p": "p.Pro971Ser",
          "transcript": "NM_001406612.1",
          "protein_id": "NP_001393541.1",
          "transcript_support_level": null,
          "aa_start": 971,
          "aa_end": null,
          "aa_length": 1112,
          "cds_start": 2911,
          "cds_end": null,
          "cds_length": 3339,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406612.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.2911C>T",
          "hgvs_p": "p.Pro971Ser",
          "transcript": "ENST00000645129.2",
          "protein_id": "ENSP00000493639.2",
          "transcript_support_level": null,
          "aa_start": 971,
          "aa_end": null,
          "aa_length": 1112,
          "cds_start": 2911,
          "cds_end": null,
          "cds_length": 3339,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000645129.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.2911C>T",
          "hgvs_p": "p.Pro971Ser",
          "transcript": "ENST00000935873.1",
          "protein_id": "ENSP00000605932.1",
          "transcript_support_level": null,
          "aa_start": 971,
          "aa_end": null,
          "aa_length": 1112,
          "cds_start": 2911,
          "cds_end": null,
          "cds_length": 3339,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935873.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.2869C>T",
          "hgvs_p": "p.Pro957Ser",
          "transcript": "NM_001406613.1",
          "protein_id": "NP_001393542.1",
          "transcript_support_level": null,
          "aa_start": 957,
          "aa_end": null,
          "aa_length": 1098,
          "cds_start": 2869,
          "cds_end": null,
          "cds_length": 3297,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406613.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.2704C>T",
          "hgvs_p": "p.Pro902Ser",
          "transcript": "NM_001362177.2",
          "protein_id": "NP_001349106.1",
          "transcript_support_level": null,
          "aa_start": 902,
          "aa_end": null,
          "aa_length": 1043,
          "cds_start": 2704,
          "cds_end": null,
          "cds_length": 3132,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001362177.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.2704C>T",
          "hgvs_p": "p.Pro902Ser",
          "transcript": "NM_001406614.1",
          "protein_id": "NP_001393543.1",
          "transcript_support_level": null,
          "aa_start": 902,
          "aa_end": null,
          "aa_length": 1043,
          "cds_start": 2704,
          "cds_end": null,
          "cds_length": 3132,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406614.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.2704C>T",
          "hgvs_p": "p.Pro902Ser",
          "transcript": "NM_001406615.1",
          "protein_id": "NP_001393544.1",
          "transcript_support_level": null,
          "aa_start": 902,
          "aa_end": null,
          "aa_length": 1043,
          "cds_start": 2704,
          "cds_end": null,
          "cds_length": 3132,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406615.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.2704C>T",
          "hgvs_p": "p.Pro902Ser",
          "transcript": "NM_001406616.1",
          "protein_id": "NP_001393545.1",
          "transcript_support_level": null,
          "aa_start": 902,
          "aa_end": null,
          "aa_length": 1043,
          "cds_start": 2704,
          "cds_end": null,
          "cds_length": 3132,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406616.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.2704C>T",
          "hgvs_p": "p.Pro902Ser",
          "transcript": "NM_001406617.1",
          "protein_id": "NP_001393546.1",
          "transcript_support_level": null,
          "aa_start": 902,
          "aa_end": null,
          "aa_length": 1043,
          "cds_start": 2704,
          "cds_end": null,
          "cds_length": 3132,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406617.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.2704C>T",
          "hgvs_p": "p.Pro902Ser",
          "transcript": "NM_001406618.1",
          "protein_id": "NP_001393547.1",
          "transcript_support_level": null,
          "aa_start": 902,
          "aa_end": null,
          "aa_length": 1043,
          "cds_start": 2704,
          "cds_end": null,
          "cds_length": 3132,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406618.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.2704C>T",
          "hgvs_p": "p.Pro902Ser",
          "transcript": "NM_001406619.1",
          "protein_id": "NP_001393548.1",
          "transcript_support_level": null,
          "aa_start": 902,
          "aa_end": null,
          "aa_length": 1043,
          "cds_start": 2704,
          "cds_end": null,
          "cds_length": 3132,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406619.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.2704C>T",
          "hgvs_p": "p.Pro902Ser",
          "transcript": "ENST00000643691.2",
          "protein_id": "ENSP00000494916.2",
          "transcript_support_level": null,
          "aa_start": 902,
          "aa_end": null,
          "aa_length": 1043,
          "cds_start": 2704,
          "cds_end": null,
          "cds_length": 3132,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000643691.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.2701C>T",
          "hgvs_p": "p.Pro901Ser",
          "transcript": "NM_001406620.1",
          "protein_id": "NP_001393549.1",
          "transcript_support_level": null,
          "aa_start": 901,
          "aa_end": null,
          "aa_length": 1042,
          "cds_start": 2701,
          "cds_end": null,
          "cds_length": 3129,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406620.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.2701C>T",
          "hgvs_p": "p.Pro901Ser",
          "transcript": "NM_001406621.1",
          "protein_id": "NP_001393550.1",
          "transcript_support_level": null,
          "aa_start": 901,
          "aa_end": null,
          "aa_length": 1042,
          "cds_start": 2701,
          "cds_end": null,
          "cds_length": 3129,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406621.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.2701C>T",
          "hgvs_p": "p.Pro901Ser",
          "transcript": "NM_001406622.1",
          "protein_id": "NP_001393551.1",
          "transcript_support_level": null,
          "aa_start": 901,
          "aa_end": null,
          "aa_length": 1042,
          "cds_start": 2701,
          "cds_end": null,
          "cds_length": 3129,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406622.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.2701C>T",
          "hgvs_p": "p.Pro901Ser",
          "transcript": "NM_001406623.1",
          "protein_id": "NP_001393552.1",
          "transcript_support_level": null,
          "aa_start": 901,
          "aa_end": null,
          "aa_length": 1042,
          "cds_start": 2701,
          "cds_end": null,
          "cds_length": 3129,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406623.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.2680C>T",
          "hgvs_p": "p.Pro894Ser",
          "transcript": "ENST00000643362.2",
          "protein_id": "ENSP00000496398.2",
          "transcript_support_level": null,
          "aa_start": 894,
          "aa_end": null,
          "aa_length": 1035,
          "cds_start": 2680,
          "cds_end": null,
          "cds_length": 3108,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000643362.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.2662C>T",
          "hgvs_p": "p.Pro888Ser",
          "transcript": "NM_001406624.1",
          "protein_id": "NP_001393553.1",
          "transcript_support_level": null,
          "aa_start": 888,
          "aa_end": null,
          "aa_length": 1029,
          "cds_start": 2662,
          "cds_end": null,
          "cds_length": 3090,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406624.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.2659C>T",
          "hgvs_p": "p.Pro887Ser",
          "transcript": "NM_001406625.1",
          "protein_id": "NP_001393554.1",
          "transcript_support_level": null,
          "aa_start": 887,
          "aa_end": null,
          "aa_length": 1028,
          "cds_start": 2659,
          "cds_end": null,
          "cds_length": 3087,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406625.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.2650C>T",
          "hgvs_p": "p.Pro884Ser",
          "transcript": "ENST00000911224.1",
          "protein_id": "ENSP00000581283.1",
          "transcript_support_level": null,
          "aa_start": 884,
          "aa_end": null,
          "aa_length": 1025,
          "cds_start": 2650,
          "cds_end": null,
          "cds_length": 3078,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000911224.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.2116C>T",
          "hgvs_p": "p.Pro706Ser",
          "transcript": "NM_001406626.1",
          "protein_id": "NP_001393555.1",
          "transcript_support_level": null,
          "aa_start": 706,
          "aa_end": null,
          "aa_length": 847,
          "cds_start": 2116,
          "cds_end": null,
          "cds_length": 2544,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406626.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.2113C>T",
          "hgvs_p": "p.Pro705Ser",
          "transcript": "NM_001406627.1",
          "protein_id": "NP_001393556.1",
          "transcript_support_level": null,
          "aa_start": 705,
          "aa_end": null,
          "aa_length": 846,
          "cds_start": 2113,
          "cds_end": null,
          "cds_length": 2541,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406627.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.2113C>T",
          "hgvs_p": "p.Pro705Ser",
          "transcript": "NM_001406628.1",
          "protein_id": "NP_001393557.1",
          "transcript_support_level": null,
          "aa_start": 705,
          "aa_end": null,
          "aa_length": 846,
          "cds_start": 2113,
          "cds_end": null,
          "cds_length": 2541,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406628.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.2014C>T",
          "hgvs_p": "p.Pro672Ser",
          "transcript": "NM_001406629.1",
          "protein_id": "NP_001393558.1",
          "transcript_support_level": null,
          "aa_start": 672,
          "aa_end": null,
          "aa_length": 813,
          "cds_start": 2014,
          "cds_end": null,
          "cds_length": 2442,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406629.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.2014C>T",
          "hgvs_p": "p.Pro672Ser",
          "transcript": "NM_001406630.1",
          "protein_id": "NP_001393559.1",
          "transcript_support_level": null,
          "aa_start": 672,
          "aa_end": null,
          "aa_length": 813,
          "cds_start": 2014,
          "cds_end": null,
          "cds_length": 2442,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406630.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "c.3067C>T",
          "hgvs_p": "p.Pro1023Ser",
          "transcript": "XM_011518979.3",
          "protein_id": "XP_011517281.1",
          "transcript_support_level": null,
          "aa_start": 1023,
          "aa_end": null,
          "aa_length": 1164,
          "cds_start": 3067,
          "cds_end": null,
          "cds_length": 3495,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011518979.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "n.*923C>T",
          "hgvs_p": null,
          "transcript": "ENST00000642261.2",
          "protein_id": "ENSP00000494743.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000642261.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "n.*2837C>T",
          "hgvs_p": null,
          "transcript": "ENST00000642811.1",
          "protein_id": "ENSP00000495554.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000642811.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "n.*1007C>T",
          "hgvs_p": null,
          "transcript": "ENST00000643275.2",
          "protein_id": "ENSP00000495598.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000643275.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "n.*809C>T",
          "hgvs_p": null,
          "transcript": "ENST00000643625.2",
          "protein_id": "ENSP00000495546.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000643625.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "n.*2834C>T",
          "hgvs_p": null,
          "transcript": "ENST00000644255.1",
          "protein_id": "ENSP00000493608.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000644255.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "n.3442C>T",
          "hgvs_p": null,
          "transcript": "ENST00000644319.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000644319.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "n.726C>T",
          "hgvs_p": null,
          "transcript": "ENST00000644786.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000644786.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "n.1975C>T",
          "hgvs_p": null,
          "transcript": "ENST00000644882.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000644882.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "n.3918C>T",
          "hgvs_p": null,
          "transcript": "ENST00000645901.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000645901.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "n.4742C>T",
          "hgvs_p": null,
          "transcript": "ENST00000645904.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000645904.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "n.*2837C>T",
          "hgvs_p": null,
          "transcript": "ENST00000646391.1",
          "protein_id": "ENSP00000494104.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000646391.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "n.4319C>T",
          "hgvs_p": null,
          "transcript": "ENST00000647262.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000647262.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "n.*2306C>T",
          "hgvs_p": null,
          "transcript": "ENST00000647279.1",
          "protein_id": "ENSP00000494502.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000647279.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "n.2131C>T",
          "hgvs_p": null,
          "transcript": "ENST00000647534.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000647534.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "n.*1760C>T",
          "hgvs_p": null,
          "transcript": "ENST00000714459.1",
          "protein_id": "ENSP00000519720.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000714459.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "n.*3118C>T",
          "hgvs_p": null,
          "transcript": "ENST00000714460.1",
          "protein_id": "ENSP00000519721.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000714460.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "n.*2652C>T",
          "hgvs_p": null,
          "transcript": "ENST00000714461.1",
          "protein_id": "ENSP00000519722.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000714461.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "n.*1943C>T",
          "hgvs_p": null,
          "transcript": "ENST00000714462.1",
          "protein_id": "ENSP00000519723.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000714462.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "n.*2045C>T",
          "hgvs_p": null,
          "transcript": "ENST00000714491.1",
          "protein_id": "ENSP00000519745.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000714491.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "n.*2984C>T",
          "hgvs_p": null,
          "transcript": "ENST00000714492.1",
          "protein_id": "ENSP00000519746.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000714492.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "n.3117C>T",
          "hgvs_p": null,
          "transcript": "NR_176214.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_176214.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "n.3279C>T",
          "hgvs_p": null,
          "transcript": "NR_176215.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_176215.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "n.3146C>T",
          "hgvs_p": null,
          "transcript": "NR_176216.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_176216.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "n.3276C>T",
          "hgvs_p": null,
          "transcript": "NR_176217.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_176217.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "n.3280C>T",
          "hgvs_p": null,
          "transcript": "NR_176218.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_176218.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "n.*923C>T",
          "hgvs_p": null,
          "transcript": "ENST00000642261.2",
          "protein_id": "ENSP00000494743.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000642261.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "n.*2837C>T",
          "hgvs_p": null,
          "transcript": "ENST00000642811.1",
          "protein_id": "ENSP00000495554.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000642811.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "n.*1007C>T",
          "hgvs_p": null,
          "transcript": "ENST00000643275.2",
          "protein_id": "ENSP00000495598.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000643275.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "n.*809C>T",
          "hgvs_p": null,
          "transcript": "ENST00000643625.2",
          "protein_id": "ENSP00000495546.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000643625.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "n.*2834C>T",
          "hgvs_p": null,
          "transcript": "ENST00000644255.1",
          "protein_id": "ENSP00000493608.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000644255.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "n.*2837C>T",
          "hgvs_p": null,
          "transcript": "ENST00000646391.1",
          "protein_id": "ENSP00000494104.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000646391.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "n.*2306C>T",
          "hgvs_p": null,
          "transcript": "ENST00000647279.1",
          "protein_id": "ENSP00000494502.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000647279.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "n.*1760C>T",
          "hgvs_p": null,
          "transcript": "ENST00000714459.1",
          "protein_id": "ENSP00000519720.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000714459.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "n.*3118C>T",
          "hgvs_p": null,
          "transcript": "ENST00000714460.1",
          "protein_id": "ENSP00000519721.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000714460.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "n.*2652C>T",
          "hgvs_p": null,
          "transcript": "ENST00000714461.1",
          "protein_id": "ENSP00000519722.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000714461.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "n.*1943C>T",
          "hgvs_p": null,
          "transcript": "ENST00000714462.1",
          "protein_id": "ENSP00000519723.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000714462.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "n.*2045C>T",
          "hgvs_p": null,
          "transcript": "ENST00000714491.1",
          "protein_id": "ENSP00000519745.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000714491.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSC1",
          "gene_hgnc_id": 12362,
          "hgvs_c": "n.*2984C>T",
          "hgvs_p": null,
          "transcript": "ENST00000714492.1",
          "protein_id": "ENSP00000519746.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000714492.1"
        }
      ],
      "gene_symbol": "TSC1",
      "gene_hgnc_id": 12362,
      "dbsnp": "rs138445573",
      "frequency_reference_population": 0.0000061959404,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 10,
      "gnomad_exomes_af": 0.00000615675,
      "gnomad_genomes_af": 0.00000657246,
      "gnomad_exomes_ac": 9,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.06309917569160461,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.129,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0829,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.38,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.178,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -9,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6,BS2",
      "acmg_by_gene": [
        {
          "score": -9,
          "benign_score": 9,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "NM_000368.5",
          "gene_symbol": "TSC1",
          "hgnc_id": 12362,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.3067C>T",
          "hgvs_p": "p.Pro1023Ser"
        }
      ],
      "clinvar_disease": "Hereditary cancer-predisposing syndrome,Tuberous sclerosis 1,Tuberous sclerosis syndrome",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "US:2 LB:1",
      "phenotype_combined": "Tuberous sclerosis 1|Tuberous sclerosis syndrome|Hereditary cancer-predisposing syndrome",
      "pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
      "custom_annotations": null
    }
  ],
  "message": null
}