← 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: 3-53192216-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=53192216&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 53192216,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001354676.2",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "c.1981G>A",
"hgvs_p": "p.Ala661Thr",
"transcript": "NM_006254.4",
"protein_id": "NP_006245.2",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 676,
"cds_start": 1981,
"cds_end": null,
"cds_length": 2031,
"cdna_start": 2332,
"cdna_end": null,
"cdna_length": 2833,
"mane_select": "ENST00000330452.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006254.4"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "c.1981G>A",
"hgvs_p": "p.Ala661Thr",
"transcript": "ENST00000330452.8",
"protein_id": "ENSP00000331602.3",
"transcript_support_level": 1,
"aa_start": 661,
"aa_end": null,
"aa_length": 676,
"cds_start": 1981,
"cds_end": null,
"cds_length": 2031,
"cdna_start": 2332,
"cdna_end": null,
"cdna_length": 2833,
"mane_select": "NM_006254.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000330452.8"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "c.1981G>A",
"hgvs_p": "p.Ala661Thr",
"transcript": "ENST00000394729.6",
"protein_id": "ENSP00000378217.2",
"transcript_support_level": 1,
"aa_start": 661,
"aa_end": null,
"aa_length": 676,
"cds_start": 1981,
"cds_end": null,
"cds_length": 2031,
"cdna_start": 2309,
"cdna_end": null,
"cdna_length": 2810,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000394729.6"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "c.2038G>A",
"hgvs_p": "p.Ala680Thr",
"transcript": "NM_001354676.2",
"protein_id": "NP_001341605.1",
"transcript_support_level": null,
"aa_start": 680,
"aa_end": null,
"aa_length": 695,
"cds_start": 2038,
"cds_end": null,
"cds_length": 2088,
"cdna_start": 2118,
"cdna_end": null,
"cdna_length": 2619,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354676.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "c.2029G>A",
"hgvs_p": "p.Ala677Thr",
"transcript": "NM_001354678.2",
"protein_id": "NP_001341607.1",
"transcript_support_level": null,
"aa_start": 677,
"aa_end": null,
"aa_length": 692,
"cds_start": 2029,
"cds_end": null,
"cds_length": 2079,
"cdna_start": 2109,
"cdna_end": null,
"cdna_length": 2610,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354678.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "c.2017G>A",
"hgvs_p": "p.Ala673Thr",
"transcript": "ENST00000949465.1",
"protein_id": "ENSP00000619524.1",
"transcript_support_level": null,
"aa_start": 673,
"aa_end": null,
"aa_length": 688,
"cds_start": 2017,
"cds_end": null,
"cds_length": 2067,
"cdna_start": 2089,
"cdna_end": null,
"cdna_length": 2588,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949465.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "c.1981G>A",
"hgvs_p": "p.Ala661Thr",
"transcript": "NM_001316327.2",
"protein_id": "NP_001303256.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 676,
"cds_start": 1981,
"cds_end": null,
"cds_length": 2031,
"cdna_start": 2181,
"cdna_end": null,
"cdna_length": 2682,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001316327.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "c.1981G>A",
"hgvs_p": "p.Ala661Thr",
"transcript": "NM_001354679.2",
"protein_id": "NP_001341608.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 676,
"cds_start": 1981,
"cds_end": null,
"cds_length": 2031,
"cdna_start": 2336,
"cdna_end": null,
"cdna_length": 2837,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354679.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "c.1981G>A",
"hgvs_p": "p.Ala661Thr",
"transcript": "NM_001354680.2",
"protein_id": "NP_001341609.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 676,
"cds_start": 1981,
"cds_end": null,
"cds_length": 2031,
"cdna_start": 2448,
"cdna_end": null,
"cdna_length": 2949,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354680.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "c.1981G>A",
"hgvs_p": "p.Ala661Thr",
"transcript": "NM_212539.2",
"protein_id": "NP_997704.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 676,
"cds_start": 1981,
"cds_end": null,
"cds_length": 2031,
"cdna_start": 2220,
"cdna_end": null,
"cdna_length": 2721,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_212539.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "c.1981G>A",
"hgvs_p": "p.Ala661Thr",
"transcript": "ENST00000650739.1",
"protein_id": "ENSP00000498623.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 676,
"cds_start": 1981,
"cds_end": null,
"cds_length": 2031,
"cdna_start": 2189,
"cdna_end": null,
"cdna_length": 2531,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000650739.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "c.1981G>A",
"hgvs_p": "p.Ala661Thr",
"transcript": "ENST00000652449.1",
"protein_id": "ENSP00000498400.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 676,
"cds_start": 1981,
"cds_end": null,
"cds_length": 2031,
"cdna_start": 2440,
"cdna_end": null,
"cdna_length": 2711,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000652449.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "c.1981G>A",
"hgvs_p": "p.Ala661Thr",
"transcript": "ENST00000654719.1",
"protein_id": "ENSP00000499558.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 676,
"cds_start": 1981,
"cds_end": null,
"cds_length": 2031,
"cdna_start": 2024,
"cdna_end": null,
"cdna_length": 2262,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000654719.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "c.1981G>A",
"hgvs_p": "p.Ala661Thr",
"transcript": "ENST00000883492.1",
"protein_id": "ENSP00000553551.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 676,
"cds_start": 1981,
"cds_end": null,
"cds_length": 2031,
"cdna_start": 2438,
"cdna_end": null,
"cdna_length": 2755,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883492.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "c.1981G>A",
"hgvs_p": "p.Ala661Thr",
"transcript": "ENST00000883493.1",
"protein_id": "ENSP00000553552.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 676,
"cds_start": 1981,
"cds_end": null,
"cds_length": 2031,
"cdna_start": 2214,
"cdna_end": null,
"cdna_length": 2651,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883493.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "c.1981G>A",
"hgvs_p": "p.Ala661Thr",
"transcript": "ENST00000928339.1",
"protein_id": "ENSP00000598398.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 676,
"cds_start": 1981,
"cds_end": null,
"cds_length": 2031,
"cdna_start": 2313,
"cdna_end": null,
"cdna_length": 2814,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928339.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "c.1981G>A",
"hgvs_p": "p.Ala661Thr",
"transcript": "ENST00000949457.1",
"protein_id": "ENSP00000619516.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 676,
"cds_start": 1981,
"cds_end": null,
"cds_length": 2031,
"cdna_start": 2386,
"cdna_end": null,
"cdna_length": 2702,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949457.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "c.1981G>A",
"hgvs_p": "p.Ala661Thr",
"transcript": "ENST00000949458.1",
"protein_id": "ENSP00000619517.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 676,
"cds_start": 1981,
"cds_end": null,
"cds_length": 2031,
"cdna_start": 2383,
"cdna_end": null,
"cdna_length": 2882,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949458.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "c.1981G>A",
"hgvs_p": "p.Ala661Thr",
"transcript": "ENST00000949459.1",
"protein_id": "ENSP00000619518.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 676,
"cds_start": 1981,
"cds_end": null,
"cds_length": 2031,
"cdna_start": 2414,
"cdna_end": null,
"cdna_length": 2915,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949459.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "c.1981G>A",
"hgvs_p": "p.Ala661Thr",
"transcript": "ENST00000949462.1",
"protein_id": "ENSP00000619521.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 676,
"cds_start": 1981,
"cds_end": null,
"cds_length": 2031,
"cdna_start": 2202,
"cdna_end": null,
"cdna_length": 2674,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949462.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "c.1981G>A",
"hgvs_p": "p.Ala661Thr",
"transcript": "ENST00000949466.1",
"protein_id": "ENSP00000619525.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 676,
"cds_start": 1981,
"cds_end": null,
"cds_length": 2031,
"cdna_start": 2426,
"cdna_end": null,
"cdna_length": 2752,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949466.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "c.1981G>A",
"hgvs_p": "p.Ala661Thr",
"transcript": "ENST00000949467.1",
"protein_id": "ENSP00000619526.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 676,
"cds_start": 1981,
"cds_end": null,
"cds_length": 2031,
"cdna_start": 2058,
"cdna_end": null,
"cdna_length": 2559,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949467.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "c.1981G>A",
"hgvs_p": "p.Ala661Thr",
"transcript": "ENST00000949468.1",
"protein_id": "ENSP00000619527.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 676,
"cds_start": 1981,
"cds_end": null,
"cds_length": 2031,
"cdna_start": 2191,
"cdna_end": null,
"cdna_length": 2690,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949468.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "c.1981G>A",
"hgvs_p": "p.Ala661Thr",
"transcript": "ENST00000949469.1",
"protein_id": "ENSP00000619528.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 676,
"cds_start": 1981,
"cds_end": null,
"cds_length": 2031,
"cdna_start": 2162,
"cdna_end": null,
"cdna_length": 2571,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949469.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "c.1981G>A",
"hgvs_p": "p.Ala661Thr",
"transcript": "ENST00000949470.1",
"protein_id": "ENSP00000619529.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 676,
"cds_start": 1981,
"cds_end": null,
"cds_length": 2031,
"cdna_start": 2311,
"cdna_end": null,
"cdna_length": 2711,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949470.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "c.1981G>A",
"hgvs_p": "p.Ala661Thr",
"transcript": "ENST00000949471.1",
"protein_id": "ENSP00000619530.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 676,
"cds_start": 1981,
"cds_end": null,
"cds_length": 2031,
"cdna_start": 2072,
"cdna_end": null,
"cdna_length": 2573,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949471.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "c.1981G>A",
"hgvs_p": "p.Ala661Thr",
"transcript": "ENST00000949472.1",
"protein_id": "ENSP00000619531.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 676,
"cds_start": 1981,
"cds_end": null,
"cds_length": 2031,
"cdna_start": 2212,
"cdna_end": null,
"cdna_length": 2621,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949472.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "c.1981G>A",
"hgvs_p": "p.Ala661Thr",
"transcript": "ENST00000949473.1",
"protein_id": "ENSP00000619532.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 676,
"cds_start": 1981,
"cds_end": null,
"cds_length": 2031,
"cdna_start": 2119,
"cdna_end": null,
"cdna_length": 2618,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949473.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "c.1981G>A",
"hgvs_p": "p.Ala661Thr",
"transcript": "ENST00000949474.1",
"protein_id": "ENSP00000619533.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 676,
"cds_start": 1981,
"cds_end": null,
"cds_length": 2031,
"cdna_start": 2398,
"cdna_end": null,
"cdna_length": 2896,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949474.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "c.1981G>A",
"hgvs_p": "p.Ala661Thr",
"transcript": "ENST00000949475.1",
"protein_id": "ENSP00000619534.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 676,
"cds_start": 1981,
"cds_end": null,
"cds_length": 2031,
"cdna_start": 2385,
"cdna_end": null,
"cdna_length": 2787,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949475.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "c.1981G>A",
"hgvs_p": "p.Ala661Thr",
"transcript": "ENST00000949476.1",
"protein_id": "ENSP00000619535.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 676,
"cds_start": 1981,
"cds_end": null,
"cds_length": 2031,
"cdna_start": 4549,
"cdna_end": null,
"cdna_length": 5050,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949476.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "c.1975G>A",
"hgvs_p": "p.Ala659Thr",
"transcript": "ENST00000949463.1",
"protein_id": "ENSP00000619522.1",
"transcript_support_level": null,
"aa_start": 659,
"aa_end": null,
"aa_length": 674,
"cds_start": 1975,
"cds_end": null,
"cds_length": 2025,
"cdna_start": 2231,
"cdna_end": null,
"cdna_length": 2667,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949463.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "c.1972G>A",
"hgvs_p": "p.Ala658Thr",
"transcript": "ENST00000928337.1",
"protein_id": "ENSP00000598396.1",
"transcript_support_level": null,
"aa_start": 658,
"aa_end": null,
"aa_length": 673,
"cds_start": 1972,
"cds_end": null,
"cds_length": 2022,
"cdna_start": 2209,
"cdna_end": null,
"cdna_length": 2710,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928337.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "c.1954G>A",
"hgvs_p": "p.Ala652Thr",
"transcript": "ENST00000883491.1",
"protein_id": "ENSP00000553550.1",
"transcript_support_level": null,
"aa_start": 652,
"aa_end": null,
"aa_length": 667,
"cds_start": 1954,
"cds_end": null,
"cds_length": 2004,
"cdna_start": 2193,
"cdna_end": null,
"cdna_length": 2630,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883491.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "c.1954G>A",
"hgvs_p": "p.Ala652Thr",
"transcript": "ENST00000928340.1",
"protein_id": "ENSP00000598399.1",
"transcript_support_level": null,
"aa_start": 652,
"aa_end": null,
"aa_length": 667,
"cds_start": 1954,
"cds_end": null,
"cds_length": 2004,
"cdna_start": 2296,
"cdna_end": null,
"cdna_length": 2629,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928340.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "c.1918G>A",
"hgvs_p": "p.Ala640Thr",
"transcript": "ENST00000928336.1",
"protein_id": "ENSP00000598395.1",
"transcript_support_level": null,
"aa_start": 640,
"aa_end": null,
"aa_length": 655,
"cds_start": 1918,
"cds_end": null,
"cds_length": 1968,
"cdna_start": 2269,
"cdna_end": null,
"cdna_length": 2770,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928336.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "c.1918G>A",
"hgvs_p": "p.Ala640Thr",
"transcript": "ENST00000949461.1",
"protein_id": "ENSP00000619520.1",
"transcript_support_level": null,
"aa_start": 640,
"aa_end": null,
"aa_length": 655,
"cds_start": 1918,
"cds_end": null,
"cds_length": 1968,
"cdna_start": 2149,
"cdna_end": null,
"cdna_length": 2648,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949461.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "c.1918G>A",
"hgvs_p": "p.Ala640Thr",
"transcript": "ENST00000949464.1",
"protein_id": "ENSP00000619523.1",
"transcript_support_level": null,
"aa_start": 640,
"aa_end": null,
"aa_length": 655,
"cds_start": 1918,
"cds_end": null,
"cds_length": 1968,
"cdna_start": 2269,
"cdna_end": null,
"cdna_length": 2671,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949464.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "c.1792G>A",
"hgvs_p": "p.Ala598Thr",
"transcript": "ENST00000949460.1",
"protein_id": "ENSP00000619519.1",
"transcript_support_level": null,
"aa_start": 598,
"aa_end": null,
"aa_length": 613,
"cds_start": 1792,
"cds_end": null,
"cds_length": 1842,
"cdna_start": 2023,
"cdna_end": null,
"cdna_length": 2524,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949460.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "c.1765G>A",
"hgvs_p": "p.Ala589Thr",
"transcript": "ENST00000928338.1",
"protein_id": "ENSP00000598397.1",
"transcript_support_level": null,
"aa_start": 589,
"aa_end": null,
"aa_length": 604,
"cds_start": 1765,
"cds_end": null,
"cds_length": 1815,
"cdna_start": 1997,
"cdna_end": null,
"cdna_length": 2498,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928338.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "c.1981G>A",
"hgvs_p": "p.Ala661Thr",
"transcript": "XM_047448564.1",
"protein_id": "XP_047304520.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 676,
"cds_start": 1981,
"cds_end": null,
"cds_length": 2031,
"cdna_start": 4734,
"cdna_end": null,
"cdna_length": 5235,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448564.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "n.*1385G>A",
"hgvs_p": null,
"transcript": "ENST00000651505.1",
"protein_id": "ENSP00000498262.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2083,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000651505.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "n.*809G>A",
"hgvs_p": null,
"transcript": "ENST00000697588.1",
"protein_id": "ENSP00000513355.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2869,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000697588.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "n.1985G>A",
"hgvs_p": null,
"transcript": "ENST00000697589.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2446,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000697589.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "n.980G>A",
"hgvs_p": null,
"transcript": "ENST00000697590.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1386,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000697590.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "n.*1385G>A",
"hgvs_p": null,
"transcript": "ENST00000651505.1",
"protein_id": "ENSP00000498262.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2083,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000651505.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"hgvs_c": "n.*809G>A",
"hgvs_p": null,
"transcript": "ENST00000697588.1",
"protein_id": "ENSP00000513355.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2869,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000697588.1"
}
],
"gene_symbol": "PRKCD",
"gene_hgnc_id": 9399,
"dbsnp": "rs149202171",
"frequency_reference_population": 0.00006319374,
"hom_count_reference_population": 0,
"allele_count_reference_population": 102,
"gnomad_exomes_af": 0.0000649851,
"gnomad_genomes_af": 0.0000459891,
"gnomad_exomes_ac": 95,
"gnomad_genomes_ac": 7,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0663551390171051,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.04,
"revel_prediction": "Benign",
"alphamissense_score": 0.0935,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.51,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.287,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong,BS1_Supporting",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 5,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS1_Supporting"
],
"verdict": "Likely_benign",
"transcript": "NM_001354676.2",
"gene_symbol": "PRKCD",
"hgnc_id": 9399,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.2038G>A",
"hgvs_p": "p.Ala680Thr"
}
],
"clinvar_disease": " type III caused by mutation in PRKCD,Autoimmune lymphoproliferative syndrome,not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"phenotype_combined": "Autoimmune lymphoproliferative syndrome, type III caused by mutation in PRKCD|not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}