← 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-56522083-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=56522083&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 56522083,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001414460.1",
"consequences": [
{
"aa_ref": "N",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "c.60C>G",
"hgvs_p": "p.Asn20Lys",
"transcript": "NM_002898.4",
"protein_id": "NP_002889.1",
"transcript_support_level": null,
"aa_start": 20,
"aa_end": null,
"aa_length": 407,
"cds_start": 60,
"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": "N",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "c.60C>G",
"hgvs_p": "p.Asn20Lys",
"transcript": "ENST00000262031.10",
"protein_id": "ENSP00000262031.5",
"transcript_support_level": 1,
"aa_start": 20,
"aa_end": null,
"aa_length": 407,
"cds_start": 60,
"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": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "n.60C>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": "N",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "c.60C>G",
"hgvs_p": "p.Asn20Lys",
"transcript": "NM_001414460.1",
"protein_id": "NP_001401389.1",
"transcript_support_level": null,
"aa_start": 20,
"aa_end": null,
"aa_length": 429,
"cds_start": 60,
"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": "N",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "c.60C>G",
"hgvs_p": "p.Asn20Lys",
"transcript": "NM_001414461.1",
"protein_id": "NP_001401390.1",
"transcript_support_level": null,
"aa_start": 20,
"aa_end": null,
"aa_length": 407,
"cds_start": 60,
"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": "N",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "c.60C>G",
"hgvs_p": "p.Asn20Lys",
"transcript": "ENST00000855893.1",
"protein_id": "ENSP00000525952.1",
"transcript_support_level": null,
"aa_start": 20,
"aa_end": null,
"aa_length": 407,
"cds_start": 60,
"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": "N",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "c.60C>G",
"hgvs_p": "p.Asn20Lys",
"transcript": "ENST00000855894.1",
"protein_id": "ENSP00000525953.1",
"transcript_support_level": null,
"aa_start": 20,
"aa_end": null,
"aa_length": 407,
"cds_start": 60,
"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": "N",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "c.60C>G",
"hgvs_p": "p.Asn20Lys",
"transcript": "ENST00000855895.1",
"protein_id": "ENSP00000525954.1",
"transcript_support_level": null,
"aa_start": 20,
"aa_end": null,
"aa_length": 407,
"cds_start": 60,
"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": "N",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "c.60C>G",
"hgvs_p": "p.Asn20Lys",
"transcript": "ENST00000855897.1",
"protein_id": "ENSP00000525956.1",
"transcript_support_level": null,
"aa_start": 20,
"aa_end": null,
"aa_length": 407,
"cds_start": 60,
"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": "N",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "c.60C>G",
"hgvs_p": "p.Asn20Lys",
"transcript": "NM_001414459.1",
"protein_id": "NP_001401388.1",
"transcript_support_level": null,
"aa_start": 20,
"aa_end": null,
"aa_length": 388,
"cds_start": 60,
"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": "N",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "c.60C>G",
"hgvs_p": "p.Asn20Lys",
"transcript": "ENST00000552247.6",
"protein_id": "ENSP00000447426.1",
"transcript_support_level": 5,
"aa_start": 20,
"aa_end": null,
"aa_length": 344,
"cds_start": 60,
"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": "N",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "c.60C>G",
"hgvs_p": "p.Asn20Lys",
"transcript": "ENST00000855896.1",
"protein_id": "ENSP00000525955.1",
"transcript_support_level": null,
"aa_start": 20,
"aa_end": null,
"aa_length": 138,
"cds_start": 60,
"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"
},
{
"aa_ref": "N",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "c.60C>G",
"hgvs_p": "p.Asn20Lys",
"transcript": "XM_006719541.5",
"protein_id": "XP_006719604.1",
"transcript_support_level": null,
"aa_start": 20,
"aa_end": null,
"aa_length": 477,
"cds_start": 60,
"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": "N",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "c.60C>G",
"hgvs_p": "p.Asn20Lys",
"transcript": "XM_005269059.6",
"protein_id": "XP_005269116.1",
"transcript_support_level": null,
"aa_start": 20,
"aa_end": null,
"aa_length": 448,
"cds_start": 60,
"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": "N",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "c.60C>G",
"hgvs_p": "p.Asn20Lys",
"transcript": "XM_006719542.5",
"protein_id": "XP_006719605.1",
"transcript_support_level": null,
"aa_start": 20,
"aa_end": null,
"aa_length": 448,
"cds_start": 60,
"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": "N",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "c.60C>G",
"hgvs_p": "p.Asn20Lys",
"transcript": "XM_005269060.6",
"protein_id": "XP_005269117.1",
"transcript_support_level": null,
"aa_start": 20,
"aa_end": null,
"aa_length": 419,
"cds_start": 60,
"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": "N",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "c.60C>G",
"hgvs_p": "p.Asn20Lys",
"transcript": "XM_011538639.3",
"protein_id": "XP_011536941.1",
"transcript_support_level": null,
"aa_start": 20,
"aa_end": null,
"aa_length": 414,
"cds_start": 60,
"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": "N",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "c.60C>G",
"hgvs_p": "p.Asn20Lys",
"transcript": "XM_005269066.5",
"protein_id": "XP_005269123.1",
"transcript_support_level": null,
"aa_start": 20,
"aa_end": null,
"aa_length": 214,
"cds_start": 60,
"cds_end": null,
"cds_length": 645,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005269066.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "c.-149C>G",
"hgvs_p": null,
"transcript": "ENST00000550726.5",
"protein_id": "ENSP00000449678.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 282,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "c.-149C>G",
"hgvs_p": null,
"transcript": "ENST00000542360.1",
"protein_id": "ENSP00000443486.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 262,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "c.-137C>G",
"hgvs_p": null,
"transcript": "XM_047429297.1",
"protein_id": "XP_047285253.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 458,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "c.-25+1266C>G",
"hgvs_p": null,
"transcript": "XM_024449115.2",
"protein_id": "XP_024304883.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 447,
"cds_start": null,
"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": 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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "n.89C>G",
"hgvs_p": null,
"transcript": "ENST00000549945.5",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000549945.5"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"hgvs_c": "n.60C>G",
"hgvs_p": null,
"transcript": "ENST00000551369.5",
"protein_id": "ENSP00000447699.1",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000551369.5"
},
{
"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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000298140",
"gene_hgnc_id": null,
"hgvs_c": "n.140+133G>C",
"hgvs_p": null,
"transcript": "ENST00000753243.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": "ENST00000753243.1"
}
],
"gene_symbol": "RBMS2",
"gene_hgnc_id": 9909,
"dbsnp": "rs764597829",
"frequency_reference_population": 0.0000048493043,
"hom_count_reference_population": 0,
"allele_count_reference_population": 7,
"gnomad_exomes_af": 0.0000048493,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 7,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.19264677166938782,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.129,
"revel_prediction": "Benign",
"alphamissense_score": 0.1598,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.37,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.805,
"phylop100way_prediction": "Uncertain_significance",
"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_001414460.1",
"gene_symbol": "RBMS2",
"hgnc_id": 9909,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.60C>G",
"hgvs_p": "p.Asn20Lys"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000753243.1",
"gene_symbol": "ENSG00000298140",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.140+133G>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
}