← 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: 1-46043867-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=46043867&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 46043867,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001303427.2",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R3",
"gene_hgnc_id": 8981,
"hgvs_c": "c.1192G>A",
"hgvs_p": "p.Asp398Asn",
"transcript": "NM_003629.4",
"protein_id": "NP_003620.3",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 461,
"cds_start": 1192,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000262741.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003629.4"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R3",
"gene_hgnc_id": 8981,
"hgvs_c": "c.1192G>A",
"hgvs_p": "p.Asp398Asn",
"transcript": "ENST00000262741.10",
"protein_id": "ENSP00000262741.5",
"transcript_support_level": 1,
"aa_start": 398,
"aa_end": null,
"aa_length": 461,
"cds_start": 1192,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_003629.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000262741.10"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "P3R3URF-PIK3R3",
"gene_hgnc_id": 54999,
"hgvs_c": "c.1330G>A",
"hgvs_p": "p.Asp444Asn",
"transcript": "ENST00000540385.2",
"protein_id": "ENSP00000439913.1",
"transcript_support_level": 2,
"aa_start": 444,
"aa_end": null,
"aa_length": 507,
"cds_start": 1330,
"cds_end": null,
"cds_length": 1524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000540385.2"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R3",
"gene_hgnc_id": 8981,
"hgvs_c": "c.1192G>A",
"hgvs_p": "p.Asp398Asn",
"transcript": "ENST00000372006.5",
"protein_id": "ENSP00000361075.1",
"transcript_support_level": 1,
"aa_start": 398,
"aa_end": null,
"aa_length": 461,
"cds_start": 1192,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000372006.5"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R3",
"gene_hgnc_id": 8981,
"hgvs_c": "c.1192G>A",
"hgvs_p": "p.Asp398Asn",
"transcript": "ENST00000420542.5",
"protein_id": "ENSP00000412546.1",
"transcript_support_level": 1,
"aa_start": 398,
"aa_end": null,
"aa_length": 461,
"cds_start": 1192,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000420542.5"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R3",
"gene_hgnc_id": 8981,
"hgvs_c": "c.1015G>A",
"hgvs_p": "p.Asp339Asn",
"transcript": "ENST00000423209.5",
"protein_id": "ENSP00000391431.1",
"transcript_support_level": 1,
"aa_start": 339,
"aa_end": null,
"aa_length": 402,
"cds_start": 1015,
"cds_end": null,
"cds_length": 1209,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000423209.5"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "P3R3URF-PIK3R3",
"gene_hgnc_id": 54999,
"hgvs_c": "c.1330G>A",
"hgvs_p": "p.Asp444Asn",
"transcript": "NM_001303427.2",
"protein_id": "NP_001290356.1",
"transcript_support_level": null,
"aa_start": 444,
"aa_end": null,
"aa_length": 507,
"cds_start": 1330,
"cds_end": null,
"cds_length": 1524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001303427.2"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R3",
"gene_hgnc_id": 8981,
"hgvs_c": "c.1243G>A",
"hgvs_p": "p.Asp415Asn",
"transcript": "NM_001303428.1",
"protein_id": "NP_001290357.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 478,
"cds_start": 1243,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001303428.1"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R3",
"gene_hgnc_id": 8981,
"hgvs_c": "c.1213G>A",
"hgvs_p": "p.Asp405Asn",
"transcript": "ENST00000955779.1",
"protein_id": "ENSP00000625838.1",
"transcript_support_level": null,
"aa_start": 405,
"aa_end": null,
"aa_length": 468,
"cds_start": 1213,
"cds_end": null,
"cds_length": 1407,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955779.1"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R3",
"gene_hgnc_id": 8981,
"hgvs_c": "c.1192G>A",
"hgvs_p": "p.Asp398Asn",
"transcript": "NM_001114172.1",
"protein_id": "NP_001107644.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 461,
"cds_start": 1192,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001114172.1"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R3",
"gene_hgnc_id": 8981,
"hgvs_c": "c.1192G>A",
"hgvs_p": "p.Asp398Asn",
"transcript": "ENST00000862328.1",
"protein_id": "ENSP00000532387.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 461,
"cds_start": 1192,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862328.1"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R3",
"gene_hgnc_id": 8981,
"hgvs_c": "c.1186G>A",
"hgvs_p": "p.Asp396Asn",
"transcript": "ENST00000955780.1",
"protein_id": "ENSP00000625839.1",
"transcript_support_level": null,
"aa_start": 396,
"aa_end": null,
"aa_length": 459,
"cds_start": 1186,
"cds_end": null,
"cds_length": 1380,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955780.1"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R3",
"gene_hgnc_id": 8981,
"hgvs_c": "c.1093G>A",
"hgvs_p": "p.Asp365Asn",
"transcript": "ENST00000955778.1",
"protein_id": "ENSP00000625837.1",
"transcript_support_level": null,
"aa_start": 365,
"aa_end": null,
"aa_length": 428,
"cds_start": 1093,
"cds_end": null,
"cds_length": 1287,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955778.1"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R3",
"gene_hgnc_id": 8981,
"hgvs_c": "c.1060G>A",
"hgvs_p": "p.Asp354Asn",
"transcript": "NM_001328648.1",
"protein_id": "NP_001315577.1",
"transcript_support_level": null,
"aa_start": 354,
"aa_end": null,
"aa_length": 417,
"cds_start": 1060,
"cds_end": null,
"cds_length": 1254,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001328648.1"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R3",
"gene_hgnc_id": 8981,
"hgvs_c": "c.1060G>A",
"hgvs_p": "p.Asp354Asn",
"transcript": "NM_001328649.1",
"protein_id": "NP_001315578.1",
"transcript_support_level": null,
"aa_start": 354,
"aa_end": null,
"aa_length": 417,
"cds_start": 1060,
"cds_end": null,
"cds_length": 1254,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001328649.1"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R3",
"gene_hgnc_id": 8981,
"hgvs_c": "c.1060G>A",
"hgvs_p": "p.Asp354Asn",
"transcript": "NM_001328650.1",
"protein_id": "NP_001315579.1",
"transcript_support_level": null,
"aa_start": 354,
"aa_end": null,
"aa_length": 417,
"cds_start": 1060,
"cds_end": null,
"cds_length": 1254,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001328650.1"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R3",
"gene_hgnc_id": 8981,
"hgvs_c": "c.1060G>A",
"hgvs_p": "p.Asp354Asn",
"transcript": "NM_001328651.1",
"protein_id": "NP_001315580.1",
"transcript_support_level": null,
"aa_start": 354,
"aa_end": null,
"aa_length": 417,
"cds_start": 1060,
"cds_end": null,
"cds_length": 1254,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001328651.1"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R3",
"gene_hgnc_id": 8981,
"hgvs_c": "c.1021G>A",
"hgvs_p": "p.Asp341Asn",
"transcript": "NM_001328652.2",
"protein_id": "NP_001315581.1",
"transcript_support_level": null,
"aa_start": 341,
"aa_end": null,
"aa_length": 404,
"cds_start": 1021,
"cds_end": null,
"cds_length": 1215,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001328652.2"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R3",
"gene_hgnc_id": 8981,
"hgvs_c": "c.1015G>A",
"hgvs_p": "p.Asp339Asn",
"transcript": "NM_001303429.2",
"protein_id": "NP_001290358.1",
"transcript_support_level": null,
"aa_start": 339,
"aa_end": null,
"aa_length": 402,
"cds_start": 1015,
"cds_end": null,
"cds_length": 1209,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001303429.2"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R3",
"gene_hgnc_id": 8981,
"hgvs_c": "c.949G>A",
"hgvs_p": "p.Asp317Asn",
"transcript": "NM_001328653.2",
"protein_id": "NP_001315582.1",
"transcript_support_level": null,
"aa_start": 317,
"aa_end": null,
"aa_length": 380,
"cds_start": 949,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001328653.2"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R3",
"gene_hgnc_id": 8981,
"hgvs_c": "c.946G>A",
"hgvs_p": "p.Asp316Asn",
"transcript": "ENST00000955777.1",
"protein_id": "ENSP00000625836.1",
"transcript_support_level": null,
"aa_start": 316,
"aa_end": null,
"aa_length": 379,
"cds_start": 946,
"cds_end": null,
"cds_length": 1140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955777.1"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R3",
"gene_hgnc_id": 8981,
"hgvs_c": "c.724G>A",
"hgvs_p": "p.Asp242Asn",
"transcript": "NM_001328654.2",
"protein_id": "NP_001315583.1",
"transcript_support_level": null,
"aa_start": 242,
"aa_end": null,
"aa_length": 305,
"cds_start": 724,
"cds_end": null,
"cds_length": 918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001328654.2"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R3",
"gene_hgnc_id": 8981,
"hgvs_c": "c.565G>A",
"hgvs_p": "p.Asp189Asn",
"transcript": "ENST00000955781.1",
"protein_id": "ENSP00000625840.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 252,
"cds_start": 565,
"cds_end": null,
"cds_length": 759,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955781.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R3",
"gene_hgnc_id": 8981,
"hgvs_c": "n.1891G>A",
"hgvs_p": null,
"transcript": "ENST00000488808.1",
"protein_id": null,
"transcript_support_level": 2,
"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": "ENST00000488808.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R3",
"gene_hgnc_id": 8981,
"hgvs_c": "n.1688G>A",
"hgvs_p": null,
"transcript": "NR_137329.2",
"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": "NR_137329.2"
}
],
"gene_symbol": "P3R3URF-PIK3R3",
"gene_hgnc_id": 54999,
"dbsnp": "rs755888231",
"frequency_reference_population": 0.000026666403,
"hom_count_reference_population": 0,
"allele_count_reference_population": 43,
"gnomad_exomes_af": 0.0000280749,
"gnomad_genomes_af": 0.000013146,
"gnomad_exomes_ac": 41,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.13607865571975708,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.374,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0826,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.35,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.816,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_001303427.2",
"gene_symbol": "P3R3URF-PIK3R3",
"hgnc_id": 54999,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.1330G>A",
"hgvs_p": "p.Asp444Asn"
},
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001303428.1",
"gene_symbol": "PIK3R3",
"hgnc_id": 8981,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1243G>A",
"hgvs_p": "p.Asp415Asn"
}
],
"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
}