← 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-116943263-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=116943263&ref=A&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "11",
"pos": 116943263,
"ref": "A",
"alt": "G",
"effect": "intron_variant",
"transcript": "ENST00000445177.6",
"consequences": [
{
"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": 25,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SIK3",
"gene_hgnc_id": 29165,
"hgvs_c": "c.454+10781T>C",
"hgvs_p": null,
"transcript": "NM_001366686.3",
"protein_id": "NP_001353615.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1369,
"cds_start": -4,
"cds_end": null,
"cds_length": 4110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6364,
"mane_select": "ENST00000445177.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SIK3",
"gene_hgnc_id": 29165,
"hgvs_c": "c.454+10781T>C",
"hgvs_p": null,
"transcript": "ENST00000445177.6",
"protein_id": "ENSP00000391295.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1369,
"cds_start": -4,
"cds_end": null,
"cds_length": 4110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6364,
"mane_select": "NM_001366686.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 24,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SIK3",
"gene_hgnc_id": 29165,
"hgvs_c": "c.454+10781T>C",
"hgvs_p": null,
"transcript": "ENST00000446921.6",
"protein_id": "ENSP00000390442.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1261,
"cds_start": -4,
"cds_end": null,
"cds_length": 3786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3858,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 25,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SIK3",
"gene_hgnc_id": 29165,
"hgvs_c": "n.434+6870T>C",
"hgvs_p": null,
"transcript": "ENST00000415541.5",
"protein_id": "ENSP00000392761.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3816,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SIK3",
"gene_hgnc_id": 29165,
"hgvs_c": "n.344+10781T>C",
"hgvs_p": null,
"transcript": "ENST00000485363.1",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 764,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 24,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SIK3",
"gene_hgnc_id": 29165,
"hgvs_c": "c.454+10781T>C",
"hgvs_p": null,
"transcript": "NM_025164.6",
"protein_id": "NP_079440.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1321,
"cds_start": -4,
"cds_end": null,
"cds_length": 3966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6212,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 24,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SIK3",
"gene_hgnc_id": 29165,
"hgvs_c": "c.454+10781T>C",
"hgvs_p": null,
"transcript": "ENST00000375300.6",
"protein_id": "ENSP00000364449.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 1321,
"cds_start": -4,
"cds_end": null,
"cds_length": 3966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6207,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 24,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SIK3",
"gene_hgnc_id": 29165,
"hgvs_c": "c.454+10781T>C",
"hgvs_p": null,
"transcript": "NM_001281749.3",
"protein_id": "NP_001268678.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1261,
"cds_start": -4,
"cds_end": null,
"cds_length": 3786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6032,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 25,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SIK3",
"gene_hgnc_id": 29165,
"hgvs_c": "c.-24+6870T>C",
"hgvs_p": null,
"transcript": "NM_001281748.3",
"protein_id": "NP_001268677.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1102,
"cds_start": -4,
"cds_end": null,
"cds_length": 3309,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6156,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank_end": null,
"gene_symbol": "SIK3",
"gene_hgnc_id": 29165,
"hgvs_c": "c.160+10781T>C",
"hgvs_p": null,
"transcript": "ENST00000413553.1",
"protein_id": "ENSP00000414347.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 505,
"cds_start": -4,
"cds_end": null,
"cds_length": 1518,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3054,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank_end": null,
"gene_symbol": "SIK3",
"gene_hgnc_id": 29165,
"hgvs_c": "c.454+10781T>C",
"hgvs_p": null,
"transcript": "NM_001366687.1",
"protein_id": "NP_001353616.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": -4,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1115,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SIK3",
"gene_hgnc_id": 29165,
"hgvs_c": "n.181+10781T>C",
"hgvs_p": null,
"transcript": "ENST00000497049.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 715,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 24,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SIK3",
"gene_hgnc_id": 29165,
"hgvs_c": "c.454+10781T>C",
"hgvs_p": null,
"transcript": "XM_047426671.1",
"protein_id": "XP_047282627.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1369,
"cds_start": -4,
"cds_end": null,
"cds_length": 4110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4142,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 24,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SIK3",
"gene_hgnc_id": 29165,
"hgvs_c": "c.454+10781T>C",
"hgvs_p": null,
"transcript": "XM_005271482.5",
"protein_id": "XP_005271539.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1321,
"cds_start": -4,
"cds_end": null,
"cds_length": 3966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6220,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 25,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SIK3",
"gene_hgnc_id": 29165,
"hgvs_c": "c.454+10781T>C",
"hgvs_p": null,
"transcript": "XM_011542722.2",
"protein_id": "XP_011541024.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1309,
"cds_start": -4,
"cds_end": null,
"cds_length": 3930,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6184,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 23,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SIK3",
"gene_hgnc_id": 29165,
"hgvs_c": "c.454+10781T>C",
"hgvs_p": null,
"transcript": "XM_047426672.1",
"protein_id": "XP_047282628.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1273,
"cds_start": -4,
"cds_end": null,
"cds_length": 3822,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6076,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 24,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SIK3",
"gene_hgnc_id": 29165,
"hgvs_c": "c.454+10781T>C",
"hgvs_p": null,
"transcript": "XM_005271484.4",
"protein_id": "XP_005271541.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1261,
"cds_start": -4,
"cds_end": null,
"cds_length": 3786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6040,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 23,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SIK3",
"gene_hgnc_id": 29165,
"hgvs_c": "c.454+10781T>C",
"hgvs_p": null,
"transcript": "XM_017017424.2",
"protein_id": "XP_016872913.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1213,
"cds_start": -4,
"cds_end": null,
"cds_length": 3642,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5896,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 25,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SIK3",
"gene_hgnc_id": 29165,
"hgvs_c": "c.-24+6451T>C",
"hgvs_p": null,
"transcript": "XM_011542723.3",
"protein_id": "XP_011541025.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1210,
"cds_start": -4,
"cds_end": null,
"cds_length": 3633,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6237,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SIK3",
"gene_hgnc_id": 29165,
"hgvs_c": "c.-24+6870T>C",
"hgvs_p": null,
"transcript": "XM_011542724.3",
"protein_id": "XP_011541026.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1210,
"cds_start": -4,
"cds_end": null,
"cds_length": 3633,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6091,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 23,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SIK3",
"gene_hgnc_id": 29165,
"hgvs_c": "c.-24+13685T>C",
"hgvs_p": null,
"transcript": "XM_011542725.3",
"protein_id": "XP_011541027.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1210,
"cds_start": -4,
"cds_end": null,
"cds_length": 3633,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5971,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 25,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SIK3",
"gene_hgnc_id": 29165,
"hgvs_c": "c.-24+6451T>C",
"hgvs_p": null,
"transcript": "XM_017017425.2",
"protein_id": "XP_016872914.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1210,
"cds_start": -4,
"cds_end": null,
"cds_length": 3633,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9376,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 23,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SIK3",
"gene_hgnc_id": 29165,
"hgvs_c": "c.-24+6451T>C",
"hgvs_p": null,
"transcript": "XM_017017426.2",
"protein_id": "XP_016872915.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1210,
"cds_start": -4,
"cds_end": null,
"cds_length": 3633,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6306,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SIK3",
"gene_hgnc_id": 29165,
"hgvs_c": "c.454+10781T>C",
"hgvs_p": null,
"transcript": "XM_011542726.2",
"protein_id": "XP_011541028.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 660,
"cds_start": -4,
"cds_end": null,
"cds_length": 1983,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2563,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SIK3",
"gene_hgnc_id": 29165,
"hgvs_c": "c.454+10781T>C",
"hgvs_p": null,
"transcript": "XM_047426674.1",
"protein_id": "XP_047282630.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 290,
"cds_start": -4,
"cds_end": null,
"cds_length": 873,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2085,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank_end": null,
"gene_symbol": "SIK3",
"gene_hgnc_id": 29165,
"hgvs_c": "c.454+10781T>C",
"hgvs_p": null,
"transcript": "XM_047426675.1",
"protein_id": "XP_047282631.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 213,
"cds_start": -4,
"cds_end": null,
"cds_length": 642,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2029,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank_end": null,
"gene_symbol": "SIK3",
"gene_hgnc_id": 29165,
"hgvs_c": "c.454+10781T>C",
"hgvs_p": null,
"transcript": "XM_047426676.1",
"protein_id": "XP_047282632.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 211,
"cds_start": -4,
"cds_end": null,
"cds_length": 636,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3769,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SIK3",
"gene_hgnc_id": 29165,
"dbsnp": "rs12292858",
"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.7599999904632568,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.76,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.28,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000445177.6",
"gene_symbol": "SIK3",
"hgnc_id": 29165,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR,AD,Unknown",
"hgvs_c": "c.454+10781T>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
}