← 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-48806426-G-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "X",
      "pos": 48806426,
      "ref": "G",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_001321225.2",
      "consequences": [
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.496G>T",
          "hgvs_p": "p.Val166Phe",
          "transcript": "NM_006044.4",
          "protein_id": "NP_006035.2",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": 602,
          "cdna_end": null,
          "cdna_length": 4118,
          "mane_select": "ENST00000334136.11",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_006044.4"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.496G>T",
          "hgvs_p": "p.Val166Phe",
          "transcript": "ENST00000334136.11",
          "protein_id": "ENSP00000334061.5",
          "transcript_support_level": 1,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": 602,
          "cdna_end": null,
          "cdna_length": 4118,
          "mane_select": "NM_006044.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000334136.11"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.496G>T",
          "hgvs_p": "p.Val166Phe",
          "transcript": "ENST00000376619.7",
          "protein_id": "ENSP00000365804.2",
          "transcript_support_level": 1,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": 681,
          "cdna_end": null,
          "cdna_length": 4197,
          "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": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.*751G>T",
          "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": 1999,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000462730.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.1310G>T",
          "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": 4832,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000477528.5"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.496G>T",
          "hgvs_p": "p.Val166Phe",
          "transcript": "ENST00000901907.1",
          "protein_id": "ENSP00000571966.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 1254,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 3765,
          "cdna_start": 548,
          "cdna_end": null,
          "cdna_length": 4175,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901907.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.538G>T",
          "hgvs_p": "p.Val180Phe",
          "transcript": "NM_001321225.2",
          "protein_id": "NP_001308154.1",
          "transcript_support_level": null,
          "aa_start": 180,
          "aa_end": null,
          "aa_length": 1229,
          "cds_start": 538,
          "cds_end": null,
          "cds_length": 3690,
          "cdna_start": 631,
          "cdna_end": null,
          "cdna_length": 4147,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321225.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.526G>T",
          "hgvs_p": "p.Val176Phe",
          "transcript": "ENST00000901898.1",
          "protein_id": "ENSP00000571957.1",
          "transcript_support_level": null,
          "aa_start": 176,
          "aa_end": null,
          "aa_length": 1225,
          "cds_start": 526,
          "cds_end": null,
          "cds_length": 3678,
          "cdna_start": 628,
          "cdna_end": null,
          "cdna_length": 4144,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901898.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.496G>T",
          "hgvs_p": "p.Val166Phe",
          "transcript": "ENST00000901904.1",
          "protein_id": "ENSP00000571963.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 1221,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 3666,
          "cdna_start": 576,
          "cdna_end": null,
          "cdna_length": 4103,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901904.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.496G>T",
          "hgvs_p": "p.Val166Phe",
          "transcript": "ENST00000901902.1",
          "protein_id": "ENSP00000571961.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 1219,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 3660,
          "cdna_start": 621,
          "cdna_end": null,
          "cdna_length": 4150,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901902.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.496G>T",
          "hgvs_p": "p.Val166Phe",
          "transcript": "NM_001321226.2",
          "protein_id": "NP_001308155.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": 1011,
          "cdna_end": null,
          "cdna_length": 4527,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321226.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.496G>T",
          "hgvs_p": "p.Val166Phe",
          "transcript": "NM_001321227.2",
          "protein_id": "NP_001308156.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": 732,
          "cdna_end": null,
          "cdna_length": 4248,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321227.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.496G>T",
          "hgvs_p": "p.Val166Phe",
          "transcript": "NM_001321228.2",
          "protein_id": "NP_001308157.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": 695,
          "cdna_end": null,
          "cdna_length": 4211,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321228.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.496G>T",
          "hgvs_p": "p.Val166Phe",
          "transcript": "NM_001321229.1",
          "protein_id": "NP_001308158.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": 600,
          "cdna_end": null,
          "cdna_length": 4122,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321229.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.496G>T",
          "hgvs_p": "p.Val166Phe",
          "transcript": "ENST00000376610.7",
          "protein_id": "ENSP00000365795.3",
          "transcript_support_level": 5,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": 600,
          "cdna_end": null,
          "cdna_length": 4107,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000376610.7"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.496G>T",
          "hgvs_p": "p.Val166Phe",
          "transcript": "ENST00000376643.7",
          "protein_id": "ENSP00000365831.3",
          "transcript_support_level": 5,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": 771,
          "cdna_end": null,
          "cdna_length": 4067,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000376643.7"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.496G>T",
          "hgvs_p": "p.Val166Phe",
          "transcript": "ENST00000423941.6",
          "protein_id": "ENSP00000392815.2",
          "transcript_support_level": 4,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": 652,
          "cdna_end": null,
          "cdna_length": 4158,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000423941.6"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.496G>T",
          "hgvs_p": "p.Val166Phe",
          "transcript": "ENST00000440653.2",
          "protein_id": "ENSP00000394377.2",
          "transcript_support_level": 4,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": 639,
          "cdna_end": null,
          "cdna_length": 4145,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000440653.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.496G>T",
          "hgvs_p": "p.Val166Phe",
          "transcript": "ENST00000443563.6",
          "protein_id": "ENSP00000402751.2",
          "transcript_support_level": 4,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": 925,
          "cdna_end": null,
          "cdna_length": 4431,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000443563.6"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.496G>T",
          "hgvs_p": "p.Val166Phe",
          "transcript": "ENST00000643374.2",
          "protein_id": "ENSP00000496046.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": 603,
          "cdna_end": null,
          "cdna_length": 4110,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000643374.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.496G>T",
          "hgvs_p": "p.Val166Phe",
          "transcript": "ENST00000644068.1",
          "protein_id": "ENSP00000496013.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": 631,
          "cdna_end": null,
          "cdna_length": 4147,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000644068.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.496G>T",
          "hgvs_p": "p.Val166Phe",
          "transcript": "ENST00000901894.1",
          "protein_id": "ENSP00000571953.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": 748,
          "cdna_end": null,
          "cdna_length": 4258,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901894.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.496G>T",
          "hgvs_p": "p.Val166Phe",
          "transcript": "ENST00000931401.1",
          "protein_id": "ENSP00000601460.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": 958,
          "cdna_end": null,
          "cdna_length": 4474,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000931401.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.484G>T",
          "hgvs_p": "p.Val162Phe",
          "transcript": "ENST00000697349.1",
          "protein_id": "ENSP00000513274.1",
          "transcript_support_level": null,
          "aa_start": 162,
          "aa_end": null,
          "aa_length": 1211,
          "cds_start": 484,
          "cds_end": null,
          "cds_length": 3636,
          "cdna_start": 602,
          "cdna_end": null,
          "cdna_length": 4108,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000697349.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.484G>T",
          "hgvs_p": "p.Val162Phe",
          "transcript": "ENST00000901905.1",
          "protein_id": "ENSP00000571964.1",
          "transcript_support_level": null,
          "aa_start": 162,
          "aa_end": null,
          "aa_length": 1211,
          "cds_start": 484,
          "cds_end": null,
          "cds_length": 3636,
          "cdna_start": 588,
          "cdna_end": null,
          "cdna_length": 4104,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901905.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.496G>T",
          "hgvs_p": "p.Val166Phe",
          "transcript": "ENST00000901901.1",
          "protein_id": "ENSP00000571960.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 1208,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 3627,
          "cdna_start": 625,
          "cdna_end": null,
          "cdna_length": 4130,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901901.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.496G>T",
          "hgvs_p": "p.Val166Phe",
          "transcript": "ENST00000901908.1",
          "protein_id": "ENSP00000571967.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 1208,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 3627,
          "cdna_start": 592,
          "cdna_end": null,
          "cdna_length": 4081,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901908.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.496G>T",
          "hgvs_p": "p.Val166Phe",
          "transcript": "ENST00000901895.1",
          "protein_id": "ENSP00000571954.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 1193,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 3582,
          "cdna_start": 543,
          "cdna_end": null,
          "cdna_length": 3993,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901895.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.496G>T",
          "hgvs_p": "p.Val166Phe",
          "transcript": "ENST00000901896.1",
          "protein_id": "ENSP00000571955.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 1193,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 3582,
          "cdna_start": 1062,
          "cdna_end": null,
          "cdna_length": 4512,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901896.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.496G>T",
          "hgvs_p": "p.Val166Phe",
          "transcript": "ENST00000931402.1",
          "protein_id": "ENSP00000601461.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 1193,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 3582,
          "cdna_start": 601,
          "cdna_end": null,
          "cdna_length": 4051,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000931402.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.496G>T",
          "hgvs_p": "p.Val166Phe",
          "transcript": "ENST00000931404.1",
          "protein_id": "ENSP00000601463.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 1193,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 3582,
          "cdna_start": 550,
          "cdna_end": null,
          "cdna_length": 3994,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000931404.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.496G>T",
          "hgvs_p": "p.Val166Phe",
          "transcript": "ENST00000951889.1",
          "protein_id": "ENSP00000621948.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 1193,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 3582,
          "cdna_start": 625,
          "cdna_end": null,
          "cdna_length": 4069,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951889.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.496G>T",
          "hgvs_p": "p.Val166Phe",
          "transcript": "ENST00000642405.2",
          "protein_id": "ENSP00000494293.2",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 1192,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 3579,
          "cdna_start": 496,
          "cdna_end": null,
          "cdna_length": 3933,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000642405.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.496G>T",
          "hgvs_p": "p.Val166Phe",
          "transcript": "ENST00000901903.1",
          "protein_id": "ENSP00000571962.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 1167,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 3504,
          "cdna_start": 613,
          "cdna_end": null,
          "cdna_length": 3985,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901903.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.496G>T",
          "hgvs_p": "p.Val166Phe",
          "transcript": "ENST00000697368.1",
          "protein_id": "ENSP00000513280.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 1166,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 3501,
          "cdna_start": 598,
          "cdna_end": null,
          "cdna_length": 3948,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000697368.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.496G>T",
          "hgvs_p": "p.Val166Phe",
          "transcript": "ENST00000931403.1",
          "protein_id": "ENSP00000601462.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 1165,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 3498,
          "cdna_start": 576,
          "cdna_end": null,
          "cdna_length": 3942,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000931403.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.496G>T",
          "hgvs_p": "p.Val166Phe",
          "transcript": "ENST00000951887.1",
          "protein_id": "ENSP00000621946.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 1165,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 3498,
          "cdna_start": 629,
          "cdna_end": null,
          "cdna_length": 3995,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951887.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.496G>T",
          "hgvs_p": "p.Val166Phe",
          "transcript": "ENST00000951890.1",
          "protein_id": "ENSP00000621949.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 1165,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 3498,
          "cdna_start": 609,
          "cdna_end": null,
          "cdna_length": 3969,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951890.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.496G>T",
          "hgvs_p": "p.Val166Phe",
          "transcript": "ENST00000951891.1",
          "protein_id": "ENSP00000621950.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 1165,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 3498,
          "cdna_start": 616,
          "cdna_end": null,
          "cdna_length": 3973,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951891.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.331G>T",
          "hgvs_p": "p.Val111Phe",
          "transcript": "ENST00000469223.6",
          "protein_id": "ENSP00000513127.1",
          "transcript_support_level": 5,
          "aa_start": 111,
          "aa_end": null,
          "aa_length": 1160,
          "cds_start": 331,
          "cds_end": null,
          "cds_length": 3483,
          "cdna_start": 555,
          "cdna_end": null,
          "cdna_length": 4061,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000469223.6"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.331G>T",
          "hgvs_p": "p.Val111Phe",
          "transcript": "ENST00000477561.6",
          "protein_id": "ENSP00000513130.1",
          "transcript_support_level": 5,
          "aa_start": 111,
          "aa_end": null,
          "aa_length": 1160,
          "cds_start": 331,
          "cds_end": null,
          "cds_length": 3483,
          "cdna_start": 510,
          "cdna_end": null,
          "cdna_length": 3662,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000477561.6"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.331G>T",
          "hgvs_p": "p.Val111Phe",
          "transcript": "ENST00000643934.1",
          "protein_id": "ENSP00000494503.1",
          "transcript_support_level": null,
          "aa_start": 111,
          "aa_end": null,
          "aa_length": 1160,
          "cds_start": 331,
          "cds_end": null,
          "cds_length": 3483,
          "cdna_start": 489,
          "cdna_end": null,
          "cdna_length": 3987,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000643934.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.331G>T",
          "hgvs_p": "p.Val111Phe",
          "transcript": "ENST00000697320.1",
          "protein_id": "ENSP00000513249.1",
          "transcript_support_level": null,
          "aa_start": 111,
          "aa_end": null,
          "aa_length": 1160,
          "cds_start": 331,
          "cds_end": null,
          "cds_length": 3483,
          "cdna_start": 479,
          "cdna_end": null,
          "cdna_length": 3985,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000697320.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.496G>T",
          "hgvs_p": "p.Val166Phe",
          "transcript": "ENST00000901899.1",
          "protein_id": "ENSP00000571958.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 1152,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 3459,
          "cdna_start": 589,
          "cdna_end": null,
          "cdna_length": 3916,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901899.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.496G>T",
          "hgvs_p": "p.Val166Phe",
          "transcript": "ENST00000901906.1",
          "protein_id": "ENSP00000571965.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 1152,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 3459,
          "cdna_start": 609,
          "cdna_end": null,
          "cdna_length": 3930,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901906.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.496G>T",
          "hgvs_p": "p.Val166Phe",
          "transcript": "ENST00000901900.1",
          "protein_id": "ENSP00000571959.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 1127,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 3384,
          "cdna_start": 577,
          "cdna_end": null,
          "cdna_length": 3827,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901900.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.496G>T",
          "hgvs_p": "p.Val166Phe",
          "transcript": "ENST00000951886.1",
          "protein_id": "ENSP00000621945.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 1123,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 3372,
          "cdna_start": 585,
          "cdna_end": null,
          "cdna_length": 3819,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951886.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.496G>T",
          "hgvs_p": "p.Val166Phe",
          "transcript": "ENST00000951888.1",
          "protein_id": "ENSP00000621947.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 1123,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 3372,
          "cdna_start": 588,
          "cdna_end": null,
          "cdna_length": 3822,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951888.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.496G>T",
          "hgvs_p": "p.Val166Phe",
          "transcript": "ENST00000901897.1",
          "protein_id": "ENSP00000571956.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 1083,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 3252,
          "cdna_start": 625,
          "cdna_end": null,
          "cdna_length": 3745,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901897.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.496G>T",
          "hgvs_p": "p.Val166Phe",
          "transcript": "ENST00000461608.2",
          "protein_id": "ENSP00000496032.2",
          "transcript_support_level": 2,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 211,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 636,
          "cdna_start": 565,
          "cdna_end": null,
          "cdna_length": 954,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000461608.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.634G>T",
          "hgvs_p": "p.Val212Phe",
          "transcript": "XM_047441703.1",
          "protein_id": "XP_047297659.1",
          "transcript_support_level": null,
          "aa_start": 212,
          "aa_end": null,
          "aa_length": 1261,
          "cds_start": 634,
          "cds_end": null,
          "cds_length": 3786,
          "cdna_start": 1073,
          "cdna_end": null,
          "cdna_length": 4595,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441703.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.538G>T",
          "hgvs_p": "p.Val180Phe",
          "transcript": "XM_047441704.1",
          "protein_id": "XP_047297660.1",
          "transcript_support_level": null,
          "aa_start": 180,
          "aa_end": null,
          "aa_length": 1229,
          "cds_start": 538,
          "cds_end": null,
          "cds_length": 3690,
          "cdna_start": 951,
          "cdna_end": null,
          "cdna_length": 4473,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441704.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.634G>T",
          "hgvs_p": "p.Val212Phe",
          "transcript": "XM_047441705.1",
          "protein_id": "XP_047297661.1",
          "transcript_support_level": null,
          "aa_start": 212,
          "aa_end": null,
          "aa_length": 747,
          "cds_start": 634,
          "cds_end": null,
          "cds_length": 2244,
          "cdna_start": 1073,
          "cdna_end": null,
          "cdna_length": 2829,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441705.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.634G>T",
          "hgvs_p": "p.Val212Phe",
          "transcript": "XM_047441706.1",
          "protein_id": "XP_047297662.1",
          "transcript_support_level": null,
          "aa_start": 212,
          "aa_end": null,
          "aa_length": 747,
          "cds_start": 634,
          "cds_end": null,
          "cds_length": 2244,
          "cdna_start": 1073,
          "cdna_end": null,
          "cdna_length": 2746,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441706.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.634G>T",
          "hgvs_p": "p.Val212Phe",
          "transcript": "XM_047441707.1",
          "protein_id": "XP_047297663.1",
          "transcript_support_level": null,
          "aa_start": 212,
          "aa_end": null,
          "aa_length": 715,
          "cds_start": 634,
          "cds_end": null,
          "cds_length": 2148,
          "cdna_start": 1073,
          "cdna_end": null,
          "cdna_length": 2691,
          "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": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.*751G>T",
          "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": 1962,
          "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": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.*751G>T",
          "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": 2241,
          "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": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.*751G>T",
          "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": 2172,
          "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": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.*751G>T",
          "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": 1821,
          "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": 25,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.312-1607G>T",
          "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": 3769,
          "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": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.160+3489G>T",
          "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": 2771,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000646703.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.598G>T",
          "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": 3802,
          "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": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.494G>T",
          "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": 572,
          "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": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.496G>T",
          "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": 3305,
          "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": 6,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.436G>T",
          "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": 4608,
          "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": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.598G>T",
          "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": 5807,
          "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": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.1291G>T",
          "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": 3623,
          "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": 6,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.496G>T",
          "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": 3450,
          "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": 6,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.1325G>T",
          "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": 5249,
          "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": 7,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.598G>T",
          "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": 4441,
          "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": 7,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.628G>T",
          "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": 4415,
          "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": 7,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.*163G>T",
          "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": 3926,
          "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": 7,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.1329G>T",
          "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": 4601,
          "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": 7,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.554G>T",
          "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": 2541,
          "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": 6,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.1301G>T",
          "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": 2748,
          "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": 6,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.1273G>T",
          "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": 2178,
          "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": 6,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.497G>T",
          "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": 4043,
          "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": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.1298G>T",
          "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": 3195,
          "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": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.1273G>T",
          "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": 3186,
          "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": 6,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.1291G>T",
          "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": 5794,
          "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": 7,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.598G>T",
          "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": 4295,
          "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": 6,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.1251G>T",
          "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": 5079,
          "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": 7,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.598G>T",
          "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": 4597,
          "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": 6,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.1248G>T",
          "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": 5060,
          "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": 6,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.1315G>T",
          "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": 5089,
          "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": 7,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.602G>T",
          "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": 4175,
          "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": 7,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.598G>T",
          "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": 4412,
          "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": 6,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.1291G>T",
          "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": 4941,
          "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": 6,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.1267G>T",
          "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": 5266,
          "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": 6,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.1257G>T",
          "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": 5336,
          "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": 7,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.555G>T",
          "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": 4293,
          "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": 7,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.594G>T",
          "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": 4673,
          "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": 7,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.586G>T",
          "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": 4424,
          "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": 7,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.569G>T",
          "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": 4407,
          "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": 6,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.1273G>T",
          "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": 5151,
          "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": 7,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.598G>T",
          "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": 4476,
          "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": 7,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.496G>T",
          "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": 3903,
          "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": 7,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.598G>T",
          "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": 4235,
          "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": 7,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.602G>T",
          "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": 4573,
          "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": 6,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.1312G>T",
          "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": 4949,
          "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": 7,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.625G>T",
          "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": 4171,
          "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": 7,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.613G>T",
          "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": 4351,
          "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": 6,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.1291G>T",
          "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": 4605,
          "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": 6,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.1294G>T",
          "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": 5373,
          "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": 6,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.1273G>T",
          "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": 4779,
          "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": 7,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.613G>T",
          "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": 4544,
          "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": 7,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.598G>T",
          "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": 4436,
          "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": 6,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.526G>T",
          "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": 3855,
          "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": 6,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.609G>T",
          "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": 1226,
          "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": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.1305G>T",
          "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": 1839,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_135593.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.1073G>T",
          "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": 3059,
          "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": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.*163G>T",
          "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": 3926,
          "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": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.975+755G>T",
          "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": 4717,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000697281.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.*751G>T",
          "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": 967,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000476625.5"
        }
      ],
      "gene_symbol": "HDAC6",
      "gene_hgnc_id": 14064,
      "dbsnp": "rs2062817961",
      "frequency_reference_population": 0.000006453064,
      "hom_count_reference_population": 3,
      "allele_count_reference_population": 7,
      "gnomad_exomes_af": 0.00000645306,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 7,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.13993415236473083,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.03999999910593033,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.141,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.09,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.5,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.349,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.04,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -6,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4_Moderate,BS2",
      "acmg_by_gene": [
        {
          "score": -6,
          "benign_score": 6,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Moderate",
            "BS2"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_001321225.2",
          "gene_symbol": "HDAC6",
          "hgnc_id": 14064,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "XL",
          "hgvs_c": "c.538G>T",
          "hgvs_p": "p.Val180Phe"
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.