← 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: 17-45464468-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=45464468&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 45464468,
"ref": "C",
"alt": "T",
"effect": "intron_variant",
"transcript": "NM_014798.3",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "c.1308+3741G>A",
"hgvs_p": null,
"transcript": "NM_014798.3",
"protein_id": "NP_055613.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1056,
"cds_start": null,
"cds_end": null,
"cds_length": 3171,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000430334.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014798.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "c.1308+3741G>A",
"hgvs_p": null,
"transcript": "ENST00000430334.8",
"protein_id": "ENSP00000389913.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1056,
"cds_start": null,
"cds_end": null,
"cds_length": 3171,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_014798.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000430334.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "n.924-6029G>A",
"hgvs_p": null,
"transcript": "ENST00000581448.5",
"protein_id": "ENSP00000462160.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": "ENST00000581448.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "c.1308+3741G>A",
"hgvs_p": null,
"transcript": "ENST00000446609.7",
"protein_id": "ENSP00000394344.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1056,
"cds_start": null,
"cds_end": null,
"cds_length": 3171,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000446609.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "c.1308+3741G>A",
"hgvs_p": null,
"transcript": "ENST00000958647.1",
"protein_id": "ENSP00000628706.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1056,
"cds_start": null,
"cds_end": null,
"cds_length": 3171,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958647.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "c.1308+3741G>A",
"hgvs_p": null,
"transcript": "ENST00000958646.1",
"protein_id": "ENSP00000628705.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1041,
"cds_start": null,
"cds_end": null,
"cds_length": 3126,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958646.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "c.1308+3741G>A",
"hgvs_p": null,
"transcript": "ENST00000861476.1",
"protein_id": "ENSP00000531535.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1035,
"cds_start": null,
"cds_end": null,
"cds_length": 3108,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861476.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "c.1308+3741G>A",
"hgvs_p": null,
"transcript": "NM_001352825.2",
"protein_id": "NP_001339754.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 853,
"cds_start": null,
"cds_end": null,
"cds_length": 2562,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001352825.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "c.1308+3741G>A",
"hgvs_p": null,
"transcript": "ENST00000700125.1",
"protein_id": "ENSP00000514814.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 853,
"cds_start": null,
"cds_end": null,
"cds_length": 2562,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000700125.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "c.1308+3741G>A",
"hgvs_p": null,
"transcript": "XM_017025451.2",
"protein_id": "XP_016880940.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1056,
"cds_start": null,
"cds_end": null,
"cds_length": 3171,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017025451.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "c.1308+3741G>A",
"hgvs_p": null,
"transcript": "XM_047437188.1",
"protein_id": "XP_047293144.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1056,
"cds_start": null,
"cds_end": null,
"cds_length": 3171,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437188.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "c.1155+3741G>A",
"hgvs_p": null,
"transcript": "XM_011525525.1",
"protein_id": "XP_011523827.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1005,
"cds_start": null,
"cds_end": null,
"cds_length": 3018,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525525.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "c.1308+3741G>A",
"hgvs_p": null,
"transcript": "XM_047437189.1",
"protein_id": "XP_047293145.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 994,
"cds_start": null,
"cds_end": null,
"cds_length": 2985,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437189.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "c.1107+3741G>A",
"hgvs_p": null,
"transcript": "XM_047437190.1",
"protein_id": "XP_047293146.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 989,
"cds_start": null,
"cds_end": null,
"cds_length": 2970,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437190.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "c.1041+3741G>A",
"hgvs_p": null,
"transcript": "XM_017025452.2",
"protein_id": "XP_016880941.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 967,
"cds_start": null,
"cds_end": null,
"cds_length": 2904,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017025452.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "c.1155+3741G>A",
"hgvs_p": null,
"transcript": "XM_047437191.1",
"protein_id": "XP_047293147.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 943,
"cds_start": null,
"cds_end": null,
"cds_length": 2832,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437191.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "c.918+3741G>A",
"hgvs_p": null,
"transcript": "XM_006722201.5",
"protein_id": "XP_006722264.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 926,
"cds_start": null,
"cds_end": null,
"cds_length": 2781,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006722201.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "c.918+3741G>A",
"hgvs_p": null,
"transcript": "XM_047437192.1",
"protein_id": "XP_047293148.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 926,
"cds_start": null,
"cds_end": null,
"cds_length": 2781,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437192.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "n.*868+3741G>A",
"hgvs_p": null,
"transcript": "ENST00000579197.5",
"protein_id": "ENSP00000462282.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000579197.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "n.*250+3741G>A",
"hgvs_p": null,
"transcript": "ENST00000582119.6",
"protein_id": "ENSP00000514815.1",
"transcript_support_level": 4,
"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": "ENST00000582119.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "n.*886-6029G>A",
"hgvs_p": null,
"transcript": "ENST00000700123.1",
"protein_id": "ENSP00000514812.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": "ENST00000700123.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "n.*1050+3741G>A",
"hgvs_p": null,
"transcript": "ENST00000700124.1",
"protein_id": "ENSP00000514813.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": "ENST00000700124.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "n.1244+3741G>A",
"hgvs_p": null,
"transcript": "ENST00000700126.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": "ENST00000700126.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "n.1436+3741G>A",
"hgvs_p": null,
"transcript": "ENST00000700127.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": "retained_intron",
"feature": "ENST00000700127.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "n.1171+3741G>A",
"hgvs_p": null,
"transcript": "NR_027774.2",
"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": "NR_027774.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "n.1035-6029G>A",
"hgvs_p": null,
"transcript": "NR_027782.2",
"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": "NR_027782.2"
}
],
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"dbsnp": "rs2078200",
"frequency_reference_population": 0.64981043,
"hom_count_reference_population": 32501,
"allele_count_reference_population": 98727,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.64981,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 98727,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 32501,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.9700000286102295,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.97,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -3.957,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_014798.3",
"gene_symbol": "PLEKHM1",
"hgnc_id": 29017,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR,AD,Unknown",
"hgvs_c": "c.1308+3741G>A",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}