← 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: 11-117289699-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=117289699&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 117289699,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_012104.6",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BACE1",
"gene_hgnc_id": 933,
"hgvs_c": "c.1373T>G",
"hgvs_p": "p.Ile458Arg",
"transcript": "NM_012104.6",
"protein_id": "NP_036236.1",
"transcript_support_level": null,
"aa_start": 458,
"aa_end": null,
"aa_length": 501,
"cds_start": 1373,
"cds_end": null,
"cds_length": 1506,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000313005.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_012104.6"
},
{
"aa_ref": "I",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BACE1",
"gene_hgnc_id": 933,
"hgvs_c": "c.1373T>G",
"hgvs_p": "p.Ile458Arg",
"transcript": "ENST00000313005.11",
"protein_id": "ENSP00000318585.6",
"transcript_support_level": 1,
"aa_start": 458,
"aa_end": null,
"aa_length": 501,
"cds_start": 1373,
"cds_end": null,
"cds_length": 1506,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_012104.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000313005.11"
},
{
"aa_ref": "I",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BACE1",
"gene_hgnc_id": 933,
"hgvs_c": "c.1298T>G",
"hgvs_p": "p.Ile433Arg",
"transcript": "ENST00000513780.5",
"protein_id": "ENSP00000424536.1",
"transcript_support_level": 1,
"aa_start": 433,
"aa_end": null,
"aa_length": 476,
"cds_start": 1298,
"cds_end": null,
"cds_length": 1431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000513780.5"
},
{
"aa_ref": "I",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BACE1",
"gene_hgnc_id": 933,
"hgvs_c": "c.1241T>G",
"hgvs_p": "p.Ile414Arg",
"transcript": "ENST00000445823.6",
"protein_id": "ENSP00000403685.2",
"transcript_support_level": 1,
"aa_start": 414,
"aa_end": null,
"aa_length": 457,
"cds_start": 1241,
"cds_end": null,
"cds_length": 1374,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000445823.6"
},
{
"aa_ref": "I",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BACE1",
"gene_hgnc_id": 933,
"hgvs_c": "c.1166T>G",
"hgvs_p": "p.Ile389Arg",
"transcript": "ENST00000428381.6",
"protein_id": "ENSP00000402228.2",
"transcript_support_level": 1,
"aa_start": 389,
"aa_end": null,
"aa_length": 432,
"cds_start": 1166,
"cds_end": null,
"cds_length": 1299,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000428381.6"
},
{
"aa_ref": "I",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BACE1",
"gene_hgnc_id": 933,
"hgvs_c": "c.1073T>G",
"hgvs_p": "p.Ile358Arg",
"transcript": "ENST00000392937.10",
"protein_id": "ENSP00000475405.1",
"transcript_support_level": 1,
"aa_start": 358,
"aa_end": null,
"aa_length": 401,
"cds_start": 1073,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000392937.10"
},
{
"aa_ref": "I",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BACE1",
"gene_hgnc_id": 933,
"hgvs_c": "c.1298T>G",
"hgvs_p": "p.Ile433Arg",
"transcript": "NM_138972.4",
"protein_id": "NP_620428.1",
"transcript_support_level": null,
"aa_start": 433,
"aa_end": null,
"aa_length": 476,
"cds_start": 1298,
"cds_end": null,
"cds_length": 1431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_138972.4"
},
{
"aa_ref": "I",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BACE1",
"gene_hgnc_id": 933,
"hgvs_c": "c.1271T>G",
"hgvs_p": "p.Ile424Arg",
"transcript": "ENST00000528053.5",
"protein_id": "ENSP00000431848.1",
"transcript_support_level": 5,
"aa_start": 424,
"aa_end": null,
"aa_length": 467,
"cds_start": 1271,
"cds_end": null,
"cds_length": 1404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000528053.5"
},
{
"aa_ref": "I",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BACE1",
"gene_hgnc_id": 933,
"hgvs_c": "c.1241T>G",
"hgvs_p": "p.Ile414Arg",
"transcript": "NM_138971.4",
"protein_id": "NP_620427.1",
"transcript_support_level": null,
"aa_start": 414,
"aa_end": null,
"aa_length": 457,
"cds_start": 1241,
"cds_end": null,
"cds_length": 1374,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_138971.4"
},
{
"aa_ref": "I",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BACE1",
"gene_hgnc_id": 933,
"hgvs_c": "c.1238T>G",
"hgvs_p": "p.Ile413Arg",
"transcript": "ENST00000927849.1",
"protein_id": "ENSP00000597908.1",
"transcript_support_level": null,
"aa_start": 413,
"aa_end": null,
"aa_length": 456,
"cds_start": 1238,
"cds_end": null,
"cds_length": 1371,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927849.1"
},
{
"aa_ref": "I",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BACE1",
"gene_hgnc_id": 933,
"hgvs_c": "c.1235T>G",
"hgvs_p": "p.Ile412Arg",
"transcript": "ENST00000896512.1",
"protein_id": "ENSP00000566571.1",
"transcript_support_level": null,
"aa_start": 412,
"aa_end": null,
"aa_length": 455,
"cds_start": 1235,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896512.1"
},
{
"aa_ref": "I",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BACE1",
"gene_hgnc_id": 933,
"hgvs_c": "c.1166T>G",
"hgvs_p": "p.Ile389Arg",
"transcript": "NM_138973.4",
"protein_id": "NP_620429.1",
"transcript_support_level": null,
"aa_start": 389,
"aa_end": null,
"aa_length": 432,
"cds_start": 1166,
"cds_end": null,
"cds_length": 1299,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_138973.4"
},
{
"aa_ref": "I",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BACE1",
"gene_hgnc_id": 933,
"hgvs_c": "c.1073T>G",
"hgvs_p": "p.Ile358Arg",
"transcript": "NM_001207048.3",
"protein_id": "NP_001193977.1",
"transcript_support_level": null,
"aa_start": 358,
"aa_end": null,
"aa_length": 401,
"cds_start": 1073,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001207048.3"
},
{
"aa_ref": "I",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BACE1",
"gene_hgnc_id": 933,
"hgvs_c": "c.998T>G",
"hgvs_p": "p.Ile333Arg",
"transcript": "NM_001207049.3",
"protein_id": "NP_001193978.1",
"transcript_support_level": null,
"aa_start": 333,
"aa_end": null,
"aa_length": 376,
"cds_start": 998,
"cds_end": null,
"cds_length": 1131,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001207049.3"
},
{
"aa_ref": "I",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BACE1",
"gene_hgnc_id": 933,
"hgvs_c": "c.998T>G",
"hgvs_p": "p.Ile333Arg",
"transcript": "ENST00000510630.5",
"protein_id": "ENSP00000422461.1",
"transcript_support_level": 2,
"aa_start": 333,
"aa_end": null,
"aa_length": 376,
"cds_start": 998,
"cds_end": null,
"cds_length": 1131,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000510630.5"
},
{
"aa_ref": "I",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BACE1",
"gene_hgnc_id": 933,
"hgvs_c": "c.671T>G",
"hgvs_p": "p.Ile224Arg",
"transcript": "NM_001411039.1",
"protein_id": "NP_001397968.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 267,
"cds_start": 671,
"cds_end": null,
"cds_length": 804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001411039.1"
},
{
"aa_ref": "I",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BACE1",
"gene_hgnc_id": 933,
"hgvs_c": "c.671T>G",
"hgvs_p": "p.Ile224Arg",
"transcript": "ENST00000680971.1",
"protein_id": "ENSP00000506107.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 267,
"cds_start": 671,
"cds_end": null,
"cds_length": 804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000680971.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BACE1",
"gene_hgnc_id": 933,
"hgvs_c": "c.*697T>G",
"hgvs_p": null,
"transcript": "ENST00000510915.6",
"protein_id": "ENSP00000475171.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 351,
"cds_start": null,
"cds_end": null,
"cds_length": 1056,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000510915.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BACE1",
"gene_hgnc_id": 933,
"hgvs_c": "c.*99T>G",
"hgvs_p": null,
"transcript": "ENST00000680681.1",
"protein_id": "ENSP00000505419.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 333,
"cds_start": null,
"cds_end": null,
"cds_length": 1002,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000680681.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BACE1",
"gene_hgnc_id": 933,
"hgvs_c": "n.*801T>G",
"hgvs_p": null,
"transcript": "ENST00000514464.2",
"protein_id": "ENSP00000505118.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000514464.2"
},
{
"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": "BACE1-AS",
"gene_hgnc_id": 37125,
"hgvs_c": "n.1247A>C",
"hgvs_p": null,
"transcript": "ENST00000649580.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": "ENST00000649580.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BACE1",
"gene_hgnc_id": 933,
"hgvs_c": "n.1816T>G",
"hgvs_p": null,
"transcript": "ENST00000679585.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": "retained_intron",
"feature": "ENST00000679585.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BACE1",
"gene_hgnc_id": 933,
"hgvs_c": "n.1161T>G",
"hgvs_p": null,
"transcript": "ENST00000680271.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": "ENST00000680271.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BACE1",
"gene_hgnc_id": 933,
"hgvs_c": "n.1179T>G",
"hgvs_p": null,
"transcript": "ENST00000680800.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": "ENST00000680800.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BACE1",
"gene_hgnc_id": 933,
"hgvs_c": "n.634T>G",
"hgvs_p": null,
"transcript": "ENST00000681714.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": "ENST00000681714.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BACE1",
"gene_hgnc_id": 933,
"hgvs_c": "n.576T>G",
"hgvs_p": null,
"transcript": "ENST00000681753.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": "ENST00000681753.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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BACE1-AS",
"gene_hgnc_id": 37125,
"hgvs_c": "n.989A>C",
"hgvs_p": null,
"transcript": "ENST00000717907.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": "ENST00000717907.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BACE1",
"gene_hgnc_id": 933,
"hgvs_c": "n.*801T>G",
"hgvs_p": null,
"transcript": "ENST00000514464.2",
"protein_id": "ENSP00000505118.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000514464.2"
}
],
"gene_symbol": "BACE1",
"gene_hgnc_id": 933,
"dbsnp": "rs369014397",
"frequency_reference_population": 6.8405257e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84053e-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": 0.776787281036377,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.765,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.993,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.26,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.429,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.01,
"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": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_012104.6",
"gene_symbol": "BACE1",
"hgnc_id": 933,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1373T>G",
"hgvs_p": "p.Ile458Arg"
},
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000649580.1",
"gene_symbol": "BACE1-AS",
"hgnc_id": 37125,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.1247A>C",
"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
}