← 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: 3-51987188-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=51987188&ref=A&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PS1_Moderate",
"PM2"
],
"effects": [
"missense_variant"
],
"gene_symbol": "ABHD14A-ACY1",
"hgnc_id": 38856,
"hgvs_c": "c.969A>T",
"hgvs_p": "p.Glu323Asp",
"inheritance_mode": "",
"pathogenic_score": 4,
"score": 4,
"transcript": "NM_001316331.2",
"verdict": "Uncertain_significance"
},
{
"benign_score": 0,
"criteria": [
"PS1_Moderate",
"PM2"
],
"effects": [
"missense_variant"
],
"gene_symbol": "ACY1",
"hgnc_id": 177,
"hgvs_c": "c.699A>T",
"hgvs_p": "p.Glu233Asp",
"inheritance_mode": "AR",
"pathogenic_score": 4,
"score": 4,
"transcript": "NM_000666.3",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PS1_Moderate,PM2",
"acmg_score": 4,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": 0.874,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Uncertain_significance",
"bayesdelnoaf_score": 0.02,
"chr": "3",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": "Uncertain_significance",
"computational_score_selected": 0.6626187562942505,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 408,
"aa_ref": "E",
"aa_start": 233,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1422,
"cdna_start": 772,
"cds_end": null,
"cds_length": 1227,
"cds_start": 699,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "NM_000666.3",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "c.699A>T",
"hgvs_p": "p.Glu233Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000636358.2",
"protein_coding": true,
"protein_id": "NP_000657.1",
"strand": true,
"transcript": "NM_000666.3",
"transcript_support_level": null
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 408,
"aa_ref": "E",
"aa_start": 233,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 1422,
"cdna_start": 772,
"cds_end": null,
"cds_length": 1227,
"cds_start": 699,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000636358.2",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "c.699A>T",
"hgvs_p": "p.Glu233Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_000666.3",
"protein_coding": true,
"protein_id": "ENSP00000490149.1",
"strand": true,
"transcript": "ENST00000636358.2",
"transcript_support_level": 1
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 509,
"aa_ref": "E",
"aa_start": 334,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 1705,
"cdna_start": 1078,
"cds_end": null,
"cds_length": 1530,
"cds_start": 1002,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000463937.1",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "c.1002A>T",
"hgvs_p": "p.Glu334Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000420487.1",
"strand": true,
"transcript": "ENST00000463937.1",
"transcript_support_level": 5
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 408,
"aa_ref": "E",
"aa_start": 233,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1473,
"cdna_start": 825,
"cds_end": null,
"cds_length": 1227,
"cds_start": 699,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000404366.7",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "c.699A>T",
"hgvs_p": "p.Glu233Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000384296.2",
"strand": true,
"transcript": "ENST00000404366.7",
"transcript_support_level": 1
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 584,
"aa_ref": "E",
"aa_start": 422,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1758,
"cdna_start": 1268,
"cds_end": null,
"cds_length": 1756,
"cds_start": 1266,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000637978.1",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "c.1266A>T",
"hgvs_p": "p.Glu422Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000490744.1",
"strand": true,
"transcript": "ENST00000637978.1",
"transcript_support_level": 5
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 498,
"aa_ref": "E",
"aa_start": 323,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1836,
"cdna_start": 1186,
"cds_end": null,
"cds_length": 1497,
"cds_start": 969,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "NM_001316331.2",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "c.969A>T",
"hgvs_p": "p.Glu323Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001303260.1",
"strand": true,
"transcript": "NM_001316331.2",
"transcript_support_level": null
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 408,
"aa_ref": "E",
"aa_start": 233,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1417,
"cdna_start": 767,
"cds_end": null,
"cds_length": 1227,
"cds_start": 699,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "NM_001198895.2",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "c.699A>T",
"hgvs_p": "p.Glu233Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001185824.1",
"strand": true,
"transcript": "NM_001198895.2",
"transcript_support_level": null
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 408,
"aa_ref": "E",
"aa_start": 233,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2365,
"cdna_start": 1717,
"cds_end": null,
"cds_length": 1227,
"cds_start": 699,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000874798.1",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "c.699A>T",
"hgvs_p": "p.Glu233Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000544857.1",
"strand": true,
"transcript": "ENST00000874798.1",
"transcript_support_level": null
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 408,
"aa_ref": "E",
"aa_start": 233,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1430,
"cdna_start": 782,
"cds_end": null,
"cds_length": 1227,
"cds_start": 699,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000874801.1",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "c.699A>T",
"hgvs_p": "p.Glu233Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000544860.1",
"strand": true,
"transcript": "ENST00000874801.1",
"transcript_support_level": null
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 408,
"aa_ref": "E",
"aa_start": 233,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1410,
"cdna_start": 758,
"cds_end": null,
"cds_length": 1227,
"cds_start": 699,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000874809.1",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "c.699A>T",
"hgvs_p": "p.Glu233Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000544868.1",
"strand": true,
"transcript": "ENST00000874809.1",
"transcript_support_level": null
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 408,
"aa_ref": "E",
"aa_start": 233,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1389,
"cdna_start": 741,
"cds_end": null,
"cds_length": 1227,
"cds_start": 699,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000874811.1",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "c.699A>T",
"hgvs_p": "p.Glu233Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000544870.1",
"strand": true,
"transcript": "ENST00000874811.1",
"transcript_support_level": null
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 408,
"aa_ref": "E",
"aa_start": 233,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1459,
"cdna_start": 811,
"cds_end": null,
"cds_length": 1227,
"cds_start": 699,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000874812.1",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "c.699A>T",
"hgvs_p": "p.Glu233Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000544871.1",
"strand": true,
"transcript": "ENST00000874812.1",
"transcript_support_level": null
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 408,
"aa_ref": "E",
"aa_start": 233,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1408,
"cdna_start": 780,
"cds_end": null,
"cds_length": 1227,
"cds_start": 699,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000953767.1",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "c.699A>T",
"hgvs_p": "p.Glu233Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000623826.1",
"strand": true,
"transcript": "ENST00000953767.1",
"transcript_support_level": null
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 407,
"aa_ref": "E",
"aa_start": 233,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1504,
"cdna_start": 853,
"cds_end": null,
"cds_length": 1224,
"cds_start": 699,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000874802.1",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "c.699A>T",
"hgvs_p": "p.Glu233Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000544861.1",
"strand": true,
"transcript": "ENST00000874802.1",
"transcript_support_level": null
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 407,
"aa_ref": "E",
"aa_start": 233,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1416,
"cdna_start": 765,
"cds_end": null,
"cds_length": 1224,
"cds_start": 699,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000874807.1",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "c.699A>T",
"hgvs_p": "p.Glu233Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000544866.1",
"strand": true,
"transcript": "ENST00000874807.1",
"transcript_support_level": null
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 407,
"aa_ref": "E",
"aa_start": 232,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1415,
"cdna_start": 767,
"cds_end": null,
"cds_length": 1224,
"cds_start": 696,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000874813.1",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "c.696A>T",
"hgvs_p": "p.Glu232Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000544872.1",
"strand": true,
"transcript": "ENST00000874813.1",
"transcript_support_level": null
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 407,
"aa_ref": "E",
"aa_start": 233,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1383,
"cdna_start": 758,
"cds_end": null,
"cds_length": 1224,
"cds_start": 699,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000874815.1",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "c.699A>T",
"hgvs_p": "p.Glu233Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000544874.1",
"strand": true,
"transcript": "ENST00000874815.1",
"transcript_support_level": null
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 406,
"aa_ref": "E",
"aa_start": 231,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1428,
"cdna_start": 770,
"cds_end": null,
"cds_length": 1221,
"cds_start": 693,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000874805.1",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "c.693A>T",
"hgvs_p": "p.Glu231Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000544864.1",
"strand": true,
"transcript": "ENST00000874805.1",
"transcript_support_level": null
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 403,
"aa_ref": "E",
"aa_start": 228,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1400,
"cdna_start": 757,
"cds_end": null,
"cds_length": 1212,
"cds_start": 684,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000953768.1",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "c.684A>T",
"hgvs_p": "p.Glu228Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000623827.1",
"strand": true,
"transcript": "ENST00000953768.1",
"transcript_support_level": null
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 402,
"aa_ref": "E",
"aa_start": 227,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1406,
"cdna_start": 754,
"cds_end": null,
"cds_length": 1209,
"cds_start": 681,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000874808.1",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "c.681A>T",
"hgvs_p": "p.Glu227Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000544867.1",
"strand": true,
"transcript": "ENST00000874808.1",
"transcript_support_level": null
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 398,
"aa_ref": "E",
"aa_start": 223,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1385,
"cdna_start": 742,
"cds_end": null,
"cds_length": 1197,
"cds_start": 669,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000874814.1",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "c.669A>T",
"hgvs_p": "p.Glu223Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000544873.1",
"strand": true,
"transcript": "ENST00000874814.1",
"transcript_support_level": null
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 397,
"aa_ref": "E",
"aa_start": 233,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1389,
"cdna_start": 770,
"cds_end": null,
"cds_length": 1194,
"cds_start": 699,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000874810.1",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "c.699A>T",
"hgvs_p": "p.Glu233Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000544869.1",
"strand": true,
"transcript": "ENST00000874810.1",
"transcript_support_level": null
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 389,
"aa_ref": "E",
"aa_start": 214,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1396,
"cdna_start": 742,
"cds_end": null,
"cds_length": 1170,
"cds_start": 642,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000874803.1",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "c.642A>T",
"hgvs_p": "p.Glu214Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000544862.1",
"strand": true,
"transcript": "ENST00000874803.1",
"transcript_support_level": null
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 389,
"aa_ref": "E",
"aa_start": 214,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1369,
"cdna_start": 716,
"cds_end": null,
"cds_length": 1170,
"cds_start": 642,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000874806.1",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "c.642A>T",
"hgvs_p": "p.Glu214Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000544865.1",
"strand": true,
"transcript": "ENST00000874806.1",
"transcript_support_level": null
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 378,
"aa_ref": "E",
"aa_start": 203,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1594,
"cdna_start": 941,
"cds_end": null,
"cds_length": 1137,
"cds_start": 609,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000874800.1",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "c.609A>T",
"hgvs_p": "p.Glu203Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000544859.1",
"strand": true,
"transcript": "ENST00000874800.1",
"transcript_support_level": null
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 373,
"aa_ref": "E",
"aa_start": 198,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1317,
"cdna_start": 667,
"cds_end": null,
"cds_length": 1122,
"cds_start": 594,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "NM_001198898.2",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "c.594A>T",
"hgvs_p": "p.Glu198Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001185827.1",
"strand": true,
"transcript": "NM_001198898.2",
"transcript_support_level": null
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 373,
"aa_ref": "E",
"aa_start": 198,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1409,
"cdna_start": 759,
"cds_end": null,
"cds_length": 1122,
"cds_start": 594,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000476351.5",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "c.594A>T",
"hgvs_p": "p.Glu198Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000417056.1",
"strand": true,
"transcript": "ENST00000476351.5",
"transcript_support_level": 3
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 373,
"aa_ref": "E",
"aa_start": 198,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1294,
"cdna_start": 667,
"cds_end": null,
"cds_length": 1122,
"cds_start": 594,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000635797.1",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "c.594A>T",
"hgvs_p": "p.Glu198Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000490007.1",
"strand": true,
"transcript": "ENST00000635797.1",
"transcript_support_level": 5
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 373,
"aa_ref": "E",
"aa_start": 198,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1337,
"cdna_start": 683,
"cds_end": null,
"cds_length": 1122,
"cds_start": 594,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000874804.1",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "c.594A>T",
"hgvs_p": "p.Glu198Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000544863.1",
"strand": true,
"transcript": "ENST00000874804.1",
"transcript_support_level": null
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 372,
"aa_ref": "E",
"aa_start": 198,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1597,
"cdna_start": 952,
"cds_end": null,
"cds_length": 1119,
"cds_start": 594,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000874799.1",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "c.594A>T",
"hgvs_p": "p.Glu198Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000544858.1",
"strand": true,
"transcript": "ENST00000874799.1",
"transcript_support_level": null
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 336,
"aa_ref": "E",
"aa_start": 161,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1206,
"cdna_start": 556,
"cds_end": null,
"cds_length": 1011,
"cds_start": 483,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_001198896.2",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "c.483A>T",
"hgvs_p": "p.Glu161Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001185825.1",
"strand": true,
"transcript": "NM_001198896.2",
"transcript_support_level": null
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 336,
"aa_ref": "E",
"aa_start": 161,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1298,
"cdna_start": 648,
"cds_end": null,
"cds_length": 1011,
"cds_start": 483,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000494103.5",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "c.483A>T",
"hgvs_p": "p.Glu161Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000417618.1",
"strand": true,
"transcript": "ENST00000494103.5",
"transcript_support_level": 3
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 274,
"aa_ref": "E",
"aa_start": 233,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1048,
"cdna_start": 920,
"cds_end": null,
"cds_length": 827,
"cds_start": 699,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000637222.1",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "c.699A>T",
"hgvs_p": "p.Glu233Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000490353.1",
"strand": true,
"transcript": "ENST00000637222.1",
"transcript_support_level": 5
},
{
"aa_alt": "D",
"aa_end": null,
"aa_length": 263,
"aa_ref": "E",
"aa_start": 262,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 853,
"cdna_start": 845,
"cds_end": null,
"cds_length": 794,
"cds_start": 786,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000635952.1",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "c.786A>T",
"hgvs_p": "p.Glu262Asp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000490434.1",
"strand": true,
"transcript": "ENST00000635952.1",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 378,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1387,
"cdna_start": null,
"cds_end": null,
"cds_length": 1137,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 14,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000953766.1",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "c.618-121A>T",
"hgvs_p": null,
"intron_rank": 9,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000623825.1",
"strand": true,
"transcript": "ENST00000953766.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 343,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1227,
"cdna_start": null,
"cds_end": null,
"cds_length": 1032,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001198897.2",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "c.657+127A>T",
"hgvs_p": null,
"intron_rank": 9,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001185826.1",
"strand": true,
"transcript": "NM_001198897.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 343,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1319,
"cdna_start": null,
"cds_end": null,
"cds_length": 1032,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000476854.5",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "c.657+127A>T",
"hgvs_p": null,
"intron_rank": 9,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000419262.1",
"strand": true,
"transcript": "ENST00000476854.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 342,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1258,
"cdna_start": null,
"cds_end": null,
"cds_length": 1029,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000940876.1",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "c.657+127A>T",
"hgvs_p": null,
"intron_rank": 9,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000610935.1",
"strand": true,
"transcript": "ENST00000940876.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 320,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1129,
"cdna_start": null,
"cds_end": null,
"cds_length": 963,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000874816.1",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "c.657+127A>T",
"hgvs_p": null,
"intron_rank": 9,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000544875.1",
"strand": true,
"transcript": "ENST00000874816.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 212,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 834,
"cdna_start": null,
"cds_end": null,
"cds_length": 639,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000940877.1",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "c.265-368A>T",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000610936.1",
"strand": true,
"transcript": "ENST00000940877.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1836,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 17,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000463721.5",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "n.*610A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000417688.1",
"strand": true,
"transcript": "ENST00000463721.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 538,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000464587.2",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "n.385A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000464587.2",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 1600,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000465121.5",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "n.772A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000465121.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1135,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000486081.6",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "n.*545A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000420395.1",
"strand": true,
"transcript": "ENST00000486081.6",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3078,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000635937.1",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "n.*956A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000489887.1",
"strand": true,
"transcript": "ENST00000635937.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1691,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000635941.1",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "n.*820A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000490309.1",
"strand": true,
"transcript": "ENST00000635941.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2459,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000635946.1",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "n.*1056A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000490284.1",
"strand": true,
"transcript": "ENST00000635946.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2168,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000635951.1",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "n.*971A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000490649.1",
"strand": true,
"transcript": "ENST00000635951.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2230,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 15,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000636089.1",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "n.*1036A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000490657.1",
"strand": true,
"transcript": "ENST00000636089.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3067,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000636490.1",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "n.*1036A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000490575.1",
"strand": true,
"transcript": "ENST00000636490.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1059,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000636556.1",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "n.*644A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000490500.1",
"strand": true,
"transcript": "ENST00000636556.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2151,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 16,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000636646.1",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "n.*936A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000490688.1",
"strand": true,
"transcript": "ENST00000636646.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1126,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000636660.1",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "n.*408A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000490616.1",
"strand": true,
"transcript": "ENST00000636660.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2499,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000636718.1",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "n.*1311A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000490429.1",
"strand": true,
"transcript": "ENST00000636718.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2940,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000636826.1",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "n.*630A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000489721.1",
"strand": true,
"transcript": "ENST00000636826.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1457,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000636880.1",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "n.*409A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000489947.1",
"strand": true,
"transcript": "ENST00000636880.1",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1696,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 16,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000636942.1",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "n.*580A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000490848.1",
"strand": true,
"transcript": "ENST00000636942.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2926,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000637025.1",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "n.*820A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000490236.1",
"strand": true,
"transcript": "ENST00000637025.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 745,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000637034.1",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "n.132A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000637034.1",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3158,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000637130.1",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "n.*920A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000490887.1",
"strand": true,
"transcript": "ENST00000637130.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 790,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 7,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000637199.1",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "n.172A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000637199.1",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 884,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000637460.1",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "n.733A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000637460.1",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1536,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000637512.1",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "n.*630A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000490460.1",
"strand": true,
"transcript": "ENST00000637512.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2622,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000637563.1",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "n.*1447A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000490319.1",
"strand": true,
"transcript": "ENST00000637563.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2373,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000637696.1",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "n.*1056A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000490554.1",
"strand": true,
"transcript": "ENST00000637696.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2735,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000637730.1",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "n.*871A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000490750.1",
"strand": true,
"transcript": "ENST00000637730.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3628,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000637778.1",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "n.*1447A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000490052.1",
"strand": true,
"transcript": "ENST00000637778.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 1466,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 1,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000638096.1",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "n.590A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000638096.1",
"transcript_support_level": 6
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 1857,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000638136.1",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "n.1115A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000638136.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1836,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 17,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000463721.5",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "n.*610A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000417688.1",
"strand": true,
"transcript": "ENST00000463721.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1135,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 11,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000486081.6",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "n.*545A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000420395.1",
"strand": true,
"transcript": "ENST00000486081.6",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3078,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 12,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000635937.1",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "n.*956A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000489887.1",
"strand": true,
"transcript": "ENST00000635937.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1691,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000635941.1",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "n.*820A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000490309.1",
"strand": true,
"transcript": "ENST00000635941.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2459,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000635946.1",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "n.*1056A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000490284.1",
"strand": true,
"transcript": "ENST00000635946.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2168,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 14,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000635951.1",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "n.*971A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000490649.1",
"strand": true,
"transcript": "ENST00000635951.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2230,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 15,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000636089.1",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "n.*1036A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000490657.1",
"strand": true,
"transcript": "ENST00000636089.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3067,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 14,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000636490.1",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "n.*1036A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000490575.1",
"strand": true,
"transcript": "ENST00000636490.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1059,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 12,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000636556.1",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "n.*644A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000490500.1",
"strand": true,
"transcript": "ENST00000636556.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2151,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 16,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000636646.1",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "n.*936A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000490688.1",
"strand": true,
"transcript": "ENST00000636646.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1126,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 12,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000636660.1",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "n.*408A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000490616.1",
"strand": true,
"transcript": "ENST00000636660.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2499,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 10,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000636718.1",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "n.*1311A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000490429.1",
"strand": true,
"transcript": "ENST00000636718.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2940,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 12,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000636826.1",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "n.*630A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000489721.1",
"strand": true,
"transcript": "ENST00000636826.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1457,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 14,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000636880.1",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "n.*409A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000489947.1",
"strand": true,
"transcript": "ENST00000636880.1",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1696,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 16,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000636942.1",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "n.*580A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000490848.1",
"strand": true,
"transcript": "ENST00000636942.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2926,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 9,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000637025.1",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "n.*820A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000490236.1",
"strand": true,
"transcript": "ENST00000637025.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3158,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000637130.1",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "n.*920A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000490887.1",
"strand": true,
"transcript": "ENST00000637130.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1536,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 14,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000637512.1",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "n.*630A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000490460.1",
"strand": true,
"transcript": "ENST00000637512.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2622,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000637563.1",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "n.*1447A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000490319.1",
"strand": true,
"transcript": "ENST00000637563.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2373,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 12,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000637696.1",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "n.*1056A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000490554.1",
"strand": true,
"transcript": "ENST00000637696.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2735,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 13,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000637730.1",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "n.*871A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000490750.1",
"strand": true,
"transcript": "ENST00000637730.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3628,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 9,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000637778.1",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "n.*1447A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000490052.1",
"strand": true,
"transcript": "ENST00000637778.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1390,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000491318.5",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "n.584-121A>T",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000418683.1",
"strand": true,
"transcript": "ENST00000491318.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1060,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000635785.1",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "n.*568+127A>T",
"hgvs_p": null,
"intron_rank": 10,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000490574.1",
"strand": true,
"transcript": "ENST00000635785.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 703,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000637349.1",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "n.*220+127A>T",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000489688.1",
"strand": true,
"transcript": "ENST00000637349.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 36,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 386,
"cdna_start": null,
"cds_end": null,
"cds_length": 111,
"cds_start": null,
"consequences": [
"upstream_gene_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000637149.1",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "c.-245A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000490497.1",
"strand": true,
"transcript": "ENST00000637149.1",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 227,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 755,
"cdna_start": null,
"cds_end": null,
"cds_length": 684,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000469863.1",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "c.*127A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000419830.1",
"strand": true,
"transcript": "ENST00000469863.1",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 1488,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"upstream_gene_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000637102.1",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "n.-42A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000637102.1",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 685,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"upstream_gene_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000637746.1",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "n.-143A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000637746.1",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 596,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000636047.1",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "n.*208A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000636047.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1188,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000636085.1",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "n.*630A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000489981.1",
"strand": true,
"transcript": "ENST00000636085.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 687,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000637209.1",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "n.*409A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000490708.1",
"strand": true,
"transcript": "ENST00000637209.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 1739,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000637251.1",
"gene_hgnc_id": 177,
"gene_symbol": "ACY1",
"hgvs_c": "n.*118A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000637251.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 566,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000637461.1",
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"hgvs_c": "n.*494A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000490593.1",
"strand": true,
"transcript": "ENST00000637461.1",
"transcript_support_level": 5
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": null,
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 38856,
"gene_symbol": "ABHD14A-ACY1",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Benign",
"phylop100way_score": 1.659,
"pos": 51987188,
"ref": "A",
"revel_prediction": "Uncertain_significance",
"revel_score": 0.358,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_001316331.2"
}
]
}