← 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-48805510-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 9,
          "criteria": [
            "BP4_Moderate",
            "BP6_Moderate",
            "BP7",
            "BS2"
          ],
          "effects": [
            "synonymous_variant"
          ],
          "gene_symbol": "HDAC6",
          "hgnc_id": 14064,
          "hgvs_c": "c.426C>T",
          "hgvs_p": "p.Cys142Cys",
          "inheritance_mode": "XL",
          "pathogenic_score": 0,
          "score": -9,
          "transcript": "NM_001321225.2",
          "verdict": "Benign"
        }
      ],
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Moderate,BP6_Moderate,BP7,BS2",
      "acmg_score": -9,
      "allele_count_reference_population": 17,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.41,
      "chr": "X",
      "clinvar_classification": "Likely benign",
      "clinvar_disease": "not provided",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "LB:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": -0.4099999964237213,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1215,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4118,
          "cdna_start": 490,
          "cds_end": null,
          "cds_length": 3648,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 29,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_006044.4",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000334136.11",
          "protein_coding": true,
          "protein_id": "NP_006035.2",
          "strand": true,
          "transcript": "NM_006044.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1215,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 4118,
          "cdna_start": 490,
          "cds_end": null,
          "cds_length": 3648,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 29,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000334136.11",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_006044.4",
          "protein_coding": true,
          "protein_id": "ENSP00000334061.5",
          "strand": true,
          "transcript": "ENST00000334136.11",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1215,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4197,
          "cdna_start": 569,
          "cds_end": null,
          "cds_length": 3648,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 29,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000376619.7",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000365804.2",
          "strand": true,
          "transcript": "ENST00000376619.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 146,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1999,
          "cdna_start": 671,
          "cds_end": null,
          "cds_length": 441,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000462730.5",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000496727.1",
          "strand": true,
          "transcript": "ENST00000462730.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 146,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1152,
          "cdna_start": 915,
          "cds_end": null,
          "cds_length": 441,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000465269.6",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000494447.1",
          "strand": true,
          "transcript": "ENST00000465269.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4832,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 28,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000477528.5",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.502C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000477528.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1254,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4175,
          "cdna_start": 436,
          "cds_end": null,
          "cds_length": 3765,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 30,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000901907.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000571966.1",
          "strand": true,
          "transcript": "ENST00000901907.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1229,
          "aa_ref": "C",
          "aa_start": 142,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4147,
          "cdna_start": 519,
          "cds_end": null,
          "cds_length": 3690,
          "cds_start": 426,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 30,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001321225.2",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.426C>T",
          "hgvs_p": "p.Cys142Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001308154.1",
          "strand": true,
          "transcript": "NM_001321225.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1225,
          "aa_ref": "C",
          "aa_start": 138,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4144,
          "cdna_start": 516,
          "cds_end": null,
          "cds_length": 3678,
          "cds_start": 414,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 29,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000901898.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.414C>T",
          "hgvs_p": "p.Cys138Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000571957.1",
          "strand": true,
          "transcript": "ENST00000901898.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1221,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4103,
          "cdna_start": 464,
          "cds_end": null,
          "cds_length": 3666,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 29,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000901904.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000571963.1",
          "strand": true,
          "transcript": "ENST00000901904.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1219,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4150,
          "cdna_start": 509,
          "cds_end": null,
          "cds_length": 3660,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 29,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000901902.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000571961.1",
          "strand": true,
          "transcript": "ENST00000901902.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1215,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4527,
          "cdna_start": 899,
          "cds_end": null,
          "cds_length": 3648,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 29,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001321226.2",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001308155.1",
          "strand": true,
          "transcript": "NM_001321226.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1215,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4248,
          "cdna_start": 620,
          "cds_end": null,
          "cds_length": 3648,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 29,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001321227.2",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001308156.1",
          "strand": true,
          "transcript": "NM_001321227.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1215,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4211,
          "cdna_start": 583,
          "cds_end": null,
          "cds_length": 3648,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 29,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001321228.2",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001308157.1",
          "strand": true,
          "transcript": "NM_001321228.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1215,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4122,
          "cdna_start": 488,
          "cds_end": null,
          "cds_length": 3648,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 29,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001321229.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001308158.1",
          "strand": true,
          "transcript": "NM_001321229.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1215,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4107,
          "cdna_start": 488,
          "cds_end": null,
          "cds_length": 3648,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 29,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000376610.7",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000365795.3",
          "strand": true,
          "transcript": "ENST00000376610.7",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1215,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4067,
          "cdna_start": 659,
          "cds_end": null,
          "cds_length": 3648,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 29,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000376643.7",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000365831.3",
          "strand": true,
          "transcript": "ENST00000376643.7",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1215,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4158,
          "cdna_start": 540,
          "cds_end": null,
          "cds_length": 3648,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 30,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000423941.6",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000392815.2",
          "strand": true,
          "transcript": "ENST00000423941.6",
          "transcript_support_level": 4
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1215,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4145,
          "cdna_start": 527,
          "cds_end": null,
          "cds_length": 3648,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 28,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000440653.2",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000394377.2",
          "strand": true,
          "transcript": "ENST00000440653.2",
          "transcript_support_level": 4
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1215,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4431,
          "cdna_start": 813,
          "cds_end": null,
          "cds_length": 3648,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 29,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000443563.6",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000402751.2",
          "strand": true,
          "transcript": "ENST00000443563.6",
          "transcript_support_level": 4
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1215,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4110,
          "cdna_start": 491,
          "cds_end": null,
          "cds_length": 3648,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 29,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000643374.2",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000496046.1",
          "strand": true,
          "transcript": "ENST00000643374.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1215,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4147,
          "cdna_start": 519,
          "cds_end": null,
          "cds_length": 3648,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 29,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000644068.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000496013.1",
          "strand": true,
          "transcript": "ENST00000644068.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1215,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4258,
          "cdna_start": 636,
          "cds_end": null,
          "cds_length": 3648,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 31,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000901894.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000571953.1",
          "strand": true,
          "transcript": "ENST00000901894.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1215,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4474,
          "cdna_start": 846,
          "cds_end": null,
          "cds_length": 3648,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 30,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000931401.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000601460.1",
          "strand": true,
          "transcript": "ENST00000931401.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1211,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4108,
          "cdna_start": 502,
          "cds_end": null,
          "cds_length": 3636,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 29,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000697349.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000513274.1",
          "strand": true,
          "transcript": "ENST00000697349.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1211,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4104,
          "cdna_start": 488,
          "cds_end": null,
          "cds_length": 3636,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 29,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000901905.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000571964.1",
          "strand": true,
          "transcript": "ENST00000901905.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1208,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4130,
          "cdna_start": 513,
          "cds_end": null,
          "cds_length": 3627,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 29,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000901901.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000571960.1",
          "strand": true,
          "transcript": "ENST00000901901.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1208,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4081,
          "cdna_start": 480,
          "cds_end": null,
          "cds_length": 3627,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 28,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000901908.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000571967.1",
          "strand": true,
          "transcript": "ENST00000901908.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1193,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3993,
          "cdna_start": 431,
          "cds_end": null,
          "cds_length": 3582,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 28,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000901895.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000571954.1",
          "strand": true,
          "transcript": "ENST00000901895.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1193,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4512,
          "cdna_start": 950,
          "cds_end": null,
          "cds_length": 3582,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 28,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000901896.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000571955.1",
          "strand": true,
          "transcript": "ENST00000901896.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1193,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4051,
          "cdna_start": 489,
          "cds_end": null,
          "cds_length": 3582,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 28,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000931402.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000601461.1",
          "strand": true,
          "transcript": "ENST00000931402.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1193,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3994,
          "cdna_start": 438,
          "cds_end": null,
          "cds_length": 3582,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 28,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000931404.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000601463.1",
          "strand": true,
          "transcript": "ENST00000931404.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1193,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4069,
          "cdna_start": 513,
          "cds_end": null,
          "cds_length": 3582,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 28,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000951889.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000621948.1",
          "strand": true,
          "transcript": "ENST00000951889.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1192,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3933,
          "cdna_start": 384,
          "cds_end": null,
          "cds_length": 3579,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 27,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000642405.2",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000494293.2",
          "strand": true,
          "transcript": "ENST00000642405.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1167,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3985,
          "cdna_start": 501,
          "cds_end": null,
          "cds_length": 3504,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 29,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000901903.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000571962.1",
          "strand": true,
          "transcript": "ENST00000901903.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1166,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3948,
          "cdna_start": 486,
          "cds_end": null,
          "cds_length": 3501,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 28,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000697368.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000513280.1",
          "strand": true,
          "transcript": "ENST00000697368.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1165,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3942,
          "cdna_start": 464,
          "cds_end": null,
          "cds_length": 3498,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 28,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000931403.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000601462.1",
          "strand": true,
          "transcript": "ENST00000931403.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1165,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3995,
          "cdna_start": 517,
          "cds_end": null,
          "cds_length": 3498,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 28,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000951887.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000621946.1",
          "strand": true,
          "transcript": "ENST00000951887.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1165,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3969,
          "cdna_start": 497,
          "cds_end": null,
          "cds_length": 3498,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 28,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000951890.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000621949.1",
          "strand": true,
          "transcript": "ENST00000951890.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1165,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3973,
          "cdna_start": 504,
          "cds_end": null,
          "cds_length": 3498,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 27,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000951891.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000621950.1",
          "strand": true,
          "transcript": "ENST00000951891.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1160,
          "aa_ref": "C",
          "aa_start": 73,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4061,
          "cdna_start": 443,
          "cds_end": null,
          "cds_length": 3483,
          "cds_start": 219,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 28,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000469223.6",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.219C>T",
          "hgvs_p": "p.Cys73Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000513127.1",
          "strand": true,
          "transcript": "ENST00000469223.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1160,
          "aa_ref": "C",
          "aa_start": 73,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3662,
          "cdna_start": 398,
          "cds_end": null,
          "cds_length": 3483,
          "cds_start": 219,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 29,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000477561.6",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.219C>T",
          "hgvs_p": "p.Cys73Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000513130.1",
          "strand": true,
          "transcript": "ENST00000477561.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1160,
          "aa_ref": "C",
          "aa_start": 73,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3987,
          "cdna_start": 377,
          "cds_end": null,
          "cds_length": 3483,
          "cds_start": 219,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 28,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000643934.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.219C>T",
          "hgvs_p": "p.Cys73Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000494503.1",
          "strand": true,
          "transcript": "ENST00000643934.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1160,
          "aa_ref": "C",
          "aa_start": 73,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3985,
          "cdna_start": 367,
          "cds_end": null,
          "cds_length": 3483,
          "cds_start": 219,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 28,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000697320.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.219C>T",
          "hgvs_p": "p.Cys73Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000513249.1",
          "strand": true,
          "transcript": "ENST00000697320.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1152,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3916,
          "cdna_start": 477,
          "cds_end": null,
          "cds_length": 3459,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 29,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000901899.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000571958.1",
          "strand": true,
          "transcript": "ENST00000901899.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1152,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3930,
          "cdna_start": 497,
          "cds_end": null,
          "cds_length": 3459,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 29,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000901906.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000571965.1",
          "strand": true,
          "transcript": "ENST00000901906.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1127,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3827,
          "cdna_start": 465,
          "cds_end": null,
          "cds_length": 3384,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 28,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000901900.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000571959.1",
          "strand": true,
          "transcript": "ENST00000901900.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1123,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3819,
          "cdna_start": 473,
          "cds_end": null,
          "cds_length": 3372,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 27,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000951886.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000621945.1",
          "strand": true,
          "transcript": "ENST00000951886.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1123,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3822,
          "cdna_start": 476,
          "cds_end": null,
          "cds_length": 3372,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 27,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000951888.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000621947.1",
          "strand": true,
          "transcript": "ENST00000951888.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1083,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3745,
          "cdna_start": 513,
          "cds_end": null,
          "cds_length": 3252,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 26,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000901897.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000571956.1",
          "strand": true,
          "transcript": "ENST00000901897.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 211,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 954,
          "cdna_start": 453,
          "cds_end": null,
          "cds_length": 636,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000461608.2",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000496032.2",
          "strand": true,
          "transcript": "ENST00000461608.2",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 146,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1962,
          "cdna_start": 620,
          "cds_end": null,
          "cds_length": 441,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001321230.2",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001308159.1",
          "strand": true,
          "transcript": "NM_001321230.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 146,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2241,
          "cdna_start": 899,
          "cds_end": null,
          "cds_length": 441,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001321231.2",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001308160.1",
          "strand": true,
          "transcript": "NM_001321231.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 146,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2172,
          "cdna_start": 841,
          "cds_end": null,
          "cds_length": 441,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000438518.6",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000403370.2",
          "strand": true,
          "transcript": "ENST00000438518.6",
          "transcript_support_level": 4
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 146,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 591,
          "cdna_start": 464,
          "cds_end": null,
          "cds_length": 441,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000441703.6",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000393916.2",
          "strand": true,
          "transcript": "ENST00000441703.6",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 146,
          "aa_ref": "C",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1821,
          "cdna_start": 502,
          "cds_end": null,
          "cds_length": 441,
          "cds_start": 384,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000697348.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.384C>T",
          "hgvs_p": "p.Cys128Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000513273.1",
          "strand": true,
          "transcript": "ENST00000697348.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 91,
          "aa_ref": "C",
          "aa_start": 73,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 967,
          "cdna_start": 352,
          "cds_end": null,
          "cds_length": 276,
          "cds_start": 219,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000476625.5",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.219C>T",
          "hgvs_p": "p.Cys73Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000495151.1",
          "strand": true,
          "transcript": "ENST00000476625.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 91,
          "aa_ref": "C",
          "aa_start": 73,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 585,
          "cdna_start": 357,
          "cds_end": null,
          "cds_length": 276,
          "cds_start": 219,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000489352.5",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.219C>T",
          "hgvs_p": "p.Cys73Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000496207.1",
          "strand": true,
          "transcript": "ENST00000489352.5",
          "transcript_support_level": 4
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1261,
          "aa_ref": "C",
          "aa_start": 174,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4595,
          "cdna_start": 961,
          "cds_end": null,
          "cds_length": 3786,
          "cds_start": 522,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 29,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_047441703.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.522C>T",
          "hgvs_p": "p.Cys174Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047297659.1",
          "strand": true,
          "transcript": "XM_047441703.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 1229,
          "aa_ref": "C",
          "aa_start": 142,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4473,
          "cdna_start": 839,
          "cds_end": null,
          "cds_length": 3690,
          "cds_start": 426,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 30,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047441704.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.426C>T",
          "hgvs_p": "p.Cys142Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047297660.1",
          "strand": true,
          "transcript": "XM_047441704.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 747,
          "aa_ref": "C",
          "aa_start": 174,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2829,
          "cdna_start": 961,
          "cds_end": null,
          "cds_length": 2244,
          "cds_start": 522,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_047441705.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.522C>T",
          "hgvs_p": "p.Cys174Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047297661.1",
          "strand": true,
          "transcript": "XM_047441705.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 747,
          "aa_ref": "C",
          "aa_start": 174,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2746,
          "cdna_start": 961,
          "cds_end": null,
          "cds_length": 2244,
          "cds_start": 522,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_047441706.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.522C>T",
          "hgvs_p": "p.Cys174Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047297662.1",
          "strand": true,
          "transcript": "XM_047441706.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 715,
          "aa_ref": "C",
          "aa_start": 174,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2691,
          "cdna_start": 961,
          "cds_end": null,
          "cds_length": 2148,
          "cds_start": 522,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_047441707.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.522C>T",
          "hgvs_p": "p.Cys174Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047297663.1",
          "strand": true,
          "transcript": "XM_047441707.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1108,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3769,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3327,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000697328.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.311+2294C>T",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000513257.1",
          "strand": true,
          "transcript": "ENST00000697328.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 893,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2771,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2682,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000646703.2",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "c.160+2573C>T",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000493921.2",
          "strand": true,
          "transcript": "ENST00000646703.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3802,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 24,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000430858.2",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.486C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000430858.2",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 572,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 6,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000468949.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.382C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000468949.1",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3305,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 26,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000480525.6",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.384C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000495932.2",
          "strand": true,
          "transcript": "ENST00000480525.6",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4608,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 25,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000483656.6",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.324C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000483656.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5807,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 28,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000488543.2",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.486C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000488543.2",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3623,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 15,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000495515.2",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.483C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000495515.2",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3450,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 29,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000498808.7",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.384C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000513201.1",
          "strand": true,
          "transcript": "ENST00000498808.7",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5249,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 29,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000643659.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.517C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000643659.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4441,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 28,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000644164.2",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.486C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000644164.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4415,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 25,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000645643.2",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.516C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000645643.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3926,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 28,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000647398.2",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.384C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000494230.2",
          "strand": true,
          "transcript": "ENST00000647398.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4601,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 28,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000697246.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.521C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000697246.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2541,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 17,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000697266.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.442C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000697266.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2748,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 19,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000697267.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.493C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000697267.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2178,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000697268.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.465C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000697268.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4717,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 24,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000697281.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.922C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000697281.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4043,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 26,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000697319.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.385C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000697319.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3195,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 16,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000697345.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.490C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000697345.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3186,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 14,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000697346.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.465C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000697346.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5794,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 23,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000697347.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.483C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000697347.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4295,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 26,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000697369.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.486C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000697369.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5079,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 27,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000697370.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.443C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000697370.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4597,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 26,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000697372.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.486C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000697372.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5060,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 24,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000697373.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.440C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000697373.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5089,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 27,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000697385.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.507C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000697385.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4175,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 27,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000697386.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.490C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000697386.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4412,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 26,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000697387.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.486C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000697387.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4941,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 27,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000697388.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.483C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000697388.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5266,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 25,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000697389.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.459C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000697389.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5336,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 26,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000697417.2",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.449C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000697417.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4293,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 26,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000697418.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.443C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000697418.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4673,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 27,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000697552.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.482C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000697552.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4424,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 28,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000697553.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.474C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000697553.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4407,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 28,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000697554.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.457C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000697554.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5151,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 25,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000697852.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.465C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000697852.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4476,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 26,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000697885.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.486C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000697885.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3903,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 28,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000697886.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.384C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000513468.1",
          "strand": true,
          "transcript": "ENST00000697886.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4235,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 27,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000697887.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.486C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000697887.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4573,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 25,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000697888.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.490C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000697888.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4949,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 26,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000697889.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.504C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000697889.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4171,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 27,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000697890.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.513C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000697890.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4351,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 26,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000697891.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.501C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000697891.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4605,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 27,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000697892.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.483C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000697892.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5373,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 26,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000697893.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.486C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000697893.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4779,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 28,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000697894.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.465C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000697894.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4544,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 27,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000697895.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.501C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000697895.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4436,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 28,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000697896.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.486C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000697896.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3855,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 27,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NR_135591.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.414C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_135591.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1226,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NR_135592.2",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.497C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_135592.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1839,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NR_135593.2",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.497C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_135593.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3059,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 25,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XR_007068179.1",
          "gene_hgnc_id": 14064,
          "gene_symbol": "HDAC6",
          "hgvs_c": "n.961C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "XR_007068179.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs782515550",
      "effect": "synonymous_variant",
      "frequency_reference_population": 0.000014099857,
      "gene_hgnc_id": 14064,
      "gene_symbol": "HDAC6",
      "gnomad_exomes_ac": 15,
      "gnomad_exomes_af": 0.0000137124,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 2,
      "gnomad_genomes_af": 0.0000178916,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 7,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Likely benign",
      "phenotype_combined": "not provided",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": -0.113,
      "pos": 48805510,
      "ref": "C",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001321225.2"
    }
  ]
}
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.