← 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-47788119-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=47788119&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 47788119,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001368046.1",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2281C>G",
"hgvs_p": "p.Pro761Ala",
"transcript": "NM_015401.5",
"protein_id": "NP_056216.2",
"transcript_support_level": null,
"aa_start": 761,
"aa_end": null,
"aa_length": 991,
"cds_start": 2281,
"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": "A",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2281C>G",
"hgvs_p": "p.Pro761Ala",
"transcript": "ENST00000080059.12",
"protein_id": "ENSP00000080059.7",
"transcript_support_level": 1,
"aa_start": 761,
"aa_end": null,
"aa_length": 991,
"cds_start": 2281,
"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": "A",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2332C>G",
"hgvs_p": "p.Pro778Ala",
"transcript": "ENST00000380610.8",
"protein_id": "ENSP00000369984.4",
"transcript_support_level": 2,
"aa_start": 778,
"aa_end": null,
"aa_length": 1014,
"cds_start": 2332,
"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": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2170C>G",
"hgvs_p": "p.Pro724Ala",
"transcript": "ENST00000354334.7",
"protein_id": "ENSP00000351326.3",
"transcript_support_level": 1,
"aa_start": 724,
"aa_end": null,
"aa_length": 954,
"cds_start": 2170,
"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": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2281C>G",
"hgvs_p": "p.Pro761Ala",
"transcript": "ENST00000903438.1",
"protein_id": "ENSP00000573497.1",
"transcript_support_level": null,
"aa_start": 761,
"aa_end": null,
"aa_length": 1019,
"cds_start": 2281,
"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": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2281C>G",
"hgvs_p": "p.Pro761Ala",
"transcript": "ENST00000903432.1",
"protein_id": "ENSP00000573491.1",
"transcript_support_level": null,
"aa_start": 761,
"aa_end": null,
"aa_length": 1011,
"cds_start": 2281,
"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": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2323C>G",
"hgvs_p": "p.Pro775Ala",
"transcript": "NM_001368046.1",
"protein_id": "NP_001354975.1",
"transcript_support_level": null,
"aa_start": 775,
"aa_end": null,
"aa_length": 1005,
"cds_start": 2323,
"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": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2230C>G",
"hgvs_p": "p.Pro744Ala",
"transcript": "NM_001308090.2",
"protein_id": "NP_001295019.1",
"transcript_support_level": null,
"aa_start": 744,
"aa_end": null,
"aa_length": 974,
"cds_start": 2230,
"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": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2230C>G",
"hgvs_p": "p.Pro744Ala",
"transcript": "ENST00000552960.5",
"protein_id": "ENSP00000448532.1",
"transcript_support_level": 2,
"aa_start": 744,
"aa_end": null,
"aa_length": 974,
"cds_start": 2230,
"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": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2209C>G",
"hgvs_p": "p.Pro737Ala",
"transcript": "ENST00000903431.1",
"protein_id": "ENSP00000573490.1",
"transcript_support_level": null,
"aa_start": 737,
"aa_end": null,
"aa_length": 967,
"cds_start": 2209,
"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": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2209C>G",
"hgvs_p": "p.Pro737Ala",
"transcript": "ENST00000903435.1",
"protein_id": "ENSP00000573494.1",
"transcript_support_level": null,
"aa_start": 737,
"aa_end": null,
"aa_length": 967,
"cds_start": 2209,
"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": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2197C>G",
"hgvs_p": "p.Pro733Ala",
"transcript": "ENST00000903434.1",
"protein_id": "ENSP00000573493.1",
"transcript_support_level": null,
"aa_start": 733,
"aa_end": null,
"aa_length": 963,
"cds_start": 2197,
"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": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2170C>G",
"hgvs_p": "p.Pro724Ala",
"transcript": "NM_001098416.4",
"protein_id": "NP_001091886.1",
"transcript_support_level": null,
"aa_start": 724,
"aa_end": null,
"aa_length": 954,
"cds_start": 2170,
"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": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2164C>G",
"hgvs_p": "p.Pro722Ala",
"transcript": "ENST00000427332.6",
"protein_id": "ENSP00000404394.2",
"transcript_support_level": 5,
"aa_start": 722,
"aa_end": null,
"aa_length": 952,
"cds_start": 2164,
"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": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2161C>G",
"hgvs_p": "p.Pro721Ala",
"transcript": "ENST00000903437.1",
"protein_id": "ENSP00000573496.1",
"transcript_support_level": null,
"aa_start": 721,
"aa_end": null,
"aa_length": 951,
"cds_start": 2161,
"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": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.1951C>G",
"hgvs_p": "p.Pro651Ala",
"transcript": "ENST00000903436.1",
"protein_id": "ENSP00000573495.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 881,
"cds_start": 1951,
"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": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.1840C>G",
"hgvs_p": "p.Pro614Ala",
"transcript": "ENST00000903433.1",
"protein_id": "ENSP00000573492.1",
"transcript_support_level": null,
"aa_start": 614,
"aa_end": null,
"aa_length": 844,
"cds_start": 1840,
"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": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.457C>G",
"hgvs_p": "p.Pro153Ala",
"transcript": "ENST00000548080.5",
"protein_id": "ENSP00000446538.1",
"transcript_support_level": 5,
"aa_start": 153,
"aa_end": null,
"aa_length": 383,
"cds_start": 457,
"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": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2413C>G",
"hgvs_p": "p.Pro805Ala",
"transcript": "XM_011538481.2",
"protein_id": "XP_011536783.2",
"transcript_support_level": null,
"aa_start": 805,
"aa_end": null,
"aa_length": 1035,
"cds_start": 2413,
"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": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2413C>G",
"hgvs_p": "p.Pro805Ala",
"transcript": "XM_047428978.1",
"protein_id": "XP_047284934.1",
"transcript_support_level": null,
"aa_start": 805,
"aa_end": null,
"aa_length": 1035,
"cds_start": 2413,
"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": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2302C>G",
"hgvs_p": "p.Pro768Ala",
"transcript": "XM_011538480.1",
"protein_id": "XP_011536782.1",
"transcript_support_level": null,
"aa_start": 768,
"aa_end": null,
"aa_length": 998,
"cds_start": 2302,
"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": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2302C>G",
"hgvs_p": "p.Pro768Ala",
"transcript": "XM_024449018.2",
"protein_id": "XP_024304786.1",
"transcript_support_level": null,
"aa_start": 768,
"aa_end": null,
"aa_length": 998,
"cds_start": 2302,
"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": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2302C>G",
"hgvs_p": "p.Pro768Ala",
"transcript": "XM_047428979.1",
"protein_id": "XP_047284935.1",
"transcript_support_level": null,
"aa_start": 768,
"aa_end": null,
"aa_length": 998,
"cds_start": 2302,
"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": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2230C>G",
"hgvs_p": "p.Pro744Ala",
"transcript": "XM_047428980.1",
"protein_id": "XP_047284936.1",
"transcript_support_level": null,
"aa_start": 744,
"aa_end": null,
"aa_length": 974,
"cds_start": 2230,
"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": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2191C>G",
"hgvs_p": "p.Pro731Ala",
"transcript": "XM_047428981.1",
"protein_id": "XP_047284937.1",
"transcript_support_level": null,
"aa_start": 731,
"aa_end": null,
"aa_length": 961,
"cds_start": 2191,
"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": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2164C>G",
"hgvs_p": "p.Pro722Ala",
"transcript": "XM_047428982.1",
"protein_id": "XP_047284938.1",
"transcript_support_level": null,
"aa_start": 722,
"aa_end": null,
"aa_length": 952,
"cds_start": 2164,
"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": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2164C>G",
"hgvs_p": "p.Pro722Ala",
"transcript": "XM_047428984.1",
"protein_id": "XP_047284940.1",
"transcript_support_level": null,
"aa_start": 722,
"aa_end": null,
"aa_length": 952,
"cds_start": 2164,
"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": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "c.2119C>G",
"hgvs_p": "p.Pro707Ala",
"transcript": "XM_047428983.1",
"protein_id": "XP_047284939.1",
"transcript_support_level": null,
"aa_start": 707,
"aa_end": null,
"aa_length": 937,
"cds_start": 2119,
"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": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "n.3435C>G",
"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": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "n.2456C>G",
"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": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "n.51C>G",
"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": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "n.*1370C>G",
"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": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "n.*100C>G",
"hgvs_p": null,
"transcript": "ENST00000488927.2",
"protein_id": "ENSP00000482003.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": "ENST00000488927.2"
},
{
"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": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "n.*724C>G",
"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": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "n.3013C>G",
"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": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "n.3064C>G",
"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": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "n.*1370C>G",
"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": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "n.*100C>G",
"hgvs_p": null,
"transcript": "ENST00000488927.2",
"protein_id": "ENSP00000482003.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": "ENST00000488927.2"
},
{
"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": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"hgvs_c": "n.*724C>G",
"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"
}
],
"gene_symbol": "HDAC7",
"gene_hgnc_id": 14067,
"dbsnp": "rs143706913",
"frequency_reference_population": 0.000003421892,
"hom_count_reference_population": 0,
"allele_count_reference_population": 5,
"gnomad_exomes_af": 0.00000342189,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 5,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.571171224117279,
"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.315,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0921,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.17,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.789,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BS2",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001368046.1",
"gene_symbol": "HDAC7",
"hgnc_id": 14067,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2323C>G",
"hgvs_p": "p.Pro775Ala"
}
],
"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
}