← 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: 17-55031235-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=55031235&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 55031235,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001398481.1",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP4",
"gene_hgnc_id": 19694,
"hgvs_c": "c.734C>G",
"hgvs_p": "p.Ala245Gly",
"transcript": "NM_178509.6",
"protein_id": "NP_848604.3",
"transcript_support_level": null,
"aa_start": 245,
"aa_end": null,
"aa_length": 553,
"cds_start": 734,
"cds_end": null,
"cds_length": 1662,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000376352.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_178509.6"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP4",
"gene_hgnc_id": 19694,
"hgvs_c": "c.734C>G",
"hgvs_p": "p.Ala245Gly",
"transcript": "ENST00000376352.6",
"protein_id": "ENSP00000365530.2",
"transcript_support_level": 2,
"aa_start": 245,
"aa_end": null,
"aa_length": 553,
"cds_start": 734,
"cds_end": null,
"cds_length": 1662,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_178509.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000376352.6"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP4",
"gene_hgnc_id": 19694,
"hgvs_c": "c.734C>G",
"hgvs_p": "p.Ala245Gly",
"transcript": "ENST00000434978.6",
"protein_id": "ENSP00000391087.2",
"transcript_support_level": 1,
"aa_start": 245,
"aa_end": null,
"aa_length": 531,
"cds_start": 734,
"cds_end": null,
"cds_length": 1596,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000434978.6"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP4",
"gene_hgnc_id": 19694,
"hgvs_c": "c.509C>G",
"hgvs_p": "p.Ala170Gly",
"transcript": "ENST00000398391.6",
"protein_id": "ENSP00000381427.2",
"transcript_support_level": 1,
"aa_start": 170,
"aa_end": null,
"aa_length": 245,
"cds_start": 509,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000398391.6"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP4",
"gene_hgnc_id": 19694,
"hgvs_c": "c.782C>G",
"hgvs_p": "p.Ala261Gly",
"transcript": "ENST00000942650.1",
"protein_id": "ENSP00000612709.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 569,
"cds_start": 782,
"cds_end": null,
"cds_length": 1710,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942650.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP4",
"gene_hgnc_id": 19694,
"hgvs_c": "c.740C>G",
"hgvs_p": "p.Ala247Gly",
"transcript": "NM_001398481.1",
"protein_id": "NP_001385410.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 555,
"cds_start": 740,
"cds_end": null,
"cds_length": 1668,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001398481.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP4",
"gene_hgnc_id": 19694,
"hgvs_c": "c.740C>G",
"hgvs_p": "p.Ala247Gly",
"transcript": "ENST00000903182.1",
"protein_id": "ENSP00000573241.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 555,
"cds_start": 740,
"cds_end": null,
"cds_length": 1668,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903182.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP4",
"gene_hgnc_id": 19694,
"hgvs_c": "c.734C>G",
"hgvs_p": "p.Ala245Gly",
"transcript": "NM_001398483.1",
"protein_id": "NP_001385412.1",
"transcript_support_level": null,
"aa_start": 245,
"aa_end": null,
"aa_length": 496,
"cds_start": 734,
"cds_end": null,
"cds_length": 1491,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001398483.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP4",
"gene_hgnc_id": 19694,
"hgvs_c": "c.734C>G",
"hgvs_p": "p.Ala245Gly",
"transcript": "ENST00000903181.1",
"protein_id": "ENSP00000573240.1",
"transcript_support_level": null,
"aa_start": 245,
"aa_end": null,
"aa_length": 494,
"cds_start": 734,
"cds_end": null,
"cds_length": 1485,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903181.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP4",
"gene_hgnc_id": 19694,
"hgvs_c": "c.734C>G",
"hgvs_p": "p.Ala245Gly",
"transcript": "NM_001398482.1",
"protein_id": "NP_001385411.1",
"transcript_support_level": null,
"aa_start": 245,
"aa_end": null,
"aa_length": 320,
"cds_start": 734,
"cds_end": null,
"cds_length": 963,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001398482.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP4",
"gene_hgnc_id": 19694,
"hgvs_c": "c.734C>G",
"hgvs_p": "p.Ala245Gly",
"transcript": "ENST00000405898.5",
"protein_id": "ENSP00000385944.1",
"transcript_support_level": 5,
"aa_start": 245,
"aa_end": null,
"aa_length": 320,
"cds_start": 734,
"cds_end": null,
"cds_length": 963,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000405898.5"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP4",
"gene_hgnc_id": 19694,
"hgvs_c": "c.171C>G",
"hgvs_p": "p.Ser57Arg",
"transcript": "ENST00000463234.1",
"protein_id": "ENSP00000468799.1",
"transcript_support_level": 3,
"aa_start": 57,
"aa_end": null,
"aa_length": 81,
"cds_start": 171,
"cds_end": null,
"cds_length": 246,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000463234.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP4",
"gene_hgnc_id": 19694,
"hgvs_c": "c.788C>G",
"hgvs_p": "p.Ala263Gly",
"transcript": "XM_017024410.2",
"protein_id": "XP_016879899.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 571,
"cds_start": 788,
"cds_end": null,
"cds_length": 1716,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024410.2"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP4",
"gene_hgnc_id": 19694,
"hgvs_c": "c.782C>G",
"hgvs_p": "p.Ala261Gly",
"transcript": "XM_017024411.3",
"protein_id": "XP_016879900.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 569,
"cds_start": 782,
"cds_end": null,
"cds_length": 1710,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024411.3"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP4",
"gene_hgnc_id": 19694,
"hgvs_c": "c.782C>G",
"hgvs_p": "p.Ala261Gly",
"transcript": "XM_047435713.1",
"protein_id": "XP_047291669.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 523,
"cds_start": 782,
"cds_end": null,
"cds_length": 1572,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435713.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP4",
"gene_hgnc_id": 19694,
"hgvs_c": "c.734C>G",
"hgvs_p": "p.Ala245Gly",
"transcript": "XM_047435714.1",
"protein_id": "XP_047291670.1",
"transcript_support_level": null,
"aa_start": 245,
"aa_end": null,
"aa_length": 520,
"cds_start": 734,
"cds_end": null,
"cds_length": 1563,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435714.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP4",
"gene_hgnc_id": 19694,
"hgvs_c": "c.740C>G",
"hgvs_p": "p.Ala247Gly",
"transcript": "XM_047435715.1",
"protein_id": "XP_047291671.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 509,
"cds_start": 740,
"cds_end": null,
"cds_length": 1530,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435715.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP4",
"gene_hgnc_id": 19694,
"hgvs_c": "c.734C>G",
"hgvs_p": "p.Ala245Gly",
"transcript": "XM_047435716.1",
"protein_id": "XP_047291672.1",
"transcript_support_level": null,
"aa_start": 245,
"aa_end": null,
"aa_length": 508,
"cds_start": 734,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435716.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP4",
"gene_hgnc_id": 19694,
"hgvs_c": "c.740C>G",
"hgvs_p": "p.Ala247Gly",
"transcript": "XM_047435717.1",
"protein_id": "XP_047291673.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 498,
"cds_start": 740,
"cds_end": null,
"cds_length": 1497,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435717.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP4",
"gene_hgnc_id": 19694,
"hgvs_c": "c.557C>G",
"hgvs_p": "p.Ala186Gly",
"transcript": "XM_017024413.2",
"protein_id": "XP_016879902.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 494,
"cds_start": 557,
"cds_end": null,
"cds_length": 1485,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024413.2"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP4",
"gene_hgnc_id": 19694,
"hgvs_c": "c.788C>G",
"hgvs_p": "p.Ala263Gly",
"transcript": "XM_017024414.3",
"protein_id": "XP_016879903.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 338,
"cds_start": 788,
"cds_end": null,
"cds_length": 1017,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024414.3"
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP4",
"gene_hgnc_id": 19694,
"hgvs_c": "c.740C>G",
"hgvs_p": "p.Ala247Gly",
"transcript": "XM_006721797.5",
"protein_id": "XP_006721860.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 322,
"cds_start": 740,
"cds_end": null,
"cds_length": 969,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006721797.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": 16,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "STXBP4",
"gene_hgnc_id": 19694,
"hgvs_c": "c.667-12001C>G",
"hgvs_p": null,
"transcript": "ENST00000933366.1",
"protein_id": "ENSP00000603425.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 490,
"cds_start": null,
"cds_end": null,
"cds_length": 1473,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933366.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": "STXBP4",
"gene_hgnc_id": 19694,
"hgvs_c": "n.429C>G",
"hgvs_p": null,
"transcript": "ENST00000468837.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": "ENST00000468837.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP4",
"gene_hgnc_id": 19694,
"hgvs_c": "n.941C>G",
"hgvs_p": null,
"transcript": "XR_007065289.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_007065289.1"
}
],
"gene_symbol": "STXBP4",
"gene_hgnc_id": 19694,
"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.1435832381248474,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.096,
"revel_prediction": "Benign",
"alphamissense_score": 0.1093,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.65,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.603,
"phylop100way_prediction": "Benign",
"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": 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_001398481.1",
"gene_symbol": "STXBP4",
"hgnc_id": 19694,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.740C>G",
"hgvs_p": "p.Ala247Gly"
}
],
"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
}