← 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: 12-56582142-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=56582142&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 56582142,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001414460.1",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "c.863C>G",
"hgvs_p": "p.Ser288Cys",
"transcript": "NM_002898.4",
"protein_id": "NP_002889.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 407,
"cds_start": 863,
"cds_end": null,
"cds_length": 1224,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000262031.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002898.4"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "c.863C>G",
"hgvs_p": "p.Ser288Cys",
"transcript": "ENST00000262031.10",
"protein_id": "ENSP00000262031.5",
"transcript_support_level": 1,
"aa_start": 288,
"aa_end": null,
"aa_length": 407,
"cds_start": 863,
"cds_end": null,
"cds_length": 1224,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_002898.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000262031.10"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "n.*469C>G",
"hgvs_p": null,
"transcript": "ENST00000552916.5",
"protein_id": "ENSP00000450127.1",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000552916.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "n.*469C>G",
"hgvs_p": null,
"transcript": "ENST00000552916.5",
"protein_id": "ENSP00000450127.1",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000552916.5"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "c.863C>G",
"hgvs_p": "p.Ser288Cys",
"transcript": "NM_001414460.1",
"protein_id": "NP_001401389.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 429,
"cds_start": 863,
"cds_end": null,
"cds_length": 1290,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001414460.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "c.863C>G",
"hgvs_p": "p.Ser288Cys",
"transcript": "NM_001414461.1",
"protein_id": "NP_001401390.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 407,
"cds_start": 863,
"cds_end": null,
"cds_length": 1224,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001414461.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "c.863C>G",
"hgvs_p": "p.Ser288Cys",
"transcript": "ENST00000855893.1",
"protein_id": "ENSP00000525952.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 407,
"cds_start": 863,
"cds_end": null,
"cds_length": 1224,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855893.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "c.863C>G",
"hgvs_p": "p.Ser288Cys",
"transcript": "ENST00000855894.1",
"protein_id": "ENSP00000525953.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 407,
"cds_start": 863,
"cds_end": null,
"cds_length": 1224,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855894.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "c.863C>G",
"hgvs_p": "p.Ser288Cys",
"transcript": "ENST00000855895.1",
"protein_id": "ENSP00000525954.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 407,
"cds_start": 863,
"cds_end": null,
"cds_length": 1224,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855895.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "c.863C>G",
"hgvs_p": "p.Ser288Cys",
"transcript": "ENST00000855897.1",
"protein_id": "ENSP00000525956.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 407,
"cds_start": 863,
"cds_end": null,
"cds_length": 1224,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855897.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "c.863C>G",
"hgvs_p": "p.Ser288Cys",
"transcript": "NM_001414459.1",
"protein_id": "NP_001401388.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 388,
"cds_start": 863,
"cds_end": null,
"cds_length": 1167,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001414459.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"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": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "c.863C>G",
"hgvs_p": "p.Ser288Cys",
"transcript": "ENST00000552247.6",
"protein_id": "ENSP00000447426.1",
"transcript_support_level": 5,
"aa_start": 288,
"aa_end": null,
"aa_length": 344,
"cds_start": 863,
"cds_end": null,
"cds_length": 1035,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000552247.6"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "c.488C>G",
"hgvs_p": "p.Ser163Cys",
"transcript": "ENST00000550726.5",
"protein_id": "ENSP00000449678.1",
"transcript_support_level": 2,
"aa_start": 163,
"aa_end": null,
"aa_length": 282,
"cds_start": 488,
"cds_end": null,
"cds_length": 849,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000550726.5"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "c.428C>G",
"hgvs_p": "p.Ser143Cys",
"transcript": "ENST00000542360.1",
"protein_id": "ENSP00000443486.1",
"transcript_support_level": 2,
"aa_start": 143,
"aa_end": null,
"aa_length": 262,
"cds_start": 428,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000542360.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "c.863C>G",
"hgvs_p": "p.Ser288Cys",
"transcript": "XM_006719541.5",
"protein_id": "XP_006719604.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 477,
"cds_start": 863,
"cds_end": null,
"cds_length": 1434,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006719541.5"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "c.806C>G",
"hgvs_p": "p.Ser269Cys",
"transcript": "XM_047429297.1",
"protein_id": "XP_047285253.1",
"transcript_support_level": null,
"aa_start": 269,
"aa_end": null,
"aa_length": 458,
"cds_start": 806,
"cds_end": null,
"cds_length": 1377,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429297.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "c.863C>G",
"hgvs_p": "p.Ser288Cys",
"transcript": "XM_005269059.6",
"protein_id": "XP_005269116.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 448,
"cds_start": 863,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005269059.6"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "c.863C>G",
"hgvs_p": "p.Ser288Cys",
"transcript": "XM_006719542.5",
"protein_id": "XP_006719605.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 448,
"cds_start": 863,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006719542.5"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "c.773C>G",
"hgvs_p": "p.Ser258Cys",
"transcript": "XM_024449115.2",
"protein_id": "XP_024304883.1",
"transcript_support_level": null,
"aa_start": 258,
"aa_end": null,
"aa_length": 447,
"cds_start": 773,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024449115.2"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "c.773C>G",
"hgvs_p": "p.Ser258Cys",
"transcript": "XM_024449116.2",
"protein_id": "XP_024304884.1",
"transcript_support_level": null,
"aa_start": 258,
"aa_end": null,
"aa_length": 447,
"cds_start": 773,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024449116.2"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "c.722C>G",
"hgvs_p": "p.Ser241Cys",
"transcript": "XM_047429298.1",
"protein_id": "XP_047285254.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 430,
"cds_start": 722,
"cds_end": null,
"cds_length": 1293,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429298.1"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "c.863C>G",
"hgvs_p": "p.Ser288Cys",
"transcript": "XM_005269060.6",
"protein_id": "XP_005269117.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 419,
"cds_start": 863,
"cds_end": null,
"cds_length": 1260,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005269060.6"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "c.863C>G",
"hgvs_p": "p.Ser288Cys",
"transcript": "XM_011538639.3",
"protein_id": "XP_011536941.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 414,
"cds_start": 863,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538639.3"
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "c.488C>G",
"hgvs_p": "p.Ser163Cys",
"transcript": "XM_011538642.4",
"protein_id": "XP_011536944.1",
"transcript_support_level": null,
"aa_start": 163,
"aa_end": null,
"aa_length": 352,
"cds_start": 488,
"cds_end": null,
"cds_length": 1059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538642.4"
},
{
"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": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "c.67-4707C>G",
"hgvs_p": null,
"transcript": "ENST00000855896.1",
"protein_id": "ENSP00000525955.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 138,
"cds_start": null,
"cds_end": null,
"cds_length": 417,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855896.1"
}
],
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"dbsnp": "rs768746099",
"frequency_reference_population": 0.000013149071,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.0000131491,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6073023080825806,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.10000000149011612,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.193,
"revel_prediction": "Benign",
"alphamissense_score": 0.1102,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.12,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 6.982,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.1,
"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": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001414460.1",
"gene_symbol": "RBMS2",
"hgnc_id": 9909,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.863C>G",
"hgvs_p": "p.Ser288Cys"
}
],
"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
}