← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: X-72462077-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=72462077&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 72462077,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000373573.9",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "c.932C>T",
"hgvs_p": "p.Thr311Met",
"transcript": "NM_018486.3",
"protein_id": "NP_060956.1",
"transcript_support_level": null,
"aa_start": 311,
"aa_end": null,
"aa_length": 377,
"cds_start": 932,
"cds_end": null,
"cds_length": 1134,
"cdna_start": 1014,
"cdna_end": null,
"cdna_length": 1754,
"mane_select": "ENST00000373573.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "c.932C>T",
"hgvs_p": "p.Thr311Met",
"transcript": "ENST00000373573.9",
"protein_id": "ENSP00000362674.3",
"transcript_support_level": 1,
"aa_start": 311,
"aa_end": null,
"aa_length": 377,
"cds_start": 932,
"cds_end": null,
"cds_length": 1134,
"cdna_start": 1014,
"cdna_end": null,
"cdna_length": 1754,
"mane_select": "NM_018486.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000285547",
"gene_hgnc_id": null,
"hgvs_c": "c.932C>T",
"hgvs_p": "p.Thr311Met",
"transcript": "ENST00000648922.1",
"protein_id": "ENSP00000497072.1",
"transcript_support_level": null,
"aa_start": 311,
"aa_end": null,
"aa_length": 555,
"cds_start": 932,
"cds_end": null,
"cds_length": 1670,
"cdna_start": 1014,
"cdna_end": null,
"cdna_length": 1752,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "c.932C>T",
"hgvs_p": "p.Thr311Met",
"transcript": "ENST00000373568.7",
"protein_id": "ENSP00000362669.3",
"transcript_support_level": 5,
"aa_start": 311,
"aa_end": null,
"aa_length": 417,
"cds_start": 932,
"cds_end": null,
"cds_length": 1254,
"cdna_start": 1013,
"cdna_end": null,
"cdna_length": 1625,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "c.932C>T",
"hgvs_p": "p.Thr311Met",
"transcript": "ENST00000648452.1",
"protein_id": "ENSP00000497268.1",
"transcript_support_level": null,
"aa_start": 311,
"aa_end": null,
"aa_length": 414,
"cds_start": 932,
"cds_end": null,
"cds_length": 1245,
"cdna_start": 1036,
"cdna_end": null,
"cdna_length": 1865,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "c.932C>T",
"hgvs_p": "p.Thr311Met",
"transcript": "NM_001410725.1",
"protein_id": "NP_001397654.1",
"transcript_support_level": null,
"aa_start": 311,
"aa_end": null,
"aa_length": 403,
"cds_start": 932,
"cds_end": null,
"cds_length": 1212,
"cdna_start": 1014,
"cdna_end": null,
"cdna_length": 1832,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "c.932C>T",
"hgvs_p": "p.Thr311Met",
"transcript": "ENST00000647886.1",
"protein_id": "ENSP00000497188.1",
"transcript_support_level": null,
"aa_start": 311,
"aa_end": null,
"aa_length": 403,
"cds_start": 932,
"cds_end": null,
"cds_length": 1212,
"cdna_start": 1030,
"cdna_end": null,
"cdna_length": 1807,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "c.926C>T",
"hgvs_p": "p.Thr309Met",
"transcript": "ENST00000647980.1",
"protein_id": "ENSP00000498002.1",
"transcript_support_level": null,
"aa_start": 309,
"aa_end": null,
"aa_length": 375,
"cds_start": 926,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 1012,
"cdna_end": null,
"cdna_length": 1700,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "c.932C>T",
"hgvs_p": "p.Thr311Met",
"transcript": "ENST00000647594.1",
"protein_id": "ENSP00000496814.1",
"transcript_support_level": null,
"aa_start": 311,
"aa_end": null,
"aa_length": 373,
"cds_start": 932,
"cds_end": null,
"cds_length": 1122,
"cdna_start": 1036,
"cdna_end": null,
"cdna_length": 1785,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "c.932C>T",
"hgvs_p": "p.Thr311Met",
"transcript": "ENST00000647859.1",
"protein_id": "ENSP00000497530.1",
"transcript_support_level": null,
"aa_start": 311,
"aa_end": null,
"aa_length": 373,
"cds_start": 932,
"cds_end": null,
"cds_length": 1122,
"cdna_start": 1014,
"cdna_end": null,
"cdna_length": 2502,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "c.854C>T",
"hgvs_p": "p.Thr285Met",
"transcript": "NM_001410727.1",
"protein_id": "NP_001397656.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 351,
"cds_start": 854,
"cds_end": null,
"cds_length": 1056,
"cdna_start": 936,
"cdna_end": null,
"cdna_length": 1676,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "c.854C>T",
"hgvs_p": "p.Thr285Met",
"transcript": "ENST00000373583.6",
"protein_id": "ENSP00000362685.2",
"transcript_support_level": 5,
"aa_start": 285,
"aa_end": null,
"aa_length": 351,
"cds_start": 854,
"cds_end": null,
"cds_length": 1056,
"cdna_start": 970,
"cdna_end": null,
"cdna_length": 1710,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "c.932C>T",
"hgvs_p": "p.Thr311Met",
"transcript": "ENST00000648298.1",
"protein_id": "ENSP00000496866.1",
"transcript_support_level": null,
"aa_start": 311,
"aa_end": null,
"aa_length": 350,
"cds_start": 932,
"cds_end": null,
"cds_length": 1053,
"cdna_start": 1014,
"cdna_end": null,
"cdna_length": 5689,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "c.932C>T",
"hgvs_p": "p.Thr311Met",
"transcript": "ENST00000415409.6",
"protein_id": "ENSP00000396424.2",
"transcript_support_level": 5,
"aa_start": 311,
"aa_end": null,
"aa_length": 344,
"cds_start": 932,
"cds_end": null,
"cds_length": 1035,
"cdna_start": 1014,
"cdna_end": null,
"cdna_length": 1274,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "c.932C>T",
"hgvs_p": "p.Thr311Met",
"transcript": "ENST00000648870.1",
"protein_id": "ENSP00000497599.1",
"transcript_support_level": null,
"aa_start": 311,
"aa_end": null,
"aa_length": 337,
"cds_start": 932,
"cds_end": null,
"cds_length": 1014,
"cdna_start": 1027,
"cdna_end": null,
"cdna_length": 4155,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "c.632C>T",
"hgvs_p": "p.Thr211Met",
"transcript": "ENST00000648139.1",
"protein_id": "ENSP00000496818.1",
"transcript_support_level": null,
"aa_start": 211,
"aa_end": null,
"aa_length": 317,
"cds_start": 632,
"cds_end": null,
"cds_length": 954,
"cdna_start": 687,
"cdna_end": null,
"cdna_length": 1220,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "c.659C>T",
"hgvs_p": "p.Thr220Met",
"transcript": "NM_001410728.1",
"protein_id": "NP_001397657.1",
"transcript_support_level": null,
"aa_start": 220,
"aa_end": null,
"aa_length": 312,
"cds_start": 659,
"cds_end": null,
"cds_length": 939,
"cdna_start": 741,
"cdna_end": null,
"cdna_length": 1559,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "c.659C>T",
"hgvs_p": "p.Thr220Met",
"transcript": "ENST00000647654.1",
"protein_id": "ENSP00000497568.1",
"transcript_support_level": null,
"aa_start": 220,
"aa_end": null,
"aa_length": 312,
"cds_start": 659,
"cds_end": null,
"cds_length": 939,
"cdna_start": 741,
"cdna_end": null,
"cdna_length": 1516,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "c.659C>T",
"hgvs_p": "p.Thr220Met",
"transcript": "NM_001166418.2",
"protein_id": "NP_001159890.1",
"transcript_support_level": null,
"aa_start": 220,
"aa_end": null,
"aa_length": 286,
"cds_start": 659,
"cds_end": null,
"cds_length": 861,
"cdna_start": 741,
"cdna_end": null,
"cdna_length": 1481,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "c.659C>T",
"hgvs_p": "p.Thr220Met",
"transcript": "ENST00000373589.9",
"protein_id": "ENSP00000362691.4",
"transcript_support_level": 2,
"aa_start": 220,
"aa_end": null,
"aa_length": 286,
"cds_start": 659,
"cds_end": null,
"cds_length": 861,
"cdna_start": 999,
"cdna_end": null,
"cdna_length": 1695,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "c.632C>T",
"hgvs_p": "p.Thr211Met",
"transcript": "NM_001441234.1",
"protein_id": "NP_001428163.1",
"transcript_support_level": null,
"aa_start": 211,
"aa_end": null,
"aa_length": 277,
"cds_start": 632,
"cds_end": null,
"cds_length": 834,
"cdna_start": 714,
"cdna_end": null,
"cdna_length": 1454,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "c.659C>T",
"hgvs_p": "p.Thr220Met",
"transcript": "ENST00000649752.1",
"protein_id": "ENSP00000497267.1",
"transcript_support_level": null,
"aa_start": 220,
"aa_end": null,
"aa_length": 259,
"cds_start": 659,
"cds_end": null,
"cds_length": 780,
"cdna_start": 741,
"cdna_end": null,
"cdna_length": 5197,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "c.359C>T",
"hgvs_p": "p.Thr120Met",
"transcript": "ENST00000650604.1",
"protein_id": "ENSP00000497105.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 186,
"cds_start": 359,
"cds_end": null,
"cds_length": 561,
"cdna_start": 679,
"cdna_end": null,
"cdna_length": 1367,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "c.329C>T",
"hgvs_p": "p.Thr110Met",
"transcript": "ENST00000648459.1",
"protein_id": "ENSP00000498072.1",
"transcript_support_level": null,
"aa_start": 110,
"aa_end": null,
"aa_length": 176,
"cds_start": 329,
"cds_end": null,
"cds_length": 531,
"cdna_start": 329,
"cdna_end": null,
"cdna_length": 1026,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "c.176C>T",
"hgvs_p": "p.Thr59Met",
"transcript": "ENST00000648276.1",
"protein_id": "ENSP00000497619.1",
"transcript_support_level": null,
"aa_start": 59,
"aa_end": null,
"aa_length": 167,
"cds_start": 176,
"cds_end": null,
"cds_length": 504,
"cdna_start": 176,
"cdna_end": null,
"cdna_length": 652,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "c.854C>T",
"hgvs_p": "p.Thr285Met",
"transcript": "XM_017029640.3",
"protein_id": "XP_016885129.2",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 377,
"cds_start": 854,
"cds_end": null,
"cds_length": 1134,
"cdna_start": 936,
"cdna_end": null,
"cdna_length": 1754,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "c.632C>T",
"hgvs_p": "p.Thr211Met",
"transcript": "XM_017029643.3",
"protein_id": "XP_016885132.2",
"transcript_support_level": null,
"aa_start": 211,
"aa_end": null,
"aa_length": 303,
"cds_start": 632,
"cds_end": null,
"cds_length": 912,
"cdna_start": 714,
"cdna_end": null,
"cdna_length": 1532,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "c.581C>T",
"hgvs_p": "p.Thr194Met",
"transcript": "XM_017029644.3",
"protein_id": "XP_016885133.2",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 286,
"cds_start": 581,
"cds_end": null,
"cds_length": 861,
"cdna_start": 663,
"cdna_end": null,
"cdna_length": 1481,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "c.581C>T",
"hgvs_p": "p.Thr194Met",
"transcript": "XM_047442255.1",
"protein_id": "XP_047298211.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 260,
"cds_start": 581,
"cds_end": null,
"cds_length": 783,
"cdna_start": 663,
"cdna_end": null,
"cdna_length": 1403,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "c.347C>T",
"hgvs_p": "p.Thr116Met",
"transcript": "XM_047442257.1",
"protein_id": "XP_047298213.1",
"transcript_support_level": null,
"aa_start": 116,
"aa_end": null,
"aa_length": 208,
"cds_start": 347,
"cds_end": null,
"cds_length": 627,
"cdna_start": 528,
"cdna_end": null,
"cdna_length": 1346,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "n.*187C>T",
"hgvs_p": null,
"transcript": "ENST00000436675.6",
"protein_id": "ENSP00000416489.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 963,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "n.*59C>T",
"hgvs_p": null,
"transcript": "ENST00000470998.2",
"protein_id": "ENSP00000497317.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 333,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "n.1015C>T",
"hgvs_p": null,
"transcript": "ENST00000478743.2",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1909,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "n.*493C>T",
"hgvs_p": null,
"transcript": "ENST00000647606.1",
"protein_id": "ENSP00000497286.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 827,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000285547",
"gene_hgnc_id": null,
"hgvs_c": "n.*685C>T",
"hgvs_p": null,
"transcript": "ENST00000647613.1",
"protein_id": "ENSP00000497911.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1892,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "n.1019C>T",
"hgvs_p": null,
"transcript": "ENST00000647641.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3444,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "n.3447C>T",
"hgvs_p": null,
"transcript": "ENST00000647718.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5369,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "n.*12C>T",
"hgvs_p": null,
"transcript": "ENST00000648504.1",
"protein_id": "ENSP00000497668.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1756,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "n.*12C>T",
"hgvs_p": null,
"transcript": "ENST00000648711.1",
"protein_id": "ENSP00000498040.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 851,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "n.*536C>T",
"hgvs_p": null,
"transcript": "ENST00000648731.1",
"protein_id": "ENSP00000497907.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1716,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "n.*12C>T",
"hgvs_p": null,
"transcript": "ENST00000648834.1",
"protein_id": "ENSP00000497764.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1484,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "n.*540C>T",
"hgvs_p": null,
"transcript": "ENST00000648850.1",
"protein_id": "ENSP00000497384.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1308,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "n.856C>T",
"hgvs_p": null,
"transcript": "ENST00000648855.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1741,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "n.*12C>T",
"hgvs_p": null,
"transcript": "ENST00000648939.1",
"protein_id": "ENSP00000497442.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1659,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "n.932C>T",
"hgvs_p": null,
"transcript": "ENST00000649097.1",
"protein_id": "ENSP00000497551.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1940,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "n.*489C>T",
"hgvs_p": null,
"transcript": "ENST00000649116.1",
"protein_id": "ENSP00000497925.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5673,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "n.*294C>T",
"hgvs_p": null,
"transcript": "ENST00000649181.1",
"protein_id": "ENSP00000498150.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1477,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "n.*617C>T",
"hgvs_p": null,
"transcript": "ENST00000649242.1",
"protein_id": "ENSP00000497943.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3072,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "n.*795C>T",
"hgvs_p": null,
"transcript": "ENST00000649274.1",
"protein_id": "ENSP00000497032.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1479,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "n.*536C>T",
"hgvs_p": null,
"transcript": "ENST00000649518.1",
"protein_id": "ENSP00000498169.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2958,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "n.*536C>T",
"hgvs_p": null,
"transcript": "ENST00000649543.1",
"protein_id": "ENSP00000496826.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1941,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "n.*376C>T",
"hgvs_p": null,
"transcript": "ENST00000650471.1",
"protein_id": "ENSP00000498027.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1323,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "n.872C>T",
"hgvs_p": null,
"transcript": "NR_051952.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1612,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "n.1014C>T",
"hgvs_p": null,
"transcript": "NR_199812.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1815,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "n.1014C>T",
"hgvs_p": null,
"transcript": "NR_199813.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1850,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "n.1200C>T",
"hgvs_p": null,
"transcript": "NR_199814.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1940,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "n.883C>T",
"hgvs_p": null,
"transcript": "NR_199815.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1701,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "c.*12C>T",
"hgvs_p": null,
"transcript": "NM_001410729.1",
"protein_id": "NP_001397658.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 307,
"cds_start": -4,
"cds_end": null,
"cds_length": 924,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5696,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "n.*187C>T",
"hgvs_p": null,
"transcript": "ENST00000436675.6",
"protein_id": "ENSP00000416489.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 963,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "n.*59C>T",
"hgvs_p": null,
"transcript": "ENST00000470998.2",
"protein_id": "ENSP00000497317.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 333,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "n.*493C>T",
"hgvs_p": null,
"transcript": "ENST00000647606.1",
"protein_id": "ENSP00000497286.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 827,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000285547",
"gene_hgnc_id": null,
"hgvs_c": "n.*685C>T",
"hgvs_p": null,
"transcript": "ENST00000647613.1",
"protein_id": "ENSP00000497911.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1892,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "n.*12C>T",
"hgvs_p": null,
"transcript": "ENST00000648504.1",
"protein_id": "ENSP00000497668.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1756,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "n.*12C>T",
"hgvs_p": null,
"transcript": "ENST00000648711.1",
"protein_id": "ENSP00000498040.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 851,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "n.*536C>T",
"hgvs_p": null,
"transcript": "ENST00000648731.1",
"protein_id": "ENSP00000497907.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1716,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "n.*12C>T",
"hgvs_p": null,
"transcript": "ENST00000648834.1",
"protein_id": "ENSP00000497764.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1484,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "n.*540C>T",
"hgvs_p": null,
"transcript": "ENST00000648850.1",
"protein_id": "ENSP00000497384.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1308,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "n.*12C>T",
"hgvs_p": null,
"transcript": "ENST00000648939.1",
"protein_id": "ENSP00000497442.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1659,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "n.*489C>T",
"hgvs_p": null,
"transcript": "ENST00000649116.1",
"protein_id": "ENSP00000497925.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5673,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "n.*294C>T",
"hgvs_p": null,
"transcript": "ENST00000649181.1",
"protein_id": "ENSP00000498150.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1477,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "n.*617C>T",
"hgvs_p": null,
"transcript": "ENST00000649242.1",
"protein_id": "ENSP00000497943.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3072,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "n.*795C>T",
"hgvs_p": null,
"transcript": "ENST00000649274.1",
"protein_id": "ENSP00000497032.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1479,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "n.*536C>T",
"hgvs_p": null,
"transcript": "ENST00000649518.1",
"protein_id": "ENSP00000498169.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2958,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "n.*536C>T",
"hgvs_p": null,
"transcript": "ENST00000649543.1",
"protein_id": "ENSP00000496826.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1941,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "n.*376C>T",
"hgvs_p": null,
"transcript": "ENST00000650471.1",
"protein_id": "ENSP00000498027.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1323,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"hgvs_c": "c.209+26856C>T",
"hgvs_p": null,
"transcript": "ENST00000650076.1",
"protein_id": "ENSP00000497022.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 162,
"cds_start": -4,
"cds_end": null,
"cds_length": 489,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 971,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "HDAC8",
"gene_hgnc_id": 13315,
"dbsnp": "rs397515417",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": 0,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 0,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9095686674118042,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.67,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.7829,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.38,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 6.302,
"phylop100way_prediction": "Uncertain_significance",
"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": 14,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PM1,PM2,PP3_Moderate,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 14,
"benign_score": 0,
"pathogenic_score": 14,
"criteria": [
"PM1",
"PM2",
"PP3_Moderate",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000373573.9",
"gene_symbol": "HDAC8",
"hgnc_id": 13315,
"effects": [
"missense_variant"
],
"inheritance_mode": "XL,AD",
"hgvs_c": "c.932C>T",
"hgvs_p": "p.Thr311Met"
},
{
"score": 14,
"benign_score": 0,
"pathogenic_score": 14,
"criteria": [
"PM1",
"PM2",
"PP3_Moderate",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000648922.1",
"gene_symbol": "ENSG00000285547",
"hgnc_id": null,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.932C>T",
"hgvs_p": "p.Thr311Met"
}
],
"clinvar_disease": "Cornelia de Lange syndrome 5,Inborn genetic diseases,not provided",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:4",
"phenotype_combined": "Cornelia de Lange syndrome 5|Inborn genetic diseases|not provided",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}