← 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-218616032-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=218616032&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 218616032,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_032726.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "c.151C>T",
"hgvs_p": "p.Arg51Trp",
"transcript": "NM_032726.4",
"protein_id": "NP_116115.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 762,
"cds_start": 151,
"cds_end": null,
"cds_length": 2289,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000450993.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_032726.4"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "c.151C>T",
"hgvs_p": "p.Arg51Trp",
"transcript": "ENST00000450993.7",
"protein_id": "ENSP00000388631.2",
"transcript_support_level": 1,
"aa_start": 51,
"aa_end": null,
"aa_length": 762,
"cds_start": 151,
"cds_end": null,
"cds_length": 2289,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_032726.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000450993.7"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "c.151C>T",
"hgvs_p": "p.Arg51Trp",
"transcript": "ENST00000432688.5",
"protein_id": "ENSP00000396185.1",
"transcript_support_level": 5,
"aa_start": 51,
"aa_end": null,
"aa_length": 794,
"cds_start": 151,
"cds_end": null,
"cds_length": 2385,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000432688.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "c.151C>T",
"hgvs_p": "p.Arg51Trp",
"transcript": "ENST00000417849.5",
"protein_id": "ENSP00000396942.1",
"transcript_support_level": 5,
"aa_start": 51,
"aa_end": null,
"aa_length": 762,
"cds_start": 151,
"cds_end": null,
"cds_length": 2289,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000417849.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "n.78+73C>T",
"hgvs_p": null,
"transcript": "ENST00000444453.5",
"protein_id": "ENSP00000415725.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": "ENST00000444453.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "n.78+73C>T",
"hgvs_p": null,
"transcript": "ENST00000446503.5",
"protein_id": "ENSP00000406040.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": "ENST00000446503.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "c.151C>T",
"hgvs_p": "p.Arg51Trp",
"transcript": "ENST00000944043.1",
"protein_id": "ENSP00000614102.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 794,
"cds_start": 151,
"cds_end": null,
"cds_length": 2385,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944043.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "c.151C>T",
"hgvs_p": "p.Arg51Trp",
"transcript": "ENST00000944045.1",
"protein_id": "ENSP00000614104.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 759,
"cds_start": 151,
"cds_end": null,
"cds_length": 2280,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944045.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "c.151C>T",
"hgvs_p": "p.Arg51Trp",
"transcript": "ENST00000944044.1",
"protein_id": "ENSP00000614103.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 743,
"cds_start": 151,
"cds_end": null,
"cds_length": 2232,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944044.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "c.151C>T",
"hgvs_p": "p.Arg51Trp",
"transcript": "ENST00000867505.1",
"protein_id": "ENSP00000537564.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 711,
"cds_start": 151,
"cds_end": null,
"cds_length": 2136,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867505.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "c.151C>T",
"hgvs_p": "p.Arg51Trp",
"transcript": "ENST00000415854.5",
"protein_id": "ENSP00000391850.1",
"transcript_support_level": 4,
"aa_start": 51,
"aa_end": null,
"aa_length": 97,
"cds_start": 151,
"cds_end": null,
"cds_length": 296,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000415854.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "c.151C>T",
"hgvs_p": "p.Arg51Trp",
"transcript": "XM_047446072.1",
"protein_id": "XP_047302028.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 861,
"cds_start": 151,
"cds_end": null,
"cds_length": 2586,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446072.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "c.151C>T",
"hgvs_p": "p.Arg51Trp",
"transcript": "XM_047446074.1",
"protein_id": "XP_047302030.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 861,
"cds_start": 151,
"cds_end": null,
"cds_length": 2586,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446074.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "c.151C>T",
"hgvs_p": "p.Arg51Trp",
"transcript": "XM_047446075.1",
"protein_id": "XP_047302031.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 861,
"cds_start": 151,
"cds_end": null,
"cds_length": 2586,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446075.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "c.151C>T",
"hgvs_p": "p.Arg51Trp",
"transcript": "XM_047446076.1",
"protein_id": "XP_047302032.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 835,
"cds_start": 151,
"cds_end": null,
"cds_length": 2508,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446076.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "c.151C>T",
"hgvs_p": "p.Arg51Trp",
"transcript": "XM_011512012.2",
"protein_id": "XP_011510314.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 820,
"cds_start": 151,
"cds_end": null,
"cds_length": 2463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011512012.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "c.151C>T",
"hgvs_p": "p.Arg51Trp",
"transcript": "XM_047446077.1",
"protein_id": "XP_047302033.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 810,
"cds_start": 151,
"cds_end": null,
"cds_length": 2433,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446077.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "c.151C>T",
"hgvs_p": "p.Arg51Trp",
"transcript": "XM_024453182.2",
"protein_id": "XP_024308950.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 794,
"cds_start": 151,
"cds_end": null,
"cds_length": 2385,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024453182.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "c.151C>T",
"hgvs_p": "p.Arg51Trp",
"transcript": "XM_005246913.3",
"protein_id": "XP_005246970.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 788,
"cds_start": 151,
"cds_end": null,
"cds_length": 2367,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005246913.3"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "c.151C>T",
"hgvs_p": "p.Arg51Trp",
"transcript": "XM_047446078.1",
"protein_id": "XP_047302034.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 494,
"cds_start": 151,
"cds_end": null,
"cds_length": 1485,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446078.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "c.22+271C>T",
"hgvs_p": null,
"transcript": "ENST00000867504.1",
"protein_id": "ENSP00000537563.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 709,
"cds_start": null,
"cds_end": null,
"cds_length": 2130,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867504.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "n.356C>T",
"hgvs_p": null,
"transcript": "ENST00000469493.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": "ENST00000469493.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "n.400C>T",
"hgvs_p": null,
"transcript": "ENST00000483685.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": "ENST00000483685.5"
},
{
"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": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "n.207+271C>T",
"hgvs_p": null,
"transcript": "ENST00000465713.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": "ENST00000465713.5"
},
{
"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": 14,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"hgvs_c": "n.266+73C>T",
"hgvs_p": null,
"transcript": "ENST00000473443.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": "ENST00000473443.5"
}
],
"gene_symbol": "PLCD4",
"gene_hgnc_id": 9062,
"dbsnp": "rs373362301",
"frequency_reference_population": 0.00003284215,
"hom_count_reference_population": 0,
"allele_count_reference_population": 53,
"gnomad_exomes_af": 0.0000307876,
"gnomad_genomes_af": 0.000052579,
"gnomad_exomes_ac": 45,
"gnomad_genomes_ac": 8,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.4241029620170593,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.296,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1661,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.28,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.53,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.03,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_032726.4",
"gene_symbol": "PLCD4",
"hgnc_id": 9062,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.151C>T",
"hgvs_p": "p.Arg51Trp"
}
],
"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
}