← 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: X-48802684-TCCTCAACTATGA-T (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=48802684&ref=TCCTCAACTATGA&alt=T&genome=hg38&allGenes=true"

API Response

json
{
  "variants": [
    {
      "chr": "X",
      "pos": 48802684,
      "ref": "TCCTCAACTATGA",
      "alt": "T",
      "effect": "start_lost,conservative_inframe_deletion",
      "transcript": "NM_006044.4",
      "consequences": [
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "NM_006044.4",
          "protein_id": "NP_006035.2",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000334136.11",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_006044.4"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "ENST00000334136.11",
          "protein_id": "ENSP00000334061.5",
          "transcript_support_level": 1,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_006044.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000334136.11"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "ENST00000376619.7",
          "protein_id": "ENSP00000365804.2",
          "transcript_support_level": 1,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000376619.7"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "ENST00000462730.5",
          "protein_id": "ENSP00000496727.1",
          "transcript_support_level": 1,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 146,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 441,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000462730.5"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "ENST00000465269.6",
          "protein_id": "ENSP00000494447.1",
          "transcript_support_level": 1,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 146,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 441,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000465269.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "NM_006044.4",
          "protein_id": "NP_006035.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000334136.11",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_006044.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000334136.11",
          "protein_id": "ENSP00000334061.5",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_006044.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000334136.11"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000376619.7",
          "protein_id": "ENSP00000365804.2",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000376619.7"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000462730.5",
          "protein_id": "ENSP00000496727.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 146,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 441,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000462730.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000465269.6",
          "protein_id": "ENSP00000494447.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 146,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 441,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000465269.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.118_129delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000477528.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "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": "ENST00000477528.5"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "ENST00000901907.1",
          "protein_id": "ENSP00000571966.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 1254,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 3765,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901907.1"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "ENST00000901898.1",
          "protein_id": "ENSP00000571957.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 1225,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 3678,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901898.1"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "ENST00000901904.1",
          "protein_id": "ENSP00000571963.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 1221,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 3666,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901904.1"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "ENST00000901902.1",
          "protein_id": "ENSP00000571961.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 1219,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 3660,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901902.1"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "NM_001321226.2",
          "protein_id": "NP_001308155.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321226.2"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "NM_001321227.2",
          "protein_id": "NP_001308156.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321227.2"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "NM_001321228.2",
          "protein_id": "NP_001308157.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321228.2"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "NM_001321229.1",
          "protein_id": "NP_001308158.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321229.1"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "ENST00000376610.7",
          "protein_id": "ENSP00000365795.3",
          "transcript_support_level": 5,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000376610.7"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "ENST00000376643.7",
          "protein_id": "ENSP00000365831.3",
          "transcript_support_level": 5,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000376643.7"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "ENST00000423941.6",
          "protein_id": "ENSP00000392815.2",
          "transcript_support_level": 4,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000423941.6"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "ENST00000440653.2",
          "protein_id": "ENSP00000394377.2",
          "transcript_support_level": 4,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000440653.2"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "ENST00000443563.6",
          "protein_id": "ENSP00000402751.2",
          "transcript_support_level": 4,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000443563.6"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "ENST00000643374.2",
          "protein_id": "ENSP00000496046.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000643374.2"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "ENST00000644068.1",
          "protein_id": "ENSP00000496013.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000644068.1"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "ENST00000901894.1",
          "protein_id": "ENSP00000571953.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901894.1"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "ENST00000931401.1",
          "protein_id": "ENSP00000601460.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000931401.1"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "ENST00000697349.1",
          "protein_id": "ENSP00000513274.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 1211,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 3636,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000697349.1"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "ENST00000901905.1",
          "protein_id": "ENSP00000571964.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 1211,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 3636,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901905.1"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "ENST00000901901.1",
          "protein_id": "ENSP00000571960.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 1208,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 3627,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901901.1"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "ENST00000901908.1",
          "protein_id": "ENSP00000571967.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 1208,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 3627,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901908.1"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "ENST00000901895.1",
          "protein_id": "ENSP00000571954.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 1193,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 3582,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901895.1"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "ENST00000901896.1",
          "protein_id": "ENSP00000571955.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 1193,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 3582,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901896.1"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "ENST00000931402.1",
          "protein_id": "ENSP00000601461.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 1193,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 3582,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000931402.1"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "ENST00000931404.1",
          "protein_id": "ENSP00000601463.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 1193,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 3582,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000931404.1"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "ENST00000951889.1",
          "protein_id": "ENSP00000621948.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 1193,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 3582,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951889.1"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant",
            "start_lost"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1fs",
          "transcript": "ENST00000642405.2",
          "protein_id": "ENSP00000494293.2",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 1192,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 3579,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000642405.2"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "ENST00000901903.1",
          "protein_id": "ENSP00000571962.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 1167,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 3504,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901903.1"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "ENST00000697368.1",
          "protein_id": "ENSP00000513280.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 1166,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 3501,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000697368.1"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "ENST00000931403.1",
          "protein_id": "ENSP00000601462.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 1165,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 3498,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000931403.1"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "ENST00000951887.1",
          "protein_id": "ENSP00000621946.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 1165,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 3498,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951887.1"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "ENST00000951890.1",
          "protein_id": "ENSP00000621949.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 1165,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 3498,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951890.1"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "ENST00000951891.1",
          "protein_id": "ENSP00000621950.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 1165,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 3498,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951891.1"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "ENST00000901899.1",
          "protein_id": "ENSP00000571958.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 1152,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 3459,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901899.1"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "ENST00000901906.1",
          "protein_id": "ENSP00000571965.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 1152,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 3459,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901906.1"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "ENST00000901900.1",
          "protein_id": "ENSP00000571959.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 1127,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 3384,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901900.1"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "ENST00000951886.1",
          "protein_id": "ENSP00000621945.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 1123,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 3372,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951886.1"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "ENST00000951888.1",
          "protein_id": "ENSP00000621947.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 1123,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 3372,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951888.1"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "ENST00000697328.1",
          "protein_id": "ENSP00000513257.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 1108,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 3327,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000697328.1"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "ENST00000901897.1",
          "protein_id": "ENSP00000571956.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 1083,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 3252,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901897.1"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "ENST00000646703.2",
          "protein_id": "ENSP00000493921.2",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 893,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 2682,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000646703.2"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "ENST00000461608.2",
          "protein_id": "ENSP00000496032.2",
          "transcript_support_level": 2,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 211,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 636,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000461608.2"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "NM_001321230.2",
          "protein_id": "NP_001308159.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 146,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 441,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321230.2"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "NM_001321231.2",
          "protein_id": "NP_001308160.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 146,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 441,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321231.2"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "ENST00000438518.6",
          "protein_id": "ENSP00000403370.2",
          "transcript_support_level": 4,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 146,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 441,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000438518.6"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "ENST00000441703.6",
          "protein_id": "ENSP00000393916.2",
          "transcript_support_level": 3,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 146,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 441,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000441703.6"
        },
        {
          "aa_ref": "MTST",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del",
          "transcript": "ENST00000697348.1",
          "protein_id": "ENSP00000513273.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 146,
          "cds_start": 1,
          "cds_end": null,
          "cds_length": 441,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000697348.1"
        },
        {
          "aa_ref": "TMTST",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.42_53delTATGACCTCAAC",
          "hgvs_p": "p.Met15_Thr18del",
          "transcript": "NM_001321225.2",
          "protein_id": "NP_001308154.1",
          "transcript_support_level": null,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 1229,
          "cds_start": 42,
          "cds_end": null,
          "cds_length": 3690,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321225.2"
        },
        {
          "aa_ref": "TMTST",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.138_149delTATGACCTCAAC",
          "hgvs_p": "p.Met47_Thr50del",
          "transcript": "XM_047441703.1",
          "protein_id": "XP_047297659.1",
          "transcript_support_level": null,
          "aa_start": 46,
          "aa_end": null,
          "aa_length": 1261,
          "cds_start": 138,
          "cds_end": null,
          "cds_length": 3786,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441703.1"
        },
        {
          "aa_ref": "TMTST",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.42_53delTATGACCTCAAC",
          "hgvs_p": "p.Met15_Thr18del",
          "transcript": "XM_047441704.1",
          "protein_id": "XP_047297660.1",
          "transcript_support_level": null,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 1229,
          "cds_start": 42,
          "cds_end": null,
          "cds_length": 3690,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441704.1"
        },
        {
          "aa_ref": "TMTST",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.138_149delTATGACCTCAAC",
          "hgvs_p": "p.Met47_Thr50del",
          "transcript": "XM_047441705.1",
          "protein_id": "XP_047297661.1",
          "transcript_support_level": null,
          "aa_start": 46,
          "aa_end": null,
          "aa_length": 747,
          "cds_start": 138,
          "cds_end": null,
          "cds_length": 2244,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441705.1"
        },
        {
          "aa_ref": "TMTST",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.138_149delTATGACCTCAAC",
          "hgvs_p": "p.Met47_Thr50del",
          "transcript": "XM_047441706.1",
          "protein_id": "XP_047297662.1",
          "transcript_support_level": null,
          "aa_start": 46,
          "aa_end": null,
          "aa_length": 747,
          "cds_start": 138,
          "cds_end": null,
          "cds_length": 2244,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441706.1"
        },
        {
          "aa_ref": "TMTST",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.138_149delTATGACCTCAAC",
          "hgvs_p": "p.Met47_Thr50del",
          "transcript": "XM_047441707.1",
          "protein_id": "XP_047297663.1",
          "transcript_support_level": null,
          "aa_start": 46,
          "aa_end": null,
          "aa_length": 715,
          "cds_start": 138,
          "cds_end": null,
          "cds_length": 2148,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441707.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000901907.1",
          "protein_id": "ENSP00000571966.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1254,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3765,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901907.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000901898.1",
          "protein_id": "ENSP00000571957.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1225,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3678,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901898.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000901904.1",
          "protein_id": "ENSP00000571963.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1221,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3666,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901904.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000901902.1",
          "protein_id": "ENSP00000571961.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1219,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3660,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901902.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "NM_001321226.2",
          "protein_id": "NP_001308155.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321226.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "NM_001321227.2",
          "protein_id": "NP_001308156.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321227.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "NM_001321228.2",
          "protein_id": "NP_001308157.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321228.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "NM_001321229.1",
          "protein_id": "NP_001308158.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321229.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000376610.7",
          "protein_id": "ENSP00000365795.3",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000376610.7"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000376643.7",
          "protein_id": "ENSP00000365831.3",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000376643.7"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000423941.6",
          "protein_id": "ENSP00000392815.2",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000423941.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000440653.2",
          "protein_id": "ENSP00000394377.2",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000440653.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000443563.6",
          "protein_id": "ENSP00000402751.2",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000443563.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000643374.2",
          "protein_id": "ENSP00000496046.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000643374.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000644068.1",
          "protein_id": "ENSP00000496013.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000644068.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000901894.1",
          "protein_id": "ENSP00000571953.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901894.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000931401.1",
          "protein_id": "ENSP00000601460.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000931401.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000697349.1",
          "protein_id": "ENSP00000513274.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1211,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3636,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000697349.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000901905.1",
          "protein_id": "ENSP00000571964.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1211,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3636,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901905.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000901901.1",
          "protein_id": "ENSP00000571960.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1208,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3627,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901901.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000901908.1",
          "protein_id": "ENSP00000571967.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1208,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3627,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901908.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000901895.1",
          "protein_id": "ENSP00000571954.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1193,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3582,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901895.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000901896.1",
          "protein_id": "ENSP00000571955.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1193,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3582,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901896.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000931402.1",
          "protein_id": "ENSP00000601461.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1193,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3582,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000931402.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000931404.1",
          "protein_id": "ENSP00000601463.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1193,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3582,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000931404.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000951889.1",
          "protein_id": "ENSP00000621948.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1193,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3582,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951889.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000901903.1",
          "protein_id": "ENSP00000571962.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1167,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3504,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901903.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000697368.1",
          "protein_id": "ENSP00000513280.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1166,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3501,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000697368.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000931403.1",
          "protein_id": "ENSP00000601462.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1165,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3498,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000931403.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000951887.1",
          "protein_id": "ENSP00000621946.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1165,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3498,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951887.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000951890.1",
          "protein_id": "ENSP00000621949.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1165,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3498,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951890.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000951891.1",
          "protein_id": "ENSP00000621950.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1165,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3498,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951891.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-117_-106delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000477561.6",
          "protein_id": "ENSP00000513130.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1160,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3483,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000477561.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000901899.1",
          "protein_id": "ENSP00000571958.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1152,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3459,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901899.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000901906.1",
          "protein_id": "ENSP00000571965.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1152,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3459,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901906.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000901900.1",
          "protein_id": "ENSP00000571959.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1127,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3384,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901900.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000951886.1",
          "protein_id": "ENSP00000621945.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1123,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3372,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951886.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000951888.1",
          "protein_id": "ENSP00000621947.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1123,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3372,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951888.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000697328.1",
          "protein_id": "ENSP00000513257.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1108,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3327,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000697328.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000901897.1",
          "protein_id": "ENSP00000571956.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1083,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3252,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901897.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000646703.2",
          "protein_id": "ENSP00000493921.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 893,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2682,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000646703.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000461608.2",
          "protein_id": "ENSP00000496032.2",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 211,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 636,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000461608.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "NM_001321230.2",
          "protein_id": "NP_001308159.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 146,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 441,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321230.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "NM_001321231.2",
          "protein_id": "NP_001308160.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 146,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 441,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321231.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000438518.6",
          "protein_id": "ENSP00000403370.2",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 146,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 441,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000438518.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000441703.6",
          "protein_id": "ENSP00000393916.2",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 146,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 441,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000441703.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000697348.1",
          "protein_id": "ENSP00000513273.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 146,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 441,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000697348.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-72-179_-72-168delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000469223.6",
          "protein_id": "ENSP00000513127.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1160,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3483,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000469223.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-72-179_-72-168delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000643934.1",
          "protein_id": "ENSP00000494503.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1160,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3483,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000643934.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-72-179_-72-168delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000697320.1",
          "protein_id": "ENSP00000513249.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1160,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3483,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000697320.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-72-179_-72-168delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000476625.5",
          "protein_id": "ENSP00000495151.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 91,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 276,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000476625.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-72-179_-72-168delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000489352.5",
          "protein_id": "ENSP00000496207.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 91,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 276,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000489352.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.102_113delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000430858.2",
          "protein_id": null,
          "transcript_support_level": 3,
          "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": "ENST00000430858.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000480525.6",
          "protein_id": "ENSP00000495932.2",
          "transcript_support_level": 3,
          "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": "ENST00000480525.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.102_113delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000488543.2",
          "protein_id": null,
          "transcript_support_level": 2,
          "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": "ENST00000488543.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.99_110delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000495515.2",
          "protein_id": null,
          "transcript_support_level": 3,
          "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": "ENST00000495515.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000498808.7",
          "protein_id": "ENSP00000513201.1",
          "transcript_support_level": 5,
          "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": "ENST00000498808.7"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.133_144delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000643659.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": "ENST00000643659.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.102_113delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000644164.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": "ENST00000644164.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.132_143delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000645643.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": "ENST00000645643.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000647398.2",
          "protein_id": "ENSP00000494230.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": "ENST00000647398.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.137_148delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000697246.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": "ENST00000697246.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.58_69delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000697266.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": "ENST00000697266.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.109_120delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000697267.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": "ENST00000697267.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.81_92delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000697268.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": "ENST00000697268.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.538_549delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000697281.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": "ENST00000697281.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.61_72delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000697322.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": "ENST00000697322.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.106_117delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000697345.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": "ENST00000697345.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.81_92delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000697346.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": "ENST00000697346.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.99_110delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000697347.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": "ENST00000697347.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.102_113delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000697369.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": "ENST00000697369.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.59_70delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000697370.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": "ENST00000697370.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.102_113delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000697372.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": "ENST00000697372.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.56_67delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000697373.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": "ENST00000697373.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.123_134delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000697385.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": "ENST00000697385.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.106_117delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000697386.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": "ENST00000697386.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.102_113delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000697387.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": "ENST00000697387.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.99_110delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000697388.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": "ENST00000697388.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.75_86delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000697389.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": "ENST00000697389.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.65_76delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000697417.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": "ENST00000697417.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.59_70delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000697418.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": "ENST00000697418.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.98_109delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000697552.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": "ENST00000697552.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.90_101delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000697553.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": "ENST00000697553.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.73_84delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000697554.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": "ENST00000697554.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.81_92delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000697852.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": "ENST00000697852.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.102_113delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000697885.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": "ENST00000697885.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000697886.1",
          "protein_id": "ENSP00000513468.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": "ENST00000697886.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.102_113delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000697887.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": "ENST00000697887.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.106_117delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000697888.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": "ENST00000697888.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.120_131delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000697889.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": "ENST00000697889.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.129_140delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000697890.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": "ENST00000697890.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.117_128delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000697891.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": "ENST00000697891.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.99_110delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000697892.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": "ENST00000697892.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.102_113delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000697893.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": "ENST00000697893.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.81_92delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000697894.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": "ENST00000697894.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.117_128delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000697895.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": "ENST00000697895.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.102_113delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000697896.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": "ENST00000697896.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.30_41delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "NR_135591.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_135591.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.577_588delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "XR_007068179.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": "XR_007068179.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000647398.2",
          "protein_id": "ENSP00000494230.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": "ENST00000647398.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.-1_11delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000697886.1",
          "protein_id": "ENSP00000513468.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": "ENST00000697886.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.34-179_34-168delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000483656.6",
          "protein_id": null,
          "transcript_support_level": 5,
          "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": "ENST00000483656.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.95-179_95-168delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "ENST00000697319.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": "ENST00000697319.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.207-179_207-168delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "NR_135592.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": "pseudogene",
          "feature": "NR_135592.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.207-179_207-168delTATGACCTCAAC",
          "hgvs_p": null,
          "transcript": "NR_135593.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": "pseudogene",
          "feature": "NR_135593.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.-8_4delCCTCAACTATGA",
          "hgvs_p": null,
          "transcript": "ENST00000642405.2",
          "protein_id": "ENSP00000494293.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1192,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3579,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000642405.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.-95_-84delCCTCAACTATGA",
          "hgvs_p": null,
          "transcript": "ENST00000468949.1",
          "protein_id": null,
          "transcript_support_level": 4,
          "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": "ENST00000468949.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.-8_4delCCTCAACTATGA",
          "hgvs_p": null,
          "transcript": "ENST00000480525.6",
          "protein_id": "ENSP00000495932.2",
          "transcript_support_level": 3,
          "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": "ENST00000480525.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.-223_-212delCCTCAACTATGA",
          "hgvs_p": null,
          "transcript": "ENST00000493923.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "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": "ENST00000493923.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.-8_4delCCTCAACTATGA",
          "hgvs_p": null,
          "transcript": "ENST00000498808.7",
          "protein_id": "ENSP00000513201.1",
          "transcript_support_level": 5,
          "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": "ENST00000498808.7"
        }
      ],
      "gene_symbol": "HDAC6",
      "gene_hgnc_id": 14064,
      "dbsnp": null,
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": null,
      "computational_prediction_selected": null,
      "computational_source_selected": null,
      "splice_score_selected": null,
      "splice_prediction_selected": null,
      "splice_source_selected": null,
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": null,
      "bayesdelnoaf_prediction": null,
      "phylop100way_score": 2.394,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": null,
      "spliceai_max_prediction": null,
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 8,
      "acmg_classification": "Likely_pathogenic",
      "acmg_criteria": "PVS1",
      "acmg_by_gene": [
        {
          "score": 8,
          "benign_score": 0,
          "pathogenic_score": 8,
          "criteria": [
            "PVS1"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "NM_006044.4",
          "gene_symbol": "HDAC6",
          "hgnc_id": 14064,
          "effects": [
            "start_lost",
            "conservative_inframe_deletion"
          ],
          "inheritance_mode": "XL",
          "hgvs_c": "c.-1_11delTATGACCTCAAC",
          "hgvs_p": "p.Met1_Thr4del"
        }
      ],
      "clinvar_disease": "not provided",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not provided",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}