← 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: 18-63331816-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=18&pos=63331816&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "18",
"pos": 63331816,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_002035.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "K",
"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": "KDSR",
"gene_hgnc_id": 4021,
"hgvs_c": "c.965G>A",
"hgvs_p": "p.Arg322Lys",
"transcript": "NM_002035.4",
"protein_id": "NP_002026.1",
"transcript_support_level": null,
"aa_start": 322,
"aa_end": null,
"aa_length": 332,
"cds_start": 965,
"cds_end": null,
"cds_length": 999,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000645214.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002035.4"
},
{
"aa_ref": "R",
"aa_alt": "K",
"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": "KDSR",
"gene_hgnc_id": 4021,
"hgvs_c": "c.965G>A",
"hgvs_p": "p.Arg322Lys",
"transcript": "ENST00000645214.2",
"protein_id": "ENSP00000494352.1",
"transcript_support_level": null,
"aa_start": 322,
"aa_end": null,
"aa_length": 332,
"cds_start": 965,
"cds_end": null,
"cds_length": 999,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_002035.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000645214.2"
},
{
"aa_ref": "R",
"aa_alt": "K",
"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": "KDSR",
"gene_hgnc_id": 4021,
"hgvs_c": "c.1055G>A",
"hgvs_p": "p.Arg352Lys",
"transcript": "ENST00000951441.1",
"protein_id": "ENSP00000621500.1",
"transcript_support_level": null,
"aa_start": 352,
"aa_end": null,
"aa_length": 362,
"cds_start": 1055,
"cds_end": null,
"cds_length": 1089,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951441.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"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": "KDSR",
"gene_hgnc_id": 4021,
"hgvs_c": "c.971G>A",
"hgvs_p": "p.Arg324Lys",
"transcript": "ENST00000882920.1",
"protein_id": "ENSP00000552979.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 334,
"cds_start": 971,
"cds_end": null,
"cds_length": 1005,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882920.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"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": "KDSR",
"gene_hgnc_id": 4021,
"hgvs_c": "c.971G>A",
"hgvs_p": "p.Arg324Lys",
"transcript": "ENST00000882922.1",
"protein_id": "ENSP00000552981.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 334,
"cds_start": 971,
"cds_end": null,
"cds_length": 1005,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882922.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"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": "KDSR",
"gene_hgnc_id": 4021,
"hgvs_c": "c.962G>A",
"hgvs_p": "p.Arg321Lys",
"transcript": "ENST00000928432.1",
"protein_id": "ENSP00000598491.1",
"transcript_support_level": null,
"aa_start": 321,
"aa_end": null,
"aa_length": 331,
"cds_start": 962,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928432.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"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": "KDSR",
"gene_hgnc_id": 4021,
"hgvs_c": "c.959G>A",
"hgvs_p": "p.Arg320Lys",
"transcript": "ENST00000951442.1",
"protein_id": "ENSP00000621501.1",
"transcript_support_level": null,
"aa_start": 320,
"aa_end": null,
"aa_length": 330,
"cds_start": 959,
"cds_end": null,
"cds_length": 993,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951442.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"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": "KDSR",
"gene_hgnc_id": 4021,
"hgvs_c": "c.908G>A",
"hgvs_p": "p.Arg303Lys",
"transcript": "ENST00000882916.1",
"protein_id": "ENSP00000552975.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 313,
"cds_start": 908,
"cds_end": null,
"cds_length": 942,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882916.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"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": "KDSR",
"gene_hgnc_id": 4021,
"hgvs_c": "c.899G>A",
"hgvs_p": "p.Arg300Lys",
"transcript": "ENST00000882923.1",
"protein_id": "ENSP00000552982.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 310,
"cds_start": 899,
"cds_end": null,
"cds_length": 933,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882923.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"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": "KDSR",
"gene_hgnc_id": 4021,
"hgvs_c": "c.881G>A",
"hgvs_p": "p.Arg294Lys",
"transcript": "ENST00000882917.1",
"protein_id": "ENSP00000552976.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 304,
"cds_start": 881,
"cds_end": null,
"cds_length": 915,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882917.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"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": "KDSR",
"gene_hgnc_id": 4021,
"hgvs_c": "c.881G>A",
"hgvs_p": "p.Arg294Lys",
"transcript": "ENST00000882919.1",
"protein_id": "ENSP00000552978.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 304,
"cds_start": 881,
"cds_end": null,
"cds_length": 915,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882919.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"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": "KDSR",
"gene_hgnc_id": 4021,
"hgvs_c": "c.863G>A",
"hgvs_p": "p.Arg288Lys",
"transcript": "ENST00000591902.6",
"protein_id": "ENSP00000468203.2",
"transcript_support_level": 2,
"aa_start": 288,
"aa_end": null,
"aa_length": 298,
"cds_start": 863,
"cds_end": null,
"cds_length": 897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000591902.6"
},
{
"aa_ref": "R",
"aa_alt": "K",
"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": "KDSR",
"gene_hgnc_id": 4021,
"hgvs_c": "c.842G>A",
"hgvs_p": "p.Arg281Lys",
"transcript": "ENST00000928433.1",
"protein_id": "ENSP00000598492.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 291,
"cds_start": 842,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928433.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"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": "KDSR",
"gene_hgnc_id": 4021,
"hgvs_c": "c.803G>A",
"hgvs_p": "p.Arg268Lys",
"transcript": "ENST00000951443.1",
"protein_id": "ENSP00000621502.1",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 278,
"cds_start": 803,
"cds_end": null,
"cds_length": 837,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951443.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"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": "KDSR",
"gene_hgnc_id": 4021,
"hgvs_c": "c.797G>A",
"hgvs_p": "p.Arg266Lys",
"transcript": "ENST00000882921.1",
"protein_id": "ENSP00000552980.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 276,
"cds_start": 797,
"cds_end": null,
"cds_length": 831,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882921.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"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": "KDSR",
"gene_hgnc_id": 4021,
"hgvs_c": "c.779G>A",
"hgvs_p": "p.Arg260Lys",
"transcript": "ENST00000882918.1",
"protein_id": "ENSP00000552977.1",
"transcript_support_level": null,
"aa_start": 260,
"aa_end": null,
"aa_length": 270,
"cds_start": 779,
"cds_end": null,
"cds_length": 813,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882918.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"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": "KDSR",
"gene_hgnc_id": 4021,
"hgvs_c": "c.773G>A",
"hgvs_p": "p.Arg258Lys",
"transcript": "ENST00000326575.9",
"protein_id": "ENSP00000312939.5",
"transcript_support_level": 2,
"aa_start": 258,
"aa_end": null,
"aa_length": 268,
"cds_start": 773,
"cds_end": null,
"cds_length": 807,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000326575.9"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KDSR",
"gene_hgnc_id": 4021,
"hgvs_c": "c.341G>A",
"hgvs_p": "p.Arg114Lys",
"transcript": "ENST00000882924.1",
"protein_id": "ENSP00000552983.1",
"transcript_support_level": null,
"aa_start": 114,
"aa_end": null,
"aa_length": 124,
"cds_start": 341,
"cds_end": null,
"cds_length": 375,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882924.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": "KDSR",
"gene_hgnc_id": 4021,
"hgvs_c": "n.2393G>A",
"hgvs_p": null,
"transcript": "ENST00000586791.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": "ENST00000586791.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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KDSR",
"gene_hgnc_id": 4021,
"hgvs_c": "n.853G>A",
"hgvs_p": null,
"transcript": "ENST00000588089.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": "ENST00000588089.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KDSR",
"gene_hgnc_id": 4021,
"hgvs_c": "n.515G>A",
"hgvs_p": null,
"transcript": "ENST00000589592.1",
"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": "pseudogene",
"feature": "ENST00000589592.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KDSR",
"gene_hgnc_id": 4021,
"hgvs_c": "n.*904G>A",
"hgvs_p": null,
"transcript": "ENST00000644624.1",
"protein_id": "ENSP00000494878.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000644624.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KDSR",
"gene_hgnc_id": 4021,
"hgvs_c": "n.*1115G>A",
"hgvs_p": null,
"transcript": "ENST00000646205.1",
"protein_id": "ENSP00000496260.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000646205.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KDSR",
"gene_hgnc_id": 4021,
"hgvs_c": "n.*904G>A",
"hgvs_p": null,
"transcript": "ENST00000644624.1",
"protein_id": "ENSP00000494878.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000644624.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KDSR",
"gene_hgnc_id": 4021,
"hgvs_c": "n.*1115G>A",
"hgvs_p": null,
"transcript": "ENST00000646205.1",
"protein_id": "ENSP00000496260.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000646205.1"
}
],
"gene_symbol": "KDSR",
"gene_hgnc_id": 4021,
"dbsnp": "rs771254281",
"frequency_reference_population": 0.0000013683409,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000136834,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.08200111985206604,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.198,
"revel_prediction": "Benign",
"alphamissense_score": 0.0738,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.34,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.804,
"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_002035.4",
"gene_symbol": "KDSR",
"hgnc_id": 4021,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.965G>A",
"hgvs_p": "p.Arg322Lys"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}