← 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: 6-166412782-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=166412782&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 166412782,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001318936.2",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA2",
"gene_hgnc_id": 10431,
"hgvs_c": "c.2182C>A",
"hgvs_p": "p.Leu728Ile",
"transcript": "NM_021135.6",
"protein_id": "NP_066958.2",
"transcript_support_level": null,
"aa_start": 728,
"aa_end": null,
"aa_length": 733,
"cds_start": 2182,
"cds_end": null,
"cds_length": 2202,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000265678.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_021135.6"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA2",
"gene_hgnc_id": 10431,
"hgvs_c": "c.2182C>A",
"hgvs_p": "p.Leu728Ile",
"transcript": "ENST00000265678.9",
"protein_id": "ENSP00000265678.4",
"transcript_support_level": 1,
"aa_start": 728,
"aa_end": null,
"aa_length": 733,
"cds_start": 2182,
"cds_end": null,
"cds_length": 2202,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_021135.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000265678.9"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA2",
"gene_hgnc_id": 10431,
"hgvs_c": "c.1915C>A",
"hgvs_p": "p.Leu639Ile",
"transcript": "ENST00000481261.6",
"protein_id": "ENSP00000422484.1",
"transcript_support_level": 1,
"aa_start": 639,
"aa_end": null,
"aa_length": 644,
"cds_start": 1915,
"cds_end": null,
"cds_length": 1935,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000481261.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA2",
"gene_hgnc_id": 10431,
"hgvs_c": "n.718C>A",
"hgvs_p": null,
"transcript": "ENST00000509742.1",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000509742.1"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA2",
"gene_hgnc_id": 10431,
"hgvs_c": "c.2257C>A",
"hgvs_p": "p.Leu753Ile",
"transcript": "NM_001318936.2",
"protein_id": "NP_001305865.2",
"transcript_support_level": null,
"aa_start": 753,
"aa_end": null,
"aa_length": 758,
"cds_start": 2257,
"cds_end": null,
"cds_length": 2277,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001318936.2"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA2",
"gene_hgnc_id": 10431,
"hgvs_c": "c.2257C>A",
"hgvs_p": "p.Leu753Ile",
"transcript": "ENST00000510118.5",
"protein_id": "ENSP00000422435.1",
"transcript_support_level": 2,
"aa_start": 753,
"aa_end": null,
"aa_length": 758,
"cds_start": 2257,
"cds_end": null,
"cds_length": 2277,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000510118.5"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA2",
"gene_hgnc_id": 10431,
"hgvs_c": "c.2257C>A",
"hgvs_p": "p.Leu753Ile",
"transcript": "ENST00000967274.1",
"protein_id": "ENSP00000637333.1",
"transcript_support_level": null,
"aa_start": 753,
"aa_end": null,
"aa_length": 758,
"cds_start": 2257,
"cds_end": null,
"cds_length": 2277,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967274.1"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA2",
"gene_hgnc_id": 10431,
"hgvs_c": "c.2206C>A",
"hgvs_p": "p.Leu736Ile",
"transcript": "NM_001006932.3",
"protein_id": "NP_001006933.3",
"transcript_support_level": null,
"aa_start": 736,
"aa_end": null,
"aa_length": 741,
"cds_start": 2206,
"cds_end": null,
"cds_length": 2226,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001006932.3"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA2",
"gene_hgnc_id": 10431,
"hgvs_c": "c.2206C>A",
"hgvs_p": "p.Leu736Ile",
"transcript": "ENST00000503859.5",
"protein_id": "ENSP00000427015.1",
"transcript_support_level": 2,
"aa_start": 736,
"aa_end": null,
"aa_length": 741,
"cds_start": 2206,
"cds_end": null,
"cds_length": 2226,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000503859.5"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA2",
"gene_hgnc_id": 10431,
"hgvs_c": "c.2149C>A",
"hgvs_p": "p.Leu717Ile",
"transcript": "ENST00000907318.1",
"protein_id": "ENSP00000577377.1",
"transcript_support_level": null,
"aa_start": 717,
"aa_end": null,
"aa_length": 722,
"cds_start": 2149,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907318.1"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA2",
"gene_hgnc_id": 10431,
"hgvs_c": "c.2134C>A",
"hgvs_p": "p.Leu712Ile",
"transcript": "ENST00000714395.1",
"protein_id": "ENSP00000519662.1",
"transcript_support_level": null,
"aa_start": 712,
"aa_end": null,
"aa_length": 717,
"cds_start": 2134,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000714395.1"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA2",
"gene_hgnc_id": 10431,
"hgvs_c": "c.2092C>A",
"hgvs_p": "p.Leu698Ile",
"transcript": "ENST00000907315.1",
"protein_id": "ENSP00000577374.1",
"transcript_support_level": null,
"aa_start": 698,
"aa_end": null,
"aa_length": 703,
"cds_start": 2092,
"cds_end": null,
"cds_length": 2112,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907315.1"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA2",
"gene_hgnc_id": 10431,
"hgvs_c": "c.2062C>A",
"hgvs_p": "p.Leu688Ile",
"transcript": "ENST00000907314.1",
"protein_id": "ENSP00000577373.1",
"transcript_support_level": null,
"aa_start": 688,
"aa_end": null,
"aa_length": 693,
"cds_start": 2062,
"cds_end": null,
"cds_length": 2082,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907314.1"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA2",
"gene_hgnc_id": 10431,
"hgvs_c": "c.2020C>A",
"hgvs_p": "p.Leu674Ile",
"transcript": "ENST00000935351.1",
"protein_id": "ENSP00000605410.1",
"transcript_support_level": null,
"aa_start": 674,
"aa_end": null,
"aa_length": 679,
"cds_start": 2020,
"cds_end": null,
"cds_length": 2040,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935351.1"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA2",
"gene_hgnc_id": 10431,
"hgvs_c": "c.1987C>A",
"hgvs_p": "p.Leu663Ile",
"transcript": "ENST00000907313.1",
"protein_id": "ENSP00000577372.1",
"transcript_support_level": null,
"aa_start": 663,
"aa_end": null,
"aa_length": 668,
"cds_start": 1987,
"cds_end": null,
"cds_length": 2007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907313.1"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA2",
"gene_hgnc_id": 10431,
"hgvs_c": "c.1975C>A",
"hgvs_p": "p.Leu659Ile",
"transcript": "ENST00000907317.1",
"protein_id": "ENSP00000577376.1",
"transcript_support_level": null,
"aa_start": 659,
"aa_end": null,
"aa_length": 664,
"cds_start": 1975,
"cds_end": null,
"cds_length": 1995,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907317.1"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA2",
"gene_hgnc_id": 10431,
"hgvs_c": "c.1933C>A",
"hgvs_p": "p.Leu645Ile",
"transcript": "ENST00000907316.1",
"protein_id": "ENSP00000577375.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 650,
"cds_start": 1933,
"cds_end": null,
"cds_length": 1953,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907316.1"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA2",
"gene_hgnc_id": 10431,
"hgvs_c": "c.1915C>A",
"hgvs_p": "p.Leu639Ile",
"transcript": "NM_001318938.1",
"protein_id": "NP_001305867.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 644,
"cds_start": 1915,
"cds_end": null,
"cds_length": 1935,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001318938.1"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA2",
"gene_hgnc_id": 10431,
"hgvs_c": "c.1915C>A",
"hgvs_p": "p.Leu639Ile",
"transcript": "ENST00000405189.7",
"protein_id": "ENSP00000386050.3",
"transcript_support_level": 2,
"aa_start": 639,
"aa_end": null,
"aa_length": 644,
"cds_start": 1915,
"cds_end": null,
"cds_length": 1935,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000405189.7"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA2",
"gene_hgnc_id": 10431,
"hgvs_c": "c.1888C>A",
"hgvs_p": "p.Leu630Ile",
"transcript": "NM_001318937.2",
"protein_id": "NP_001305866.1",
"transcript_support_level": null,
"aa_start": 630,
"aa_end": null,
"aa_length": 635,
"cds_start": 1888,
"cds_end": null,
"cds_length": 1908,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001318937.2"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA2",
"gene_hgnc_id": 10431,
"hgvs_c": "c.2266C>A",
"hgvs_p": "p.Leu756Ile",
"transcript": "XM_006715549.4",
"protein_id": "XP_006715612.1",
"transcript_support_level": null,
"aa_start": 756,
"aa_end": null,
"aa_length": 761,
"cds_start": 2266,
"cds_end": null,
"cds_length": 2286,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006715549.4"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA2",
"gene_hgnc_id": 10431,
"hgvs_c": "c.2176C>A",
"hgvs_p": "p.Leu726Ile",
"transcript": "XM_047419233.1",
"protein_id": "XP_047275189.1",
"transcript_support_level": null,
"aa_start": 726,
"aa_end": null,
"aa_length": 731,
"cds_start": 2176,
"cds_end": null,
"cds_length": 2196,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419233.1"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA2",
"gene_hgnc_id": 10431,
"hgvs_c": "c.2134C>A",
"hgvs_p": "p.Leu712Ile",
"transcript": "XM_047419234.1",
"protein_id": "XP_047275190.1",
"transcript_support_level": null,
"aa_start": 712,
"aa_end": null,
"aa_length": 717,
"cds_start": 2134,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419234.1"
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA2",
"gene_hgnc_id": 10431,
"hgvs_c": "c.1915C>A",
"hgvs_p": "p.Leu639Ile",
"transcript": "XM_047419235.1",
"protein_id": "XP_047275191.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 644,
"cds_start": 1915,
"cds_end": null,
"cds_length": 1935,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419235.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOC124901460",
"gene_hgnc_id": null,
"hgvs_c": "n.-104G>T",
"hgvs_p": null,
"transcript": "XR_007059866.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_007059866.1"
}
],
"gene_symbol": "RPS6KA2",
"gene_hgnc_id": 10431,
"dbsnp": "rs1338218673",
"frequency_reference_population": 6.91562e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.91562e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.13421538472175598,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.062,
"revel_prediction": "Benign",
"alphamissense_score": 0.0824,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.35,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.87,
"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": 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_001318936.2",
"gene_symbol": "RPS6KA2",
"hgnc_id": 10431,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2257C>A",
"hgvs_p": "p.Leu753Ile"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "XR_007059866.1",
"gene_symbol": "LOC124901460",
"hgnc_id": null,
"effects": [
"upstream_gene_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.-104G>T",
"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
}