← 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-51989026-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=51989026&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "3",
"pos": 51989026,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000636358.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACY1",
"gene_hgnc_id": 177,
"hgvs_c": "c.1178G>A",
"hgvs_p": "p.Arg393His",
"transcript": "NM_000666.3",
"protein_id": "NP_000657.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 408,
"cds_start": 1178,
"cds_end": null,
"cds_length": 1227,
"cdna_start": 1251,
"cdna_end": null,
"cdna_length": 1422,
"mane_select": "ENST00000636358.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACY1",
"gene_hgnc_id": 177,
"hgvs_c": "c.1178G>A",
"hgvs_p": "p.Arg393His",
"transcript": "ENST00000636358.2",
"protein_id": "ENSP00000490149.1",
"transcript_support_level": 1,
"aa_start": 393,
"aa_end": null,
"aa_length": 408,
"cds_start": 1178,
"cds_end": null,
"cds_length": 1227,
"cdna_start": 1251,
"cdna_end": null,
"cdna_length": 1422,
"mane_select": "NM_000666.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD14A-ACY1",
"gene_hgnc_id": 38856,
"hgvs_c": "c.1481G>A",
"hgvs_p": "p.Arg494His",
"transcript": "ENST00000463937.1",
"protein_id": "ENSP00000420487.1",
"transcript_support_level": 5,
"aa_start": 494,
"aa_end": null,
"aa_length": 509,
"cds_start": 1481,
"cds_end": null,
"cds_length": 1530,
"cdna_start": 1557,
"cdna_end": null,
"cdna_length": 1705,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACY1",
"gene_hgnc_id": 177,
"hgvs_c": "c.1178G>A",
"hgvs_p": "p.Arg393His",
"transcript": "ENST00000404366.7",
"protein_id": "ENSP00000384296.2",
"transcript_support_level": 1,
"aa_start": 393,
"aa_end": null,
"aa_length": 408,
"cds_start": 1178,
"cds_end": null,
"cds_length": 1227,
"cdna_start": 1304,
"cdna_end": null,
"cdna_length": 1473,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD14A-ACY1",
"gene_hgnc_id": 38856,
"hgvs_c": "c.1745G>A",
"hgvs_p": "p.Arg582His",
"transcript": "ENST00000637978.1",
"protein_id": "ENSP00000490744.1",
"transcript_support_level": 5,
"aa_start": 582,
"aa_end": null,
"aa_length": 584,
"cds_start": 1745,
"cds_end": null,
"cds_length": 1756,
"cdna_start": 1747,
"cdna_end": null,
"cdna_length": 1758,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD14A-ACY1",
"gene_hgnc_id": 38856,
"hgvs_c": "c.1448G>A",
"hgvs_p": "p.Arg483His",
"transcript": "NM_001316331.2",
"protein_id": "NP_001303260.1",
"transcript_support_level": null,
"aa_start": 483,
"aa_end": null,
"aa_length": 498,
"cds_start": 1448,
"cds_end": null,
"cds_length": 1497,
"cdna_start": 1665,
"cdna_end": null,
"cdna_length": 1836,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACY1",
"gene_hgnc_id": 177,
"hgvs_c": "c.1178G>A",
"hgvs_p": "p.Arg393His",
"transcript": "NM_001198895.2",
"protein_id": "NP_001185824.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 408,
"cds_start": 1178,
"cds_end": null,
"cds_length": 1227,
"cdna_start": 1246,
"cdna_end": null,
"cdna_length": 1417,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACY1",
"gene_hgnc_id": 177,
"hgvs_c": "c.1073G>A",
"hgvs_p": "p.Arg358His",
"transcript": "NM_001198898.2",
"protein_id": "NP_001185827.1",
"transcript_support_level": null,
"aa_start": 358,
"aa_end": null,
"aa_length": 373,
"cds_start": 1073,
"cds_end": null,
"cds_length": 1122,
"cdna_start": 1146,
"cdna_end": null,
"cdna_length": 1317,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACY1",
"gene_hgnc_id": 177,
"hgvs_c": "c.1073G>A",
"hgvs_p": "p.Arg358His",
"transcript": "ENST00000476351.5",
"protein_id": "ENSP00000417056.1",
"transcript_support_level": 3,
"aa_start": 358,
"aa_end": null,
"aa_length": 373,
"cds_start": 1073,
"cds_end": null,
"cds_length": 1122,
"cdna_start": 1238,
"cdna_end": null,
"cdna_length": 1409,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACY1",
"gene_hgnc_id": 177,
"hgvs_c": "c.1073G>A",
"hgvs_p": "p.Arg358His",
"transcript": "ENST00000635797.1",
"protein_id": "ENSP00000490007.1",
"transcript_support_level": 5,
"aa_start": 358,
"aa_end": null,
"aa_length": 373,
"cds_start": 1073,
"cds_end": null,
"cds_length": 1122,
"cdna_start": 1146,
"cdna_end": null,
"cdna_length": 1294,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACY1",
"gene_hgnc_id": 177,
"hgvs_c": "c.983G>A",
"hgvs_p": "p.Arg328His",
"transcript": "NM_001198897.2",
"protein_id": "NP_001185826.1",
"transcript_support_level": null,
"aa_start": 328,
"aa_end": null,
"aa_length": 343,
"cds_start": 983,
"cds_end": null,
"cds_length": 1032,
"cdna_start": 1056,
"cdna_end": null,
"cdna_length": 1227,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACY1",
"gene_hgnc_id": 177,
"hgvs_c": "c.983G>A",
"hgvs_p": "p.Arg328His",
"transcript": "ENST00000476854.5",
"protein_id": "ENSP00000419262.1",
"transcript_support_level": 3,
"aa_start": 328,
"aa_end": null,
"aa_length": 343,
"cds_start": 983,
"cds_end": null,
"cds_length": 1032,
"cdna_start": 1148,
"cdna_end": null,
"cdna_length": 1319,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACY1",
"gene_hgnc_id": 177,
"hgvs_c": "c.962G>A",
"hgvs_p": "p.Arg321His",
"transcript": "NM_001198896.2",
"protein_id": "NP_001185825.1",
"transcript_support_level": null,
"aa_start": 321,
"aa_end": null,
"aa_length": 336,
"cds_start": 962,
"cds_end": null,
"cds_length": 1011,
"cdna_start": 1035,
"cdna_end": null,
"cdna_length": 1206,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACY1",
"gene_hgnc_id": 177,
"hgvs_c": "c.962G>A",
"hgvs_p": "p.Arg321His",
"transcript": "ENST00000494103.5",
"protein_id": "ENSP00000417618.1",
"transcript_support_level": 3,
"aa_start": 321,
"aa_end": null,
"aa_length": 336,
"cds_start": 962,
"cds_end": null,
"cds_length": 1011,
"cdna_start": 1127,
"cdna_end": null,
"cdna_length": 1298,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD14A-ACY1",
"gene_hgnc_id": 38856,
"hgvs_c": "n.*1089G>A",
"hgvs_p": null,
"transcript": "ENST00000463721.5",
"protein_id": "ENSP00000417688.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1836,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACY1",
"gene_hgnc_id": 177,
"hgvs_c": "n.641G>A",
"hgvs_p": null,
"transcript": "ENST00000490244.2",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 812,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACY1",
"gene_hgnc_id": 177,
"hgvs_c": "n.*448G>A",
"hgvs_p": null,
"transcript": "ENST00000491318.5",
"protein_id": "ENSP00000418683.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1390,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD14A-ACY1",
"gene_hgnc_id": 38856,
"hgvs_c": "n.*2446G>A",
"hgvs_p": null,
"transcript": "ENST00000635937.1",
"protein_id": "ENSP00000489887.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3078,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACY1",
"gene_hgnc_id": 177,
"hgvs_c": "n.*1411G>A",
"hgvs_p": null,
"transcript": "ENST00000635941.1",
"protein_id": "ENSP00000490309.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1691,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD14A-ACY1",
"gene_hgnc_id": 38856,
"hgvs_c": "n.*1749G>A",
"hgvs_p": null,
"transcript": "ENST00000635946.1",
"protein_id": "ENSP00000490284.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2459,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD14A-ACY1",
"gene_hgnc_id": 38856,
"hgvs_c": "n.*1450G>A",
"hgvs_p": null,
"transcript": "ENST00000635951.1",
"protein_id": "ENSP00000490649.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2168,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD14A-ACY1",
"gene_hgnc_id": 38856,
"hgvs_c": "n.*1515G>A",
"hgvs_p": null,
"transcript": "ENST00000636089.1",
"protein_id": "ENSP00000490657.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2230,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD14A-ACY1",
"gene_hgnc_id": 38856,
"hgvs_c": "n.*2414G>A",
"hgvs_p": null,
"transcript": "ENST00000636490.1",
"protein_id": "ENSP00000490575.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3067,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD14A-ACY1",
"gene_hgnc_id": 38856,
"hgvs_c": "n.*1415G>A",
"hgvs_p": null,
"transcript": "ENST00000636646.1",
"protein_id": "ENSP00000490688.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2151,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD14A-ACY1",
"gene_hgnc_id": 38856,
"hgvs_c": "n.*1790G>A",
"hgvs_p": null,
"transcript": "ENST00000636718.1",
"protein_id": "ENSP00000490429.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2499,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD14A-ACY1",
"gene_hgnc_id": 38856,
"hgvs_c": "n.*2222G>A",
"hgvs_p": null,
"transcript": "ENST00000636826.1",
"protein_id": "ENSP00000489721.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2940,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACY1",
"gene_hgnc_id": 177,
"hgvs_c": "n.*888G>A",
"hgvs_p": null,
"transcript": "ENST00000636880.1",
"protein_id": "ENSP00000489947.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1457,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD14A-ACY1",
"gene_hgnc_id": 38856,
"hgvs_c": "n.*1059G>A",
"hgvs_p": null,
"transcript": "ENST00000636942.1",
"protein_id": "ENSP00000490848.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1696,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD14A-ACY1",
"gene_hgnc_id": 38856,
"hgvs_c": "n.*2412G>A",
"hgvs_p": null,
"transcript": "ENST00000637025.1",
"protein_id": "ENSP00000490236.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2926,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACY1",
"gene_hgnc_id": 177,
"hgvs_c": "n.611G>A",
"hgvs_p": null,
"transcript": "ENST00000637034.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 745,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD14A-ACY1",
"gene_hgnc_id": 38856,
"hgvs_c": "n.*2410G>A",
"hgvs_p": null,
"transcript": "ENST00000637130.1",
"protein_id": "ENSP00000490887.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3158,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACY1",
"gene_hgnc_id": 177,
"hgvs_c": "n.651G>A",
"hgvs_p": null,
"transcript": "ENST00000637199.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 790,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD14A-ACY1",
"gene_hgnc_id": 38856,
"hgvs_c": "n.*1109G>A",
"hgvs_p": null,
"transcript": "ENST00000637512.1",
"protein_id": "ENSP00000490460.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1536,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD14A-ACY1",
"gene_hgnc_id": 38856,
"hgvs_c": "n.*2038G>A",
"hgvs_p": null,
"transcript": "ENST00000637563.1",
"protein_id": "ENSP00000490319.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2622,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD14A-ACY1",
"gene_hgnc_id": 38856,
"hgvs_c": "n.*1647G>A",
"hgvs_p": null,
"transcript": "ENST00000637696.1",
"protein_id": "ENSP00000490554.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2373,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD14A-ACY1",
"gene_hgnc_id": 38856,
"hgvs_c": "n.*2249G>A",
"hgvs_p": null,
"transcript": "ENST00000637730.1",
"protein_id": "ENSP00000490750.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2735,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACY1",
"gene_hgnc_id": 177,
"hgvs_c": "n.551G>A",
"hgvs_p": null,
"transcript": "ENST00000637746.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 685,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD14A-ACY1",
"gene_hgnc_id": 38856,
"hgvs_c": "n.*2937G>A",
"hgvs_p": null,
"transcript": "ENST00000637778.1",
"protein_id": "ENSP00000490052.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3628,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACY1",
"gene_hgnc_id": 177,
"hgvs_c": "n.308G>A",
"hgvs_p": null,
"transcript": "ENST00000638077.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 456,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACY1",
"gene_hgnc_id": 177,
"hgvs_c": "n.1706G>A",
"hgvs_p": null,
"transcript": "ENST00000638136.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1857,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACY1",
"gene_hgnc_id": 177,
"hgvs_c": "c.*156G>A",
"hgvs_p": null,
"transcript": "ENST00000637149.1",
"protein_id": "ENSP00000490497.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 36,
"cds_start": -4,
"cds_end": null,
"cds_length": 111,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 386,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD14A-ACY1",
"gene_hgnc_id": 38856,
"hgvs_c": "n.*1089G>A",
"hgvs_p": null,
"transcript": "ENST00000463721.5",
"protein_id": "ENSP00000417688.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1836,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACY1",
"gene_hgnc_id": 177,
"hgvs_c": "n.*448G>A",
"hgvs_p": null,
"transcript": "ENST00000491318.5",
"protein_id": "ENSP00000418683.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1390,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD14A-ACY1",
"gene_hgnc_id": 38856,
"hgvs_c": "n.*2446G>A",
"hgvs_p": null,
"transcript": "ENST00000635937.1",
"protein_id": "ENSP00000489887.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3078,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACY1",
"gene_hgnc_id": 177,
"hgvs_c": "n.*1411G>A",
"hgvs_p": null,
"transcript": "ENST00000635941.1",
"protein_id": "ENSP00000490309.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1691,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD14A-ACY1",
"gene_hgnc_id": 38856,
"hgvs_c": "n.*1749G>A",
"hgvs_p": null,
"transcript": "ENST00000635946.1",
"protein_id": "ENSP00000490284.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2459,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD14A-ACY1",
"gene_hgnc_id": 38856,
"hgvs_c": "n.*1450G>A",
"hgvs_p": null,
"transcript": "ENST00000635951.1",
"protein_id": "ENSP00000490649.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2168,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD14A-ACY1",
"gene_hgnc_id": 38856,
"hgvs_c": "n.*1515G>A",
"hgvs_p": null,
"transcript": "ENST00000636089.1",
"protein_id": "ENSP00000490657.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2230,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD14A-ACY1",
"gene_hgnc_id": 38856,
"hgvs_c": "n.*2414G>A",
"hgvs_p": null,
"transcript": "ENST00000636490.1",
"protein_id": "ENSP00000490575.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3067,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD14A-ACY1",
"gene_hgnc_id": 38856,
"hgvs_c": "n.*1415G>A",
"hgvs_p": null,
"transcript": "ENST00000636646.1",
"protein_id": "ENSP00000490688.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2151,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD14A-ACY1",
"gene_hgnc_id": 38856,
"hgvs_c": "n.*1790G>A",
"hgvs_p": null,
"transcript": "ENST00000636718.1",
"protein_id": "ENSP00000490429.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2499,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD14A-ACY1",
"gene_hgnc_id": 38856,
"hgvs_c": "n.*2222G>A",
"hgvs_p": null,
"transcript": "ENST00000636826.1",
"protein_id": "ENSP00000489721.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2940,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACY1",
"gene_hgnc_id": 177,
"hgvs_c": "n.*888G>A",
"hgvs_p": null,
"transcript": "ENST00000636880.1",
"protein_id": "ENSP00000489947.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1457,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD14A-ACY1",
"gene_hgnc_id": 38856,
"hgvs_c": "n.*1059G>A",
"hgvs_p": null,
"transcript": "ENST00000636942.1",
"protein_id": "ENSP00000490848.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1696,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD14A-ACY1",
"gene_hgnc_id": 38856,
"hgvs_c": "n.*2412G>A",
"hgvs_p": null,
"transcript": "ENST00000637025.1",
"protein_id": "ENSP00000490236.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2926,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD14A-ACY1",
"gene_hgnc_id": 38856,
"hgvs_c": "n.*2410G>A",
"hgvs_p": null,
"transcript": "ENST00000637130.1",
"protein_id": "ENSP00000490887.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3158,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD14A-ACY1",
"gene_hgnc_id": 38856,
"hgvs_c": "n.*1109G>A",
"hgvs_p": null,
"transcript": "ENST00000637512.1",
"protein_id": "ENSP00000490460.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1536,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD14A-ACY1",
"gene_hgnc_id": 38856,
"hgvs_c": "n.*2038G>A",
"hgvs_p": null,
"transcript": "ENST00000637563.1",
"protein_id": "ENSP00000490319.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2622,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD14A-ACY1",
"gene_hgnc_id": 38856,
"hgvs_c": "n.*1647G>A",
"hgvs_p": null,
"transcript": "ENST00000637696.1",
"protein_id": "ENSP00000490554.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2373,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD14A-ACY1",
"gene_hgnc_id": 38856,
"hgvs_c": "n.*2249G>A",
"hgvs_p": null,
"transcript": "ENST00000637730.1",
"protein_id": "ENSP00000490750.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2735,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD14A-ACY1",
"gene_hgnc_id": 38856,
"hgvs_c": "n.*2937G>A",
"hgvs_p": null,
"transcript": "ENST00000637778.1",
"protein_id": "ENSP00000490052.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3628,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD14A-ACY1",
"gene_hgnc_id": 38856,
"hgvs_c": "n.*978G>A",
"hgvs_p": null,
"transcript": "ENST00000635785.1",
"protein_id": "ENSP00000490574.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1060,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD14A-ACY1",
"gene_hgnc_id": 38856,
"hgvs_c": "n.*887G>A",
"hgvs_p": null,
"transcript": "ENST00000636660.1",
"protein_id": "ENSP00000490616.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1126,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACY1",
"gene_hgnc_id": 177,
"hgvs_c": "n.*207G>A",
"hgvs_p": null,
"transcript": "ENST00000637102.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1488,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ACY1",
"gene_hgnc_id": 177,
"dbsnp": "rs121912701",
"frequency_reference_population": 0.004113281,
"hom_count_reference_population": 13,
"allele_count_reference_population": 6639,
"gnomad_exomes_af": 0.00419147,
"gnomad_genomes_af": 0.00336267,
"gnomad_exomes_ac": 6127,
"gnomad_genomes_ac": 512,
"gnomad_exomes_homalt": 12,
"gnomad_genomes_homalt": 1,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.06689611077308655,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.322,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0751,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.28,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.093,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000636358.2",
"gene_symbol": "ACY1",
"hgnc_id": 177,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1178G>A",
"hgvs_p": "p.Arg393His"
},
{
"score": -16,
"benign_score": 16,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000463937.1",
"gene_symbol": "ABHD14A-ACY1",
"hgnc_id": 38856,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.1481G>A",
"hgvs_p": "p.Arg494His"
}
],
"clinvar_disease": "ACY1-related disorder,Aminoacylase 1 deficiency,not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:1 B:2",
"phenotype_combined": "Aminoacylase 1 deficiency|not specified|not provided|ACY1-related disorder",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}