← 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: 3-139346988-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=139346988&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 139346988,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000680020.1",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "c.283A>G",
"hgvs_p": "p.Ile95Val",
"transcript": "NM_020191.4",
"protein_id": "NP_064576.1",
"transcript_support_level": null,
"aa_start": 95,
"aa_end": null,
"aa_length": 360,
"cds_start": 283,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 290,
"cdna_end": null,
"cdna_length": 1205,
"mane_select": "ENST00000680020.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "c.283A>G",
"hgvs_p": "p.Ile95Val",
"transcript": "ENST00000680020.1",
"protein_id": "ENSP00000505414.1",
"transcript_support_level": null,
"aa_start": 95,
"aa_end": null,
"aa_length": 360,
"cds_start": 283,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 290,
"cdna_end": null,
"cdna_length": 1205,
"mane_select": "NM_020191.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "c.283A>G",
"hgvs_p": "p.Ile95Val",
"transcript": "ENST00000495075.5",
"protein_id": "ENSP00000418008.1",
"transcript_support_level": 1,
"aa_start": 95,
"aa_end": null,
"aa_length": 360,
"cds_start": 283,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 715,
"cdna_end": null,
"cdna_length": 1547,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "c.280A>G",
"hgvs_p": "p.Ile94Val",
"transcript": "ENST00000310776.9",
"protein_id": "ENSP00000310785.5",
"transcript_support_level": 1,
"aa_start": 94,
"aa_end": null,
"aa_length": 359,
"cds_start": 280,
"cds_end": null,
"cds_length": 1080,
"cdna_start": 287,
"cdna_end": null,
"cdna_length": 1202,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "n.297A>G",
"hgvs_p": null,
"transcript": "ENST00000492644.2",
"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": 5584,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "n.280A>G",
"hgvs_p": null,
"transcript": "ENST00000498505.5",
"protein_id": "ENSP00000420482.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": 1401,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "c.283A>G",
"hgvs_p": "p.Ile95Val",
"transcript": "ENST00000688697.1",
"protein_id": "ENSP00000510396.1",
"transcript_support_level": null,
"aa_start": 95,
"aa_end": null,
"aa_length": 360,
"cds_start": 283,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 842,
"cdna_end": null,
"cdna_length": 5125,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "c.280A>G",
"hgvs_p": "p.Ile94Val",
"transcript": "NM_001363893.1",
"protein_id": "NP_001350822.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 359,
"cds_start": 280,
"cds_end": null,
"cds_length": 1080,
"cdna_start": 313,
"cdna_end": null,
"cdna_length": 1239,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "c.283A>G",
"hgvs_p": "p.Ile95Val",
"transcript": "ENST00000686433.1",
"protein_id": "ENSP00000509173.1",
"transcript_support_level": null,
"aa_start": 95,
"aa_end": null,
"aa_length": 342,
"cds_start": 283,
"cds_end": null,
"cds_length": 1029,
"cdna_start": 296,
"cdna_end": null,
"cdna_length": 3289,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "c.283A>G",
"hgvs_p": "p.Ile95Val",
"transcript": "ENST00000691070.1",
"protein_id": "ENSP00000509723.1",
"transcript_support_level": null,
"aa_start": 95,
"aa_end": null,
"aa_length": 332,
"cds_start": 283,
"cds_end": null,
"cds_length": 999,
"cdna_start": 283,
"cdna_end": null,
"cdna_length": 3246,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "c.283A>G",
"hgvs_p": "p.Ile95Val",
"transcript": "ENST00000480644.2",
"protein_id": "ENSP00000420229.2",
"transcript_support_level": 3,
"aa_start": 95,
"aa_end": null,
"aa_length": 329,
"cds_start": 283,
"cds_end": null,
"cds_length": 990,
"cdna_start": 290,
"cdna_end": null,
"cdna_length": 1864,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "c.160A>G",
"hgvs_p": "p.Ile54Val",
"transcript": "NM_001363857.1",
"protein_id": "NP_001350786.1",
"transcript_support_level": null,
"aa_start": 54,
"aa_end": null,
"aa_length": 319,
"cds_start": 160,
"cds_end": null,
"cds_length": 960,
"cdna_start": 279,
"cdna_end": null,
"cdna_length": 1205,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "c.73A>G",
"hgvs_p": "p.Ile25Val",
"transcript": "ENST00000478464.6",
"protein_id": "ENSP00000419303.2",
"transcript_support_level": 5,
"aa_start": 25,
"aa_end": null,
"aa_length": 290,
"cds_start": 73,
"cds_end": null,
"cds_length": 873,
"cdna_start": 265,
"cdna_end": null,
"cdna_length": 4352,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "c.73A>G",
"hgvs_p": "p.Ile25Val",
"transcript": "ENST00000687538.1",
"protein_id": "ENSP00000508887.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 290,
"cds_start": 73,
"cds_end": null,
"cds_length": 873,
"cdna_start": 707,
"cdna_end": null,
"cdna_length": 4794,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "c.73A>G",
"hgvs_p": "p.Ile25Val",
"transcript": "ENST00000689286.1",
"protein_id": "ENSP00000509897.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 290,
"cds_start": 73,
"cds_end": null,
"cds_length": 873,
"cdna_start": 590,
"cdna_end": null,
"cdna_length": 4677,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "c.298A>G",
"hgvs_p": "p.Ile100Val",
"transcript": "ENST00000465373.5",
"protein_id": "ENSP00000419920.1",
"transcript_support_level": 3,
"aa_start": 100,
"aa_end": null,
"aa_length": 199,
"cds_start": 298,
"cds_end": null,
"cds_length": 600,
"cdna_start": 298,
"cdna_end": null,
"cdna_length": 600,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "n.268A>G",
"hgvs_p": null,
"transcript": "ENST00000466690.5",
"protein_id": "ENSP00000419737.1",
"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": 827,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "n.283A>G",
"hgvs_p": null,
"transcript": "ENST00000480938.5",
"protein_id": null,
"transcript_support_level": 2,
"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": 1774,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "n.23A>G",
"hgvs_p": null,
"transcript": "ENST00000483545.1",
"protein_id": null,
"transcript_support_level": 4,
"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": 568,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "n.194A>G",
"hgvs_p": null,
"transcript": "ENST00000486705.1",
"protein_id": null,
"transcript_support_level": 2,
"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": 598,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "n.73A>G",
"hgvs_p": null,
"transcript": "ENST00000689925.1",
"protein_id": "ENSP00000510082.1",
"transcript_support_level": null,
"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": 4320,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "n.297A>G",
"hgvs_p": null,
"transcript": "ENST00000692727.1",
"protein_id": null,
"transcript_support_level": null,
"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": 6557,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "n.306A>G",
"hgvs_p": null,
"transcript": "ENST00000693155.1",
"protein_id": null,
"transcript_support_level": null,
"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": 5465,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "c.-42-1172A>G",
"hgvs_p": null,
"transcript": "ENST00000684961.1",
"protein_id": "ENSP00000508439.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 233,
"cds_start": -4,
"cds_end": null,
"cds_length": 702,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4338,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "n.173-1172A>G",
"hgvs_p": null,
"transcript": "ENST00000690298.1",
"protein_id": "ENSP00000509376.1",
"transcript_support_level": null,
"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": 4211,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "n.*38A>G",
"hgvs_p": null,
"transcript": "ENST00000495225.1",
"protein_id": null,
"transcript_support_level": 3,
"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": 532,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"dbsnp": "rs73866065",
"frequency_reference_population": 0.000032216416,
"hom_count_reference_population": 0,
"allele_count_reference_population": 52,
"gnomad_exomes_af": 0.0000321504,
"gnomad_genomes_af": 0.0000328506,
"gnomad_exomes_ac": 47,
"gnomad_genomes_ac": 5,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.019392430782318115,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.194,
"revel_prediction": "Benign",
"alphamissense_score": 0.0666,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.43,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.359,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000680020.1",
"gene_symbol": "MRPS22",
"hgnc_id": 14508,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.283A>G",
"hgvs_p": "p.Ile95Val"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}