← 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-43691032-G-GGA (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=43691032&ref=G&alt=GGA&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 43691032,
"ref": "G",
"alt": "GGA",
"effect": "splice_donor_variant,intron_variant",
"transcript": "NM_016006.6",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "R?",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD5",
"gene_hgnc_id": 21396,
"hgvs_c": "c.36_37insAG",
"hgvs_p": "p.Thr13fs",
"transcript": "ENST00000644371.2",
"protein_id": "ENSP00000495778.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 349,
"cds_start": 37,
"cds_end": null,
"cds_length": 1050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_016006.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644371.2"
},
{
"aa_ref": "T",
"aa_alt": "R?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD5",
"gene_hgnc_id": 21396,
"hgvs_c": "c.36_37insAG",
"hgvs_p": "p.Thr13fs",
"transcript": "ENST00000458276.7",
"protein_id": "ENSP00000390849.3",
"transcript_support_level": 1,
"aa_start": 13,
"aa_end": null,
"aa_length": 278,
"cds_start": 37,
"cds_end": null,
"cds_length": 837,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000458276.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ABHD5",
"gene_hgnc_id": 21396,
"hgvs_c": "c.46_47dupAG",
"hgvs_p": null,
"transcript": "NM_016006.6",
"protein_id": "NP_057090.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 349,
"cds_start": null,
"cds_end": null,
"cds_length": 1050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000644371.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_016006.6"
},
{
"aa_ref": "T",
"aa_alt": "R?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD5",
"gene_hgnc_id": 21396,
"hgvs_c": "c.36_37insAG",
"hgvs_p": "p.Thr13fs",
"transcript": "ENST00000967519.1",
"protein_id": "ENSP00000637578.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 349,
"cds_start": 37,
"cds_end": null,
"cds_length": 1050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967519.1"
},
{
"aa_ref": "T",
"aa_alt": "R?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD5",
"gene_hgnc_id": 21396,
"hgvs_c": "c.36_37insAG",
"hgvs_p": "p.Thr13fs",
"transcript": "ENST00000910935.1",
"protein_id": "ENSP00000580994.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 280,
"cds_start": 37,
"cds_end": null,
"cds_length": 843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910935.1"
},
{
"aa_ref": "T",
"aa_alt": "R?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD5",
"gene_hgnc_id": 21396,
"hgvs_c": "c.36_37insAG",
"hgvs_p": "p.Thr13fs",
"transcript": "ENST00000967520.1",
"protein_id": "ENSP00000637579.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 260,
"cds_start": 37,
"cds_end": null,
"cds_length": 783,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967520.1"
},
{
"aa_ref": "T",
"aa_alt": "R?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD5",
"gene_hgnc_id": 21396,
"hgvs_c": "c.36_37insAG",
"hgvs_p": "p.Thr13fs",
"transcript": "ENST00000910934.1",
"protein_id": "ENSP00000580993.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 196,
"cds_start": 37,
"cds_end": null,
"cds_length": 591,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910934.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ANO10",
"gene_hgnc_id": 25519,
"hgvs_c": "c.-12+483_-12+484dupTC",
"hgvs_p": null,
"transcript": "NM_001346468.2",
"protein_id": "NP_001333397.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 660,
"cds_start": null,
"cds_end": null,
"cds_length": 1983,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001346468.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ANO10",
"gene_hgnc_id": 25519,
"hgvs_c": "c.-178+483_-178+484dupTC",
"hgvs_p": null,
"transcript": "ENST00000910680.1",
"protein_id": "ENSP00000580739.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 660,
"cds_start": null,
"cds_end": null,
"cds_length": 1983,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910680.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ANO10",
"gene_hgnc_id": 25519,
"hgvs_c": "c.-12+483_-12+484dupTC",
"hgvs_p": null,
"transcript": "NM_001346469.2",
"protein_id": "NP_001333398.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 594,
"cds_start": null,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001346469.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ABHD5",
"gene_hgnc_id": 21396,
"hgvs_c": "c.46_47dupAG",
"hgvs_p": null,
"transcript": "NM_001355186.2",
"protein_id": "NP_001342115.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 349,
"cds_start": null,
"cds_end": null,
"cds_length": 1050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001355186.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ABHD5",
"gene_hgnc_id": 21396,
"hgvs_c": "c.46_47dupAG",
"hgvs_p": null,
"transcript": "NM_001365650.1",
"protein_id": "NP_001352579.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 278,
"cds_start": null,
"cds_end": null,
"cds_length": 837,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365650.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ANO10",
"gene_hgnc_id": 25519,
"hgvs_c": "c.-12+483_-12+484dupTC",
"hgvs_p": null,
"transcript": "ENST00000413397.5",
"protein_id": "ENSP00000399103.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 139,
"cds_start": null,
"cds_end": null,
"cds_length": 422,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000413397.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ANO10",
"gene_hgnc_id": 25519,
"hgvs_c": "c.-106+483_-106+484dupTC",
"hgvs_p": null,
"transcript": "ENST00000439141.5",
"protein_id": "ENSP00000397360.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 133,
"cds_start": null,
"cds_end": null,
"cds_length": 402,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000439141.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ABHD5",
"gene_hgnc_id": 21396,
"hgvs_c": "c.-77+318_-77+319insAG",
"hgvs_p": null,
"transcript": "ENST00000456453.5",
"protein_id": "ENSP00000391582.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 125,
"cds_start": null,
"cds_end": null,
"cds_length": 380,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000456453.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ABHD5",
"gene_hgnc_id": 21396,
"hgvs_c": "c.46_47dupAG",
"hgvs_p": null,
"transcript": "XM_047448243.1",
"protein_id": "XP_047304199.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 349,
"cds_start": null,
"cds_end": null,
"cds_length": 1050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448243.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD5",
"gene_hgnc_id": 21396,
"hgvs_c": "n.36_37insAG",
"hgvs_p": null,
"transcript": "ENST00000013894.3",
"protein_id": "ENSP00000013894.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000013894.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD5",
"gene_hgnc_id": 21396,
"hgvs_c": "n.137_138insAG",
"hgvs_p": null,
"transcript": "ENST00000486764.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000486764.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD5",
"gene_hgnc_id": 21396,
"hgvs_c": "n.36_37insAG",
"hgvs_p": null,
"transcript": "ENST00000643140.1",
"protein_id": "ENSP00000495588.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000643140.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD5",
"gene_hgnc_id": 21396,
"hgvs_c": "n.36_37insAG",
"hgvs_p": null,
"transcript": "ENST00000643477.1",
"protein_id": "ENSP00000496220.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000643477.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD5",
"gene_hgnc_id": 21396,
"hgvs_c": "n.36_37insAG",
"hgvs_p": null,
"transcript": "ENST00000643500.1",
"protein_id": "ENSP00000494735.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000643500.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD5",
"gene_hgnc_id": 21396,
"hgvs_c": "n.36_37insAG",
"hgvs_p": null,
"transcript": "ENST00000646378.1",
"protein_id": "ENSP00000495826.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000646378.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD5",
"gene_hgnc_id": 21396,
"hgvs_c": "n.36_37insAG",
"hgvs_p": null,
"transcript": "ENST00000646799.1",
"protein_id": "ENSP00000494829.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000646799.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD5",
"gene_hgnc_id": 21396,
"hgvs_c": "n.36_37insAG",
"hgvs_p": null,
"transcript": "ENST00000649763.1",
"protein_id": "ENSP00000497701.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000649763.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ANO10",
"gene_hgnc_id": 25519,
"hgvs_c": "n.56+483_56+484dupTC",
"hgvs_p": null,
"transcript": "ENST00000495772.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000495772.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ABHD5",
"gene_hgnc_id": 21396,
"hgvs_c": "n.95+826_95+827insAG",
"hgvs_p": null,
"transcript": "ENST00000643520.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000643520.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ABHD5",
"gene_hgnc_id": 21396,
"hgvs_c": "n.169_170dupAG",
"hgvs_p": null,
"transcript": "NR_158560.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_158560.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ABHD5",
"gene_hgnc_id": 21396,
"hgvs_c": "n.169_170dupAG",
"hgvs_p": null,
"transcript": "XR_007095689.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007095689.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ABHD5",
"gene_hgnc_id": 21396,
"hgvs_c": "n.169_170dupAG",
"hgvs_p": null,
"transcript": "XR_007095690.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007095690.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ABHD5",
"gene_hgnc_id": 21396,
"hgvs_c": "n.169_170dupAG",
"hgvs_p": null,
"transcript": "XR_007095691.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007095691.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO10",
"gene_hgnc_id": 25519,
"hgvs_c": "c.-509_-508dupTC",
"hgvs_p": null,
"transcript": "ENST00000970565.1",
"protein_id": "ENSP00000640624.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 660,
"cds_start": null,
"cds_end": null,
"cds_length": 1983,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970565.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD5",
"gene_hgnc_id": 21396,
"hgvs_c": "c.-554_-553insGA",
"hgvs_p": null,
"transcript": "NM_001365649.1",
"protein_id": "NP_001352578.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 308,
"cds_start": null,
"cds_end": null,
"cds_length": 927,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365649.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD5",
"gene_hgnc_id": 21396,
"hgvs_c": "c.-554_-553insGA",
"hgvs_p": null,
"transcript": "ENST00000454293.2",
"protein_id": "ENSP00000412014.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 308,
"cds_start": null,
"cds_end": null,
"cds_length": 927,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000454293.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABHD5",
"gene_hgnc_id": 21396,
"hgvs_c": "c.-554_-553insGA",
"hgvs_p": null,
"transcript": "ENST00000642351.1",
"protein_id": "ENSP00000494478.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 308,
"cds_start": null,
"cds_end": null,
"cds_length": 927,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000642351.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO10",
"gene_hgnc_id": 25519,
"hgvs_c": "c.-525_-524dupTC",
"hgvs_p": null,
"transcript": "ENST00000428831.1",
"protein_id": "ENSP00000406712.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 111,
"cds_start": null,
"cds_end": null,
"cds_length": 337,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000428831.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO10",
"gene_hgnc_id": 25519,
"hgvs_c": "c.-596_-595dupTC",
"hgvs_p": null,
"transcript": "ENST00000436073.1",
"protein_id": "ENSP00000404988.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 37,
"cds_start": null,
"cds_end": null,
"cds_length": 116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000436073.1"
}
],
"gene_symbol": "ABHD5",
"gene_hgnc_id": 21396,
"dbsnp": "rs387906336",
"frequency_reference_population": 7.0999533e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 7.09995e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": -0.057,
"phylop100way_prediction": "Benign",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PVS1_Moderate,PM2",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PVS1_Moderate",
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_016006.6",
"gene_symbol": "ABHD5",
"hgnc_id": 21396,
"effects": [
"splice_donor_variant",
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.46_47dupAG",
"hgvs_p": null
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001346468.2",
"gene_symbol": "ANO10",
"hgnc_id": 25519,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.-12+483_-12+484dupTC",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}