← 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-17931939-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=17931939&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PP3_Moderate"
],
"effects": [
"missense_variant"
],
"gene_symbol": "KCNS3",
"hgnc_id": 6302,
"hgvs_c": "c.931C>T",
"hgvs_p": "p.Arg311Trp",
"inheritance_mode": "AR",
"pathogenic_score": 2,
"score": 2,
"transcript": "NM_002252.5",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PP3_Moderate",
"acmg_score": 2,
"allele_count_reference_population": 199,
"alphamissense_prediction": null,
"alphamissense_score": 0.8406,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.53,
"chr": "2",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "not specified",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"computational_prediction_selected": "Pathogenic",
"computational_score_selected": 0.8868832588195801,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 491,
"aa_ref": "R",
"aa_start": 311,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2341,
"cdna_start": 1322,
"cds_end": null,
"cds_length": 1476,
"cds_start": 931,
"consequences": [
"missense_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_002252.5",
"gene_hgnc_id": 6302,
"gene_symbol": "KCNS3",
"hgvs_c": "c.931C>T",
"hgvs_p": "p.Arg311Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000304101.9",
"protein_coding": true,
"protein_id": "NP_002243.3",
"strand": true,
"transcript": "NM_002252.5",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 491,
"aa_ref": "R",
"aa_start": 311,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 2341,
"cdna_start": 1322,
"cds_end": null,
"cds_length": 1476,
"cds_start": 931,
"consequences": [
"missense_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000304101.9",
"gene_hgnc_id": 6302,
"gene_symbol": "KCNS3",
"hgvs_c": "c.931C>T",
"hgvs_p": "p.Arg311Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_002252.5",
"protein_coding": true,
"protein_id": "ENSP00000305824.4",
"strand": true,
"transcript": "ENST00000304101.9",
"transcript_support_level": 1
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 491,
"aa_ref": "R",
"aa_start": 311,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2397,
"cdna_start": 1382,
"cds_end": null,
"cds_length": 1476,
"cds_start": 931,
"consequences": [
"missense_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000403915.5",
"gene_hgnc_id": 6302,
"gene_symbol": "KCNS3",
"hgvs_c": "c.931C>T",
"hgvs_p": "p.Arg311Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000385968.1",
"strand": true,
"transcript": "ENST00000403915.5",
"transcript_support_level": 1
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 491,
"aa_ref": "R",
"aa_start": 311,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2401,
"cdna_start": 1382,
"cds_end": null,
"cds_length": 1476,
"cds_start": 931,
"consequences": [
"missense_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001282428.2",
"gene_hgnc_id": 6302,
"gene_symbol": "KCNS3",
"hgvs_c": "c.931C>T",
"hgvs_p": "p.Arg311Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001269357.1",
"strand": true,
"transcript": "NM_001282428.2",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 491,
"aa_ref": "R",
"aa_start": 311,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2187,
"cdna_start": 1165,
"cds_end": null,
"cds_length": 1476,
"cds_start": 931,
"consequences": [
"missense_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000869571.1",
"gene_hgnc_id": 6302,
"gene_symbol": "KCNS3",
"hgvs_c": "c.931C>T",
"hgvs_p": "p.Arg311Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000539630.1",
"strand": true,
"transcript": "ENST00000869571.1",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 491,
"aa_ref": "R",
"aa_start": 311,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3341,
"cdna_start": 2322,
"cds_end": null,
"cds_length": 1476,
"cds_start": 931,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000869572.1",
"gene_hgnc_id": 6302,
"gene_symbol": "KCNS3",
"hgvs_c": "c.931C>T",
"hgvs_p": "p.Arg311Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000539631.1",
"strand": true,
"transcript": "ENST00000869572.1",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 491,
"aa_ref": "R",
"aa_start": 311,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2361,
"cdna_start": 1342,
"cds_end": null,
"cds_length": 1476,
"cds_start": 931,
"consequences": [
"missense_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000869573.1",
"gene_hgnc_id": 6302,
"gene_symbol": "KCNS3",
"hgvs_c": "c.931C>T",
"hgvs_p": "p.Arg311Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000539632.1",
"strand": true,
"transcript": "ENST00000869573.1",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 491,
"aa_ref": "R",
"aa_start": 311,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2489,
"cdna_start": 1470,
"cds_end": null,
"cds_length": 1476,
"cds_start": 931,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000869574.1",
"gene_hgnc_id": 6302,
"gene_symbol": "KCNS3",
"hgvs_c": "c.931C>T",
"hgvs_p": "p.Arg311Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000539633.1",
"strand": true,
"transcript": "ENST00000869574.1",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 491,
"aa_ref": "R",
"aa_start": 311,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2248,
"cdna_start": 1232,
"cds_end": null,
"cds_length": 1476,
"cds_start": 931,
"consequences": [
"missense_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000869575.1",
"gene_hgnc_id": 6302,
"gene_symbol": "KCNS3",
"hgvs_c": "c.931C>T",
"hgvs_p": "p.Arg311Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000539634.1",
"strand": true,
"transcript": "ENST00000869575.1",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 491,
"aa_ref": "R",
"aa_start": 311,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2716,
"cdna_start": 1697,
"cds_end": null,
"cds_length": 1476,
"cds_start": 931,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000869576.1",
"gene_hgnc_id": 6302,
"gene_symbol": "KCNS3",
"hgvs_c": "c.931C>T",
"hgvs_p": "p.Arg311Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000539635.1",
"strand": true,
"transcript": "ENST00000869576.1",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 491,
"aa_ref": "R",
"aa_start": 311,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2909,
"cdna_start": 1890,
"cds_end": null,
"cds_length": 1476,
"cds_start": 931,
"consequences": [
"missense_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000869577.1",
"gene_hgnc_id": 6302,
"gene_symbol": "KCNS3",
"hgvs_c": "c.931C>T",
"hgvs_p": "p.Arg311Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000539636.1",
"strand": true,
"transcript": "ENST00000869577.1",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 491,
"aa_ref": "R",
"aa_start": 311,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2561,
"cdna_start": 1543,
"cds_end": null,
"cds_length": 1476,
"cds_start": 931,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000920631.1",
"gene_hgnc_id": 6302,
"gene_symbol": "KCNS3",
"hgvs_c": "c.931C>T",
"hgvs_p": "p.Arg311Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000590690.1",
"strand": true,
"transcript": "ENST00000920631.1",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 491,
"aa_ref": "R",
"aa_start": 311,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2656,
"cdna_start": 1637,
"cds_end": null,
"cds_length": 1476,
"cds_start": 931,
"consequences": [
"missense_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000920632.1",
"gene_hgnc_id": 6302,
"gene_symbol": "KCNS3",
"hgvs_c": "c.931C>T",
"hgvs_p": "p.Arg311Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000590691.1",
"strand": true,
"transcript": "ENST00000920632.1",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 491,
"aa_ref": "R",
"aa_start": 311,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2884,
"cdna_start": 1862,
"cds_end": null,
"cds_length": 1476,
"cds_start": 931,
"consequences": [
"missense_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000920633.1",
"gene_hgnc_id": 6302,
"gene_symbol": "KCNS3",
"hgvs_c": "c.931C>T",
"hgvs_p": "p.Arg311Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000590692.1",
"strand": true,
"transcript": "ENST00000920633.1",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 491,
"aa_ref": "R",
"aa_start": 311,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2309,
"cdna_start": 1294,
"cds_end": null,
"cds_length": 1476,
"cds_start": 931,
"consequences": [
"missense_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000920634.1",
"gene_hgnc_id": 6302,
"gene_symbol": "KCNS3",
"hgvs_c": "c.931C>T",
"hgvs_p": "p.Arg311Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000590693.1",
"strand": true,
"transcript": "ENST00000920634.1",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 491,
"aa_ref": "R",
"aa_start": 311,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2554,
"cdna_start": 1804,
"cds_end": null,
"cds_length": 1476,
"cds_start": 931,
"consequences": [
"missense_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000920635.1",
"gene_hgnc_id": 6302,
"gene_symbol": "KCNS3",
"hgvs_c": "c.931C>T",
"hgvs_p": "p.Arg311Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000590694.1",
"strand": true,
"transcript": "ENST00000920635.1",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 491,
"aa_ref": "R",
"aa_start": 311,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3252,
"cdna_start": 1083,
"cds_end": null,
"cds_length": 1476,
"cds_start": 931,
"consequences": [
"missense_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000954193.1",
"gene_hgnc_id": 6302,
"gene_symbol": "KCNS3",
"hgvs_c": "c.931C>T",
"hgvs_p": "p.Arg311Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000624252.1",
"strand": true,
"transcript": "ENST00000954193.1",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 491,
"aa_ref": "R",
"aa_start": 311,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2530,
"cdna_start": 1512,
"cds_end": null,
"cds_length": 1476,
"cds_start": 931,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000954194.1",
"gene_hgnc_id": 6302,
"gene_symbol": "KCNS3",
"hgvs_c": "c.931C>T",
"hgvs_p": "p.Arg311Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000624253.1",
"strand": true,
"transcript": "ENST00000954194.1",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 491,
"aa_ref": "R",
"aa_start": 311,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2494,
"cdna_start": 1475,
"cds_end": null,
"cds_length": 1476,
"cds_start": 931,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000954195.1",
"gene_hgnc_id": 6302,
"gene_symbol": "KCNS3",
"hgvs_c": "c.931C>T",
"hgvs_p": "p.Arg311Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000624254.1",
"strand": true,
"transcript": "ENST00000954195.1",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 491,
"aa_ref": "R",
"aa_start": 311,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2354,
"cdna_start": 1332,
"cds_end": null,
"cds_length": 1476,
"cds_start": 931,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000954196.1",
"gene_hgnc_id": 6302,
"gene_symbol": "KCNS3",
"hgvs_c": "c.931C>T",
"hgvs_p": "p.Arg311Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000624255.1",
"strand": true,
"transcript": "ENST00000954196.1",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 491,
"aa_ref": "R",
"aa_start": 311,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3349,
"cdna_start": 2332,
"cds_end": null,
"cds_length": 1476,
"cds_start": 931,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000954197.1",
"gene_hgnc_id": 6302,
"gene_symbol": "KCNS3",
"hgvs_c": "c.931C>T",
"hgvs_p": "p.Arg311Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000624256.1",
"strand": true,
"transcript": "ENST00000954197.1",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 491,
"aa_ref": "R",
"aa_start": 311,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2712,
"cdna_start": 1693,
"cds_end": null,
"cds_length": 1476,
"cds_start": 931,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_011532825.2",
"gene_hgnc_id": 6302,
"gene_symbol": "KCNS3",
"hgvs_c": "c.931C>T",
"hgvs_p": "p.Arg311Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011531127.1",
"strand": true,
"transcript": "XM_011532825.2",
"transcript_support_level": null
},
{
"aa_alt": "W",
"aa_end": null,
"aa_length": 491,
"aa_ref": "R",
"aa_start": 311,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2226,
"cdna_start": 1207,
"cds_end": null,
"cds_length": 1476,
"cds_start": 931,
"consequences": [
"missense_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_047444255.1",
"gene_hgnc_id": 6302,
"gene_symbol": "KCNS3",
"hgvs_c": "c.931C>T",
"hgvs_p": "p.Arg311Trp",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047300211.1",
"strand": true,
"transcript": "XM_047444255.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 585,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000465292.5",
"gene_hgnc_id": 6302,
"gene_symbol": "KCNS3",
"hgvs_c": "n.305+14068C>T",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000465292.5",
"transcript_support_level": 4
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs369862362",
"effect": "missense_variant",
"frequency_reference_population": 0.00012329128,
"gene_hgnc_id": 6302,
"gene_symbol": "KCNS3",
"gnomad_exomes_ac": 193,
"gnomad_exomes_af": 0.000132022,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 6,
"gnomad_genomes_af": 0.000039426,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Uncertain significance",
"phenotype_combined": "not specified",
"phylop100way_prediction": "Uncertain_significance",
"phylop100way_score": 6.15,
"pos": 17931939,
"ref": "C",
"revel_prediction": "Pathogenic",
"revel_score": 0.886,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_002252.5"
}
]
}