← 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: 1-155235777-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=155235777&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PM1",
"PM2",
"PM5",
"PP2",
"PP3_Strong"
],
"effects": [
"missense_variant"
],
"gene_symbol": "GBA1",
"hgnc_id": 4177,
"hgvs_c": "c.1292A>C",
"hgvs_p": "p.Asn431Thr",
"inheritance_mode": "AD,AR",
"pathogenic_score": 11,
"score": 11,
"transcript": "NM_000157.4",
"verdict": "Pathogenic"
}
],
"acmg_classification": "Pathogenic",
"acmg_criteria": "PM1,PM2,PM5,PP2,PP3_Strong",
"acmg_score": 11,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": 0.3661,
"alt": "G",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Uncertain_significance",
"bayesdelnoaf_score": 0.09,
"chr": "1",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": "Pathogenic",
"computational_score_selected": 0.9471681714057922,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 536,
"aa_ref": "N",
"aa_start": 431,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2291,
"cdna_start": 1429,
"cds_end": null,
"cds_length": 1611,
"cds_start": 1292,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "NM_000157.4",
"gene_hgnc_id": 4177,
"gene_symbol": "GBA1",
"hgvs_c": "c.1292A>C",
"hgvs_p": "p.Asn431Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000368373.8",
"protein_coding": true,
"protein_id": "NP_000148.2",
"strand": false,
"transcript": "NM_000157.4",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 536,
"aa_ref": "N",
"aa_start": 431,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 2291,
"cdna_start": 1429,
"cds_end": null,
"cds_length": 1611,
"cds_start": 1292,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000368373.8",
"gene_hgnc_id": 4177,
"gene_symbol": "GBA1",
"hgvs_c": "c.1292A>C",
"hgvs_p": "p.Asn431Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_000157.4",
"protein_coding": true,
"protein_id": "ENSP00000357357.3",
"strand": false,
"transcript": "ENST00000368373.8",
"transcript_support_level": 1
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 536,
"aa_ref": "N",
"aa_start": 431,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2387,
"cdna_start": 1525,
"cds_end": null,
"cds_length": 1611,
"cds_start": 1292,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000327247.9",
"gene_hgnc_id": 4177,
"gene_symbol": "GBA1",
"hgvs_c": "c.1292A>C",
"hgvs_p": "p.Asn431Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000314508.5",
"strand": false,
"transcript": "ENST00000327247.9",
"transcript_support_level": 1
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 558,
"aa_ref": "N",
"aa_start": 453,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2411,
"cdna_start": 1550,
"cds_end": null,
"cds_length": 1677,
"cds_start": 1358,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000948997.1",
"gene_hgnc_id": 4177,
"gene_symbol": "GBA1",
"hgvs_c": "c.1358A>C",
"hgvs_p": "p.Asn453Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000619056.1",
"strand": false,
"transcript": "ENST00000948997.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 543,
"aa_ref": "N",
"aa_start": 431,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2402,
"cdna_start": 1520,
"cds_end": null,
"cds_length": 1632,
"cds_start": 1292,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000852365.1",
"gene_hgnc_id": 4177,
"gene_symbol": "GBA1",
"hgvs_c": "c.1292A>C",
"hgvs_p": "p.Asn431Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000522424.1",
"strand": false,
"transcript": "ENST00000852365.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 543,
"aa_ref": "N",
"aa_start": 431,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2289,
"cdna_start": 1406,
"cds_end": null,
"cds_length": 1632,
"cds_start": 1292,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000852367.1",
"gene_hgnc_id": 4177,
"gene_symbol": "GBA1",
"hgvs_c": "c.1292A>C",
"hgvs_p": "p.Asn431Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000522426.1",
"strand": false,
"transcript": "ENST00000852367.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 536,
"aa_ref": "N",
"aa_start": 431,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2344,
"cdna_start": 1482,
"cds_end": null,
"cds_length": 1611,
"cds_start": 1292,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "NM_001005741.3",
"gene_hgnc_id": 4177,
"gene_symbol": "GBA1",
"hgvs_c": "c.1292A>C",
"hgvs_p": "p.Asn431Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001005741.1",
"strand": false,
"transcript": "NM_001005741.3",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 536,
"aa_ref": "N",
"aa_start": 431,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2325,
"cdna_start": 1463,
"cds_end": null,
"cds_length": 1611,
"cds_start": 1292,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "NM_001005742.3",
"gene_hgnc_id": 4177,
"gene_symbol": "GBA1",
"hgvs_c": "c.1292A>C",
"hgvs_p": "p.Asn431Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001005742.1",
"strand": false,
"transcript": "NM_001005742.3",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 536,
"aa_ref": "N",
"aa_start": 431,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2407,
"cdna_start": 1546,
"cds_end": null,
"cds_length": 1611,
"cds_start": 1292,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000852359.1",
"gene_hgnc_id": 4177,
"gene_symbol": "GBA1",
"hgvs_c": "c.1292A>C",
"hgvs_p": "p.Asn431Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000522418.1",
"strand": false,
"transcript": "ENST00000852359.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 536,
"aa_ref": "N",
"aa_start": 431,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2402,
"cdna_start": 1535,
"cds_end": null,
"cds_length": 1611,
"cds_start": 1292,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000852360.1",
"gene_hgnc_id": 4177,
"gene_symbol": "GBA1",
"hgvs_c": "c.1292A>C",
"hgvs_p": "p.Asn431Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000522419.1",
"strand": false,
"transcript": "ENST00000852360.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 536,
"aa_ref": "N",
"aa_start": 431,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2385,
"cdna_start": 1524,
"cds_end": null,
"cds_length": 1611,
"cds_start": 1292,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000852361.1",
"gene_hgnc_id": 4177,
"gene_symbol": "GBA1",
"hgvs_c": "c.1292A>C",
"hgvs_p": "p.Asn431Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000522420.1",
"strand": false,
"transcript": "ENST00000852361.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 536,
"aa_ref": "N",
"aa_start": 431,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2518,
"cdna_start": 1653,
"cds_end": null,
"cds_length": 1611,
"cds_start": 1292,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000852362.1",
"gene_hgnc_id": 4177,
"gene_symbol": "GBA1",
"hgvs_c": "c.1292A>C",
"hgvs_p": "p.Asn431Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000522421.1",
"strand": false,
"transcript": "ENST00000852362.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 536,
"aa_ref": "N",
"aa_start": 431,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2511,
"cdna_start": 1649,
"cds_end": null,
"cds_length": 1611,
"cds_start": 1292,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000852363.1",
"gene_hgnc_id": 4177,
"gene_symbol": "GBA1",
"hgvs_c": "c.1292A>C",
"hgvs_p": "p.Asn431Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000522422.1",
"strand": false,
"transcript": "ENST00000852363.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 536,
"aa_ref": "N",
"aa_start": 431,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2488,
"cdna_start": 1626,
"cds_end": null,
"cds_length": 1611,
"cds_start": 1292,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000852366.1",
"gene_hgnc_id": 4177,
"gene_symbol": "GBA1",
"hgvs_c": "c.1292A>C",
"hgvs_p": "p.Asn431Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000522425.1",
"strand": false,
"transcript": "ENST00000852366.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 536,
"aa_ref": "N",
"aa_start": 431,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2507,
"cdna_start": 1646,
"cds_end": null,
"cds_length": 1611,
"cds_start": 1292,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000948996.1",
"gene_hgnc_id": 4177,
"gene_symbol": "GBA1",
"hgvs_c": "c.1292A>C",
"hgvs_p": "p.Asn431Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000619055.1",
"strand": false,
"transcript": "ENST00000948996.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 535,
"aa_ref": "N",
"aa_start": 430,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2301,
"cdna_start": 1440,
"cds_end": null,
"cds_length": 1608,
"cds_start": 1289,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000948998.1",
"gene_hgnc_id": 4177,
"gene_symbol": "GBA1",
"hgvs_c": "c.1289A>C",
"hgvs_p": "p.Asn430Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000619057.1",
"strand": false,
"transcript": "ENST00000948998.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 487,
"aa_ref": "N",
"aa_start": 382,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2144,
"cdna_start": 1282,
"cds_end": null,
"cds_length": 1464,
"cds_start": 1145,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_001171812.2",
"gene_hgnc_id": 4177,
"gene_symbol": "GBA1",
"hgvs_c": "c.1145A>C",
"hgvs_p": "p.Asn382Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001165283.1",
"strand": false,
"transcript": "NM_001171812.2",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 487,
"aa_ref": "N",
"aa_start": 382,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2063,
"cdna_start": 1308,
"cds_end": null,
"cds_length": 1464,
"cds_start": 1145,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000427500.7",
"gene_hgnc_id": 4177,
"gene_symbol": "GBA1",
"hgvs_c": "c.1145A>C",
"hgvs_p": "p.Asn382Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000402577.2",
"strand": false,
"transcript": "ENST00000427500.7",
"transcript_support_level": 2
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 449,
"aa_ref": "N",
"aa_start": 344,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2161,
"cdna_start": 1299,
"cds_end": null,
"cds_length": 1350,
"cds_start": 1031,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_001171811.2",
"gene_hgnc_id": 4177,
"gene_symbol": "GBA1",
"hgvs_c": "c.1031A>C",
"hgvs_p": "p.Asn344Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001165282.1",
"strand": false,
"transcript": "NM_001171811.2",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 449,
"aa_ref": "N",
"aa_start": 344,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1817,
"cdna_start": 1371,
"cds_end": null,
"cds_length": 1350,
"cds_start": 1031,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000428024.3",
"gene_hgnc_id": 4177,
"gene_symbol": "GBA1",
"hgvs_c": "c.1031A>C",
"hgvs_p": "p.Asn344Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000397986.2",
"strand": false,
"transcript": "ENST00000428024.3",
"transcript_support_level": 2
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 423,
"aa_ref": "N",
"aa_start": 318,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2461,
"cdna_start": 1600,
"cds_end": null,
"cds_length": 1272,
"cds_start": 953,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000852364.1",
"gene_hgnc_id": 4177,
"gene_symbol": "GBA1",
"hgvs_c": "c.953A>C",
"hgvs_p": "p.Asn318Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000522423.1",
"strand": false,
"transcript": "ENST00000852364.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 423,
"aa_ref": "N",
"aa_start": 318,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1484,
"cdna_start": 1103,
"cds_end": null,
"cds_length": 1272,
"cds_start": 953,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000852368.1",
"gene_hgnc_id": 4177,
"gene_symbol": "GBA1",
"hgvs_c": "c.953A>C",
"hgvs_p": "p.Asn318Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000522427.1",
"strand": false,
"transcript": "ENST00000852368.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 559,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000464536.1",
"gene_hgnc_id": 4177,
"gene_symbol": "GBA1",
"hgvs_c": "n.59A>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000464536.1",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1005,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000478472.1",
"gene_hgnc_id": 4177,
"gene_symbol": "GBA1",
"hgvs_c": "n.283A>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000478472.1",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 749,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 7,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000484489.5",
"gene_hgnc_id": 4177,
"gene_symbol": "GBA1",
"hgvs_c": "n.451A>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000484489.5",
"transcript_support_level": 5
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs77738682",
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 4177,
"gene_symbol": "GBA1",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Uncertain_significance",
"phylop100way_score": 7.272,
"pos": 155235777,
"ref": "T",
"revel_prediction": "Pathogenic",
"revel_score": 0.866,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_000157.4"
}
]
}