← 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: 12-18699791-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=18699791&ref=T&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "12",
"pos": 18699791,
"ref": "T",
"alt": "C",
"effect": "splice_region_variant,intron_variant",
"transcript": "NM_033123.4",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "c.1174+3A>G",
"hgvs_p": null,
"transcript": "NM_033123.4",
"protein_id": "NP_149114.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 608,
"cds_start": -4,
"cds_end": null,
"cds_length": 1827,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2105,
"mane_select": "ENST00000266505.12",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "c.1174+3A>G",
"hgvs_p": null,
"transcript": "ENST00000266505.12",
"protein_id": "ENSP00000266505.7",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 608,
"cds_start": -4,
"cds_end": null,
"cds_length": 1827,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2105,
"mane_select": "NM_033123.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "c.1297+3A>G",
"hgvs_p": null,
"transcript": "ENST00000648272.1",
"protein_id": "ENSP00000497636.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 649,
"cds_start": -4,
"cds_end": null,
"cds_length": 1950,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2320,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "c.595+3A>G",
"hgvs_p": null,
"transcript": "ENST00000539875.5",
"protein_id": "ENSP00000445026.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 415,
"cds_start": -4,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1398,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "n.*1039+3A>G",
"hgvs_p": null,
"transcript": "ENST00000318197.10",
"protein_id": "ENSP00000326397.6",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2113,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "c.862+3A>G",
"hgvs_p": null,
"transcript": "NM_001330774.2",
"protein_id": "NP_001317703.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 504,
"cds_start": -4,
"cds_end": null,
"cds_length": 1515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2108,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "c.595+3A>G",
"hgvs_p": null,
"transcript": "NM_001330769.1",
"protein_id": "NP_001317698.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 415,
"cds_start": -4,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1445,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "c.520+3A>G",
"hgvs_p": null,
"transcript": "ENST00000538330.5",
"protein_id": "ENSP00000445880.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 390,
"cds_start": -4,
"cds_end": null,
"cds_length": 1173,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1612,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "c.379+3A>G",
"hgvs_p": null,
"transcript": "ENST00000540421.5",
"protein_id": "ENSP00000445889.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 264,
"cds_start": -4,
"cds_end": null,
"cds_length": 797,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 797,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "n.787+3A>G",
"hgvs_p": null,
"transcript": "ENST00000540270.5",
"protein_id": "ENSP00000443320.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1667,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "n.247+3A>G",
"hgvs_p": null,
"transcript": "ENST00000540515.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 323,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "n.697+3A>G",
"hgvs_p": null,
"transcript": "ENST00000542762.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 814,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 33,
"intron_rank": 32,
"intron_rank_end": null,
"gene_symbol": "PIK3C2G",
"gene_hgnc_id": 8973,
"hgvs_c": "c.4309-15895T>C",
"hgvs_p": null,
"transcript": "XM_017019471.2",
"protein_id": "XP_016874960.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1492,
"cds_start": -4,
"cds_end": null,
"cds_length": 4479,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5650,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 33,
"intron_rank": 32,
"intron_rank_end": null,
"gene_symbol": "PIK3C2G",
"gene_hgnc_id": 8973,
"hgvs_c": "c.4309-15895T>C",
"hgvs_p": null,
"transcript": "XM_017019473.3",
"protein_id": "XP_016874962.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1492,
"cds_start": -4,
"cds_end": null,
"cds_length": 4479,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6837,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 35,
"intron_rank": 33,
"intron_rank_end": null,
"gene_symbol": "PIK3C2G",
"gene_hgnc_id": 8973,
"hgvs_c": "c.4309-15895T>C",
"hgvs_p": null,
"transcript": "XM_047429007.1",
"protein_id": "XP_047284963.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1481,
"cds_start": -4,
"cds_end": null,
"cds_length": 4446,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6574,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 32,
"intron_rank": 31,
"intron_rank_end": null,
"gene_symbol": "PIK3C2G",
"gene_hgnc_id": 8973,
"hgvs_c": "c.4186-15895T>C",
"hgvs_p": null,
"transcript": "XM_047429008.1",
"protein_id": "XP_047284964.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1451,
"cds_start": -4,
"cds_end": null,
"cds_length": 4356,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5527,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 20,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "PIK3C2G",
"gene_hgnc_id": 8973,
"hgvs_c": "c.2284-15895T>C",
"hgvs_p": null,
"transcript": "XM_017019479.2",
"protein_id": "XP_016874968.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 817,
"cds_start": -4,
"cds_end": null,
"cds_length": 2454,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3623,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "c.1297+3A>G",
"hgvs_p": null,
"transcript": "XM_017020176.2",
"protein_id": "XP_016875665.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 659,
"cds_start": -4,
"cds_end": null,
"cds_length": 1980,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2214,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "c.1174+3A>G",
"hgvs_p": null,
"transcript": "XM_017020177.2",
"protein_id": "XP_016875666.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 618,
"cds_start": -4,
"cds_end": null,
"cds_length": 1857,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2091,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "c.1147+3A>G",
"hgvs_p": null,
"transcript": "XM_017020178.2",
"protein_id": "XP_016875667.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 609,
"cds_start": -4,
"cds_end": null,
"cds_length": 1830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2064,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "c.1297+3A>G",
"hgvs_p": null,
"transcript": "XM_047429827.1",
"protein_id": "XP_047285783.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 548,
"cds_start": -4,
"cds_end": null,
"cds_length": 1647,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1892,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "c.733+3A>G",
"hgvs_p": null,
"transcript": "XM_017020182.2",
"protein_id": "XP_016875671.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 471,
"cds_start": -4,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1515,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "c.718+3A>G",
"hgvs_p": null,
"transcript": "XM_017020183.2",
"protein_id": "XP_016875672.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 466,
"cds_start": -4,
"cds_end": null,
"cds_length": 1401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1635,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "c.733+3A>G",
"hgvs_p": null,
"transcript": "XM_024449254.2",
"protein_id": "XP_024305022.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 461,
"cds_start": -4,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1558,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "c.586+3A>G",
"hgvs_p": null,
"transcript": "XM_017020184.2",
"protein_id": "XP_016875673.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 422,
"cds_start": -4,
"cds_end": null,
"cds_length": 1269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1599,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "c.595+3A>G",
"hgvs_p": null,
"transcript": "XM_024449255.2",
"protein_id": "XP_024305023.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 415,
"cds_start": -4,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1526,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "c.520+3A>G",
"hgvs_p": null,
"transcript": "XM_017020185.3",
"protein_id": "XP_016875674.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 400,
"cds_start": -4,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1568,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "c.520+3A>G",
"hgvs_p": null,
"transcript": "XM_047429828.1",
"protein_id": "XP_047285784.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 400,
"cds_start": -4,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1597,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "n.1516+3A>G",
"hgvs_p": null,
"transcript": "XR_001748912.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2371,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "c.*6A>G",
"hgvs_p": null,
"transcript": "ENST00000543242.5",
"protein_id": "ENSP00000443762.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 130,
"cds_start": -4,
"cds_end": null,
"cds_length": 394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 773,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"dbsnp": "rs1181990929",
"frequency_reference_population": 0.0000027388144,
"hom_count_reference_population": 0,
"allele_count_reference_population": 4,
"gnomad_exomes_af": 0.00000273881,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.3700000047683716,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.8619999885559082,
"splice_prediction_selected": "Pathogenic",
"splice_source_selected": "dbscSNV1_RF",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.37,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.875,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.62,
"spliceai_max_prediction": "Pathogenic",
"dbscsnv_ada_score": 0.990393201455803,
"dbscsnv_ada_prediction": "Pathogenic",
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_033123.4",
"gene_symbol": "PLCZ1",
"hgnc_id": 19218,
"effects": [
"splice_region_variant",
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1174+3A>G",
"hgvs_p": null
},
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "XM_017019471.2",
"gene_symbol": "PIK3C2G",
"hgnc_id": 8973,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.4309-15895T>C",
"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
}