← 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: 17-44087517-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=44087517&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 44087517,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_001015053.2",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1779C>T",
"hgvs_p": "p.Asp593Asp",
"transcript": "NM_005474.5",
"protein_id": "NP_005465.2",
"transcript_support_level": null,
"aa_start": 593,
"aa_end": null,
"aa_length": 1122,
"cds_start": 1779,
"cds_end": null,
"cds_length": 3369,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000682912.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005474.5"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1779C>T",
"hgvs_p": "p.Asp593Asp",
"transcript": "ENST00000682912.1",
"protein_id": "ENSP00000507606.1",
"transcript_support_level": null,
"aa_start": 593,
"aa_end": null,
"aa_length": 1122,
"cds_start": 1779,
"cds_end": null,
"cds_length": 3369,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005474.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000682912.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1779C>T",
"hgvs_p": "p.Asp593Asp",
"transcript": "ENST00000586802.5",
"protein_id": "ENSP00000468004.1",
"transcript_support_level": 1,
"aa_start": 593,
"aa_end": null,
"aa_length": 1122,
"cds_start": 1779,
"cds_end": null,
"cds_length": 3369,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000586802.5"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1779C>T",
"hgvs_p": "p.Asp593Asp",
"transcript": "ENST00000336057.9",
"protein_id": "ENSP00000337290.4",
"transcript_support_level": 1,
"aa_start": 593,
"aa_end": null,
"aa_length": 1037,
"cds_start": 1779,
"cds_end": null,
"cds_length": 3114,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000336057.9"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1893C>T",
"hgvs_p": "p.Asp631Asp",
"transcript": "ENST00000864920.1",
"protein_id": "ENSP00000534979.1",
"transcript_support_level": null,
"aa_start": 631,
"aa_end": null,
"aa_length": 1160,
"cds_start": 1893,
"cds_end": null,
"cds_length": 3483,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864920.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1797C>T",
"hgvs_p": "p.Asp599Asp",
"transcript": "ENST00000864908.1",
"protein_id": "ENSP00000534967.1",
"transcript_support_level": null,
"aa_start": 599,
"aa_end": null,
"aa_length": 1128,
"cds_start": 1797,
"cds_end": null,
"cds_length": 3387,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864908.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1794C>T",
"hgvs_p": "p.Asp598Asp",
"transcript": "ENST00000864917.1",
"protein_id": "ENSP00000534976.1",
"transcript_support_level": null,
"aa_start": 598,
"aa_end": null,
"aa_length": 1127,
"cds_start": 1794,
"cds_end": null,
"cds_length": 3384,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864917.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1791C>T",
"hgvs_p": "p.Asp597Asp",
"transcript": "ENST00000925831.1",
"protein_id": "ENSP00000595890.1",
"transcript_support_level": null,
"aa_start": 597,
"aa_end": null,
"aa_length": 1126,
"cds_start": 1791,
"cds_end": null,
"cds_length": 3381,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925831.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1782C>T",
"hgvs_p": "p.Asp594Asp",
"transcript": "NM_001015053.2",
"protein_id": "NP_001015053.1",
"transcript_support_level": null,
"aa_start": 594,
"aa_end": null,
"aa_length": 1123,
"cds_start": 1782,
"cds_end": null,
"cds_length": 3372,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001015053.2"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1782C>T",
"hgvs_p": "p.Asp594Asp",
"transcript": "ENST00000225983.10",
"protein_id": "ENSP00000225983.5",
"transcript_support_level": 5,
"aa_start": 594,
"aa_end": null,
"aa_length": 1123,
"cds_start": 1782,
"cds_end": null,
"cds_length": 3372,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000225983.10"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1782C>T",
"hgvs_p": "p.Asp594Asp",
"transcript": "ENST00000864902.1",
"protein_id": "ENSP00000534961.1",
"transcript_support_level": null,
"aa_start": 594,
"aa_end": null,
"aa_length": 1123,
"cds_start": 1782,
"cds_end": null,
"cds_length": 3372,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864902.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1782C>T",
"hgvs_p": "p.Asp594Asp",
"transcript": "ENST00000864918.1",
"protein_id": "ENSP00000534977.1",
"transcript_support_level": null,
"aa_start": 594,
"aa_end": null,
"aa_length": 1123,
"cds_start": 1782,
"cds_end": null,
"cds_length": 3372,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864918.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1779C>T",
"hgvs_p": "p.Asp593Asp",
"transcript": "NM_001382393.1",
"protein_id": "NP_001369322.1",
"transcript_support_level": null,
"aa_start": 593,
"aa_end": null,
"aa_length": 1122,
"cds_start": 1779,
"cds_end": null,
"cds_length": 3369,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382393.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1779C>T",
"hgvs_p": "p.Asp593Asp",
"transcript": "ENST00000715273.1",
"protein_id": "ENSP00000520442.1",
"transcript_support_level": null,
"aa_start": 593,
"aa_end": null,
"aa_length": 1122,
"cds_start": 1779,
"cds_end": null,
"cds_length": 3369,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000715273.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1779C>T",
"hgvs_p": "p.Asp593Asp",
"transcript": "ENST00000864905.1",
"protein_id": "ENSP00000534964.1",
"transcript_support_level": null,
"aa_start": 593,
"aa_end": null,
"aa_length": 1122,
"cds_start": 1779,
"cds_end": null,
"cds_length": 3369,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864905.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1776C>T",
"hgvs_p": "p.Asp592Asp",
"transcript": "ENST00000864912.1",
"protein_id": "ENSP00000534971.1",
"transcript_support_level": null,
"aa_start": 592,
"aa_end": null,
"aa_length": 1121,
"cds_start": 1776,
"cds_end": null,
"cds_length": 3366,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864912.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1776C>T",
"hgvs_p": "p.Asp592Asp",
"transcript": "ENST00000864913.1",
"protein_id": "ENSP00000534972.1",
"transcript_support_level": null,
"aa_start": 592,
"aa_end": null,
"aa_length": 1121,
"cds_start": 1776,
"cds_end": null,
"cds_length": 3366,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864913.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1782C>T",
"hgvs_p": "p.Asp594Asp",
"transcript": "ENST00000968361.1",
"protein_id": "ENSP00000638420.1",
"transcript_support_level": null,
"aa_start": 594,
"aa_end": null,
"aa_length": 1121,
"cds_start": 1782,
"cds_end": null,
"cds_length": 3366,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968361.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1776C>T",
"hgvs_p": "p.Asp592Asp",
"transcript": "ENST00000968364.1",
"protein_id": "ENSP00000638423.1",
"transcript_support_level": null,
"aa_start": 592,
"aa_end": null,
"aa_length": 1121,
"cds_start": 1776,
"cds_end": null,
"cds_length": 3366,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968364.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1779C>T",
"hgvs_p": "p.Asp593Asp",
"transcript": "ENST00000925826.1",
"protein_id": "ENSP00000595885.1",
"transcript_support_level": null,
"aa_start": 593,
"aa_end": null,
"aa_length": 1120,
"cds_start": 1779,
"cds_end": null,
"cds_length": 3363,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925826.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1767C>T",
"hgvs_p": "p.Asp589Asp",
"transcript": "ENST00000864900.1",
"protein_id": "ENSP00000534959.1",
"transcript_support_level": null,
"aa_start": 589,
"aa_end": null,
"aa_length": 1118,
"cds_start": 1767,
"cds_end": null,
"cds_length": 3357,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864900.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1767C>T",
"hgvs_p": "p.Asp589Asp",
"transcript": "ENST00000864914.1",
"protein_id": "ENSP00000534973.1",
"transcript_support_level": null,
"aa_start": 589,
"aa_end": null,
"aa_length": 1118,
"cds_start": 1767,
"cds_end": null,
"cds_length": 3357,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864914.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1764C>T",
"hgvs_p": "p.Asp588Asp",
"transcript": "ENST00000864901.1",
"protein_id": "ENSP00000534960.1",
"transcript_support_level": null,
"aa_start": 588,
"aa_end": null,
"aa_length": 1117,
"cds_start": 1764,
"cds_end": null,
"cds_length": 3354,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864901.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1764C>T",
"hgvs_p": "p.Asp588Asp",
"transcript": "ENST00000864916.1",
"protein_id": "ENSP00000534975.1",
"transcript_support_level": null,
"aa_start": 588,
"aa_end": null,
"aa_length": 1117,
"cds_start": 1764,
"cds_end": null,
"cds_length": 3354,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864916.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1782C>T",
"hgvs_p": "p.Asp594Asp",
"transcript": "ENST00000864919.1",
"protein_id": "ENSP00000534978.1",
"transcript_support_level": null,
"aa_start": 594,
"aa_end": null,
"aa_length": 1117,
"cds_start": 1782,
"cds_end": null,
"cds_length": 3354,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864919.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1779C>T",
"hgvs_p": "p.Asp593Asp",
"transcript": "ENST00000925828.1",
"protein_id": "ENSP00000595887.1",
"transcript_support_level": null,
"aa_start": 593,
"aa_end": null,
"aa_length": 1116,
"cds_start": 1779,
"cds_end": null,
"cds_length": 3351,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925828.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1764C>T",
"hgvs_p": "p.Asp588Asp",
"transcript": "ENST00000864925.1",
"protein_id": "ENSP00000534984.1",
"transcript_support_level": null,
"aa_start": 588,
"aa_end": null,
"aa_length": 1115,
"cds_start": 1764,
"cds_end": null,
"cds_length": 3348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864925.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1755C>T",
"hgvs_p": "p.Asp585Asp",
"transcript": "ENST00000864922.1",
"protein_id": "ENSP00000534981.1",
"transcript_support_level": null,
"aa_start": 585,
"aa_end": null,
"aa_length": 1114,
"cds_start": 1755,
"cds_end": null,
"cds_length": 3345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864922.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1782C>T",
"hgvs_p": "p.Asp594Asp",
"transcript": "ENST00000864910.1",
"protein_id": "ENSP00000534969.1",
"transcript_support_level": null,
"aa_start": 594,
"aa_end": null,
"aa_length": 1113,
"cds_start": 1782,
"cds_end": null,
"cds_length": 3342,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864910.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1779C>T",
"hgvs_p": "p.Asp593Asp",
"transcript": "ENST00000925827.1",
"protein_id": "ENSP00000595886.1",
"transcript_support_level": null,
"aa_start": 593,
"aa_end": null,
"aa_length": 1113,
"cds_start": 1779,
"cds_end": null,
"cds_length": 3342,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925827.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1779C>T",
"hgvs_p": "p.Asp593Asp",
"transcript": "ENST00000864906.1",
"protein_id": "ENSP00000534965.1",
"transcript_support_level": null,
"aa_start": 593,
"aa_end": null,
"aa_length": 1112,
"cds_start": 1779,
"cds_end": null,
"cds_length": 3339,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864906.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1764C>T",
"hgvs_p": "p.Asp588Asp",
"transcript": "ENST00000968367.1",
"protein_id": "ENSP00000638426.1",
"transcript_support_level": null,
"aa_start": 588,
"aa_end": null,
"aa_length": 1107,
"cds_start": 1764,
"cds_end": null,
"cds_length": 3324,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968367.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1707C>T",
"hgvs_p": "p.Asp569Asp",
"transcript": "ENST00000864903.1",
"protein_id": "ENSP00000534962.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 1098,
"cds_start": 1707,
"cds_end": null,
"cds_length": 3297,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864903.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1695C>T",
"hgvs_p": "p.Asp565Asp",
"transcript": "ENST00000968370.1",
"protein_id": "ENSP00000638429.1",
"transcript_support_level": null,
"aa_start": 565,
"aa_end": null,
"aa_length": 1094,
"cds_start": 1695,
"cds_end": null,
"cds_length": 3285,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968370.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1692C>T",
"hgvs_p": "p.Asp564Asp",
"transcript": "ENST00000968360.1",
"protein_id": "ENSP00000638419.1",
"transcript_support_level": null,
"aa_start": 564,
"aa_end": null,
"aa_length": 1091,
"cds_start": 1692,
"cds_end": null,
"cds_length": 3276,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968360.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1782C>T",
"hgvs_p": "p.Asp594Asp",
"transcript": "ENST00000864909.1",
"protein_id": "ENSP00000534968.1",
"transcript_support_level": null,
"aa_start": 594,
"aa_end": null,
"aa_length": 1075,
"cds_start": 1782,
"cds_end": null,
"cds_length": 3228,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864909.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1779C>T",
"hgvs_p": "p.Asp593Asp",
"transcript": "ENST00000864907.1",
"protein_id": "ENSP00000534966.1",
"transcript_support_level": null,
"aa_start": 593,
"aa_end": null,
"aa_length": 1074,
"cds_start": 1779,
"cds_end": null,
"cds_length": 3225,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864907.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1779C>T",
"hgvs_p": "p.Asp593Asp",
"transcript": "ENST00000968366.1",
"protein_id": "ENSP00000638425.1",
"transcript_support_level": null,
"aa_start": 593,
"aa_end": null,
"aa_length": 1074,
"cds_start": 1779,
"cds_end": null,
"cds_length": 3225,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968366.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1767C>T",
"hgvs_p": "p.Asp589Asp",
"transcript": "ENST00000864921.1",
"protein_id": "ENSP00000534980.1",
"transcript_support_level": null,
"aa_start": 589,
"aa_end": null,
"aa_length": 1070,
"cds_start": 1767,
"cds_end": null,
"cds_length": 3213,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864921.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1767C>T",
"hgvs_p": "p.Asp589Asp",
"transcript": "ENST00000968358.1",
"protein_id": "ENSP00000638417.1",
"transcript_support_level": null,
"aa_start": 589,
"aa_end": null,
"aa_length": 1070,
"cds_start": 1767,
"cds_end": null,
"cds_length": 3213,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968358.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1767C>T",
"hgvs_p": "p.Asp589Asp",
"transcript": "ENST00000968365.1",
"protein_id": "ENSP00000638424.1",
"transcript_support_level": null,
"aa_start": 589,
"aa_end": null,
"aa_length": 1070,
"cds_start": 1767,
"cds_end": null,
"cds_length": 3213,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968365.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1782C>T",
"hgvs_p": "p.Asp594Asp",
"transcript": "ENST00000864904.1",
"protein_id": "ENSP00000534963.1",
"transcript_support_level": null,
"aa_start": 594,
"aa_end": null,
"aa_length": 1038,
"cds_start": 1782,
"cds_end": null,
"cds_length": 3117,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864904.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1782C>T",
"hgvs_p": "p.Asp594Asp",
"transcript": "ENST00000968372.1",
"protein_id": "ENSP00000638431.1",
"transcript_support_level": null,
"aa_start": 594,
"aa_end": null,
"aa_length": 1038,
"cds_start": 1782,
"cds_end": null,
"cds_length": 3117,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968372.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1779C>T",
"hgvs_p": "p.Asp593Asp",
"transcript": "ENST00000864923.1",
"protein_id": "ENSP00000534982.1",
"transcript_support_level": null,
"aa_start": 593,
"aa_end": null,
"aa_length": 1037,
"cds_start": 1779,
"cds_end": null,
"cds_length": 3114,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864923.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1779C>T",
"hgvs_p": "p.Asp593Asp",
"transcript": "ENST00000968368.1",
"protein_id": "ENSP00000638427.1",
"transcript_support_level": null,
"aa_start": 593,
"aa_end": null,
"aa_length": 1037,
"cds_start": 1779,
"cds_end": null,
"cds_length": 3114,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968368.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1767C>T",
"hgvs_p": "p.Asp589Asp",
"transcript": "ENST00000968359.1",
"protein_id": "ENSP00000638418.1",
"transcript_support_level": null,
"aa_start": 589,
"aa_end": null,
"aa_length": 1033,
"cds_start": 1767,
"cds_end": null,
"cds_length": 3102,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968359.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1767C>T",
"hgvs_p": "p.Asp589Asp",
"transcript": "ENST00000968371.1",
"protein_id": "ENSP00000638430.1",
"transcript_support_level": null,
"aa_start": 589,
"aa_end": null,
"aa_length": 1033,
"cds_start": 1767,
"cds_end": null,
"cds_length": 3102,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968371.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1764C>T",
"hgvs_p": "p.Asp588Asp",
"transcript": "ENST00000925825.1",
"protein_id": "ENSP00000595884.1",
"transcript_support_level": null,
"aa_start": 588,
"aa_end": null,
"aa_length": 1032,
"cds_start": 1764,
"cds_end": null,
"cds_length": 3099,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925825.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1767C>T",
"hgvs_p": "p.Asp589Asp",
"transcript": "ENST00000968369.1",
"protein_id": "ENSP00000638428.1",
"transcript_support_level": null,
"aa_start": 589,
"aa_end": null,
"aa_length": 1032,
"cds_start": 1767,
"cds_end": null,
"cds_length": 3099,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968369.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1707C>T",
"hgvs_p": "p.Asp569Asp",
"transcript": "ENST00000925830.1",
"protein_id": "ENSP00000595889.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 1013,
"cds_start": 1707,
"cds_end": null,
"cds_length": 3042,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925830.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1344C>T",
"hgvs_p": "p.Asp448Asp",
"transcript": "ENST00000864915.1",
"protein_id": "ENSP00000534974.1",
"transcript_support_level": null,
"aa_start": 448,
"aa_end": null,
"aa_length": 977,
"cds_start": 1344,
"cds_end": null,
"cds_length": 2934,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864915.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1116C>T",
"hgvs_p": "p.Asp372Asp",
"transcript": "ENST00000864924.1",
"protein_id": "ENSP00000534983.1",
"transcript_support_level": null,
"aa_start": 372,
"aa_end": null,
"aa_length": 901,
"cds_start": 1116,
"cds_end": null,
"cds_length": 2706,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864924.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1782C>T",
"hgvs_p": "p.Asp594Asp",
"transcript": "XM_047435047.1",
"protein_id": "XP_047291003.1",
"transcript_support_level": null,
"aa_start": 594,
"aa_end": null,
"aa_length": 1123,
"cds_start": 1782,
"cds_end": null,
"cds_length": 3372,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435047.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1767C>T",
"hgvs_p": "p.Asp589Asp",
"transcript": "XM_047435048.1",
"protein_id": "XP_047291004.1",
"transcript_support_level": null,
"aa_start": 589,
"aa_end": null,
"aa_length": 1118,
"cds_start": 1767,
"cds_end": null,
"cds_length": 3357,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435048.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1767C>T",
"hgvs_p": "p.Asp589Asp",
"transcript": "XM_047435049.1",
"protein_id": "XP_047291005.1",
"transcript_support_level": null,
"aa_start": 589,
"aa_end": null,
"aa_length": 1118,
"cds_start": 1767,
"cds_end": null,
"cds_length": 3357,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435049.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1764C>T",
"hgvs_p": "p.Asp588Asp",
"transcript": "XM_047435050.1",
"protein_id": "XP_047291006.1",
"transcript_support_level": null,
"aa_start": 588,
"aa_end": null,
"aa_length": 1117,
"cds_start": 1764,
"cds_end": null,
"cds_length": 3354,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435050.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1764C>T",
"hgvs_p": "p.Asp588Asp",
"transcript": "XM_047435051.1",
"protein_id": "XP_047291007.1",
"transcript_support_level": null,
"aa_start": 588,
"aa_end": null,
"aa_length": 1117,
"cds_start": 1764,
"cds_end": null,
"cds_length": 3354,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435051.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1755C>T",
"hgvs_p": "p.Asp585Asp",
"transcript": "XM_011524149.3",
"protein_id": "XP_011522451.1",
"transcript_support_level": null,
"aa_start": 585,
"aa_end": null,
"aa_length": 1114,
"cds_start": 1755,
"cds_end": null,
"cds_length": 3345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011524149.3"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1752C>T",
"hgvs_p": "p.Asp584Asp",
"transcript": "XM_047435052.1",
"protein_id": "XP_047291008.1",
"transcript_support_level": null,
"aa_start": 584,
"aa_end": null,
"aa_length": 1113,
"cds_start": 1752,
"cds_end": null,
"cds_length": 3342,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435052.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1752C>T",
"hgvs_p": "p.Asp584Asp",
"transcript": "XM_047435053.1",
"protein_id": "XP_047291009.1",
"transcript_support_level": null,
"aa_start": 584,
"aa_end": null,
"aa_length": 1113,
"cds_start": 1752,
"cds_end": null,
"cds_length": 3342,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435053.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1737C>T",
"hgvs_p": "p.Asp579Asp",
"transcript": "XM_047435054.1",
"protein_id": "XP_047291010.1",
"transcript_support_level": null,
"aa_start": 579,
"aa_end": null,
"aa_length": 1108,
"cds_start": 1737,
"cds_end": null,
"cds_length": 3327,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435054.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1656C>T",
"hgvs_p": "p.Asp552Asp",
"transcript": "XM_047435055.1",
"protein_id": "XP_047291011.1",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 1081,
"cds_start": 1656,
"cds_end": null,
"cds_length": 3246,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435055.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1656C>T",
"hgvs_p": "p.Asp552Asp",
"transcript": "XM_047435056.1",
"protein_id": "XP_047291012.1",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 1081,
"cds_start": 1656,
"cds_end": null,
"cds_length": 3246,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435056.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1782C>T",
"hgvs_p": "p.Asp594Asp",
"transcript": "XM_047435057.1",
"protein_id": "XP_047291013.1",
"transcript_support_level": null,
"aa_start": 594,
"aa_end": null,
"aa_length": 694,
"cds_start": 1782,
"cds_end": null,
"cds_length": 2085,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435057.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1683+96C>T",
"hgvs_p": null,
"transcript": "ENST00000925829.1",
"protein_id": "ENSP00000595888.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1055,
"cds_start": null,
"cds_end": null,
"cds_length": 3168,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925829.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1357-780C>T",
"hgvs_p": null,
"transcript": "ENST00000968363.1",
"protein_id": "ENSP00000638422.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 946,
"cds_start": null,
"cds_end": null,
"cds_length": 2841,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968363.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1388-2362C>T",
"hgvs_p": null,
"transcript": "ENST00000968373.1",
"protein_id": "ENSP00000638432.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 901,
"cds_start": null,
"cds_end": null,
"cds_length": 2706,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968373.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1602+870C>T",
"hgvs_p": null,
"transcript": "ENST00000925832.1",
"protein_id": "ENSP00000595891.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 879,
"cds_start": null,
"cds_end": null,
"cds_length": 2640,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925832.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1599+870C>T",
"hgvs_p": null,
"transcript": "ENST00000968362.1",
"protein_id": "ENSP00000638421.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 834,
"cds_start": null,
"cds_end": null,
"cds_length": 2505,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968362.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.1599+870C>T",
"hgvs_p": null,
"transcript": "ENST00000864911.1",
"protein_id": "ENSP00000534970.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 822,
"cds_start": null,
"cds_end": null,
"cds_length": 2469,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864911.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "n.759C>T",
"hgvs_p": null,
"transcript": "ENST00000592385.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000592385.5"
}
],
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"dbsnp": "rs228757",
"frequency_reference_population": 0.000017996348,
"hom_count_reference_population": 0,
"allele_count_reference_population": 29,
"gnomad_exomes_af": 0.0000178139,
"gnomad_genomes_af": 0.0000197498,
"gnomad_exomes_ac": 26,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.7400000095367432,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.74,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.837,
"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": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP7",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 5,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_001015053.2",
"gene_symbol": "HDAC5",
"hgnc_id": 14068,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "Unknown",
"hgvs_c": "c.1782C>T",
"hgvs_p": "p.Asp594Asp"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}