← 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-2174439-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=2174439&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "1",
"pos": 2174439,
"ref": "G",
"alt": "A",
"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": 14,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.1406-315G>A",
"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": 14,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.1406-315G>A",
"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": 11,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.857-315G>A",
"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": 11,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.1094-315G>A",
"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": 11,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.1094-315G>A",
"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": 11,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.881-315G>A",
"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": 12,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.881-315G>A",
"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": 11,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.857-315G>A",
"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": 11,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.857-315G>A",
"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": 11,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.695-315G>A",
"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": 11,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.695-315G>A",
"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": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "n.845-315G>A",
"hgvs_p": null,
"transcript": "ENST00000478770.6",
"protein_id": "ENSP00000424398.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": 1542,
"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": 13,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "n.988-315G>A",
"hgvs_p": null,
"transcript": "ENST00000479263.5",
"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": 1747,
"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": 8,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "n.1102-315G>A",
"hgvs_p": null,
"transcript": "ENST00000505322.5",
"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": 1859,
"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": 11,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "n.1338-315G>A",
"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": 14,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.1430-315G>A",
"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": 14,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.1430-315G>A",
"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": 14,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.1406-315G>A",
"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": 14,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.1391-315G>A",
"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": 14,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.1292-315G>A",
"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": 14,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.1268-315G>A",
"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": 11,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.1160-315G>A",
"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": 11,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.1103-315G>A",
"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": 11,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.1094-315G>A",
"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": 11,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.881-315G>A",
"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": 11,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.881-315G>A",
"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": 11,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.881-315G>A",
"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": 11,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.881-315G>A",
"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": 11,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.881-315G>A",
"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": 11,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.881-315G>A",
"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": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.869-315G>A",
"hgvs_p": null,
"transcript": "XM_017001797.2",
"protein_id": "XP_016857286.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": 1768,
"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": 11,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.857-315G>A",
"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": 11,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.857-315G>A",
"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": 11,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.857-315G>A",
"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": 11,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.857-315G>A",
"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": 8,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.719-315G>A",
"hgvs_p": null,
"transcript": "XM_024448397.2",
"protein_id": "XP_024304165.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 366,
"cds_start": -4,
"cds_end": null,
"cds_length": 1101,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1668,
"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": 8,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "c.695-315G>A",
"hgvs_p": null,
"transcript": "XM_017001802.2",
"protein_id": "XP_016857291.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": 1643,
"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": 14,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "n.1650-315G>A",
"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": 14,
"intron_rank_end": null,
"gene_symbol": "PRKCZ",
"gene_hgnc_id": 9412,
"hgvs_c": "n.1626-315G>A",
"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": "rs3128309",
"frequency_reference_population": 0.076574154,
"hom_count_reference_population": 531,
"allele_count_reference_population": 11665,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.0765742,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 11665,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 531,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8899999856948853,
"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.89,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.934,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000378567.8",
"gene_symbol": "PRKCZ",
"hgnc_id": 9412,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1406-315G>A",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}