← 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: 12-47785465-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=47785465&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 47785465,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001368046.1",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2713C>T",
"hgvs_p": "p.Pro905Ser",
"transcript": "NM_015401.5",
"protein_id": "NP_056216.2",
"transcript_support_level": null,
"aa_start": 905,
"aa_end": null,
"aa_length": 991,
"cds_start": 2713,
"cds_end": null,
"cds_length": 2976,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000080059.12",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015401.5"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2713C>T",
"hgvs_p": "p.Pro905Ser",
"transcript": "ENST00000080059.12",
"protein_id": "ENSP00000080059.7",
"transcript_support_level": 1,
"aa_start": 905,
"aa_end": null,
"aa_length": 991,
"cds_start": 2713,
"cds_end": null,
"cds_length": 2976,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_015401.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000080059.12"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2764C>T",
"hgvs_p": "p.Pro922Ser",
"transcript": "ENST00000380610.8",
"protein_id": "ENSP00000369984.4",
"transcript_support_level": 2,
"aa_start": 922,
"aa_end": null,
"aa_length": 1014,
"cds_start": 2764,
"cds_end": null,
"cds_length": 3045,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000380610.8"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2602C>T",
"hgvs_p": "p.Pro868Ser",
"transcript": "ENST00000354334.7",
"protein_id": "ENSP00000351326.3",
"transcript_support_level": 1,
"aa_start": 868,
"aa_end": null,
"aa_length": 954,
"cds_start": 2602,
"cds_end": null,
"cds_length": 2865,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000354334.7"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2713C>T",
"hgvs_p": "p.Pro905Ser",
"transcript": "ENST00000903438.1",
"protein_id": "ENSP00000573497.1",
"transcript_support_level": null,
"aa_start": 905,
"aa_end": null,
"aa_length": 1019,
"cds_start": 2713,
"cds_end": null,
"cds_length": 3060,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903438.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2713C>T",
"hgvs_p": "p.Pro905Ser",
"transcript": "ENST00000903432.1",
"protein_id": "ENSP00000573491.1",
"transcript_support_level": null,
"aa_start": 905,
"aa_end": null,
"aa_length": 1011,
"cds_start": 2713,
"cds_end": null,
"cds_length": 3036,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903432.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2755C>T",
"hgvs_p": "p.Pro919Ser",
"transcript": "NM_001368046.1",
"protein_id": "NP_001354975.1",
"transcript_support_level": null,
"aa_start": 919,
"aa_end": null,
"aa_length": 1005,
"cds_start": 2755,
"cds_end": null,
"cds_length": 3018,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001368046.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2662C>T",
"hgvs_p": "p.Pro888Ser",
"transcript": "NM_001308090.2",
"protein_id": "NP_001295019.1",
"transcript_support_level": null,
"aa_start": 888,
"aa_end": null,
"aa_length": 974,
"cds_start": 2662,
"cds_end": null,
"cds_length": 2925,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001308090.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2662C>T",
"hgvs_p": "p.Pro888Ser",
"transcript": "ENST00000552960.5",
"protein_id": "ENSP00000448532.1",
"transcript_support_level": 2,
"aa_start": 888,
"aa_end": null,
"aa_length": 974,
"cds_start": 2662,
"cds_end": null,
"cds_length": 2925,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000552960.5"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2641C>T",
"hgvs_p": "p.Pro881Ser",
"transcript": "ENST00000903431.1",
"protein_id": "ENSP00000573490.1",
"transcript_support_level": null,
"aa_start": 881,
"aa_end": null,
"aa_length": 967,
"cds_start": 2641,
"cds_end": null,
"cds_length": 2904,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903431.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2641C>T",
"hgvs_p": "p.Pro881Ser",
"transcript": "ENST00000903435.1",
"protein_id": "ENSP00000573494.1",
"transcript_support_level": null,
"aa_start": 881,
"aa_end": null,
"aa_length": 967,
"cds_start": 2641,
"cds_end": null,
"cds_length": 2904,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903435.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2629C>T",
"hgvs_p": "p.Pro877Ser",
"transcript": "ENST00000903434.1",
"protein_id": "ENSP00000573493.1",
"transcript_support_level": null,
"aa_start": 877,
"aa_end": null,
"aa_length": 963,
"cds_start": 2629,
"cds_end": null,
"cds_length": 2892,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903434.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2602C>T",
"hgvs_p": "p.Pro868Ser",
"transcript": "NM_001098416.4",
"protein_id": "NP_001091886.1",
"transcript_support_level": null,
"aa_start": 868,
"aa_end": null,
"aa_length": 954,
"cds_start": 2602,
"cds_end": null,
"cds_length": 2865,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001098416.4"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2596C>T",
"hgvs_p": "p.Pro866Ser",
"transcript": "ENST00000427332.6",
"protein_id": "ENSP00000404394.2",
"transcript_support_level": 5,
"aa_start": 866,
"aa_end": null,
"aa_length": 952,
"cds_start": 2596,
"cds_end": null,
"cds_length": 2859,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000427332.6"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2593C>T",
"hgvs_p": "p.Pro865Ser",
"transcript": "ENST00000903437.1",
"protein_id": "ENSP00000573496.1",
"transcript_support_level": null,
"aa_start": 865,
"aa_end": null,
"aa_length": 951,
"cds_start": 2593,
"cds_end": null,
"cds_length": 2856,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903437.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2383C>T",
"hgvs_p": "p.Pro795Ser",
"transcript": "ENST00000903436.1",
"protein_id": "ENSP00000573495.1",
"transcript_support_level": null,
"aa_start": 795,
"aa_end": null,
"aa_length": 881,
"cds_start": 2383,
"cds_end": null,
"cds_length": 2646,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903436.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2272C>T",
"hgvs_p": "p.Pro758Ser",
"transcript": "ENST00000903433.1",
"protein_id": "ENSP00000573492.1",
"transcript_support_level": null,
"aa_start": 758,
"aa_end": null,
"aa_length": 844,
"cds_start": 2272,
"cds_end": null,
"cds_length": 2535,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903433.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.889C>T",
"hgvs_p": "p.Pro297Ser",
"transcript": "ENST00000548080.5",
"protein_id": "ENSP00000446538.1",
"transcript_support_level": 5,
"aa_start": 297,
"aa_end": null,
"aa_length": 383,
"cds_start": 889,
"cds_end": null,
"cds_length": 1152,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000548080.5"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2845C>T",
"hgvs_p": "p.Pro949Ser",
"transcript": "XM_011538481.2",
"protein_id": "XP_011536783.2",
"transcript_support_level": null,
"aa_start": 949,
"aa_end": null,
"aa_length": 1035,
"cds_start": 2845,
"cds_end": null,
"cds_length": 3108,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538481.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2845C>T",
"hgvs_p": "p.Pro949Ser",
"transcript": "XM_047428978.1",
"protein_id": "XP_047284934.1",
"transcript_support_level": null,
"aa_start": 949,
"aa_end": null,
"aa_length": 1035,
"cds_start": 2845,
"cds_end": null,
"cds_length": 3108,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428978.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2734C>T",
"hgvs_p": "p.Pro912Ser",
"transcript": "XM_011538480.1",
"protein_id": "XP_011536782.1",
"transcript_support_level": null,
"aa_start": 912,
"aa_end": null,
"aa_length": 998,
"cds_start": 2734,
"cds_end": null,
"cds_length": 2997,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538480.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2734C>T",
"hgvs_p": "p.Pro912Ser",
"transcript": "XM_024449018.2",
"protein_id": "XP_024304786.1",
"transcript_support_level": null,
"aa_start": 912,
"aa_end": null,
"aa_length": 998,
"cds_start": 2734,
"cds_end": null,
"cds_length": 2997,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024449018.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2734C>T",
"hgvs_p": "p.Pro912Ser",
"transcript": "XM_047428979.1",
"protein_id": "XP_047284935.1",
"transcript_support_level": null,
"aa_start": 912,
"aa_end": null,
"aa_length": 998,
"cds_start": 2734,
"cds_end": null,
"cds_length": 2997,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428979.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2662C>T",
"hgvs_p": "p.Pro888Ser",
"transcript": "XM_047428980.1",
"protein_id": "XP_047284936.1",
"transcript_support_level": null,
"aa_start": 888,
"aa_end": null,
"aa_length": 974,
"cds_start": 2662,
"cds_end": null,
"cds_length": 2925,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428980.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2623C>T",
"hgvs_p": "p.Pro875Ser",
"transcript": "XM_047428981.1",
"protein_id": "XP_047284937.1",
"transcript_support_level": null,
"aa_start": 875,
"aa_end": null,
"aa_length": 961,
"cds_start": 2623,
"cds_end": null,
"cds_length": 2886,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428981.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2596C>T",
"hgvs_p": "p.Pro866Ser",
"transcript": "XM_047428982.1",
"protein_id": "XP_047284938.1",
"transcript_support_level": null,
"aa_start": 866,
"aa_end": null,
"aa_length": 952,
"cds_start": 2596,
"cds_end": null,
"cds_length": 2859,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428982.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2596C>T",
"hgvs_p": "p.Pro866Ser",
"transcript": "XM_047428984.1",
"protein_id": "XP_047284940.1",
"transcript_support_level": null,
"aa_start": 866,
"aa_end": null,
"aa_length": 952,
"cds_start": 2596,
"cds_end": null,
"cds_length": 2859,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428984.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2551C>T",
"hgvs_p": "p.Pro851Ser",
"transcript": "XM_047428983.1",
"protein_id": "XP_047284939.1",
"transcript_support_level": null,
"aa_start": 851,
"aa_end": null,
"aa_length": 937,
"cds_start": 2551,
"cds_end": null,
"cds_length": 2814,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428983.1"
},
{
"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": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "n.3867C>T",
"hgvs_p": null,
"transcript": "ENST00000459625.5",
"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": "ENST00000459625.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "n.2888C>T",
"hgvs_p": null,
"transcript": "ENST00000470668.5",
"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": "ENST00000470668.5"
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "n.998C>T",
"hgvs_p": null,
"transcript": "ENST00000471235.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": "ENST00000471235.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "n.*1802C>T",
"hgvs_p": null,
"transcript": "ENST00000477203.6",
"protein_id": "ENSP00000449171.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000477203.6"
},
{
"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": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "n.264C>T",
"hgvs_p": null,
"transcript": "ENST00000547259.1",
"protein_id": "ENSP00000447191.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000547259.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "n.*1156C>T",
"hgvs_p": null,
"transcript": "ENST00000548938.5",
"protein_id": "ENSP00000448305.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000548938.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000268069",
"gene_hgnc_id": null,
"hgvs_c": "n.543G>A",
"hgvs_p": null,
"transcript": "ENST00000599515.2",
"protein_id": null,
"transcript_support_level": 6,
"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": "pseudogene",
"feature": "ENST00000599515.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "n.3445C>T",
"hgvs_p": null,
"transcript": "NR_160435.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_160435.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "n.3496C>T",
"hgvs_p": null,
"transcript": "NR_160436.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_160436.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "n.*1802C>T",
"hgvs_p": null,
"transcript": "ENST00000477203.6",
"protein_id": "ENSP00000449171.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000477203.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "n.*1156C>T",
"hgvs_p": null,
"transcript": "ENST00000548938.5",
"protein_id": "ENSP00000448305.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000548938.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "n.-84C>T",
"hgvs_p": null,
"transcript": "ENST00000549883.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000549883.5"
}
],
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"dbsnp": "rs1943124292",
"frequency_reference_population": 0.0000027398387,
"hom_count_reference_population": 0,
"allele_count_reference_population": 4,
"gnomad_exomes_af": 0.00000273984,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.3556934595108032,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.12999999523162842,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.342,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1066,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.04,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 7.418,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.13,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001368046.1",
"gene_symbol": "HDAC7",
"hgnc_id": 14067,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2755C>T",
"hgvs_p": "p.Pro919Ser"
},
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000599515.2",
"gene_symbol": "ENSG00000268069",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.543G>A",
"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
}