← 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: 4-127982986-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=127982986&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 127982986,
"ref": "C",
"alt": "T",
"effect": "5_prime_UTR_premature_start_codon_gain_variant",
"transcript": "NM_001366038.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.31C>T",
"hgvs_p": "p.Arg11Trp",
"transcript": "NM_001358451.3",
"protein_id": "NP_001345380.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 464,
"cds_start": 31,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000645843.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001358451.3"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.31C>T",
"hgvs_p": "p.Arg11Trp",
"transcript": "ENST00000645843.2",
"protein_id": "ENSP00000496010.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 464,
"cds_start": 31,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001358451.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000645843.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.31C>T",
"hgvs_p": "p.Arg11Trp",
"transcript": "ENST00000444616.5",
"protein_id": "ENSP00000397229.1",
"transcript_support_level": 5,
"aa_start": 11,
"aa_end": null,
"aa_length": 414,
"cds_start": 31,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000444616.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "n.31C>T",
"hgvs_p": null,
"transcript": "ENST00000388795.10",
"protein_id": "ENSP00000373447.6",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000388795.10"
},
{
"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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "n.31C>T",
"hgvs_p": null,
"transcript": "ENST00000611882.2",
"protein_id": "ENSP00000480015.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000611882.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.-771C>T",
"hgvs_p": null,
"transcript": "NM_001366038.3",
"protein_id": "NP_001352967.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 416,
"cds_start": null,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366038.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.-160C>T",
"hgvs_p": null,
"transcript": "NM_001319305.3",
"protein_id": "NP_001306234.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 382,
"cds_start": null,
"cds_end": null,
"cds_length": 1149,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001319305.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.-250C>T",
"hgvs_p": null,
"transcript": "NM_001319306.3",
"protein_id": "NP_001306235.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 337,
"cds_start": null,
"cds_end": null,
"cds_length": 1014,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001319306.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.-160C>T",
"hgvs_p": null,
"transcript": "NM_001366048.1",
"protein_id": "NP_001352977.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 332,
"cds_start": null,
"cds_end": null,
"cds_length": 999,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366048.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.-250C>T",
"hgvs_p": null,
"transcript": "NM_001366044.1",
"protein_id": "NP_001352973.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 321,
"cds_start": null,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366044.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.-400C>T",
"hgvs_p": null,
"transcript": "NM_001366045.1",
"protein_id": "NP_001352974.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 321,
"cds_start": null,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366045.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.-250C>T",
"hgvs_p": null,
"transcript": "NM_001366047.1",
"protein_id": "NP_001352976.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 321,
"cds_start": null,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366047.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.-250C>T",
"hgvs_p": null,
"transcript": "NM_001366041.3",
"protein_id": "NP_001352970.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 303,
"cds_start": null,
"cds_end": null,
"cds_length": 912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366041.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.-439C>T",
"hgvs_p": null,
"transcript": "NM_001319307.3",
"protein_id": "NP_001306236.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 295,
"cds_start": null,
"cds_end": null,
"cds_length": 888,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001319307.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.-484C>T",
"hgvs_p": null,
"transcript": "NM_001366040.3",
"protein_id": "NP_001352969.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 295,
"cds_start": null,
"cds_end": null,
"cds_length": 888,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366040.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.-589C>T",
"hgvs_p": null,
"transcript": "NM_001366042.3",
"protein_id": "NP_001352971.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 295,
"cds_start": null,
"cds_end": null,
"cds_length": 888,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366042.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.-439C>T",
"hgvs_p": null,
"transcript": "NM_001366046.1",
"protein_id": "NP_001352975.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 279,
"cds_start": null,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366046.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.-439C>T",
"hgvs_p": null,
"transcript": "NM_001366037.3",
"protein_id": "NP_001352966.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 261,
"cds_start": null,
"cds_end": null,
"cds_length": 786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366037.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.-440C>T",
"hgvs_p": null,
"transcript": "NM_025097.2",
"protein_id": "NP_079373.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 245,
"cds_start": null,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_025097.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.31C>T",
"hgvs_p": "p.Arg11Trp",
"transcript": "ENST00000957336.1",
"protein_id": "ENSP00000627395.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 577,
"cds_start": 31,
"cds_end": null,
"cds_length": 1734,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957336.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.31C>T",
"hgvs_p": "p.Arg11Trp",
"transcript": "ENST00000870241.1",
"protein_id": "ENSP00000540300.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 562,
"cds_start": 31,
"cds_end": null,
"cds_length": 1689,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870241.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.31C>T",
"hgvs_p": "p.Arg11Trp",
"transcript": "ENST00000957334.1",
"protein_id": "ENSP00000627393.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 560,
"cds_start": 31,
"cds_end": null,
"cds_length": 1683,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957334.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.31C>T",
"hgvs_p": "p.Arg11Trp",
"transcript": "ENST00000870243.1",
"protein_id": "ENSP00000540302.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 495,
"cds_start": 31,
"cds_end": null,
"cds_length": 1488,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870243.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.31C>T",
"hgvs_p": "p.Arg11Trp",
"transcript": "NM_001358454.3",
"protein_id": "NP_001345383.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 479,
"cds_start": 31,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001358454.3"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.31C>T",
"hgvs_p": "p.Arg11Trp",
"transcript": "ENST00000870239.1",
"protein_id": "ENSP00000540298.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 479,
"cds_start": 31,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870239.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.31C>T",
"hgvs_p": "p.Arg11Trp",
"transcript": "ENST00000870246.1",
"protein_id": "ENSP00000540305.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 479,
"cds_start": 31,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870246.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.31C>T",
"hgvs_p": "p.Arg11Trp",
"transcript": "ENST00000957331.1",
"protein_id": "ENSP00000627390.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 479,
"cds_start": 31,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957331.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.31C>T",
"hgvs_p": "p.Arg11Trp",
"transcript": "ENST00000957335.1",
"protein_id": "ENSP00000627394.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 479,
"cds_start": 31,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957335.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.31C>T",
"hgvs_p": "p.Arg11Trp",
"transcript": "ENST00000870238.1",
"protein_id": "ENSP00000540297.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 464,
"cds_start": 31,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870238.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.31C>T",
"hgvs_p": "p.Arg11Trp",
"transcript": "ENST00000918517.1",
"protein_id": "ENSP00000588576.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 462,
"cds_start": 31,
"cds_end": null,
"cds_length": 1389,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918517.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.31C>T",
"hgvs_p": "p.Arg11Trp",
"transcript": "NM_001366043.1",
"protein_id": "NP_001352972.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 448,
"cds_start": 31,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366043.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.31C>T",
"hgvs_p": "p.Arg11Trp",
"transcript": "NM_001366039.3",
"protein_id": "NP_001352968.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 430,
"cds_start": 31,
"cds_end": null,
"cds_length": 1293,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366039.3"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.31C>T",
"hgvs_p": "p.Arg11Trp",
"transcript": "ENST00000870240.1",
"protein_id": "ENSP00000540299.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 430,
"cds_start": 31,
"cds_end": null,
"cds_length": 1293,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870240.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.31C>T",
"hgvs_p": "p.Arg11Trp",
"transcript": "ENST00000957333.1",
"protein_id": "ENSP00000627392.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 415,
"cds_start": 31,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957333.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.31C>T",
"hgvs_p": "p.Arg11Trp",
"transcript": "NM_001039717.2",
"protein_id": "NP_001034806.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 414,
"cds_start": 31,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001039717.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.31C>T",
"hgvs_p": "p.Arg11Trp",
"transcript": "ENST00000870244.1",
"protein_id": "ENSP00000540303.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 400,
"cds_start": 31,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870244.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.31C>T",
"hgvs_p": "p.Arg11Trp",
"transcript": "ENST00000870245.1",
"protein_id": "ENSP00000540304.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 395,
"cds_start": 31,
"cds_end": null,
"cds_length": 1188,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870245.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.31C>T",
"hgvs_p": "p.Arg11Trp",
"transcript": "ENST00000957332.1",
"protein_id": "ENSP00000627391.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 368,
"cds_start": 31,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957332.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.31C>T",
"hgvs_p": "p.Arg11Trp",
"transcript": "ENST00000870237.1",
"protein_id": "ENSP00000540296.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 320,
"cds_start": 31,
"cds_end": null,
"cds_length": 963,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870237.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.31C>T",
"hgvs_p": "p.Arg11Trp",
"transcript": "ENST00000870242.1",
"protein_id": "ENSP00000540301.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 320,
"cds_start": 31,
"cds_end": null,
"cds_length": 963,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870242.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.31C>T",
"hgvs_p": "p.Arg11Trp",
"transcript": "ENST00000957337.1",
"protein_id": "ENSP00000627396.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 286,
"cds_start": 31,
"cds_end": null,
"cds_length": 861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957337.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.31C>T",
"hgvs_p": "p.Arg11Trp",
"transcript": "ENST00000513371.1",
"protein_id": "ENSP00000421129.1",
"transcript_support_level": 4,
"aa_start": 11,
"aa_end": null,
"aa_length": 104,
"cds_start": 31,
"cds_end": null,
"cds_length": 316,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000513371.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.-771C>T",
"hgvs_p": null,
"transcript": "NM_001366038.3",
"protein_id": "NP_001352967.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 416,
"cds_start": null,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366038.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.-160C>T",
"hgvs_p": null,
"transcript": "NM_001319305.3",
"protein_id": "NP_001306234.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 382,
"cds_start": null,
"cds_end": null,
"cds_length": 1149,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001319305.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.-250C>T",
"hgvs_p": null,
"transcript": "NM_001319306.3",
"protein_id": "NP_001306235.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 337,
"cds_start": null,
"cds_end": null,
"cds_length": 1014,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001319306.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.-160C>T",
"hgvs_p": null,
"transcript": "NM_001366048.1",
"protein_id": "NP_001352977.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 332,
"cds_start": null,
"cds_end": null,
"cds_length": 999,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366048.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.-250C>T",
"hgvs_p": null,
"transcript": "NM_001366044.1",
"protein_id": "NP_001352973.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 321,
"cds_start": null,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366044.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.-400C>T",
"hgvs_p": null,
"transcript": "NM_001366045.1",
"protein_id": "NP_001352974.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 321,
"cds_start": null,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366045.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.-250C>T",
"hgvs_p": null,
"transcript": "NM_001366047.1",
"protein_id": "NP_001352976.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 321,
"cds_start": null,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366047.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.-250C>T",
"hgvs_p": null,
"transcript": "NM_001366041.3",
"protein_id": "NP_001352970.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 303,
"cds_start": null,
"cds_end": null,
"cds_length": 912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366041.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.-439C>T",
"hgvs_p": null,
"transcript": "NM_001319307.3",
"protein_id": "NP_001306236.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 295,
"cds_start": null,
"cds_end": null,
"cds_length": 888,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001319307.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.-484C>T",
"hgvs_p": null,
"transcript": "NM_001366040.3",
"protein_id": "NP_001352969.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 295,
"cds_start": null,
"cds_end": null,
"cds_length": 888,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366040.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.-589C>T",
"hgvs_p": null,
"transcript": "NM_001366042.3",
"protein_id": "NP_001352971.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 295,
"cds_start": null,
"cds_end": null,
"cds_length": 888,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366042.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.-439C>T",
"hgvs_p": null,
"transcript": "NM_001366046.1",
"protein_id": "NP_001352975.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 279,
"cds_start": null,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366046.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.-439C>T",
"hgvs_p": null,
"transcript": "NM_001366037.3",
"protein_id": "NP_001352966.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 261,
"cds_start": null,
"cds_end": null,
"cds_length": 786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366037.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "c.-440C>T",
"hgvs_p": null,
"transcript": "NM_025097.2",
"protein_id": "NP_079373.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 245,
"cds_start": null,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_025097.2"
},
{
"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": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"hgvs_c": "n.31C>T",
"hgvs_p": null,
"transcript": "ENST00000473040.6",
"protein_id": "ENSP00000425434.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000473040.6"
}
],
"gene_symbol": "ABHD18",
"gene_hgnc_id": 26111,
"dbsnp": "rs750671699",
"frequency_reference_population": 0.000016603277,
"hom_count_reference_population": 0,
"allele_count_reference_population": 26,
"gnomad_exomes_af": 0.0000169743,
"gnomad_genomes_af": 0.000013153,
"gnomad_exomes_ac": 24,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6403458118438721,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.786,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9791,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.31,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 1.566,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001366038.3",
"gene_symbol": "ABHD18",
"hgnc_id": 26111,
"effects": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.-771C>T",
"hgvs_p": null
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}