← 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: 1-2137467-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=2137467&ref=G&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "1",
"pos": 2137467,
"ref": "G",
"alt": "C",
"effect": "intron_variant",
"transcript": "ENST00000378567.8",
"consequences": [
{
"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": 18,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.420+2120G>C",
"hgvs_p": null,
"transcript": "NM_002744.6",
"protein_id": "NP_002735.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 592,
"cds_start": -4,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2385,
"mane_select": "ENST00000378567.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.420+2120G>C",
"hgvs_p": null,
"transcript": "ENST00000378567.8",
"protein_id": "ENSP00000367830.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 592,
"cds_start": -4,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2385,
"mane_select": "NM_002744.6",
"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": 15,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.-130+2120G>C",
"hgvs_p": null,
"transcript": "ENST00000400921.6",
"protein_id": "ENSP00000383712.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 409,
"cds_start": -4,
"cds_end": null,
"cds_length": 1230,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2294,
"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": 15,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.108+2120G>C",
"hgvs_p": null,
"transcript": "NM_001242874.3",
"protein_id": "NP_001229803.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 488,
"cds_start": -4,
"cds_end": null,
"cds_length": 1467,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2036,
"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": 15,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.108+2120G>C",
"hgvs_p": null,
"transcript": "ENST00000461106.6",
"protein_id": "ENSP00000426412.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 488,
"cds_start": -4,
"cds_end": null,
"cds_length": 1467,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1916,
"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": 15,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.-130+2120G>C",
"hgvs_p": null,
"transcript": "NM_001350803.2",
"protein_id": "NP_001337732.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 417,
"cds_start": -4,
"cds_end": null,
"cds_length": 1254,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2121,
"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": 16,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.-130+2120G>C",
"hgvs_p": null,
"transcript": "NM_001350804.2",
"protein_id": "NP_001337733.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 417,
"cds_start": -4,
"cds_end": null,
"cds_length": 1254,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2330,
"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": 15,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.-130+2120G>C",
"hgvs_p": null,
"transcript": "NM_001033581.3",
"protein_id": "NP_001028753.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 409,
"cds_start": -4,
"cds_end": null,
"cds_length": 1230,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2097,
"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": 15,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.-130+2120G>C",
"hgvs_p": null,
"transcript": "NM_001033582.3",
"protein_id": "NP_001028754.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 409,
"cds_start": -4,
"cds_end": null,
"cds_length": 1230,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2011,
"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": 15,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.-489+2120G>C",
"hgvs_p": null,
"transcript": "NM_001350805.2",
"protein_id": "NP_001337734.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 355,
"cds_start": -4,
"cds_end": null,
"cds_length": 1068,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2233,
"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": 15,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.-489+2120G>C",
"hgvs_p": null,
"transcript": "NM_001350806.2",
"protein_id": "NP_001337735.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 355,
"cds_start": -4,
"cds_end": null,
"cds_length": 1068,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2294,
"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": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.330+2120G>C",
"hgvs_p": null,
"transcript": "ENST00000468310.5",
"protein_id": "ENSP00000424945.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 180,
"cds_start": -4,
"cds_end": null,
"cds_length": 544,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 690,
"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": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.-316+2120G>C",
"hgvs_p": null,
"transcript": "ENST00000486681.5",
"protein_id": "ENSP00000424763.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 135,
"cds_start": -4,
"cds_end": null,
"cds_length": 408,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 966,
"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": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.-130+2120G>C",
"hgvs_p": null,
"transcript": "ENST00000470986.5",
"protein_id": "ENSP00000421219.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 108,
"cds_start": -4,
"cds_end": null,
"cds_length": 327,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 706,
"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": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.-265+2120G>C",
"hgvs_p": null,
"transcript": "ENST00000497183.5",
"protein_id": "ENSP00000422764.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 104,
"cds_start": -4,
"cds_end": null,
"cds_length": 316,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 763,
"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": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.-130+2120G>C",
"hgvs_p": null,
"transcript": "ENST00000470596.5",
"protein_id": "ENSP00000424228.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 97,
"cds_start": -4,
"cds_end": null,
"cds_length": 294,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 788,
"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": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.-130+2120G>C",
"hgvs_p": null,
"transcript": "ENST00000470511.5",
"protein_id": "ENSP00000421350.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 81,
"cds_start": -4,
"cds_end": null,
"cds_length": 246,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 567,
"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": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.-130+2120G>C",
"hgvs_p": null,
"transcript": "ENST00000482686.5",
"protein_id": "ENSP00000425317.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 72,
"cds_start": -4,
"cds_end": null,
"cds_length": 219,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 614,
"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": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.-130+2120G>C",
"hgvs_p": null,
"transcript": "ENST00000496325.5",
"protein_id": "ENSP00000421869.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 69,
"cds_start": -4,
"cds_end": null,
"cds_length": 212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 563,
"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": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.-130+2120G>C",
"hgvs_p": null,
"transcript": "ENST00000461465.5",
"protein_id": "ENSP00000462105.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 60,
"cds_start": -4,
"cds_end": null,
"cds_length": 185,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 480,
"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": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.-130+2120G>C",
"hgvs_p": null,
"transcript": "ENST00000471018.6",
"protein_id": "ENSP00000422349.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 45,
"cds_start": -4,
"cds_end": null,
"cds_length": 138,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 716,
"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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.-130+2120G>C",
"hgvs_p": null,
"transcript": "ENST00000466352.5",
"protein_id": "ENSP00000427134.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 24,
"cds_start": -4,
"cds_end": null,
"cds_length": 75,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 564,
"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": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.-130+2120G>C",
"hgvs_p": null,
"transcript": "ENST00000495347.5",
"protein_id": "ENSP00000427085.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 20,
"cds_start": -4,
"cds_end": null,
"cds_length": 63,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 698,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "n.86+2120G>C",
"hgvs_p": null,
"transcript": "ENST00000419838.6",
"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": 347,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "n.*4+2120G>C",
"hgvs_p": null,
"transcript": "ENST00000481140.5",
"protein_id": "ENSP00000425643.1",
"transcript_support_level": 4,
"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": 713,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "n.352+2120G>C",
"hgvs_p": null,
"transcript": "NR_146911.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": 2180,
"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": 17,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.420+2120G>C",
"hgvs_p": null,
"transcript": "XM_017001789.2",
"protein_id": "XP_016857278.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 603,
"cds_start": -4,
"cds_end": null,
"cds_length": 1812,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3420,
"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": 18,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.420+2120G>C",
"hgvs_p": null,
"transcript": "XM_017001790.2",
"protein_id": "XP_016857279.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 600,
"cds_start": -4,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2409,
"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": 17,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.420+2120G>C",
"hgvs_p": null,
"transcript": "XM_011541773.2",
"protein_id": "XP_011540075.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 595,
"cds_start": -4,
"cds_end": null,
"cds_length": 1788,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3396,
"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": 18,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.405+2120G>C",
"hgvs_p": null,
"transcript": "XM_047425255.1",
"protein_id": "XP_047281211.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 587,
"cds_start": -4,
"cds_end": null,
"cds_length": 1764,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2266,
"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": 17,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.282+2120G>C",
"hgvs_p": null,
"transcript": "XM_047425260.1",
"protein_id": "XP_047281216.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 557,
"cds_start": -4,
"cds_end": null,
"cds_length": 1674,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2381,
"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": 18,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.282+2120G>C",
"hgvs_p": null,
"transcript": "XM_047425262.1",
"protein_id": "XP_047281218.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 546,
"cds_start": -4,
"cds_end": null,
"cds_length": 1641,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2351,
"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": 15,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.174+2120G>C",
"hgvs_p": null,
"transcript": "XM_047425283.1",
"protein_id": "XP_047281239.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 510,
"cds_start": -4,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1966,
"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": 14,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.93+2120G>C",
"hgvs_p": null,
"transcript": "XM_047425273.1",
"protein_id": "XP_047281229.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 494,
"cds_start": -4,
"cds_end": null,
"cds_length": 1485,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1880,
"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": 14,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.108+2120G>C",
"hgvs_p": null,
"transcript": "XM_011541774.2",
"protein_id": "XP_011540076.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 491,
"cds_start": -4,
"cds_end": null,
"cds_length": 1476,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2042,
"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": 14,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.-130+2120G>C",
"hgvs_p": null,
"transcript": "XM_017001792.2",
"protein_id": "XP_016857281.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 420,
"cds_start": -4,
"cds_end": null,
"cds_length": 1263,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2127,
"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": 14,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.-130+2120G>C",
"hgvs_p": null,
"transcript": "XM_017001793.2",
"protein_id": "XP_016857282.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 420,
"cds_start": -4,
"cds_end": null,
"cds_length": 1263,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2165,
"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": 14,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.-130+2120G>C",
"hgvs_p": null,
"transcript": "XM_024448391.2",
"protein_id": "XP_024304159.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 420,
"cds_start": -4,
"cds_end": null,
"cds_length": 1263,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2041,
"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": 14,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.-130+2120G>C",
"hgvs_p": null,
"transcript": "XM_047425304.1",
"protein_id": "XP_047281260.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 420,
"cds_start": -4,
"cds_end": null,
"cds_length": 1263,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2025,
"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": 14,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.-130+2120G>C",
"hgvs_p": null,
"transcript": "XM_047425307.1",
"protein_id": "XP_047281263.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 420,
"cds_start": -4,
"cds_end": null,
"cds_length": 1263,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2022,
"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": 15,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.-130+2120G>C",
"hgvs_p": null,
"transcript": "XM_047425323.1",
"protein_id": "XP_047281279.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 417,
"cds_start": -4,
"cds_end": null,
"cds_length": 1254,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2035,
"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": 11,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.420+2120G>C",
"hgvs_p": null,
"transcript": "XM_011541775.4",
"protein_id": "XP_011540077.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 416,
"cds_start": -4,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2354,
"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": 14,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.-130+2120G>C",
"hgvs_p": null,
"transcript": "XM_011541776.2",
"protein_id": "XP_011540078.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 412,
"cds_start": -4,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2103,
"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": 14,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.-130+2120G>C",
"hgvs_p": null,
"transcript": "XM_024448396.2",
"protein_id": "XP_024304164.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 412,
"cds_start": -4,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2017,
"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": 14,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.-130+2120G>C",
"hgvs_p": null,
"transcript": "XM_047425340.1",
"protein_id": "XP_047281296.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 412,
"cds_start": -4,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2001,
"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": 15,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.-130+2120G>C",
"hgvs_p": null,
"transcript": "XM_047425348.1",
"protein_id": "XP_047281304.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 409,
"cds_start": -4,
"cds_end": null,
"cds_length": 1230,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1995,
"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": 11,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.420+2120G>C",
"hgvs_p": null,
"transcript": "XM_017001803.3",
"protein_id": "XP_016857292.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 358,
"cds_start": -4,
"cds_end": null,
"cds_length": 1077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1331,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 18,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "n.640+2120G>C",
"hgvs_p": null,
"transcript": "XR_007061965.1",
"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": 1986,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 18,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "n.640+2120G>C",
"hgvs_p": null,
"transcript": "XR_007061966.1",
"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": 1962,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"dbsnp": "rs3128296",
"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.949999988079071,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.95,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.337,
"phylop100way_prediction": "Benign",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"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": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000378567.8",
"gene_symbol": "PRKCZ",
"hgnc_id": 9412,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.420+2120G>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
}