← 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-139348309-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=139348309&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 139348309,
"ref": "T",
"alt": "G",
"effect": "stop_gained",
"transcript": "ENST00000680020.1",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "c.489T>G",
"hgvs_p": "p.Tyr163*",
"transcript": "NM_020191.4",
"protein_id": "NP_064576.1",
"transcript_support_level": null,
"aa_start": 163,
"aa_end": null,
"aa_length": 360,
"cds_start": 489,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 496,
"cdna_end": null,
"cdna_length": 1205,
"mane_select": "ENST00000680020.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "c.489T>G",
"hgvs_p": "p.Tyr163*",
"transcript": "ENST00000680020.1",
"protein_id": "ENSP00000505414.1",
"transcript_support_level": null,
"aa_start": 163,
"aa_end": null,
"aa_length": 360,
"cds_start": 489,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 496,
"cdna_end": null,
"cdna_length": 1205,
"mane_select": "NM_020191.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "c.489T>G",
"hgvs_p": "p.Tyr163*",
"transcript": "ENST00000495075.5",
"protein_id": "ENSP00000418008.1",
"transcript_support_level": 1,
"aa_start": 163,
"aa_end": null,
"aa_length": 360,
"cds_start": 489,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 921,
"cdna_end": null,
"cdna_length": 1547,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "c.486T>G",
"hgvs_p": "p.Tyr162*",
"transcript": "ENST00000310776.9",
"protein_id": "ENSP00000310785.5",
"transcript_support_level": 1,
"aa_start": 162,
"aa_end": null,
"aa_length": 359,
"cds_start": 486,
"cds_end": null,
"cds_length": 1080,
"cdna_start": 493,
"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": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "n.503T>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": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "n.486T>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": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "c.489T>G",
"hgvs_p": "p.Tyr163*",
"transcript": "ENST00000688697.1",
"protein_id": "ENSP00000510396.1",
"transcript_support_level": null,
"aa_start": 163,
"aa_end": null,
"aa_length": 360,
"cds_start": 489,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 1048,
"cdna_end": null,
"cdna_length": 5125,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "c.486T>G",
"hgvs_p": "p.Tyr162*",
"transcript": "NM_001363893.1",
"protein_id": "NP_001350822.1",
"transcript_support_level": null,
"aa_start": 162,
"aa_end": null,
"aa_length": 359,
"cds_start": 486,
"cds_end": null,
"cds_length": 1080,
"cdna_start": 519,
"cdna_end": null,
"cdna_length": 1239,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "c.489T>G",
"hgvs_p": "p.Tyr163*",
"transcript": "ENST00000686433.1",
"protein_id": "ENSP00000509173.1",
"transcript_support_level": null,
"aa_start": 163,
"aa_end": null,
"aa_length": 342,
"cds_start": 489,
"cds_end": null,
"cds_length": 1029,
"cdna_start": 502,
"cdna_end": null,
"cdna_length": 3289,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "c.489T>G",
"hgvs_p": "p.Tyr163*",
"transcript": "ENST00000691070.1",
"protein_id": "ENSP00000509723.1",
"transcript_support_level": null,
"aa_start": 163,
"aa_end": null,
"aa_length": 332,
"cds_start": 489,
"cds_end": null,
"cds_length": 999,
"cdna_start": 489,
"cdna_end": null,
"cdna_length": 3246,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "c.489T>G",
"hgvs_p": "p.Tyr163*",
"transcript": "ENST00000480644.2",
"protein_id": "ENSP00000420229.2",
"transcript_support_level": 3,
"aa_start": 163,
"aa_end": null,
"aa_length": 329,
"cds_start": 489,
"cds_end": null,
"cds_length": 990,
"cdna_start": 496,
"cdna_end": null,
"cdna_length": 1864,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "c.366T>G",
"hgvs_p": "p.Tyr122*",
"transcript": "NM_001363857.1",
"protein_id": "NP_001350786.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 319,
"cds_start": 366,
"cds_end": null,
"cds_length": 960,
"cdna_start": 485,
"cdna_end": null,
"cdna_length": 1205,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "c.279T>G",
"hgvs_p": "p.Tyr93*",
"transcript": "ENST00000478464.6",
"protein_id": "ENSP00000419303.2",
"transcript_support_level": 5,
"aa_start": 93,
"aa_end": null,
"aa_length": 290,
"cds_start": 279,
"cds_end": null,
"cds_length": 873,
"cdna_start": 471,
"cdna_end": null,
"cdna_length": 4352,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "c.279T>G",
"hgvs_p": "p.Tyr93*",
"transcript": "ENST00000687538.1",
"protein_id": "ENSP00000508887.1",
"transcript_support_level": null,
"aa_start": 93,
"aa_end": null,
"aa_length": 290,
"cds_start": 279,
"cds_end": null,
"cds_length": 873,
"cdna_start": 913,
"cdna_end": null,
"cdna_length": 4794,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "c.279T>G",
"hgvs_p": "p.Tyr93*",
"transcript": "ENST00000689286.1",
"protein_id": "ENSP00000509897.1",
"transcript_support_level": null,
"aa_start": 93,
"aa_end": null,
"aa_length": 290,
"cds_start": 279,
"cds_end": null,
"cds_length": 873,
"cdna_start": 796,
"cdna_end": null,
"cdna_length": 4677,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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.108T>G",
"hgvs_p": "p.Tyr36*",
"transcript": "ENST00000684961.1",
"protein_id": "ENSP00000508439.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 233,
"cds_start": 108,
"cds_end": null,
"cds_length": 702,
"cdna_start": 457,
"cdna_end": null,
"cdna_length": 4338,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "c.504T>G",
"hgvs_p": "p.Tyr168*",
"transcript": "ENST00000465373.5",
"protein_id": "ENSP00000419920.1",
"transcript_support_level": 3,
"aa_start": 168,
"aa_end": null,
"aa_length": 199,
"cds_start": 504,
"cds_end": null,
"cds_length": 600,
"cdna_start": 504,
"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": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "n.474T>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": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "n.489T>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": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "n.229T>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": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "n.400T>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": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "n.279T>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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "n.*130T>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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "n.503T>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": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"hgvs_c": "n.512T>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": false,
"strand": true,
"consequences": [
"3_prime_UTR_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.*130T>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
}
],
"gene_symbol": "MRPS22",
"gene_hgnc_id": 14508,
"dbsnp": "rs201337850",
"frequency_reference_population": 0.0000024782564,
"hom_count_reference_population": 0,
"allele_count_reference_population": 4,
"gnomad_exomes_af": 0.00000136829,
"gnomad_genomes_af": 0.000013127,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.07999999821186066,
"computational_prediction_selected": "Uncertain_significance",
"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.08,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": -0.586,
"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": 12,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Moderate",
"acmg_by_gene": [
{
"score": 12,
"benign_score": 0,
"pathogenic_score": 12,
"criteria": [
"PVS1",
"PM2",
"PP5_Moderate"
],
"verdict": "Pathogenic",
"transcript": "ENST00000680020.1",
"gene_symbol": "MRPS22",
"hgnc_id": 14508,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.489T>G",
"hgvs_p": "p.Tyr163*"
}
],
"clinvar_disease": "Inborn genetic diseases",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "P:1",
"phenotype_combined": "Inborn genetic diseases",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}