← 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: 14-75438046-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=75438046&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "14",
"pos": 75438046,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001135049.1",
"consequences": [
{
"aa_ref": "N",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JDP2",
"gene_hgnc_id": 17546,
"hgvs_c": "c.126C>A",
"hgvs_p": "p.Asn42Lys",
"transcript": "NM_001135048.2",
"protein_id": "NP_001128520.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 163,
"cds_start": 126,
"cds_end": null,
"cds_length": 492,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000651602.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001135048.2"
},
{
"aa_ref": "N",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JDP2",
"gene_hgnc_id": 17546,
"hgvs_c": "c.126C>A",
"hgvs_p": "p.Asn42Lys",
"transcript": "ENST00000651602.1",
"protein_id": "ENSP00000498745.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 163,
"cds_start": 126,
"cds_end": null,
"cds_length": 492,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001135048.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000651602.1"
},
{
"aa_ref": "N",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JDP2",
"gene_hgnc_id": 17546,
"hgvs_c": "c.159C>A",
"hgvs_p": "p.Asn53Lys",
"transcript": "ENST00000267569.5",
"protein_id": "ENSP00000267569.5",
"transcript_support_level": 1,
"aa_start": 53,
"aa_end": null,
"aa_length": 174,
"cds_start": 159,
"cds_end": null,
"cds_length": 525,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000267569.5"
},
{
"aa_ref": "N",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JDP2",
"gene_hgnc_id": 17546,
"hgvs_c": "c.126C>A",
"hgvs_p": "p.Asn42Lys",
"transcript": "ENST00000435893.6",
"protein_id": "ENSP00000399587.2",
"transcript_support_level": 1,
"aa_start": 42,
"aa_end": null,
"aa_length": 163,
"cds_start": 126,
"cds_end": null,
"cds_length": 492,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000435893.6"
},
{
"aa_ref": "N",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JDP2",
"gene_hgnc_id": 17546,
"hgvs_c": "c.126C>A",
"hgvs_p": "p.Asn42Lys",
"transcript": "ENST00000955938.1",
"protein_id": "ENSP00000625997.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 194,
"cds_start": 126,
"cds_end": null,
"cds_length": 585,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955938.1"
},
{
"aa_ref": "N",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JDP2",
"gene_hgnc_id": 17546,
"hgvs_c": "c.159C>A",
"hgvs_p": "p.Asn53Lys",
"transcript": "NM_001135049.1",
"protein_id": "NP_001128521.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 174,
"cds_start": 159,
"cds_end": null,
"cds_length": 525,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001135049.1"
},
{
"aa_ref": "N",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JDP2",
"gene_hgnc_id": 17546,
"hgvs_c": "c.126C>A",
"hgvs_p": "p.Asn42Lys",
"transcript": "NM_001135047.2",
"protein_id": "NP_001128519.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 163,
"cds_start": 126,
"cds_end": null,
"cds_length": 492,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001135047.2"
},
{
"aa_ref": "N",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JDP2",
"gene_hgnc_id": 17546,
"hgvs_c": "c.126C>A",
"hgvs_p": "p.Asn42Lys",
"transcript": "NM_130469.3",
"protein_id": "NP_569736.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 163,
"cds_start": 126,
"cds_end": null,
"cds_length": 492,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_130469.3"
},
{
"aa_ref": "N",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JDP2",
"gene_hgnc_id": 17546,
"hgvs_c": "c.126C>A",
"hgvs_p": "p.Asn42Lys",
"transcript": "ENST00000419727.6",
"protein_id": "ENSP00000415558.2",
"transcript_support_level": 2,
"aa_start": 42,
"aa_end": null,
"aa_length": 163,
"cds_start": 126,
"cds_end": null,
"cds_length": 492,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000419727.6"
},
{
"aa_ref": "N",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JDP2",
"gene_hgnc_id": 17546,
"hgvs_c": "c.126C>A",
"hgvs_p": "p.Asn42Lys",
"transcript": "ENST00000437176.5",
"protein_id": "ENSP00000409787.1",
"transcript_support_level": 3,
"aa_start": 42,
"aa_end": null,
"aa_length": 163,
"cds_start": 126,
"cds_end": null,
"cds_length": 492,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000437176.5"
},
{
"aa_ref": "N",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JDP2",
"gene_hgnc_id": 17546,
"hgvs_c": "c.126C>A",
"hgvs_p": "p.Asn42Lys",
"transcript": "ENST00000879974.1",
"protein_id": "ENSP00000550033.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 163,
"cds_start": 126,
"cds_end": null,
"cds_length": 492,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879974.1"
},
{
"aa_ref": "N",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JDP2",
"gene_hgnc_id": 17546,
"hgvs_c": "c.126C>A",
"hgvs_p": "p.Asn42Lys",
"transcript": "ENST00000879975.1",
"protein_id": "ENSP00000550034.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 163,
"cds_start": 126,
"cds_end": null,
"cds_length": 492,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879975.1"
},
{
"aa_ref": "N",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JDP2",
"gene_hgnc_id": 17546,
"hgvs_c": "c.126C>A",
"hgvs_p": "p.Asn42Lys",
"transcript": "ENST00000924615.1",
"protein_id": "ENSP00000594674.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 163,
"cds_start": 126,
"cds_end": null,
"cds_length": 492,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924615.1"
},
{
"aa_ref": "N",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JDP2",
"gene_hgnc_id": 17546,
"hgvs_c": "c.126C>A",
"hgvs_p": "p.Asn42Lys",
"transcript": "ENST00000924616.1",
"protein_id": "ENSP00000594675.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 163,
"cds_start": 126,
"cds_end": null,
"cds_length": 492,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924616.1"
},
{
"aa_ref": "N",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JDP2",
"gene_hgnc_id": 17546,
"hgvs_c": "c.126C>A",
"hgvs_p": "p.Asn42Lys",
"transcript": "ENST00000924617.1",
"protein_id": "ENSP00000594676.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 163,
"cds_start": 126,
"cds_end": null,
"cds_length": 492,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924617.1"
},
{
"aa_ref": "N",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JDP2",
"gene_hgnc_id": 17546,
"hgvs_c": "c.126C>A",
"hgvs_p": "p.Asn42Lys",
"transcript": "ENST00000955939.1",
"protein_id": "ENSP00000625998.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 163,
"cds_start": 126,
"cds_end": null,
"cds_length": 492,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955939.1"
},
{
"aa_ref": "N",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JDP2",
"gene_hgnc_id": 17546,
"hgvs_c": "c.126C>A",
"hgvs_p": "p.Asn42Lys",
"transcript": "ENST00000955940.1",
"protein_id": "ENSP00000625999.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 163,
"cds_start": 126,
"cds_end": null,
"cds_length": 492,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955940.1"
},
{
"aa_ref": "N",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JDP2",
"gene_hgnc_id": 17546,
"hgvs_c": "c.126C>A",
"hgvs_p": "p.Asn42Lys",
"transcript": "ENST00000955941.1",
"protein_id": "ENSP00000626000.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 163,
"cds_start": 126,
"cds_end": null,
"cds_length": 492,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955941.1"
},
{
"aa_ref": "N",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JDP2",
"gene_hgnc_id": 17546,
"hgvs_c": "c.126C>A",
"hgvs_p": "p.Asn42Lys",
"transcript": "ENST00000559060.5",
"protein_id": "ENSP00000452769.1",
"transcript_support_level": 3,
"aa_start": 42,
"aa_end": null,
"aa_length": 132,
"cds_start": 126,
"cds_end": null,
"cds_length": 401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000559060.5"
},
{
"aa_ref": "N",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JDP2",
"gene_hgnc_id": 17546,
"hgvs_c": "c.255C>A",
"hgvs_p": "p.Asn85Lys",
"transcript": "XM_047430942.1",
"protein_id": "XP_047286898.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 206,
"cds_start": 255,
"cds_end": null,
"cds_length": 621,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430942.1"
},
{
"aa_ref": "N",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JDP2",
"gene_hgnc_id": 17546,
"hgvs_c": "c.159C>A",
"hgvs_p": "p.Asn53Lys",
"transcript": "XM_047430943.1",
"protein_id": "XP_047286899.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 174,
"cds_start": 159,
"cds_end": null,
"cds_length": 525,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430943.1"
},
{
"aa_ref": "N",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JDP2",
"gene_hgnc_id": 17546,
"hgvs_c": "c.159C>A",
"hgvs_p": "p.Asn53Lys",
"transcript": "XM_047430944.1",
"protein_id": "XP_047286900.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 174,
"cds_start": 159,
"cds_end": null,
"cds_length": 525,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430944.1"
},
{
"aa_ref": "N",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JDP2",
"gene_hgnc_id": 17546,
"hgvs_c": "c.126C>A",
"hgvs_p": "p.Asn42Lys",
"transcript": "XM_005267332.5",
"protein_id": "XP_005267389.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 163,
"cds_start": 126,
"cds_end": null,
"cds_length": 492,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005267332.5"
},
{
"aa_ref": "N",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JDP2",
"gene_hgnc_id": 17546,
"hgvs_c": "c.126C>A",
"hgvs_p": "p.Asn42Lys",
"transcript": "XM_017020973.2",
"protein_id": "XP_016876462.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 163,
"cds_start": 126,
"cds_end": null,
"cds_length": 492,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017020973.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "JDP2",
"gene_hgnc_id": 17546,
"hgvs_c": "n.306C>A",
"hgvs_p": null,
"transcript": "ENST00000558068.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": "ENST00000558068.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "JDP2",
"gene_hgnc_id": 17546,
"hgvs_c": "n.193C>A",
"hgvs_p": null,
"transcript": "ENST00000559773.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": "pseudogene",
"feature": "ENST00000559773.5"
}
],
"gene_symbol": "JDP2",
"gene_hgnc_id": 17546,
"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.16878551244735718,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.055,
"revel_prediction": "Benign",
"alphamissense_score": 0.1602,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.37,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.442,
"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_001135049.1",
"gene_symbol": "JDP2",
"hgnc_id": 17546,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.159C>A",
"hgvs_p": "p.Asn53Lys"
}
],
"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
}