← 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: 2-38813883-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=38813883&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 38813883,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_198963.3",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHX57",
"gene_hgnc_id": 20086,
"hgvs_c": "c.3619G>A",
"hgvs_p": "p.Ala1207Thr",
"transcript": "NM_198963.3",
"protein_id": "NP_945314.1",
"transcript_support_level": null,
"aa_start": 1207,
"aa_end": null,
"aa_length": 1386,
"cds_start": 3619,
"cds_end": null,
"cds_length": 4161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000457308.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_198963.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHX57",
"gene_hgnc_id": 20086,
"hgvs_c": "c.3619G>A",
"hgvs_p": "p.Ala1207Thr",
"transcript": "ENST00000457308.6",
"protein_id": "ENSP00000405111.2",
"transcript_support_level": 1,
"aa_start": 1207,
"aa_end": null,
"aa_length": 1386,
"cds_start": 3619,
"cds_end": null,
"cds_length": 4161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_198963.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000457308.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHX57",
"gene_hgnc_id": 20086,
"hgvs_c": "n.*1917G>A",
"hgvs_p": null,
"transcript": "ENST00000620517.4",
"protein_id": "ENSP00000482275.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000620517.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHX57",
"gene_hgnc_id": 20086,
"hgvs_c": "n.4646G>A",
"hgvs_p": null,
"transcript": "ENST00000622155.4",
"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": "retained_intron",
"feature": "ENST00000622155.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHX57",
"gene_hgnc_id": 20086,
"hgvs_c": "n.*1917G>A",
"hgvs_p": null,
"transcript": "ENST00000620517.4",
"protein_id": "ENSP00000482275.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000620517.4"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHX57",
"gene_hgnc_id": 20086,
"hgvs_c": "c.3619G>A",
"hgvs_p": "p.Ala1207Thr",
"transcript": "ENST00000896810.1",
"protein_id": "ENSP00000566869.1",
"transcript_support_level": null,
"aa_start": 1207,
"aa_end": null,
"aa_length": 1386,
"cds_start": 3619,
"cds_end": null,
"cds_length": 4161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896810.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHX57",
"gene_hgnc_id": 20086,
"hgvs_c": "c.3616G>A",
"hgvs_p": "p.Ala1206Thr",
"transcript": "ENST00000934862.1",
"protein_id": "ENSP00000604921.1",
"transcript_support_level": null,
"aa_start": 1206,
"aa_end": null,
"aa_length": 1385,
"cds_start": 3616,
"cds_end": null,
"cds_length": 4158,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934862.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHX57",
"gene_hgnc_id": 20086,
"hgvs_c": "c.3610G>A",
"hgvs_p": "p.Ala1204Thr",
"transcript": "ENST00000896808.1",
"protein_id": "ENSP00000566867.1",
"transcript_support_level": null,
"aa_start": 1204,
"aa_end": null,
"aa_length": 1383,
"cds_start": 3610,
"cds_end": null,
"cds_length": 4152,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896808.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHX57",
"gene_hgnc_id": 20086,
"hgvs_c": "c.3583G>A",
"hgvs_p": "p.Ala1195Thr",
"transcript": "ENST00000896807.1",
"protein_id": "ENSP00000566866.1",
"transcript_support_level": null,
"aa_start": 1195,
"aa_end": null,
"aa_length": 1374,
"cds_start": 3583,
"cds_end": null,
"cds_length": 4125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896807.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHX57",
"gene_hgnc_id": 20086,
"hgvs_c": "c.3535G>A",
"hgvs_p": "p.Ala1179Thr",
"transcript": "ENST00000896809.1",
"protein_id": "ENSP00000566868.1",
"transcript_support_level": null,
"aa_start": 1179,
"aa_end": null,
"aa_length": 1358,
"cds_start": 3535,
"cds_end": null,
"cds_length": 4077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896809.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHX57",
"gene_hgnc_id": 20086,
"hgvs_c": "c.3490G>A",
"hgvs_p": "p.Ala1164Thr",
"transcript": "ENST00000934864.1",
"protein_id": "ENSP00000604923.1",
"transcript_support_level": null,
"aa_start": 1164,
"aa_end": null,
"aa_length": 1343,
"cds_start": 3490,
"cds_end": null,
"cds_length": 4032,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934864.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHX57",
"gene_hgnc_id": 20086,
"hgvs_c": "c.3484G>A",
"hgvs_p": "p.Ala1162Thr",
"transcript": "ENST00000934861.1",
"protein_id": "ENSP00000604920.1",
"transcript_support_level": null,
"aa_start": 1162,
"aa_end": null,
"aa_length": 1341,
"cds_start": 3484,
"cds_end": null,
"cds_length": 4026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934861.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHX57",
"gene_hgnc_id": 20086,
"hgvs_c": "c.3583G>A",
"hgvs_p": "p.Ala1195Thr",
"transcript": "ENST00000934863.1",
"protein_id": "ENSP00000604922.1",
"transcript_support_level": null,
"aa_start": 1195,
"aa_end": null,
"aa_length": 1329,
"cds_start": 3583,
"cds_end": null,
"cds_length": 3990,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934863.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHX57",
"gene_hgnc_id": 20086,
"hgvs_c": "c.3313G>A",
"hgvs_p": "p.Ala1105Thr",
"transcript": "NM_001329963.1",
"protein_id": "NP_001316892.1",
"transcript_support_level": null,
"aa_start": 1105,
"aa_end": null,
"aa_length": 1284,
"cds_start": 3313,
"cds_end": null,
"cds_length": 3855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001329963.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHX57",
"gene_hgnc_id": 20086,
"hgvs_c": "c.3619G>A",
"hgvs_p": "p.Ala1207Thr",
"transcript": "ENST00000934865.1",
"protein_id": "ENSP00000604924.1",
"transcript_support_level": null,
"aa_start": 1207,
"aa_end": null,
"aa_length": 1274,
"cds_start": 3619,
"cds_end": null,
"cds_length": 3825,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934865.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHX57",
"gene_hgnc_id": 20086,
"hgvs_c": "c.1588G>A",
"hgvs_p": "p.Ala530Thr",
"transcript": "ENST00000452978.5",
"protein_id": "ENSP00000397841.1",
"transcript_support_level": 5,
"aa_start": 530,
"aa_end": null,
"aa_length": 664,
"cds_start": 1588,
"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": "ENST00000452978.5"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHX57",
"gene_hgnc_id": 20086,
"hgvs_c": "c.3619G>A",
"hgvs_p": "p.Ala1207Thr",
"transcript": "XM_011533154.3",
"protein_id": "XP_011531456.1",
"transcript_support_level": null,
"aa_start": 1207,
"aa_end": null,
"aa_length": 1386,
"cds_start": 3619,
"cds_end": null,
"cds_length": 4161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011533154.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHX57",
"gene_hgnc_id": 20086,
"hgvs_c": "c.3619G>A",
"hgvs_p": "p.Ala1207Thr",
"transcript": "XM_011533155.3",
"protein_id": "XP_011531457.1",
"transcript_support_level": null,
"aa_start": 1207,
"aa_end": null,
"aa_length": 1386,
"cds_start": 3619,
"cds_end": null,
"cds_length": 4161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011533155.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHX57",
"gene_hgnc_id": 20086,
"hgvs_c": "c.3619G>A",
"hgvs_p": "p.Ala1207Thr",
"transcript": "XM_011533156.4",
"protein_id": "XP_011531458.1",
"transcript_support_level": null,
"aa_start": 1207,
"aa_end": null,
"aa_length": 1342,
"cds_start": 3619,
"cds_end": null,
"cds_length": 4029,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011533156.4"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHX57",
"gene_hgnc_id": 20086,
"hgvs_c": "c.3313G>A",
"hgvs_p": "p.Ala1105Thr",
"transcript": "XM_024453215.1",
"protein_id": "XP_024308983.1",
"transcript_support_level": null,
"aa_start": 1105,
"aa_end": null,
"aa_length": 1284,
"cds_start": 3313,
"cds_end": null,
"cds_length": 3855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024453215.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DHX57",
"gene_hgnc_id": 20086,
"hgvs_c": "n.232G>A",
"hgvs_p": null,
"transcript": "ENST00000497514.2",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000497514.2"
},
{
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000302286",
"gene_hgnc_id": null,
"hgvs_c": "n.365+2108C>T",
"hgvs_p": null,
"transcript": "ENST00000785546.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": "ENST00000785546.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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000302286",
"gene_hgnc_id": null,
"hgvs_c": "n.162+2966C>T",
"hgvs_p": null,
"transcript": "ENST00000785547.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": "ENST00000785547.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": "ENSG00000302286",
"gene_hgnc_id": null,
"hgvs_c": "n.162+2966C>T",
"hgvs_p": null,
"transcript": "ENST00000785548.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": "ENST00000785548.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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000302286",
"gene_hgnc_id": null,
"hgvs_c": "n.348+2108C>T",
"hgvs_p": null,
"transcript": "ENST00000785549.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": "ENST00000785549.1"
}
],
"gene_symbol": "DHX57",
"gene_hgnc_id": 20086,
"dbsnp": "rs1329786520",
"frequency_reference_population": 0.000008059017,
"hom_count_reference_population": 0,
"allele_count_reference_population": 13,
"gnomad_exomes_af": 0.00000616048,
"gnomad_genomes_af": 0.0000262857,
"gnomad_exomes_ac": 9,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.26113277673721313,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.302,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1492,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.18,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.936,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.02,
"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_198963.3",
"gene_symbol": "DHX57",
"hgnc_id": 20086,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.3619G>A",
"hgvs_p": "p.Ala1207Thr"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000785546.1",
"gene_symbol": "ENSG00000302286",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.365+2108C>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
}