← 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: 20-483986-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=20&pos=483986&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "20",
"pos": 483986,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001895.4",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "c.1151C>G",
"hgvs_p": "p.Pro384Arg",
"transcript": "NM_177559.3",
"protein_id": "NP_808227.1",
"transcript_support_level": null,
"aa_start": 384,
"aa_end": null,
"aa_length": 391,
"cds_start": 1151,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000217244.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_177559.3"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "c.1151C>G",
"hgvs_p": "p.Pro384Arg",
"transcript": "ENST00000217244.9",
"protein_id": "ENSP00000217244.3",
"transcript_support_level": 1,
"aa_start": 384,
"aa_end": null,
"aa_length": 391,
"cds_start": 1151,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_177559.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000217244.9"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "c.743C>G",
"hgvs_p": "p.Pro248Arg",
"transcript": "ENST00000349736.10",
"protein_id": "ENSP00000339247.6",
"transcript_support_level": 1,
"aa_start": 248,
"aa_end": null,
"aa_length": 255,
"cds_start": 743,
"cds_end": null,
"cds_length": 768,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000349736.10"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "c.1060+2390C>G",
"hgvs_p": null,
"transcript": "ENST00000400227.8",
"protein_id": "ENSP00000383086.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 385,
"cds_start": null,
"cds_end": null,
"cds_length": 1158,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000400227.8"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "c.1151C>G",
"hgvs_p": "p.Pro384Arg",
"transcript": "NM_001362770.2",
"protein_id": "NP_001349699.1",
"transcript_support_level": null,
"aa_start": 384,
"aa_end": null,
"aa_length": 391,
"cds_start": 1151,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001362770.2"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "c.1151C>G",
"hgvs_p": "p.Pro384Arg",
"transcript": "NM_001362771.2",
"protein_id": "NP_001349700.1",
"transcript_support_level": null,
"aa_start": 384,
"aa_end": null,
"aa_length": 391,
"cds_start": 1151,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001362771.2"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "c.1151C>G",
"hgvs_p": "p.Pro384Arg",
"transcript": "NM_001895.4",
"protein_id": "NP_001886.1",
"transcript_support_level": null,
"aa_start": 384,
"aa_end": null,
"aa_length": 391,
"cds_start": 1151,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001895.4"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "c.1151C>G",
"hgvs_p": "p.Pro384Arg",
"transcript": "ENST00000400217.7",
"protein_id": "ENSP00000383076.2",
"transcript_support_level": 2,
"aa_start": 384,
"aa_end": null,
"aa_length": 391,
"cds_start": 1151,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000400217.7"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "c.1151C>G",
"hgvs_p": "p.Pro384Arg",
"transcript": "ENST00000643660.1",
"protein_id": "ENSP00000495248.1",
"transcript_support_level": null,
"aa_start": 384,
"aa_end": null,
"aa_length": 391,
"cds_start": 1151,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000643660.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "c.1151C>G",
"hgvs_p": "p.Pro384Arg",
"transcript": "ENST00000645623.1",
"protein_id": "ENSP00000495998.1",
"transcript_support_level": null,
"aa_start": 384,
"aa_end": null,
"aa_length": 391,
"cds_start": 1151,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000645623.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "c.1151C>G",
"hgvs_p": "p.Pro384Arg",
"transcript": "ENST00000646305.1",
"protein_id": "ENSP00000495902.1",
"transcript_support_level": null,
"aa_start": 384,
"aa_end": null,
"aa_length": 391,
"cds_start": 1151,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646305.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "c.1151C>G",
"hgvs_p": "p.Pro384Arg",
"transcript": "ENST00000646561.1",
"protein_id": "ENSP00000496569.1",
"transcript_support_level": null,
"aa_start": 384,
"aa_end": null,
"aa_length": 391,
"cds_start": 1151,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646561.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "c.1151C>G",
"hgvs_p": "p.Pro384Arg",
"transcript": "ENST00000646814.1",
"protein_id": "ENSP00000495422.1",
"transcript_support_level": null,
"aa_start": 384,
"aa_end": null,
"aa_length": 391,
"cds_start": 1151,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646814.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "c.1151C>G",
"hgvs_p": "p.Pro384Arg",
"transcript": "ENST00000647348.1",
"protein_id": "ENSP00000495912.1",
"transcript_support_level": null,
"aa_start": 384,
"aa_end": null,
"aa_length": 391,
"cds_start": 1151,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000647348.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "c.1151C>G",
"hgvs_p": "p.Pro384Arg",
"transcript": "ENST00000858421.1",
"protein_id": "ENSP00000528480.1",
"transcript_support_level": null,
"aa_start": 384,
"aa_end": null,
"aa_length": 391,
"cds_start": 1151,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858421.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "c.1151C>G",
"hgvs_p": "p.Pro384Arg",
"transcript": "ENST00000858422.1",
"protein_id": "ENSP00000528481.1",
"transcript_support_level": null,
"aa_start": 384,
"aa_end": null,
"aa_length": 391,
"cds_start": 1151,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858422.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "c.1151C>G",
"hgvs_p": "p.Pro384Arg",
"transcript": "ENST00000858423.1",
"protein_id": "ENSP00000528482.1",
"transcript_support_level": null,
"aa_start": 384,
"aa_end": null,
"aa_length": 391,
"cds_start": 1151,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858423.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "c.1151C>G",
"hgvs_p": "p.Pro384Arg",
"transcript": "ENST00000858424.1",
"protein_id": "ENSP00000528483.1",
"transcript_support_level": null,
"aa_start": 384,
"aa_end": null,
"aa_length": 391,
"cds_start": 1151,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858424.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "c.1151C>G",
"hgvs_p": "p.Pro384Arg",
"transcript": "ENST00000858426.1",
"protein_id": "ENSP00000528485.1",
"transcript_support_level": null,
"aa_start": 384,
"aa_end": null,
"aa_length": 391,
"cds_start": 1151,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858426.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "c.1151C>G",
"hgvs_p": "p.Pro384Arg",
"transcript": "ENST00000858427.1",
"protein_id": "ENSP00000528486.1",
"transcript_support_level": null,
"aa_start": 384,
"aa_end": null,
"aa_length": 391,
"cds_start": 1151,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858427.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "c.1151C>G",
"hgvs_p": "p.Pro384Arg",
"transcript": "ENST00000858428.1",
"protein_id": "ENSP00000528487.1",
"transcript_support_level": null,
"aa_start": 384,
"aa_end": null,
"aa_length": 391,
"cds_start": 1151,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858428.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "c.1151C>G",
"hgvs_p": "p.Pro384Arg",
"transcript": "ENST00000858429.1",
"protein_id": "ENSP00000528488.1",
"transcript_support_level": null,
"aa_start": 384,
"aa_end": null,
"aa_length": 391,
"cds_start": 1151,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858429.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "c.1151C>G",
"hgvs_p": "p.Pro384Arg",
"transcript": "ENST00000858430.1",
"protein_id": "ENSP00000528489.1",
"transcript_support_level": null,
"aa_start": 384,
"aa_end": null,
"aa_length": 391,
"cds_start": 1151,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858430.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "c.1151C>G",
"hgvs_p": "p.Pro384Arg",
"transcript": "ENST00000922659.1",
"protein_id": "ENSP00000592718.1",
"transcript_support_level": null,
"aa_start": 384,
"aa_end": null,
"aa_length": 391,
"cds_start": 1151,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922659.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "c.1151C>G",
"hgvs_p": "p.Pro384Arg",
"transcript": "ENST00000922662.1",
"protein_id": "ENSP00000592721.1",
"transcript_support_level": null,
"aa_start": 384,
"aa_end": null,
"aa_length": 391,
"cds_start": 1151,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922662.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "c.1151C>G",
"hgvs_p": "p.Pro384Arg",
"transcript": "ENST00000948675.1",
"protein_id": "ENSP00000618734.1",
"transcript_support_level": null,
"aa_start": 384,
"aa_end": null,
"aa_length": 391,
"cds_start": 1151,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948675.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "c.1151C>G",
"hgvs_p": "p.Pro384Arg",
"transcript": "ENST00000948676.1",
"protein_id": "ENSP00000618735.1",
"transcript_support_level": null,
"aa_start": 384,
"aa_end": null,
"aa_length": 391,
"cds_start": 1151,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948676.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "c.1151C>G",
"hgvs_p": "p.Pro384Arg",
"transcript": "ENST00000948678.1",
"protein_id": "ENSP00000618737.1",
"transcript_support_level": null,
"aa_start": 384,
"aa_end": null,
"aa_length": 391,
"cds_start": 1151,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948678.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "c.1139C>G",
"hgvs_p": "p.Pro380Arg",
"transcript": "ENST00000922658.1",
"protein_id": "ENSP00000592717.1",
"transcript_support_level": null,
"aa_start": 380,
"aa_end": null,
"aa_length": 387,
"cds_start": 1139,
"cds_end": null,
"cds_length": 1164,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922658.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "c.1115C>G",
"hgvs_p": "p.Pro372Arg",
"transcript": "ENST00000922657.1",
"protein_id": "ENSP00000592716.1",
"transcript_support_level": null,
"aa_start": 372,
"aa_end": null,
"aa_length": 379,
"cds_start": 1115,
"cds_end": null,
"cds_length": 1140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922657.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "c.1100C>G",
"hgvs_p": "p.Pro367Arg",
"transcript": "ENST00000642689.1",
"protein_id": "ENSP00000495414.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 374,
"cds_start": 1100,
"cds_end": null,
"cds_length": 1125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000642689.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "c.1100C>G",
"hgvs_p": "p.Pro367Arg",
"transcript": "ENST00000644710.1",
"protein_id": "ENSP00000493791.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 374,
"cds_start": 1100,
"cds_end": null,
"cds_length": 1125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644710.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "c.1067C>G",
"hgvs_p": "p.Pro356Arg",
"transcript": "ENST00000644885.1",
"protein_id": "ENSP00000496146.1",
"transcript_support_level": null,
"aa_start": 356,
"aa_end": null,
"aa_length": 363,
"cds_start": 1067,
"cds_end": null,
"cds_length": 1092,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644885.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "c.1067C>G",
"hgvs_p": "p.Pro356Arg",
"transcript": "ENST00000922660.1",
"protein_id": "ENSP00000592719.1",
"transcript_support_level": null,
"aa_start": 356,
"aa_end": null,
"aa_length": 363,
"cds_start": 1067,
"cds_end": null,
"cds_length": 1092,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922660.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "c.1064C>G",
"hgvs_p": "p.Pro355Arg",
"transcript": "ENST00000858425.1",
"protein_id": "ENSP00000528484.1",
"transcript_support_level": null,
"aa_start": 355,
"aa_end": null,
"aa_length": 362,
"cds_start": 1064,
"cds_end": null,
"cds_length": 1089,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858425.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "c.1049C>G",
"hgvs_p": "p.Pro350Arg",
"transcript": "ENST00000922661.1",
"protein_id": "ENSP00000592720.1",
"transcript_support_level": null,
"aa_start": 350,
"aa_end": null,
"aa_length": 357,
"cds_start": 1049,
"cds_end": null,
"cds_length": 1074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922661.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "c.1040C>G",
"hgvs_p": "p.Pro347Arg",
"transcript": "ENST00000645260.1",
"protein_id": "ENSP00000493931.1",
"transcript_support_level": null,
"aa_start": 347,
"aa_end": null,
"aa_length": 354,
"cds_start": 1040,
"cds_end": null,
"cds_length": 1065,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000645260.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "c.1040C>G",
"hgvs_p": "p.Pro347Arg",
"transcript": "ENST00000647026.1",
"protein_id": "ENSP00000494370.1",
"transcript_support_level": null,
"aa_start": 347,
"aa_end": null,
"aa_length": 354,
"cds_start": 1040,
"cds_end": null,
"cds_length": 1065,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000647026.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "c.938C>G",
"hgvs_p": "p.Pro313Arg",
"transcript": "ENST00000948677.1",
"protein_id": "ENSP00000618736.1",
"transcript_support_level": null,
"aa_start": 313,
"aa_end": null,
"aa_length": 320,
"cds_start": 938,
"cds_end": null,
"cds_length": 963,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948677.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "c.743C>G",
"hgvs_p": "p.Pro248Arg",
"transcript": "NM_177560.3",
"protein_id": "NP_808228.1",
"transcript_support_level": null,
"aa_start": 248,
"aa_end": null,
"aa_length": 255,
"cds_start": 743,
"cds_end": null,
"cds_length": 768,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_177560.3"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "c.743C>G",
"hgvs_p": "p.Pro248Arg",
"transcript": "ENST00000644003.1",
"protein_id": "ENSP00000495387.1",
"transcript_support_level": null,
"aa_start": 248,
"aa_end": null,
"aa_length": 255,
"cds_start": 743,
"cds_end": null,
"cds_length": 768,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644003.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "c.743C>G",
"hgvs_p": "p.Pro248Arg",
"transcript": "ENST00000646477.1",
"protein_id": "ENSP00000495439.1",
"transcript_support_level": null,
"aa_start": 248,
"aa_end": null,
"aa_length": 255,
"cds_start": 743,
"cds_end": null,
"cds_length": 768,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646477.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "c.*34C>G",
"hgvs_p": null,
"transcript": "ENST00000645234.1",
"protein_id": "ENSP00000494288.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 376,
"cds_start": null,
"cds_end": null,
"cds_length": 1131,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000645234.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "c.295+2390C>G",
"hgvs_p": null,
"transcript": "ENST00000619801.5",
"protein_id": "ENSP00000481572.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 118,
"cds_start": null,
"cds_end": null,
"cds_length": 357,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000619801.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "n.897C>G",
"hgvs_p": null,
"transcript": "ENST00000642673.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000642673.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "n.1201C>G",
"hgvs_p": null,
"transcript": "ENST00000643641.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000643641.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "n.1828C>G",
"hgvs_p": null,
"transcript": "ENST00000643700.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000643700.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "n.2044C>G",
"hgvs_p": null,
"transcript": "ENST00000643980.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000643980.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "n.2282C>G",
"hgvs_p": null,
"transcript": "ENST00000644170.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000644170.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "n.1651C>G",
"hgvs_p": null,
"transcript": "ENST00000644448.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000644448.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "n.*1224C>G",
"hgvs_p": null,
"transcript": "ENST00000645249.1",
"protein_id": "ENSP00000496152.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000645249.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "n.994C>G",
"hgvs_p": null,
"transcript": "ENST00000645334.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000645334.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "n.1778C>G",
"hgvs_p": null,
"transcript": "ENST00000645768.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000645768.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "n.*969C>G",
"hgvs_p": null,
"transcript": "ENST00000645840.1",
"protein_id": "ENSP00000494445.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000645840.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "n.*903C>G",
"hgvs_p": null,
"transcript": "ENST00000645910.1",
"protein_id": "ENSP00000493697.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000645910.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "n.2418C>G",
"hgvs_p": null,
"transcript": "ENST00000647155.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000647155.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "n.*1224C>G",
"hgvs_p": null,
"transcript": "ENST00000645249.1",
"protein_id": "ENSP00000496152.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000645249.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "n.*969C>G",
"hgvs_p": null,
"transcript": "ENST00000645840.1",
"protein_id": "ENSP00000494445.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000645840.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"hgvs_c": "n.*903C>G",
"hgvs_p": null,
"transcript": "ENST00000645910.1",
"protein_id": "ENSP00000493697.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000645910.1"
}
],
"gene_symbol": "CSNK2A1",
"gene_hgnc_id": 2457,
"dbsnp": "rs761453234",
"frequency_reference_population": null,
"hom_count_reference_population": null,
"allele_count_reference_population": null,
"gnomad_exomes_af": 0.00000136994,
"gnomad_genomes_af": 0,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": 0,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.21049311757087708,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.293,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.258,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.06,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 8.62,
"phylop100way_prediction": "Pathogenic",
"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": -1,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PP2,BP4_Moderate",
"acmg_by_gene": [
{
"score": -1,
"benign_score": 2,
"pathogenic_score": 1,
"criteria": [
"PP2",
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_001895.4",
"gene_symbol": "CSNK2A1",
"hgnc_id": 2457,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1151C>G",
"hgvs_p": "p.Pro384Arg"
}
],
"clinvar_disease": "Inborn genetic diseases",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}