← 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: 19-17405539-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=17405539&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 17405539,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_004335.4",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BST2",
"gene_hgnc_id": 1119,
"hgvs_c": "c.37A>G",
"hgvs_p": "p.Met13Val",
"transcript": "NM_004335.4",
"protein_id": "NP_004326.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 180,
"cds_start": 37,
"cds_end": null,
"cds_length": 543,
"cdna_start": 92,
"cdna_end": null,
"cdna_length": 1001,
"mane_select": "ENST00000252593.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004335.4"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BST2",
"gene_hgnc_id": 1119,
"hgvs_c": "c.37A>G",
"hgvs_p": "p.Met13Val",
"transcript": "ENST00000252593.7",
"protein_id": "ENSP00000252593.6",
"transcript_support_level": 1,
"aa_start": 13,
"aa_end": null,
"aa_length": 180,
"cds_start": 37,
"cds_end": null,
"cds_length": 543,
"cdna_start": 92,
"cdna_end": null,
"cdna_length": 1001,
"mane_select": "NM_004335.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000252593.7"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BST2",
"gene_hgnc_id": 1119,
"hgvs_c": "c.37A>G",
"hgvs_p": "p.Met13Val",
"transcript": "ENST00000860181.1",
"protein_id": "ENSP00000530240.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 180,
"cds_start": 37,
"cds_end": null,
"cds_length": 543,
"cdna_start": 127,
"cdna_end": null,
"cdna_length": 1388,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860181.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BST2",
"gene_hgnc_id": 1119,
"hgvs_c": "c.37A>G",
"hgvs_p": "p.Met13Val",
"transcript": "ENST00000860182.1",
"protein_id": "ENSP00000530241.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 180,
"cds_start": 37,
"cds_end": null,
"cds_length": 543,
"cdna_start": 95,
"cdna_end": null,
"cdna_length": 1006,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860182.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BST2",
"gene_hgnc_id": 1119,
"hgvs_c": "c.37A>G",
"hgvs_p": "p.Met13Val",
"transcript": "ENST00000860184.1",
"protein_id": "ENSP00000530243.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 180,
"cds_start": 37,
"cds_end": null,
"cds_length": 543,
"cdna_start": 64,
"cdna_end": null,
"cdna_length": 1003,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860184.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BST2",
"gene_hgnc_id": 1119,
"hgvs_c": "c.37A>G",
"hgvs_p": "p.Met13Val",
"transcript": "ENST00000860183.1",
"protein_id": "ENSP00000530242.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 179,
"cds_start": 37,
"cds_end": null,
"cds_length": 540,
"cdna_start": 59,
"cdna_end": null,
"cdna_length": 971,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860183.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BST2",
"gene_hgnc_id": 1119,
"hgvs_c": "c.37A>G",
"hgvs_p": "p.Met13Val",
"transcript": "ENST00000860186.1",
"protein_id": "ENSP00000530245.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 179,
"cds_start": 37,
"cds_end": null,
"cds_length": 540,
"cdna_start": 59,
"cdna_end": null,
"cdna_length": 963,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860186.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BST2",
"gene_hgnc_id": 1119,
"hgvs_c": "c.37A>G",
"hgvs_p": "p.Met13Val",
"transcript": "ENST00000860185.1",
"protein_id": "ENSP00000530244.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 169,
"cds_start": 37,
"cds_end": null,
"cds_length": 510,
"cdna_start": 59,
"cdna_end": null,
"cdna_length": 934,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860185.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BST2",
"gene_hgnc_id": 1119,
"hgvs_c": "n.37A>G",
"hgvs_p": null,
"transcript": "ENST00000527220.2",
"protein_id": "ENSP00000505650.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": 879,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000527220.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"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": "BISPR",
"gene_hgnc_id": 51290,
"hgvs_c": "n.-224T>C",
"hgvs_p": null,
"transcript": "ENST00000635435.2",
"protein_id": null,
"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": 1269,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000635435.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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MVB12A",
"gene_hgnc_id": 25153,
"hgvs_c": "c.-639T>C",
"hgvs_p": null,
"transcript": "NM_001304547.2",
"protein_id": "NP_001291476.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 181,
"cds_start": null,
"cds_end": null,
"cds_length": 546,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1322,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001304547.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": "MVB12A",
"gene_hgnc_id": 25153,
"hgvs_c": "c.-457T>C",
"hgvs_p": null,
"transcript": "ENST00000528604.5",
"protein_id": "ENSP00000435052.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 132,
"cds_start": null,
"cds_end": null,
"cds_length": 401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 656,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000528604.5"
},
{
"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": "MVB12A",
"gene_hgnc_id": 25153,
"hgvs_c": "c.-639T>C",
"hgvs_p": null,
"transcript": "ENST00000528911.5",
"protein_id": "ENSP00000433280.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 120,
"cds_start": null,
"cds_end": null,
"cds_length": 364,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 820,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000528911.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"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": "BISPR",
"gene_hgnc_id": 51290,
"hgvs_c": "n.-171T>C",
"hgvs_p": null,
"transcript": "ENST00000634291.2",
"protein_id": null,
"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": 583,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000634291.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"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": "BISPR",
"gene_hgnc_id": 51290,
"hgvs_c": "n.-204T>C",
"hgvs_p": null,
"transcript": "ENST00000634675.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": 1806,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000634675.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BISPR",
"gene_hgnc_id": 51290,
"hgvs_c": "n.-237T>C",
"hgvs_p": null,
"transcript": "ENST00000634731.2",
"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": 619,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000634731.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BISPR",
"gene_hgnc_id": 51290,
"hgvs_c": "n.-205T>C",
"hgvs_p": null,
"transcript": "ENST00000634813.1",
"protein_id": null,
"transcript_support_level": 4,
"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": 456,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000634813.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"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": "BISPR",
"gene_hgnc_id": 51290,
"hgvs_c": "n.-164T>C",
"hgvs_p": null,
"transcript": "ENST00000635060.2",
"protein_id": null,
"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": 1831,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000635060.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BISPR",
"gene_hgnc_id": 51290,
"hgvs_c": "n.-239T>C",
"hgvs_p": null,
"transcript": "ENST00000635339.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": 493,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000635339.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"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": "BISPR",
"gene_hgnc_id": 51290,
"hgvs_c": "n.-155T>C",
"hgvs_p": null,
"transcript": "ENST00000635536.2",
"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": 2070,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000635536.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"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": "BISPR",
"gene_hgnc_id": 51290,
"hgvs_c": "n.-202T>C",
"hgvs_p": null,
"transcript": "ENST00000635572.1",
"protein_id": null,
"transcript_support_level": 4,
"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": 647,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000635572.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BISPR",
"gene_hgnc_id": 51290,
"hgvs_c": "n.-183T>C",
"hgvs_p": null,
"transcript": "ENST00000645298.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": 946,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000645298.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BISPR",
"gene_hgnc_id": 51290,
"hgvs_c": "n.-147T>C",
"hgvs_p": null,
"transcript": "ENST00000646744.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": 452,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000646744.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BISPR",
"gene_hgnc_id": 51290,
"hgvs_c": "n.-210T>C",
"hgvs_p": null,
"transcript": "ENST00000647283.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": 1633,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000647283.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BISPR",
"gene_hgnc_id": 51290,
"hgvs_c": "n.-147T>C",
"hgvs_p": null,
"transcript": "NR_130765.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": 1969,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_130765.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"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": "BISPR",
"gene_hgnc_id": 51290,
"hgvs_c": "n.-147T>C",
"hgvs_p": null,
"transcript": "NR_130766.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": 1861,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_130766.1"
}
],
"gene_symbol": "BST2",
"gene_hgnc_id": 1119,
"dbsnp": null,
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.1986410915851593,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.1,
"revel_prediction": "Benign",
"alphamissense_score": 0.0849,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.44,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.087,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_004335.4",
"gene_symbol": "BST2",
"hgnc_id": 1119,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.37A>G",
"hgvs_p": "p.Met13Val"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001304547.2",
"gene_symbol": "MVB12A",
"hgnc_id": 25153,
"effects": [
"upstream_gene_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.-639T>C",
"hgvs_p": null
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000635435.2",
"gene_symbol": "BISPR",
"hgnc_id": 51290,
"effects": [
"upstream_gene_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.-224T>C",
"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
}