← 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-48802955-G-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "X",
      "pos": 48802955,
      "ref": "G",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_001321225.2",
      "consequences": [
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "NM_006044.4",
          "protein_id": "NP_006035.2",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": 284,
          "cdna_end": null,
          "cdna_length": 4118,
          "mane_select": "ENST00000334136.11",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_006044.4"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "ENST00000334136.11",
          "protein_id": "ENSP00000334061.5",
          "transcript_support_level": 1,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": 284,
          "cdna_end": null,
          "cdna_length": 4118,
          "mane_select": "NM_006044.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000334136.11"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "ENST00000376619.7",
          "protein_id": "ENSP00000365804.2",
          "transcript_support_level": 1,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": 363,
          "cdna_end": null,
          "cdna_length": 4197,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000376619.7"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "ENST00000462730.5",
          "protein_id": "ENSP00000496727.1",
          "transcript_support_level": 1,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 146,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 441,
          "cdna_start": 465,
          "cdna_end": null,
          "cdna_length": 1999,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000462730.5"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "ENST00000465269.6",
          "protein_id": "ENSP00000494447.1",
          "transcript_support_level": 1,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 146,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 441,
          "cdna_start": 709,
          "cdna_end": null,
          "cdna_length": 1152,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000465269.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.296G>C",
          "hgvs_p": null,
          "transcript": "ENST00000477528.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4832,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000477528.5"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "ENST00000901907.1",
          "protein_id": "ENSP00000571966.1",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 1254,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 3765,
          "cdna_start": 230,
          "cdna_end": null,
          "cdna_length": 4175,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901907.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.220G>C",
          "hgvs_p": "p.Gly74Arg",
          "transcript": "NM_001321225.2",
          "protein_id": "NP_001308154.1",
          "transcript_support_level": null,
          "aa_start": 74,
          "aa_end": null,
          "aa_length": 1229,
          "cds_start": 220,
          "cds_end": null,
          "cds_length": 3690,
          "cdna_start": 313,
          "cdna_end": null,
          "cdna_length": 4147,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321225.2"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "ENST00000901898.1",
          "protein_id": "ENSP00000571957.1",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 1225,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 3678,
          "cdna_start": 280,
          "cdna_end": null,
          "cdna_length": 4144,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901898.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "ENST00000901904.1",
          "protein_id": "ENSP00000571963.1",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 1221,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 3666,
          "cdna_start": 258,
          "cdna_end": null,
          "cdna_length": 4103,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901904.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "ENST00000901902.1",
          "protein_id": "ENSP00000571961.1",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 1219,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 3660,
          "cdna_start": 303,
          "cdna_end": null,
          "cdna_length": 4150,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901902.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "NM_001321226.2",
          "protein_id": "NP_001308155.1",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": 693,
          "cdna_end": null,
          "cdna_length": 4527,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321226.2"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "NM_001321227.2",
          "protein_id": "NP_001308156.1",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": 414,
          "cdna_end": null,
          "cdna_length": 4248,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321227.2"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "NM_001321228.2",
          "protein_id": "NP_001308157.1",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": 377,
          "cdna_end": null,
          "cdna_length": 4211,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321228.2"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "NM_001321229.1",
          "protein_id": "NP_001308158.1",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": 282,
          "cdna_end": null,
          "cdna_length": 4122,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321229.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "ENST00000376610.7",
          "protein_id": "ENSP00000365795.3",
          "transcript_support_level": 5,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": 282,
          "cdna_end": null,
          "cdna_length": 4107,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000376610.7"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "ENST00000376643.7",
          "protein_id": "ENSP00000365831.3",
          "transcript_support_level": 5,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": 453,
          "cdna_end": null,
          "cdna_length": 4067,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000376643.7"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "ENST00000423941.6",
          "protein_id": "ENSP00000392815.2",
          "transcript_support_level": 4,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": 334,
          "cdna_end": null,
          "cdna_length": 4158,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000423941.6"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "ENST00000440653.2",
          "protein_id": "ENSP00000394377.2",
          "transcript_support_level": 4,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": 321,
          "cdna_end": null,
          "cdna_length": 4145,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000440653.2"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "ENST00000443563.6",
          "protein_id": "ENSP00000402751.2",
          "transcript_support_level": 4,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": 607,
          "cdna_end": null,
          "cdna_length": 4431,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000443563.6"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "ENST00000643374.2",
          "protein_id": "ENSP00000496046.1",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": 285,
          "cdna_end": null,
          "cdna_length": 4110,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000643374.2"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "ENST00000644068.1",
          "protein_id": "ENSP00000496013.1",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": 313,
          "cdna_end": null,
          "cdna_length": 4147,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000644068.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "ENST00000901894.1",
          "protein_id": "ENSP00000571953.1",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": 430,
          "cdna_end": null,
          "cdna_length": 4258,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901894.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "ENST00000931401.1",
          "protein_id": "ENSP00000601460.1",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": 640,
          "cdna_end": null,
          "cdna_length": 4474,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000931401.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "ENST00000697349.1",
          "protein_id": "ENSP00000513274.1",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 1211,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 3636,
          "cdna_start": 296,
          "cdna_end": null,
          "cdna_length": 4108,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000697349.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "ENST00000901905.1",
          "protein_id": "ENSP00000571964.1",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 1211,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 3636,
          "cdna_start": 282,
          "cdna_end": null,
          "cdna_length": 4104,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901905.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "ENST00000901901.1",
          "protein_id": "ENSP00000571960.1",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 1208,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 3627,
          "cdna_start": 307,
          "cdna_end": null,
          "cdna_length": 4130,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901901.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "ENST00000901908.1",
          "protein_id": "ENSP00000571967.1",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 1208,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 3627,
          "cdna_start": 274,
          "cdna_end": null,
          "cdna_length": 4081,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901908.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "ENST00000901895.1",
          "protein_id": "ENSP00000571954.1",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 1193,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 3582,
          "cdna_start": 225,
          "cdna_end": null,
          "cdna_length": 3993,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901895.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "ENST00000901896.1",
          "protein_id": "ENSP00000571955.1",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 1193,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 3582,
          "cdna_start": 744,
          "cdna_end": null,
          "cdna_length": 4512,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901896.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "ENST00000931402.1",
          "protein_id": "ENSP00000601461.1",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 1193,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 3582,
          "cdna_start": 283,
          "cdna_end": null,
          "cdna_length": 4051,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000931402.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "ENST00000931404.1",
          "protein_id": "ENSP00000601463.1",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 1193,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 3582,
          "cdna_start": 232,
          "cdna_end": null,
          "cdna_length": 3994,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000931404.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "ENST00000951889.1",
          "protein_id": "ENSP00000621948.1",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 1193,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 3582,
          "cdna_start": 307,
          "cdna_end": null,
          "cdna_length": 4069,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951889.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "ENST00000642405.2",
          "protein_id": "ENSP00000494293.2",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 1192,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 3579,
          "cdna_start": 178,
          "cdna_end": null,
          "cdna_length": 3933,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000642405.2"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "ENST00000901903.1",
          "protein_id": "ENSP00000571962.1",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 1167,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 3504,
          "cdna_start": 295,
          "cdna_end": null,
          "cdna_length": 3985,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901903.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "ENST00000697368.1",
          "protein_id": "ENSP00000513280.1",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 1166,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 3501,
          "cdna_start": 280,
          "cdna_end": null,
          "cdna_length": 3948,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000697368.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "ENST00000931403.1",
          "protein_id": "ENSP00000601462.1",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 1165,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 3498,
          "cdna_start": 258,
          "cdna_end": null,
          "cdna_length": 3942,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000931403.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "ENST00000951887.1",
          "protein_id": "ENSP00000621946.1",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 1165,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 3498,
          "cdna_start": 311,
          "cdna_end": null,
          "cdna_length": 3995,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951887.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "ENST00000951890.1",
          "protein_id": "ENSP00000621949.1",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 1165,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 3498,
          "cdna_start": 291,
          "cdna_end": null,
          "cdna_length": 3969,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951890.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "ENST00000951891.1",
          "protein_id": "ENSP00000621950.1",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 1165,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 3498,
          "cdna_start": 298,
          "cdna_end": null,
          "cdna_length": 3973,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951891.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.13G>C",
          "hgvs_p": "p.Gly5Arg",
          "transcript": "ENST00000469223.6",
          "protein_id": "ENSP00000513127.1",
          "transcript_support_level": 5,
          "aa_start": 5,
          "aa_end": null,
          "aa_length": 1160,
          "cds_start": 13,
          "cds_end": null,
          "cds_length": 3483,
          "cdna_start": 237,
          "cdna_end": null,
          "cdna_length": 4061,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000469223.6"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.13G>C",
          "hgvs_p": "p.Gly5Arg",
          "transcript": "ENST00000477561.6",
          "protein_id": "ENSP00000513130.1",
          "transcript_support_level": 5,
          "aa_start": 5,
          "aa_end": null,
          "aa_length": 1160,
          "cds_start": 13,
          "cds_end": null,
          "cds_length": 3483,
          "cdna_start": 192,
          "cdna_end": null,
          "cdna_length": 3662,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000477561.6"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.13G>C",
          "hgvs_p": "p.Gly5Arg",
          "transcript": "ENST00000643934.1",
          "protein_id": "ENSP00000494503.1",
          "transcript_support_level": null,
          "aa_start": 5,
          "aa_end": null,
          "aa_length": 1160,
          "cds_start": 13,
          "cds_end": null,
          "cds_length": 3483,
          "cdna_start": 171,
          "cdna_end": null,
          "cdna_length": 3987,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000643934.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.13G>C",
          "hgvs_p": "p.Gly5Arg",
          "transcript": "ENST00000697320.1",
          "protein_id": "ENSP00000513249.1",
          "transcript_support_level": null,
          "aa_start": 5,
          "aa_end": null,
          "aa_length": 1160,
          "cds_start": 13,
          "cds_end": null,
          "cds_length": 3483,
          "cdna_start": 161,
          "cdna_end": null,
          "cdna_length": 3985,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000697320.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "ENST00000901899.1",
          "protein_id": "ENSP00000571958.1",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 1152,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 3459,
          "cdna_start": 271,
          "cdna_end": null,
          "cdna_length": 3916,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901899.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "ENST00000901906.1",
          "protein_id": "ENSP00000571965.1",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 1152,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 3459,
          "cdna_start": 291,
          "cdna_end": null,
          "cdna_length": 3930,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901906.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "ENST00000901900.1",
          "protein_id": "ENSP00000571959.1",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 1127,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 3384,
          "cdna_start": 259,
          "cdna_end": null,
          "cdna_length": 3827,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901900.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "ENST00000951886.1",
          "protein_id": "ENSP00000621945.1",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 1123,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 3372,
          "cdna_start": 267,
          "cdna_end": null,
          "cdna_length": 3819,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951886.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "ENST00000951888.1",
          "protein_id": "ENSP00000621947.1",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 1123,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 3372,
          "cdna_start": 270,
          "cdna_end": null,
          "cdna_length": 3822,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951888.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "ENST00000697328.1",
          "protein_id": "ENSP00000513257.1",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 1108,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 3327,
          "cdna_start": 266,
          "cdna_end": null,
          "cdna_length": 3769,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000697328.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "ENST00000901897.1",
          "protein_id": "ENSP00000571956.1",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 1083,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 3252,
          "cdna_start": 307,
          "cdna_end": null,
          "cdna_length": 3745,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901897.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "ENST00000461608.2",
          "protein_id": "ENSP00000496032.2",
          "transcript_support_level": 2,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 211,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 636,
          "cdna_start": 247,
          "cdna_end": null,
          "cdna_length": 954,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000461608.2"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "NM_001321230.2",
          "protein_id": "NP_001308159.1",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 146,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 441,
          "cdna_start": 414,
          "cdna_end": null,
          "cdna_length": 1962,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321230.2"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "NM_001321231.2",
          "protein_id": "NP_001308160.1",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 146,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 441,
          "cdna_start": 693,
          "cdna_end": null,
          "cdna_length": 2241,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321231.2"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "ENST00000438518.6",
          "protein_id": "ENSP00000403370.2",
          "transcript_support_level": 4,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 146,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 441,
          "cdna_start": 635,
          "cdna_end": null,
          "cdna_length": 2172,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000438518.6"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "ENST00000441703.6",
          "protein_id": "ENSP00000393916.2",
          "transcript_support_level": 3,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 146,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 441,
          "cdna_start": 258,
          "cdna_end": null,
          "cdna_length": 591,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000441703.6"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.178G>C",
          "hgvs_p": "p.Gly60Arg",
          "transcript": "ENST00000697348.1",
          "protein_id": "ENSP00000513273.1",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 146,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 441,
          "cdna_start": 296,
          "cdna_end": null,
          "cdna_length": 1821,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000697348.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.13G>C",
          "hgvs_p": "p.Gly5Arg",
          "transcript": "ENST00000476625.5",
          "protein_id": "ENSP00000495151.1",
          "transcript_support_level": 3,
          "aa_start": 5,
          "aa_end": null,
          "aa_length": 91,
          "cds_start": 13,
          "cds_end": null,
          "cds_length": 276,
          "cdna_start": 146,
          "cdna_end": null,
          "cdna_length": 967,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000476625.5"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.13G>C",
          "hgvs_p": "p.Gly5Arg",
          "transcript": "ENST00000489352.5",
          "protein_id": "ENSP00000496207.1",
          "transcript_support_level": 4,
          "aa_start": 5,
          "aa_end": null,
          "aa_length": 91,
          "cds_start": 13,
          "cds_end": null,
          "cds_length": 276,
          "cdna_start": 151,
          "cdna_end": null,
          "cdna_length": 585,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000489352.5"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.316G>C",
          "hgvs_p": "p.Gly106Arg",
          "transcript": "XM_047441703.1",
          "protein_id": "XP_047297659.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 1261,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 3786,
          "cdna_start": 755,
          "cdna_end": null,
          "cdna_length": 4595,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441703.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.220G>C",
          "hgvs_p": "p.Gly74Arg",
          "transcript": "XM_047441704.1",
          "protein_id": "XP_047297660.1",
          "transcript_support_level": null,
          "aa_start": 74,
          "aa_end": null,
          "aa_length": 1229,
          "cds_start": 220,
          "cds_end": null,
          "cds_length": 3690,
          "cdna_start": 633,
          "cdna_end": null,
          "cdna_length": 4473,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441704.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.316G>C",
          "hgvs_p": "p.Gly106Arg",
          "transcript": "XM_047441705.1",
          "protein_id": "XP_047297661.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 747,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 2244,
          "cdna_start": 755,
          "cdna_end": null,
          "cdna_length": 2829,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441705.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.316G>C",
          "hgvs_p": "p.Gly106Arg",
          "transcript": "XM_047441706.1",
          "protein_id": "XP_047297662.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 747,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 2244,
          "cdna_start": 755,
          "cdna_end": null,
          "cdna_length": 2746,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441706.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.316G>C",
          "hgvs_p": "p.Gly106Arg",
          "transcript": "XM_047441707.1",
          "protein_id": "XP_047297663.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 715,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 2148,
          "cdna_start": 755,
          "cdna_end": null,
          "cdna_length": 2691,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441707.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "c.160+18G>C",
          "hgvs_p": null,
          "transcript": "ENST00000646703.2",
          "protein_id": "ENSP00000493921.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 893,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2682,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2771,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000646703.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.280G>C",
          "hgvs_p": null,
          "transcript": "ENST00000430858.2",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3802,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000430858.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.176G>C",
          "hgvs_p": null,
          "transcript": "ENST00000468949.1",
          "protein_id": null,
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 572,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000468949.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.178G>C",
          "hgvs_p": null,
          "transcript": "ENST00000480525.6",
          "protein_id": "ENSP00000495932.2",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3305,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000480525.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.118G>C",
          "hgvs_p": null,
          "transcript": "ENST00000483656.6",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4608,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000483656.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.280G>C",
          "hgvs_p": null,
          "transcript": "ENST00000488543.2",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5807,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000488543.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.48G>C",
          "hgvs_p": null,
          "transcript": "ENST00000493923.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 404,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000493923.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.277G>C",
          "hgvs_p": null,
          "transcript": "ENST00000495515.2",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3623,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000495515.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.178G>C",
          "hgvs_p": null,
          "transcript": "ENST00000498808.7",
          "protein_id": "ENSP00000513201.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3450,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000498808.7"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.311G>C",
          "hgvs_p": null,
          "transcript": "ENST00000643659.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5249,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000643659.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.280G>C",
          "hgvs_p": null,
          "transcript": "ENST00000644164.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4441,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000644164.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.310G>C",
          "hgvs_p": null,
          "transcript": "ENST00000645643.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4415,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000645643.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.178G>C",
          "hgvs_p": null,
          "transcript": "ENST00000647398.2",
          "protein_id": "ENSP00000494230.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3926,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000647398.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.315G>C",
          "hgvs_p": null,
          "transcript": "ENST00000697246.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4601,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000697246.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.236G>C",
          "hgvs_p": null,
          "transcript": "ENST00000697266.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2541,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000697266.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.287G>C",
          "hgvs_p": null,
          "transcript": "ENST00000697267.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2748,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000697267.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.259G>C",
          "hgvs_p": null,
          "transcript": "ENST00000697268.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2178,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000697268.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.716G>C",
          "hgvs_p": null,
          "transcript": "ENST00000697281.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4717,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000697281.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.179G>C",
          "hgvs_p": null,
          "transcript": "ENST00000697319.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4043,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000697319.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.324G>C",
          "hgvs_p": null,
          "transcript": "ENST00000697322.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1557,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000697322.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.284G>C",
          "hgvs_p": null,
          "transcript": "ENST00000697345.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3195,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000697345.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.259G>C",
          "hgvs_p": null,
          "transcript": "ENST00000697346.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3186,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000697346.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.277G>C",
          "hgvs_p": null,
          "transcript": "ENST00000697347.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5794,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000697347.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.280G>C",
          "hgvs_p": null,
          "transcript": "ENST00000697369.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4295,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000697369.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.237G>C",
          "hgvs_p": null,
          "transcript": "ENST00000697370.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5079,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000697370.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.280G>C",
          "hgvs_p": null,
          "transcript": "ENST00000697372.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4597,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000697372.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.234G>C",
          "hgvs_p": null,
          "transcript": "ENST00000697373.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5060,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000697373.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.301G>C",
          "hgvs_p": null,
          "transcript": "ENST00000697385.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5089,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000697385.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.284G>C",
          "hgvs_p": null,
          "transcript": "ENST00000697386.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4175,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000697386.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.280G>C",
          "hgvs_p": null,
          "transcript": "ENST00000697387.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4412,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000697387.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.277G>C",
          "hgvs_p": null,
          "transcript": "ENST00000697388.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4941,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000697388.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.253G>C",
          "hgvs_p": null,
          "transcript": "ENST00000697389.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5266,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000697389.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.243G>C",
          "hgvs_p": null,
          "transcript": "ENST00000697417.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5336,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000697417.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.237G>C",
          "hgvs_p": null,
          "transcript": "ENST00000697418.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4293,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000697418.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.276G>C",
          "hgvs_p": null,
          "transcript": "ENST00000697552.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4673,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000697552.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.268G>C",
          "hgvs_p": null,
          "transcript": "ENST00000697553.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4424,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000697553.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.251G>C",
          "hgvs_p": null,
          "transcript": "ENST00000697554.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4407,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000697554.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.259G>C",
          "hgvs_p": null,
          "transcript": "ENST00000697852.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5151,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000697852.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.280G>C",
          "hgvs_p": null,
          "transcript": "ENST00000697885.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4476,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000697885.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.178G>C",
          "hgvs_p": null,
          "transcript": "ENST00000697886.1",
          "protein_id": "ENSP00000513468.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3903,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000697886.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.280G>C",
          "hgvs_p": null,
          "transcript": "ENST00000697887.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4235,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000697887.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.284G>C",
          "hgvs_p": null,
          "transcript": "ENST00000697888.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4573,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000697888.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.298G>C",
          "hgvs_p": null,
          "transcript": "ENST00000697889.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4949,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000697889.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.307G>C",
          "hgvs_p": null,
          "transcript": "ENST00000697890.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4171,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000697890.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.295G>C",
          "hgvs_p": null,
          "transcript": "ENST00000697891.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4351,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000697891.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.277G>C",
          "hgvs_p": null,
          "transcript": "ENST00000697892.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4605,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000697892.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.280G>C",
          "hgvs_p": null,
          "transcript": "ENST00000697893.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5373,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000697893.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.259G>C",
          "hgvs_p": null,
          "transcript": "ENST00000697894.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4779,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000697894.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.295G>C",
          "hgvs_p": null,
          "transcript": "ENST00000697895.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4544,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000697895.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.280G>C",
          "hgvs_p": null,
          "transcript": "ENST00000697896.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4436,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000697896.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.208G>C",
          "hgvs_p": null,
          "transcript": "NR_135591.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3855,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_135591.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.291G>C",
          "hgvs_p": null,
          "transcript": "NR_135592.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1226,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_135592.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.291G>C",
          "hgvs_p": null,
          "transcript": "NR_135593.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1839,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_135593.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HDAC6",
          "gene_hgnc_id": 14064,
          "hgvs_c": "n.755G>C",
          "hgvs_p": null,
          "transcript": "XR_007068179.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3059,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "XR_007068179.1"
        }
      ],
      "gene_symbol": "HDAC6",
      "gene_hgnc_id": 14064,
      "dbsnp": "rs1236426492",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": 0.00000892427,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.09264242649078369,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.014,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.1385,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.57,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 2.108,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001321225.2",
          "gene_symbol": "HDAC6",
          "hgnc_id": 14064,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "XL",
          "hgvs_c": "c.220G>C",
          "hgvs_p": "p.Gly74Arg"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.