← 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-44079173-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=44079173&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 44079173,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001015053.2",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.3049G>A",
"hgvs_p": "p.Ala1017Thr",
"transcript": "NM_005474.5",
"protein_id": "NP_005465.2",
"transcript_support_level": null,
"aa_start": 1017,
"aa_end": null,
"aa_length": 1122,
"cds_start": 3049,
"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": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.3049G>A",
"hgvs_p": "p.Ala1017Thr",
"transcript": "ENST00000682912.1",
"protein_id": "ENSP00000507606.1",
"transcript_support_level": null,
"aa_start": 1017,
"aa_end": null,
"aa_length": 1122,
"cds_start": 3049,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.3049G>A",
"hgvs_p": "p.Ala1017Thr",
"transcript": "ENST00000586802.5",
"protein_id": "ENSP00000468004.1",
"transcript_support_level": 1,
"aa_start": 1017,
"aa_end": null,
"aa_length": 1122,
"cds_start": 3049,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.2794G>A",
"hgvs_p": "p.Ala932Thr",
"transcript": "ENST00000336057.9",
"protein_id": "ENSP00000337290.4",
"transcript_support_level": 1,
"aa_start": 932,
"aa_end": null,
"aa_length": 1037,
"cds_start": 2794,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.3163G>A",
"hgvs_p": "p.Ala1055Thr",
"transcript": "ENST00000864920.1",
"protein_id": "ENSP00000534979.1",
"transcript_support_level": null,
"aa_start": 1055,
"aa_end": null,
"aa_length": 1160,
"cds_start": 3163,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.3067G>A",
"hgvs_p": "p.Ala1023Thr",
"transcript": "ENST00000864908.1",
"protein_id": "ENSP00000534967.1",
"transcript_support_level": null,
"aa_start": 1023,
"aa_end": null,
"aa_length": 1128,
"cds_start": 3067,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.3064G>A",
"hgvs_p": "p.Ala1022Thr",
"transcript": "ENST00000864917.1",
"protein_id": "ENSP00000534976.1",
"transcript_support_level": null,
"aa_start": 1022,
"aa_end": null,
"aa_length": 1127,
"cds_start": 3064,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.3061G>A",
"hgvs_p": "p.Ala1021Thr",
"transcript": "ENST00000925831.1",
"protein_id": "ENSP00000595890.1",
"transcript_support_level": null,
"aa_start": 1021,
"aa_end": null,
"aa_length": 1126,
"cds_start": 3061,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.3052G>A",
"hgvs_p": "p.Ala1018Thr",
"transcript": "NM_001015053.2",
"protein_id": "NP_001015053.1",
"transcript_support_level": null,
"aa_start": 1018,
"aa_end": null,
"aa_length": 1123,
"cds_start": 3052,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.3052G>A",
"hgvs_p": "p.Ala1018Thr",
"transcript": "ENST00000225983.10",
"protein_id": "ENSP00000225983.5",
"transcript_support_level": 5,
"aa_start": 1018,
"aa_end": null,
"aa_length": 1123,
"cds_start": 3052,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.3052G>A",
"hgvs_p": "p.Ala1018Thr",
"transcript": "ENST00000864902.1",
"protein_id": "ENSP00000534961.1",
"transcript_support_level": null,
"aa_start": 1018,
"aa_end": null,
"aa_length": 1123,
"cds_start": 3052,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.3052G>A",
"hgvs_p": "p.Ala1018Thr",
"transcript": "ENST00000864918.1",
"protein_id": "ENSP00000534977.1",
"transcript_support_level": null,
"aa_start": 1018,
"aa_end": null,
"aa_length": 1123,
"cds_start": 3052,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.3049G>A",
"hgvs_p": "p.Ala1017Thr",
"transcript": "NM_001382393.1",
"protein_id": "NP_001369322.1",
"transcript_support_level": null,
"aa_start": 1017,
"aa_end": null,
"aa_length": 1122,
"cds_start": 3049,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.3049G>A",
"hgvs_p": "p.Ala1017Thr",
"transcript": "ENST00000715273.1",
"protein_id": "ENSP00000520442.1",
"transcript_support_level": null,
"aa_start": 1017,
"aa_end": null,
"aa_length": 1122,
"cds_start": 3049,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.3049G>A",
"hgvs_p": "p.Ala1017Thr",
"transcript": "ENST00000864905.1",
"protein_id": "ENSP00000534964.1",
"transcript_support_level": null,
"aa_start": 1017,
"aa_end": null,
"aa_length": 1122,
"cds_start": 3049,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.3046G>A",
"hgvs_p": "p.Ala1016Thr",
"transcript": "ENST00000864912.1",
"protein_id": "ENSP00000534971.1",
"transcript_support_level": null,
"aa_start": 1016,
"aa_end": null,
"aa_length": 1121,
"cds_start": 3046,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.3046G>A",
"hgvs_p": "p.Ala1016Thr",
"transcript": "ENST00000864913.1",
"protein_id": "ENSP00000534972.1",
"transcript_support_level": null,
"aa_start": 1016,
"aa_end": null,
"aa_length": 1121,
"cds_start": 3046,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.3052G>A",
"hgvs_p": "p.Ala1018Thr",
"transcript": "ENST00000968361.1",
"protein_id": "ENSP00000638420.1",
"transcript_support_level": null,
"aa_start": 1018,
"aa_end": null,
"aa_length": 1121,
"cds_start": 3052,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.3046G>A",
"hgvs_p": "p.Ala1016Thr",
"transcript": "ENST00000968364.1",
"protein_id": "ENSP00000638423.1",
"transcript_support_level": null,
"aa_start": 1016,
"aa_end": null,
"aa_length": 1121,
"cds_start": 3046,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.3049G>A",
"hgvs_p": "p.Ala1017Thr",
"transcript": "ENST00000925826.1",
"protein_id": "ENSP00000595885.1",
"transcript_support_level": null,
"aa_start": 1017,
"aa_end": null,
"aa_length": 1120,
"cds_start": 3049,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.3037G>A",
"hgvs_p": "p.Ala1013Thr",
"transcript": "ENST00000864900.1",
"protein_id": "ENSP00000534959.1",
"transcript_support_level": null,
"aa_start": 1013,
"aa_end": null,
"aa_length": 1118,
"cds_start": 3037,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.3037G>A",
"hgvs_p": "p.Ala1013Thr",
"transcript": "ENST00000864914.1",
"protein_id": "ENSP00000534973.1",
"transcript_support_level": null,
"aa_start": 1013,
"aa_end": null,
"aa_length": 1118,
"cds_start": 3037,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.3034G>A",
"hgvs_p": "p.Ala1012Thr",
"transcript": "ENST00000864901.1",
"protein_id": "ENSP00000534960.1",
"transcript_support_level": null,
"aa_start": 1012,
"aa_end": null,
"aa_length": 1117,
"cds_start": 3034,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.3034G>A",
"hgvs_p": "p.Ala1012Thr",
"transcript": "ENST00000864916.1",
"protein_id": "ENSP00000534975.1",
"transcript_support_level": null,
"aa_start": 1012,
"aa_end": null,
"aa_length": 1117,
"cds_start": 3034,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.3034G>A",
"hgvs_p": "p.Ala1012Thr",
"transcript": "ENST00000864919.1",
"protein_id": "ENSP00000534978.1",
"transcript_support_level": null,
"aa_start": 1012,
"aa_end": null,
"aa_length": 1117,
"cds_start": 3034,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.3031G>A",
"hgvs_p": "p.Ala1011Thr",
"transcript": "ENST00000925828.1",
"protein_id": "ENSP00000595887.1",
"transcript_support_level": null,
"aa_start": 1011,
"aa_end": null,
"aa_length": 1116,
"cds_start": 3031,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.3034G>A",
"hgvs_p": "p.Ala1012Thr",
"transcript": "ENST00000864925.1",
"protein_id": "ENSP00000534984.1",
"transcript_support_level": null,
"aa_start": 1012,
"aa_end": null,
"aa_length": 1115,
"cds_start": 3034,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.3025G>A",
"hgvs_p": "p.Ala1009Thr",
"transcript": "ENST00000864922.1",
"protein_id": "ENSP00000534981.1",
"transcript_support_level": null,
"aa_start": 1009,
"aa_end": null,
"aa_length": 1114,
"cds_start": 3025,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.3022G>A",
"hgvs_p": "p.Ala1008Thr",
"transcript": "ENST00000864910.1",
"protein_id": "ENSP00000534969.1",
"transcript_support_level": null,
"aa_start": 1008,
"aa_end": null,
"aa_length": 1113,
"cds_start": 3022,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.3022G>A",
"hgvs_p": "p.Ala1008Thr",
"transcript": "ENST00000925827.1",
"protein_id": "ENSP00000595886.1",
"transcript_support_level": null,
"aa_start": 1008,
"aa_end": null,
"aa_length": 1113,
"cds_start": 3022,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.3019G>A",
"hgvs_p": "p.Ala1007Thr",
"transcript": "ENST00000864906.1",
"protein_id": "ENSP00000534965.1",
"transcript_support_level": null,
"aa_start": 1007,
"aa_end": null,
"aa_length": 1112,
"cds_start": 3019,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.3004G>A",
"hgvs_p": "p.Ala1002Thr",
"transcript": "ENST00000968367.1",
"protein_id": "ENSP00000638426.1",
"transcript_support_level": null,
"aa_start": 1002,
"aa_end": null,
"aa_length": 1107,
"cds_start": 3004,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.2977G>A",
"hgvs_p": "p.Ala993Thr",
"transcript": "ENST00000864903.1",
"protein_id": "ENSP00000534962.1",
"transcript_support_level": null,
"aa_start": 993,
"aa_end": null,
"aa_length": 1098,
"cds_start": 2977,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.2965G>A",
"hgvs_p": "p.Ala989Thr",
"transcript": "ENST00000968370.1",
"protein_id": "ENSP00000638429.1",
"transcript_support_level": null,
"aa_start": 989,
"aa_end": null,
"aa_length": 1094,
"cds_start": 2965,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.2962G>A",
"hgvs_p": "p.Ala988Thr",
"transcript": "ENST00000968360.1",
"protein_id": "ENSP00000638419.1",
"transcript_support_level": null,
"aa_start": 988,
"aa_end": null,
"aa_length": 1091,
"cds_start": 2962,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.2908G>A",
"hgvs_p": "p.Ala970Thr",
"transcript": "ENST00000864909.1",
"protein_id": "ENSP00000534968.1",
"transcript_support_level": null,
"aa_start": 970,
"aa_end": null,
"aa_length": 1075,
"cds_start": 2908,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.2905G>A",
"hgvs_p": "p.Ala969Thr",
"transcript": "ENST00000864907.1",
"protein_id": "ENSP00000534966.1",
"transcript_support_level": null,
"aa_start": 969,
"aa_end": null,
"aa_length": 1074,
"cds_start": 2905,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.2905G>A",
"hgvs_p": "p.Ala969Thr",
"transcript": "ENST00000968366.1",
"protein_id": "ENSP00000638425.1",
"transcript_support_level": null,
"aa_start": 969,
"aa_end": null,
"aa_length": 1074,
"cds_start": 2905,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.2893G>A",
"hgvs_p": "p.Ala965Thr",
"transcript": "ENST00000864921.1",
"protein_id": "ENSP00000534980.1",
"transcript_support_level": null,
"aa_start": 965,
"aa_end": null,
"aa_length": 1070,
"cds_start": 2893,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.2893G>A",
"hgvs_p": "p.Ala965Thr",
"transcript": "ENST00000968358.1",
"protein_id": "ENSP00000638417.1",
"transcript_support_level": null,
"aa_start": 965,
"aa_end": null,
"aa_length": 1070,
"cds_start": 2893,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.2893G>A",
"hgvs_p": "p.Ala965Thr",
"transcript": "ENST00000968365.1",
"protein_id": "ENSP00000638424.1",
"transcript_support_level": null,
"aa_start": 965,
"aa_end": null,
"aa_length": 1070,
"cds_start": 2893,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.2848G>A",
"hgvs_p": "p.Ala950Thr",
"transcript": "ENST00000925829.1",
"protein_id": "ENSP00000595888.1",
"transcript_support_level": null,
"aa_start": 950,
"aa_end": null,
"aa_length": 1055,
"cds_start": 2848,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.2797G>A",
"hgvs_p": "p.Ala933Thr",
"transcript": "ENST00000864904.1",
"protein_id": "ENSP00000534963.1",
"transcript_support_level": null,
"aa_start": 933,
"aa_end": null,
"aa_length": 1038,
"cds_start": 2797,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.2797G>A",
"hgvs_p": "p.Ala933Thr",
"transcript": "ENST00000968372.1",
"protein_id": "ENSP00000638431.1",
"transcript_support_level": null,
"aa_start": 933,
"aa_end": null,
"aa_length": 1038,
"cds_start": 2797,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.2794G>A",
"hgvs_p": "p.Ala932Thr",
"transcript": "ENST00000864923.1",
"protein_id": "ENSP00000534982.1",
"transcript_support_level": null,
"aa_start": 932,
"aa_end": null,
"aa_length": 1037,
"cds_start": 2794,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.2794G>A",
"hgvs_p": "p.Ala932Thr",
"transcript": "ENST00000968368.1",
"protein_id": "ENSP00000638427.1",
"transcript_support_level": null,
"aa_start": 932,
"aa_end": null,
"aa_length": 1037,
"cds_start": 2794,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.2782G>A",
"hgvs_p": "p.Ala928Thr",
"transcript": "ENST00000968359.1",
"protein_id": "ENSP00000638418.1",
"transcript_support_level": null,
"aa_start": 928,
"aa_end": null,
"aa_length": 1033,
"cds_start": 2782,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.2782G>A",
"hgvs_p": "p.Ala928Thr",
"transcript": "ENST00000968371.1",
"protein_id": "ENSP00000638430.1",
"transcript_support_level": null,
"aa_start": 928,
"aa_end": null,
"aa_length": 1033,
"cds_start": 2782,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.2779G>A",
"hgvs_p": "p.Ala927Thr",
"transcript": "ENST00000925825.1",
"protein_id": "ENSP00000595884.1",
"transcript_support_level": null,
"aa_start": 927,
"aa_end": null,
"aa_length": 1032,
"cds_start": 2779,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.2779G>A",
"hgvs_p": "p.Ala927Thr",
"transcript": "ENST00000968369.1",
"protein_id": "ENSP00000638428.1",
"transcript_support_level": null,
"aa_start": 927,
"aa_end": null,
"aa_length": 1032,
"cds_start": 2779,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.2722G>A",
"hgvs_p": "p.Ala908Thr",
"transcript": "ENST00000925830.1",
"protein_id": "ENSP00000595889.1",
"transcript_support_level": null,
"aa_start": 908,
"aa_end": null,
"aa_length": 1013,
"cds_start": 2722,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.2614G>A",
"hgvs_p": "p.Ala872Thr",
"transcript": "ENST00000864915.1",
"protein_id": "ENSP00000534974.1",
"transcript_support_level": null,
"aa_start": 872,
"aa_end": null,
"aa_length": 977,
"cds_start": 2614,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.2521G>A",
"hgvs_p": "p.Ala841Thr",
"transcript": "ENST00000968363.1",
"protein_id": "ENSP00000638422.1",
"transcript_support_level": null,
"aa_start": 841,
"aa_end": null,
"aa_length": 946,
"cds_start": 2521,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.2386G>A",
"hgvs_p": "p.Ala796Thr",
"transcript": "ENST00000864924.1",
"protein_id": "ENSP00000534983.1",
"transcript_support_level": null,
"aa_start": 796,
"aa_end": null,
"aa_length": 901,
"cds_start": 2386,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.2386G>A",
"hgvs_p": "p.Ala796Thr",
"transcript": "ENST00000968373.1",
"protein_id": "ENSP00000638432.1",
"transcript_support_level": null,
"aa_start": 796,
"aa_end": null,
"aa_length": 901,
"cds_start": 2386,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.2320G>A",
"hgvs_p": "p.Ala774Thr",
"transcript": "ENST00000925832.1",
"protein_id": "ENSP00000595891.1",
"transcript_support_level": null,
"aa_start": 774,
"aa_end": null,
"aa_length": 879,
"cds_start": 2320,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.2185G>A",
"hgvs_p": "p.Ala729Thr",
"transcript": "ENST00000968362.1",
"protein_id": "ENSP00000638421.1",
"transcript_support_level": null,
"aa_start": 729,
"aa_end": null,
"aa_length": 834,
"cds_start": 2185,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.2149G>A",
"hgvs_p": "p.Ala717Thr",
"transcript": "ENST00000864911.1",
"protein_id": "ENSP00000534970.1",
"transcript_support_level": null,
"aa_start": 717,
"aa_end": null,
"aa_length": 822,
"cds_start": 2149,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.3052G>A",
"hgvs_p": "p.Ala1018Thr",
"transcript": "XM_047435047.1",
"protein_id": "XP_047291003.1",
"transcript_support_level": null,
"aa_start": 1018,
"aa_end": null,
"aa_length": 1123,
"cds_start": 3052,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.3037G>A",
"hgvs_p": "p.Ala1013Thr",
"transcript": "XM_047435048.1",
"protein_id": "XP_047291004.1",
"transcript_support_level": null,
"aa_start": 1013,
"aa_end": null,
"aa_length": 1118,
"cds_start": 3037,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.3037G>A",
"hgvs_p": "p.Ala1013Thr",
"transcript": "XM_047435049.1",
"protein_id": "XP_047291005.1",
"transcript_support_level": null,
"aa_start": 1013,
"aa_end": null,
"aa_length": 1118,
"cds_start": 3037,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.3034G>A",
"hgvs_p": "p.Ala1012Thr",
"transcript": "XM_047435050.1",
"protein_id": "XP_047291006.1",
"transcript_support_level": null,
"aa_start": 1012,
"aa_end": null,
"aa_length": 1117,
"cds_start": 3034,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.3034G>A",
"hgvs_p": "p.Ala1012Thr",
"transcript": "XM_047435051.1",
"protein_id": "XP_047291007.1",
"transcript_support_level": null,
"aa_start": 1012,
"aa_end": null,
"aa_length": 1117,
"cds_start": 3034,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.3025G>A",
"hgvs_p": "p.Ala1009Thr",
"transcript": "XM_011524149.3",
"protein_id": "XP_011522451.1",
"transcript_support_level": null,
"aa_start": 1009,
"aa_end": null,
"aa_length": 1114,
"cds_start": 3025,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.3022G>A",
"hgvs_p": "p.Ala1008Thr",
"transcript": "XM_047435052.1",
"protein_id": "XP_047291008.1",
"transcript_support_level": null,
"aa_start": 1008,
"aa_end": null,
"aa_length": 1113,
"cds_start": 3022,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.3022G>A",
"hgvs_p": "p.Ala1008Thr",
"transcript": "XM_047435053.1",
"protein_id": "XP_047291009.1",
"transcript_support_level": null,
"aa_start": 1008,
"aa_end": null,
"aa_length": 1113,
"cds_start": 3022,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.3007G>A",
"hgvs_p": "p.Ala1003Thr",
"transcript": "XM_047435054.1",
"protein_id": "XP_047291010.1",
"transcript_support_level": null,
"aa_start": 1003,
"aa_end": null,
"aa_length": 1108,
"cds_start": 3007,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.2926G>A",
"hgvs_p": "p.Ala976Thr",
"transcript": "XM_047435055.1",
"protein_id": "XP_047291011.1",
"transcript_support_level": null,
"aa_start": 976,
"aa_end": null,
"aa_length": 1081,
"cds_start": 2926,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "c.2926G>A",
"hgvs_p": "p.Ala976Thr",
"transcript": "XM_047435056.1",
"protein_id": "XP_047291012.1",
"transcript_support_level": null,
"aa_start": 976,
"aa_end": null,
"aa_length": 1081,
"cds_start": 2926,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "G6PC3",
"gene_hgnc_id": 24861,
"hgvs_c": "c.678-925C>T",
"hgvs_p": null,
"transcript": "ENST00000696405.1",
"protein_id": "ENSP00000512607.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 249,
"cds_start": null,
"cds_end": null,
"cds_length": 752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696405.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "HDAC5",
"gene_hgnc_id": 14068,
"hgvs_c": "n.164G>A",
"hgvs_p": null,
"transcript": "ENST00000586339.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000586339.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "G6PC3",
"gene_hgnc_id": 24861,
"hgvs_c": "n.*106-928C>T",
"hgvs_p": null,
"transcript": "ENST00000696392.1",
"protein_id": "ENSP00000512602.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000696392.1"
}
],
"gene_symbol": "HDAC5",
"gene_hgnc_id": 14068,
"dbsnp": null,
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5209897756576538,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.529,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1969,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.1,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.057,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001015053.2",
"gene_symbol": "HDAC5",
"hgnc_id": 14068,
"effects": [
"missense_variant"
],
"inheritance_mode": "Unknown",
"hgvs_c": "c.3052G>A",
"hgvs_p": "p.Ala1018Thr"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000696405.1",
"gene_symbol": "G6PC3",
"hgnc_id": 24861,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.678-925C>T",
"hgvs_p": null
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}