← 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-11068042-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=11068042&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 11068042,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001001998.3",
"consequences": [
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOSC10",
"gene_hgnc_id": 9138,
"hgvs_c": "c.2593A>C",
"hgvs_p": "p.Lys865Gln",
"transcript": "NM_001001998.3",
"protein_id": "NP_001001998.1",
"transcript_support_level": null,
"aa_start": 865,
"aa_end": null,
"aa_length": 885,
"cds_start": 2593,
"cds_end": null,
"cds_length": 2658,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000376936.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001001998.3"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOSC10",
"gene_hgnc_id": 9138,
"hgvs_c": "c.2593A>C",
"hgvs_p": "p.Lys865Gln",
"transcript": "ENST00000376936.9",
"protein_id": "ENSP00000366135.4",
"transcript_support_level": 1,
"aa_start": 865,
"aa_end": null,
"aa_length": 885,
"cds_start": 2593,
"cds_end": null,
"cds_length": 2658,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001001998.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000376936.9"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOSC10",
"gene_hgnc_id": 9138,
"hgvs_c": "c.2518A>C",
"hgvs_p": "p.Lys840Gln",
"transcript": "ENST00000304457.11",
"protein_id": "ENSP00000307307.7",
"transcript_support_level": 1,
"aa_start": 840,
"aa_end": null,
"aa_length": 860,
"cds_start": 2518,
"cds_end": null,
"cds_length": 2583,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000304457.11"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOSC10",
"gene_hgnc_id": 9138,
"hgvs_c": "c.2638A>C",
"hgvs_p": "p.Lys880Gln",
"transcript": "ENST00000921096.1",
"protein_id": "ENSP00000591155.1",
"transcript_support_level": null,
"aa_start": 880,
"aa_end": null,
"aa_length": 900,
"cds_start": 2638,
"cds_end": null,
"cds_length": 2703,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921096.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOSC10",
"gene_hgnc_id": 9138,
"hgvs_c": "c.2614A>C",
"hgvs_p": "p.Lys872Gln",
"transcript": "ENST00000869360.1",
"protein_id": "ENSP00000539419.1",
"transcript_support_level": null,
"aa_start": 872,
"aa_end": null,
"aa_length": 892,
"cds_start": 2614,
"cds_end": null,
"cds_length": 2679,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869360.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOSC10",
"gene_hgnc_id": 9138,
"hgvs_c": "c.2608A>C",
"hgvs_p": "p.Lys870Gln",
"transcript": "ENST00000869358.1",
"protein_id": "ENSP00000539417.1",
"transcript_support_level": null,
"aa_start": 870,
"aa_end": null,
"aa_length": 890,
"cds_start": 2608,
"cds_end": null,
"cds_length": 2673,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869358.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOSC10",
"gene_hgnc_id": 9138,
"hgvs_c": "c.2590A>C",
"hgvs_p": "p.Lys864Gln",
"transcript": "ENST00000921094.1",
"protein_id": "ENSP00000591153.1",
"transcript_support_level": null,
"aa_start": 864,
"aa_end": null,
"aa_length": 884,
"cds_start": 2590,
"cds_end": null,
"cds_length": 2655,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921094.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOSC10",
"gene_hgnc_id": 9138,
"hgvs_c": "c.2590A>C",
"hgvs_p": "p.Lys864Gln",
"transcript": "ENST00000921097.1",
"protein_id": "ENSP00000591156.1",
"transcript_support_level": null,
"aa_start": 864,
"aa_end": null,
"aa_length": 884,
"cds_start": 2590,
"cds_end": null,
"cds_length": 2655,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921097.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOSC10",
"gene_hgnc_id": 9138,
"hgvs_c": "c.2587A>C",
"hgvs_p": "p.Lys863Gln",
"transcript": "ENST00000971056.1",
"protein_id": "ENSP00000641115.1",
"transcript_support_level": null,
"aa_start": 863,
"aa_end": null,
"aa_length": 883,
"cds_start": 2587,
"cds_end": null,
"cds_length": 2652,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971056.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOSC10",
"gene_hgnc_id": 9138,
"hgvs_c": "c.2542A>C",
"hgvs_p": "p.Lys848Gln",
"transcript": "ENST00000869359.1",
"protein_id": "ENSP00000539418.1",
"transcript_support_level": null,
"aa_start": 848,
"aa_end": null,
"aa_length": 868,
"cds_start": 2542,
"cds_end": null,
"cds_length": 2607,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869359.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOSC10",
"gene_hgnc_id": 9138,
"hgvs_c": "c.2539A>C",
"hgvs_p": "p.Lys847Gln",
"transcript": "ENST00000971057.1",
"protein_id": "ENSP00000641116.1",
"transcript_support_level": null,
"aa_start": 847,
"aa_end": null,
"aa_length": 867,
"cds_start": 2539,
"cds_end": null,
"cds_length": 2604,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971057.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOSC10",
"gene_hgnc_id": 9138,
"hgvs_c": "c.2533A>C",
"hgvs_p": "p.Lys845Gln",
"transcript": "ENST00000921093.1",
"protein_id": "ENSP00000591152.1",
"transcript_support_level": null,
"aa_start": 845,
"aa_end": null,
"aa_length": 865,
"cds_start": 2533,
"cds_end": null,
"cds_length": 2598,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921093.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOSC10",
"gene_hgnc_id": 9138,
"hgvs_c": "c.2533A>C",
"hgvs_p": "p.Lys845Gln",
"transcript": "ENST00000971059.1",
"protein_id": "ENSP00000641118.1",
"transcript_support_level": null,
"aa_start": 845,
"aa_end": null,
"aa_length": 865,
"cds_start": 2533,
"cds_end": null,
"cds_length": 2598,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971059.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOSC10",
"gene_hgnc_id": 9138,
"hgvs_c": "c.2518A>C",
"hgvs_p": "p.Lys840Gln",
"transcript": "NM_002685.4",
"protein_id": "NP_002676.1",
"transcript_support_level": null,
"aa_start": 840,
"aa_end": null,
"aa_length": 860,
"cds_start": 2518,
"cds_end": null,
"cds_length": 2583,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002685.4"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOSC10",
"gene_hgnc_id": 9138,
"hgvs_c": "c.2509A>C",
"hgvs_p": "p.Lys837Gln",
"transcript": "ENST00000921095.1",
"protein_id": "ENSP00000591154.1",
"transcript_support_level": null,
"aa_start": 837,
"aa_end": null,
"aa_length": 857,
"cds_start": 2509,
"cds_end": null,
"cds_length": 2574,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921095.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOSC10",
"gene_hgnc_id": 9138,
"hgvs_c": "c.2488A>C",
"hgvs_p": "p.Lys830Gln",
"transcript": "ENST00000921099.1",
"protein_id": "ENSP00000591158.1",
"transcript_support_level": null,
"aa_start": 830,
"aa_end": null,
"aa_length": 850,
"cds_start": 2488,
"cds_end": null,
"cds_length": 2553,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921099.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOSC10",
"gene_hgnc_id": 9138,
"hgvs_c": "c.2407A>C",
"hgvs_p": "p.Lys803Gln",
"transcript": "ENST00000921098.1",
"protein_id": "ENSP00000591157.1",
"transcript_support_level": null,
"aa_start": 803,
"aa_end": null,
"aa_length": 823,
"cds_start": 2407,
"cds_end": null,
"cds_length": 2472,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921098.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOSC10",
"gene_hgnc_id": 9138,
"hgvs_c": "c.2197A>C",
"hgvs_p": "p.Lys733Gln",
"transcript": "ENST00000971058.1",
"protein_id": "ENSP00000641117.1",
"transcript_support_level": null,
"aa_start": 733,
"aa_end": null,
"aa_length": 753,
"cds_start": 2197,
"cds_end": null,
"cds_length": 2262,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971058.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOSC10",
"gene_hgnc_id": 9138,
"hgvs_c": "c.2608A>C",
"hgvs_p": "p.Lys870Gln",
"transcript": "XM_005263475.3",
"protein_id": "XP_005263532.2",
"transcript_support_level": null,
"aa_start": 870,
"aa_end": null,
"aa_length": 890,
"cds_start": 2608,
"cds_end": null,
"cds_length": 2673,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005263475.3"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOSC10",
"gene_hgnc_id": 9138,
"hgvs_c": "c.1360A>C",
"hgvs_p": "p.Lys454Gln",
"transcript": "XM_047422661.1",
"protein_id": "XP_047278617.1",
"transcript_support_level": null,
"aa_start": 454,
"aa_end": null,
"aa_length": 474,
"cds_start": 1360,
"cds_end": null,
"cds_length": 1425,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422661.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOSC10",
"gene_hgnc_id": 9138,
"hgvs_c": "c.1312A>C",
"hgvs_p": "p.Lys438Gln",
"transcript": "XM_047422663.1",
"protein_id": "XP_047278619.1",
"transcript_support_level": null,
"aa_start": 438,
"aa_end": null,
"aa_length": 458,
"cds_start": 1312,
"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_047422663.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOSC10",
"gene_hgnc_id": 9138,
"hgvs_c": "n.1845A>C",
"hgvs_p": null,
"transcript": "ENST00000474216.5",
"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": "retained_intron",
"feature": "ENST00000474216.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "EXOSC10",
"gene_hgnc_id": 9138,
"hgvs_c": "n.323A>C",
"hgvs_p": null,
"transcript": "ENST00000490565.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": "retained_intron",
"feature": "ENST00000490565.1"
},
{
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "EXOSC10-AS1",
"gene_hgnc_id": 40456,
"hgvs_c": "n.263-100T>G",
"hgvs_p": null,
"transcript": "ENST00000715290.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": "ENST00000715290.1"
},
{
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "EXOSC10-AS1",
"gene_hgnc_id": 40456,
"hgvs_c": "n.774+6969T>G",
"hgvs_p": null,
"transcript": "ENST00000715292.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": "ENST00000715292.1"
}
],
"gene_symbol": "EXOSC10",
"gene_hgnc_id": 9138,
"dbsnp": null,
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.20667430758476257,
"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.1649,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.36,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.043,
"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_001001998.3",
"gene_symbol": "EXOSC10",
"hgnc_id": 9138,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2593A>C",
"hgvs_p": "p.Lys865Gln"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000715290.1",
"gene_symbol": "EXOSC10-AS1",
"hgnc_id": 40456,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.263-100T>G",
"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
}