← 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-18683316-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=18683316&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "12",
"pos": 18683316,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000266505.12",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "c.1750C>T",
"hgvs_p": "p.Arg584Cys",
"transcript": "NM_033123.4",
"protein_id": "NP_149114.2",
"transcript_support_level": null,
"aa_start": 584,
"aa_end": null,
"aa_length": 608,
"cds_start": 1750,
"cds_end": null,
"cds_length": 1827,
"cdna_start": 1969,
"cdna_end": null,
"cdna_length": 2105,
"mane_select": "ENST00000266505.12",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "c.1750C>T",
"hgvs_p": "p.Arg584Cys",
"transcript": "ENST00000266505.12",
"protein_id": "ENSP00000266505.7",
"transcript_support_level": 1,
"aa_start": 584,
"aa_end": null,
"aa_length": 608,
"cds_start": 1750,
"cds_end": null,
"cds_length": 1827,
"cdna_start": 1969,
"cdna_end": null,
"cdna_length": 2105,
"mane_select": "NM_033123.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "c.1873C>T",
"hgvs_p": "p.Arg625Cys",
"transcript": "ENST00000648272.1",
"protein_id": "ENSP00000497636.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 649,
"cds_start": 1873,
"cds_end": null,
"cds_length": 1950,
"cdna_start": 2180,
"cdna_end": null,
"cdna_length": 2320,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": true,
"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": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "c.1171C>T",
"hgvs_p": "p.Arg391Cys",
"transcript": "ENST00000539875.5",
"protein_id": "ENSP00000445026.1",
"transcript_support_level": 1,
"aa_start": 391,
"aa_end": null,
"aa_length": 415,
"cds_start": 1171,
"cds_end": null,
"cds_length": 1248,
"cdna_start": 1269,
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "n.*1615C>T",
"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": true,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "n.*1615C>T",
"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": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "c.1438C>T",
"hgvs_p": "p.Arg480Cys",
"transcript": "NM_001330774.2",
"protein_id": "NP_001317703.1",
"transcript_support_level": null,
"aa_start": 480,
"aa_end": null,
"aa_length": 504,
"cds_start": 1438,
"cds_end": null,
"cds_length": 1515,
"cdna_start": 1972,
"cdna_end": null,
"cdna_length": 2108,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"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": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "c.1171C>T",
"hgvs_p": "p.Arg391Cys",
"transcript": "NM_001330769.1",
"protein_id": "NP_001317698.1",
"transcript_support_level": null,
"aa_start": 391,
"aa_end": null,
"aa_length": 415,
"cds_start": 1171,
"cds_end": null,
"cds_length": 1248,
"cdna_start": 1309,
"cdna_end": null,
"cdna_length": 1445,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"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": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "c.1096C>T",
"hgvs_p": "p.Arg366Cys",
"transcript": "ENST00000538330.5",
"protein_id": "ENSP00000445880.1",
"transcript_support_level": 2,
"aa_start": 366,
"aa_end": null,
"aa_length": 390,
"cds_start": 1096,
"cds_end": null,
"cds_length": 1173,
"cdna_start": 1478,
"cdna_end": null,
"cdna_length": 1612,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "c.226C>T",
"hgvs_p": "p.Arg76Cys",
"transcript": "ENST00000536023.1",
"protein_id": "ENSP00000438679.1",
"transcript_support_level": 3,
"aa_start": 76,
"aa_end": null,
"aa_length": 100,
"cds_start": 226,
"cds_end": null,
"cds_length": 303,
"cdna_start": 227,
"cdna_end": null,
"cdna_length": 374,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"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": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "c.193C>T",
"hgvs_p": "p.Arg65Cys",
"transcript": "ENST00000534932.5",
"protein_id": "ENSP00000438826.1",
"transcript_support_level": 4,
"aa_start": 65,
"aa_end": null,
"aa_length": 89,
"cds_start": 193,
"cds_end": null,
"cds_length": 270,
"cdna_start": 391,
"cdna_end": null,
"cdna_length": 525,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "c.1873C>T",
"hgvs_p": "p.Arg625Cys",
"transcript": "XM_017020176.2",
"protein_id": "XP_016875665.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 659,
"cds_start": 1873,
"cds_end": null,
"cds_length": 1980,
"cdna_start": 2092,
"cdna_end": null,
"cdna_length": 2214,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "c.1750C>T",
"hgvs_p": "p.Arg584Cys",
"transcript": "XM_017020177.2",
"protein_id": "XP_016875666.1",
"transcript_support_level": null,
"aa_start": 584,
"aa_end": null,
"aa_length": 618,
"cds_start": 1750,
"cds_end": null,
"cds_length": 1857,
"cdna_start": 1969,
"cdna_end": null,
"cdna_length": 2091,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "c.1723C>T",
"hgvs_p": "p.Arg575Cys",
"transcript": "XM_017020178.2",
"protein_id": "XP_016875667.1",
"transcript_support_level": null,
"aa_start": 575,
"aa_end": null,
"aa_length": 609,
"cds_start": 1723,
"cds_end": null,
"cds_length": 1830,
"cdna_start": 1942,
"cdna_end": null,
"cdna_length": 2064,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "c.1309C>T",
"hgvs_p": "p.Arg437Cys",
"transcript": "XM_017020182.2",
"protein_id": "XP_016875671.1",
"transcript_support_level": null,
"aa_start": 437,
"aa_end": null,
"aa_length": 471,
"cds_start": 1309,
"cds_end": null,
"cds_length": 1416,
"cdna_start": 1393,
"cdna_end": null,
"cdna_length": 1515,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "c.1294C>T",
"hgvs_p": "p.Arg432Cys",
"transcript": "XM_017020183.2",
"protein_id": "XP_016875672.1",
"transcript_support_level": null,
"aa_start": 432,
"aa_end": null,
"aa_length": 466,
"cds_start": 1294,
"cds_end": null,
"cds_length": 1401,
"cdna_start": 1513,
"cdna_end": null,
"cdna_length": 1635,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"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": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "c.1309C>T",
"hgvs_p": "p.Arg437Cys",
"transcript": "XM_024449254.2",
"protein_id": "XP_024305022.1",
"transcript_support_level": null,
"aa_start": 437,
"aa_end": null,
"aa_length": 461,
"cds_start": 1309,
"cds_end": null,
"cds_length": 1386,
"cdna_start": 1422,
"cdna_end": null,
"cdna_length": 1558,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "c.1162C>T",
"hgvs_p": "p.Arg388Cys",
"transcript": "XM_017020184.2",
"protein_id": "XP_016875673.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 422,
"cds_start": 1162,
"cds_end": null,
"cds_length": 1269,
"cdna_start": 1477,
"cdna_end": null,
"cdna_length": 1599,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "c.1171C>T",
"hgvs_p": "p.Arg391Cys",
"transcript": "XM_024449255.2",
"protein_id": "XP_024305023.1",
"transcript_support_level": null,
"aa_start": 391,
"aa_end": null,
"aa_length": 415,
"cds_start": 1171,
"cds_end": null,
"cds_length": 1248,
"cdna_start": 1390,
"cdna_end": null,
"cdna_length": 1526,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "c.1096C>T",
"hgvs_p": "p.Arg366Cys",
"transcript": "XM_017020185.3",
"protein_id": "XP_016875674.1",
"transcript_support_level": null,
"aa_start": 366,
"aa_end": null,
"aa_length": 400,
"cds_start": 1096,
"cds_end": null,
"cds_length": 1203,
"cdna_start": 1446,
"cdna_end": null,
"cdna_length": 1568,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "c.1096C>T",
"hgvs_p": "p.Arg366Cys",
"transcript": "XM_047429828.1",
"protein_id": "XP_047285784.1",
"transcript_support_level": null,
"aa_start": 366,
"aa_end": null,
"aa_length": 400,
"cds_start": 1096,
"cds_end": null,
"cds_length": 1203,
"cdna_start": 1475,
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "n.*296C>T",
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "n.*62C>T",
"hgvs_p": null,
"transcript": "ENST00000543219.5",
"protein_id": "ENSP00000445287.1",
"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": 646,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "n.2092C>T",
"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": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "n.*296C>T",
"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": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"hgvs_c": "n.*62C>T",
"hgvs_p": null,
"transcript": "ENST00000543219.5",
"protein_id": "ENSP00000445287.1",
"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": 646,
"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-32370G>A",
"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-32370G>A",
"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-32370G>A",
"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-32370G>A",
"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-32370G>A",
"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
}
],
"gene_symbol": "PLCZ1",
"gene_hgnc_id": 19218,
"dbsnp": "rs776263166",
"frequency_reference_population": 0.0000105447025,
"hom_count_reference_population": 0,
"allele_count_reference_population": 17,
"gnomad_exomes_af": 0.00000684814,
"gnomad_genomes_af": 0.0000460726,
"gnomad_exomes_ac": 10,
"gnomad_genomes_ac": 7,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.23515641689300537,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.33000001311302185,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": 0.18,
"revel_prediction": "Benign",
"alphamissense_score": 0.1978,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.38,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.34,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.33,
"spliceai_max_prediction": "Uncertain_significance",
"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": "ENST00000266505.12",
"gene_symbol": "PLCZ1",
"hgnc_id": 19218,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1750C>T",
"hgvs_p": "p.Arg584Cys"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "XM_017019471.2",
"gene_symbol": "PIK3C2G",
"hgnc_id": 8973,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.4309-32370G>A",
"hgvs_p": null
}
],
"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
}