← 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: 5-123614378-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=123614378&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 123614378,
"ref": "C",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "NM_001364140.2",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1353C>T",
"hgvs_p": "p.Thr451Thr",
"transcript": "NM_001364140.2",
"protein_id": "NP_001351069.1",
"transcript_support_level": null,
"aa_start": 451,
"aa_end": null,
"aa_length": 456,
"cds_start": 1353,
"cds_end": null,
"cds_length": 1371,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000696905.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001364140.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1353C>T",
"hgvs_p": "p.Thr451Thr",
"transcript": "ENST00000696905.1",
"protein_id": "ENSP00000512966.1",
"transcript_support_level": null,
"aa_start": 451,
"aa_end": null,
"aa_length": 456,
"cds_start": 1353,
"cds_end": null,
"cds_length": 1371,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001364140.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696905.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1350C>T",
"hgvs_p": "p.Thr450Thr",
"transcript": "ENST00000345990.9",
"protein_id": "ENSP00000334735.5",
"transcript_support_level": 1,
"aa_start": 450,
"aa_end": null,
"aa_length": 455,
"cds_start": 1350,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000345990.9"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1350C>T",
"hgvs_p": "p.Thr450Thr",
"transcript": "ENST00000360683.6",
"protein_id": "ENSP00000353904.2",
"transcript_support_level": 1,
"aa_start": 450,
"aa_end": null,
"aa_length": 455,
"cds_start": 1350,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000360683.6"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1326C>T",
"hgvs_p": "p.Thr442Thr",
"transcript": "ENST00000361991.6",
"protein_id": "ENSP00000354942.2",
"transcript_support_level": 1,
"aa_start": 442,
"aa_end": null,
"aa_length": 447,
"cds_start": 1326,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000361991.6"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1428C>T",
"hgvs_p": "p.Thr476Thr",
"transcript": "ENST00000895972.1",
"protein_id": "ENSP00000566031.1",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 481,
"cds_start": 1428,
"cds_end": null,
"cds_length": 1446,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895972.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1425C>T",
"hgvs_p": "p.Thr475Thr",
"transcript": "ENST00000895961.1",
"protein_id": "ENSP00000566020.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 480,
"cds_start": 1425,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895961.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1401C>T",
"hgvs_p": "p.Thr467Thr",
"transcript": "ENST00000895970.1",
"protein_id": "ENSP00000566029.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 472,
"cds_start": 1401,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895970.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1398C>T",
"hgvs_p": "p.Thr466Thr",
"transcript": "ENST00000895975.1",
"protein_id": "ENSP00000566034.1",
"transcript_support_level": null,
"aa_start": 466,
"aa_end": null,
"aa_length": 471,
"cds_start": 1398,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895975.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1395C>T",
"hgvs_p": "p.Thr465Thr",
"transcript": "ENST00000895965.1",
"protein_id": "ENSP00000566024.1",
"transcript_support_level": null,
"aa_start": 465,
"aa_end": null,
"aa_length": 470,
"cds_start": 1395,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895965.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1353C>T",
"hgvs_p": "p.Thr451Thr",
"transcript": "ENST00000962235.1",
"protein_id": "ENSP00000632294.1",
"transcript_support_level": null,
"aa_start": 451,
"aa_end": null,
"aa_length": 456,
"cds_start": 1353,
"cds_end": null,
"cds_length": 1371,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962235.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1353C>T",
"hgvs_p": "p.Thr451Thr",
"transcript": "ENST00000962238.1",
"protein_id": "ENSP00000632297.1",
"transcript_support_level": null,
"aa_start": 451,
"aa_end": null,
"aa_length": 456,
"cds_start": 1353,
"cds_end": null,
"cds_length": 1371,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962238.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1350C>T",
"hgvs_p": "p.Thr450Thr",
"transcript": "NM_001044723.3",
"protein_id": "NP_001038188.1",
"transcript_support_level": null,
"aa_start": 450,
"aa_end": null,
"aa_length": 455,
"cds_start": 1350,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001044723.3"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1347C>T",
"hgvs_p": "p.Thr449Thr",
"transcript": "NM_001437477.1",
"protein_id": "NP_001424406.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 454,
"cds_start": 1347,
"cds_end": null,
"cds_length": 1365,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001437477.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1347C>T",
"hgvs_p": "p.Thr449Thr",
"transcript": "ENST00000895958.1",
"protein_id": "ENSP00000566017.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 454,
"cds_start": 1347,
"cds_end": null,
"cds_length": 1365,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895958.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1347C>T",
"hgvs_p": "p.Thr449Thr",
"transcript": "ENST00000895971.1",
"protein_id": "ENSP00000566030.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 454,
"cds_start": 1347,
"cds_end": null,
"cds_length": 1365,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895971.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1347C>T",
"hgvs_p": "p.Thr449Thr",
"transcript": "ENST00000962236.1",
"protein_id": "ENSP00000632295.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 454,
"cds_start": 1347,
"cds_end": null,
"cds_length": 1365,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962236.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1347C>T",
"hgvs_p": "p.Thr449Thr",
"transcript": "ENST00000962237.1",
"protein_id": "ENSP00000632296.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 454,
"cds_start": 1347,
"cds_end": null,
"cds_length": 1365,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962237.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1344C>T",
"hgvs_p": "p.Thr448Thr",
"transcript": "NM_001437479.1",
"protein_id": "NP_001424408.1",
"transcript_support_level": null,
"aa_start": 448,
"aa_end": null,
"aa_length": 453,
"cds_start": 1344,
"cds_end": null,
"cds_length": 1362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001437479.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1344C>T",
"hgvs_p": "p.Thr448Thr",
"transcript": "ENST00000895954.1",
"protein_id": "ENSP00000566013.1",
"transcript_support_level": null,
"aa_start": 448,
"aa_end": null,
"aa_length": 453,
"cds_start": 1344,
"cds_end": null,
"cds_length": 1362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895954.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1344C>T",
"hgvs_p": "p.Thr448Thr",
"transcript": "ENST00000962239.1",
"protein_id": "ENSP00000632298.1",
"transcript_support_level": null,
"aa_start": 448,
"aa_end": null,
"aa_length": 453,
"cds_start": 1344,
"cds_end": null,
"cds_length": 1362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962239.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1329C>T",
"hgvs_p": "p.Thr443Thr",
"transcript": "NM_001364141.2",
"protein_id": "NP_001351070.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 448,
"cds_start": 1329,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001364141.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1329C>T",
"hgvs_p": "p.Thr443Thr",
"transcript": "ENST00000895949.1",
"protein_id": "ENSP00000566008.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 448,
"cds_start": 1329,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895949.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1329C>T",
"hgvs_p": "p.Thr443Thr",
"transcript": "ENST00000926408.1",
"protein_id": "ENSP00000596467.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 448,
"cds_start": 1329,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926408.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1326C>T",
"hgvs_p": "p.Thr442Thr",
"transcript": "NM_004384.5",
"protein_id": "NP_004375.2",
"transcript_support_level": null,
"aa_start": 442,
"aa_end": null,
"aa_length": 447,
"cds_start": 1326,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004384.5"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1323C>T",
"hgvs_p": "p.Thr441Thr",
"transcript": "ENST00000895955.1",
"protein_id": "ENSP00000566014.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 446,
"cds_start": 1323,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895955.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1320C>T",
"hgvs_p": "p.Thr440Thr",
"transcript": "ENST00000895956.1",
"protein_id": "ENSP00000566015.1",
"transcript_support_level": null,
"aa_start": 440,
"aa_end": null,
"aa_length": 445,
"cds_start": 1320,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895956.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1308C>T",
"hgvs_p": "p.Thr436Thr",
"transcript": "NM_001437481.1",
"protein_id": "NP_001424410.1",
"transcript_support_level": null,
"aa_start": 436,
"aa_end": null,
"aa_length": 441,
"cds_start": 1308,
"cds_end": null,
"cds_length": 1326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001437481.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1308C>T",
"hgvs_p": "p.Thr436Thr",
"transcript": "ENST00000895969.1",
"protein_id": "ENSP00000566028.1",
"transcript_support_level": null,
"aa_start": 436,
"aa_end": null,
"aa_length": 441,
"cds_start": 1308,
"cds_end": null,
"cds_length": 1326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895969.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1305C>T",
"hgvs_p": "p.Thr435Thr",
"transcript": "NM_001437482.1",
"protein_id": "NP_001424411.1",
"transcript_support_level": null,
"aa_start": 435,
"aa_end": null,
"aa_length": 440,
"cds_start": 1305,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001437482.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1305C>T",
"hgvs_p": "p.Thr435Thr",
"transcript": "ENST00000895962.1",
"protein_id": "ENSP00000566021.1",
"transcript_support_level": null,
"aa_start": 435,
"aa_end": null,
"aa_length": 440,
"cds_start": 1305,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895962.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1260C>T",
"hgvs_p": "p.Thr420Thr",
"transcript": "ENST00000895967.1",
"protein_id": "ENSP00000566026.1",
"transcript_support_level": null,
"aa_start": 420,
"aa_end": null,
"aa_length": 425,
"cds_start": 1260,
"cds_end": null,
"cds_length": 1278,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895967.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1257C>T",
"hgvs_p": "p.Thr419Thr",
"transcript": "NM_001270572.2",
"protein_id": "NP_001257501.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 424,
"cds_start": 1257,
"cds_end": null,
"cds_length": 1275,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001270572.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1257C>T",
"hgvs_p": "p.Thr419Thr",
"transcript": "ENST00000510842.6",
"protein_id": "ENSP00000423838.2",
"transcript_support_level": 2,
"aa_start": 419,
"aa_end": null,
"aa_length": 424,
"cds_start": 1257,
"cds_end": null,
"cds_length": 1275,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000510842.6"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1254C>T",
"hgvs_p": "p.Thr418Thr",
"transcript": "NM_001031812.4",
"protein_id": "NP_001026982.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 423,
"cds_start": 1254,
"cds_end": null,
"cds_length": 1272,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001031812.4"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1254C>T",
"hgvs_p": "p.Thr418Thr",
"transcript": "ENST00000521364.5",
"protein_id": "ENSP00000429412.1",
"transcript_support_level": 2,
"aa_start": 418,
"aa_end": null,
"aa_length": 423,
"cds_start": 1254,
"cds_end": null,
"cds_length": 1272,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000521364.5"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1254C>T",
"hgvs_p": "p.Thr418Thr",
"transcript": "ENST00000895950.1",
"protein_id": "ENSP00000566009.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 423,
"cds_start": 1254,
"cds_end": null,
"cds_length": 1272,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895950.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1254C>T",
"hgvs_p": "p.Thr418Thr",
"transcript": "ENST00000895957.1",
"protein_id": "ENSP00000566016.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 423,
"cds_start": 1254,
"cds_end": null,
"cds_length": 1272,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895957.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1254C>T",
"hgvs_p": "p.Thr418Thr",
"transcript": "ENST00000895959.1",
"protein_id": "ENSP00000566018.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 423,
"cds_start": 1254,
"cds_end": null,
"cds_length": 1272,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895959.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1254C>T",
"hgvs_p": "p.Thr418Thr",
"transcript": "ENST00000895973.1",
"protein_id": "ENSP00000566032.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 423,
"cds_start": 1254,
"cds_end": null,
"cds_length": 1272,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895973.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1254C>T",
"hgvs_p": "p.Thr418Thr",
"transcript": "ENST00000962241.1",
"protein_id": "ENSP00000632300.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 423,
"cds_start": 1254,
"cds_end": null,
"cds_length": 1272,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962241.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1242C>T",
"hgvs_p": "p.Thr414Thr",
"transcript": "ENST00000962240.1",
"protein_id": "ENSP00000632299.1",
"transcript_support_level": null,
"aa_start": 414,
"aa_end": null,
"aa_length": 419,
"cds_start": 1242,
"cds_end": null,
"cds_length": 1260,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962240.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1233C>T",
"hgvs_p": "p.Thr411Thr",
"transcript": "NM_001364143.2",
"protein_id": "NP_001351072.1",
"transcript_support_level": null,
"aa_start": 411,
"aa_end": null,
"aa_length": 416,
"cds_start": 1233,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001364143.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1233C>T",
"hgvs_p": "p.Thr411Thr",
"transcript": "ENST00000895947.1",
"protein_id": "ENSP00000566006.1",
"transcript_support_level": null,
"aa_start": 411,
"aa_end": null,
"aa_length": 416,
"cds_start": 1233,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895947.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1233C>T",
"hgvs_p": "p.Thr411Thr",
"transcript": "ENST00000895952.1",
"protein_id": "ENSP00000566011.1",
"transcript_support_level": null,
"aa_start": 411,
"aa_end": null,
"aa_length": 416,
"cds_start": 1233,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895952.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1233C>T",
"hgvs_p": "p.Thr411Thr",
"transcript": "ENST00000895960.1",
"protein_id": "ENSP00000566019.1",
"transcript_support_level": null,
"aa_start": 411,
"aa_end": null,
"aa_length": 416,
"cds_start": 1233,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895960.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1233C>T",
"hgvs_p": "p.Thr411Thr",
"transcript": "ENST00000895964.1",
"protein_id": "ENSP00000566023.1",
"transcript_support_level": null,
"aa_start": 411,
"aa_end": null,
"aa_length": 416,
"cds_start": 1233,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895964.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1233C>T",
"hgvs_p": "p.Thr411Thr",
"transcript": "ENST00000926409.1",
"protein_id": "ENSP00000596468.1",
"transcript_support_level": null,
"aa_start": 411,
"aa_end": null,
"aa_length": 416,
"cds_start": 1233,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926409.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1233C>T",
"hgvs_p": "p.Thr411Thr",
"transcript": "ENST00000962242.1",
"protein_id": "ENSP00000632301.1",
"transcript_support_level": null,
"aa_start": 411,
"aa_end": null,
"aa_length": 416,
"cds_start": 1233,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962242.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1230C>T",
"hgvs_p": "p.Thr410Thr",
"transcript": "ENST00000895948.1",
"protein_id": "ENSP00000566007.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 415,
"cds_start": 1230,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895948.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1230C>T",
"hgvs_p": "p.Thr410Thr",
"transcript": "ENST00000895951.1",
"protein_id": "ENSP00000566010.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 415,
"cds_start": 1230,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895951.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1230C>T",
"hgvs_p": "p.Thr410Thr",
"transcript": "ENST00000895953.1",
"protein_id": "ENSP00000566012.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 415,
"cds_start": 1230,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895953.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1230C>T",
"hgvs_p": "p.Thr410Thr",
"transcript": "ENST00000895963.1",
"protein_id": "ENSP00000566022.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 415,
"cds_start": 1230,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895963.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1230C>T",
"hgvs_p": "p.Thr410Thr",
"transcript": "ENST00000926407.1",
"protein_id": "ENSP00000596466.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 415,
"cds_start": 1230,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926407.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1125C>T",
"hgvs_p": "p.Thr375Thr",
"transcript": "NM_001364144.2",
"protein_id": "NP_001351073.1",
"transcript_support_level": null,
"aa_start": 375,
"aa_end": null,
"aa_length": 380,
"cds_start": 1125,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001364144.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1122C>T",
"hgvs_p": "p.Thr374Thr",
"transcript": "ENST00000895966.1",
"protein_id": "ENSP00000566025.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 379,
"cds_start": 1122,
"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": "ENST00000895966.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1119C>T",
"hgvs_p": "p.Thr373Thr",
"transcript": "ENST00000895974.1",
"protein_id": "ENSP00000566033.1",
"transcript_support_level": null,
"aa_start": 373,
"aa_end": null,
"aa_length": 378,
"cds_start": 1119,
"cds_end": null,
"cds_length": 1137,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895974.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1032C>T",
"hgvs_p": "p.Thr344Thr",
"transcript": "NM_001364145.2",
"protein_id": "NP_001351074.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 349,
"cds_start": 1032,
"cds_end": null,
"cds_length": 1050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001364145.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1029C>T",
"hgvs_p": "p.Thr343Thr",
"transcript": "NM_001270573.2",
"protein_id": "NP_001257502.1",
"transcript_support_level": null,
"aa_start": 343,
"aa_end": null,
"aa_length": 348,
"cds_start": 1029,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001270573.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1029C>T",
"hgvs_p": "p.Thr343Thr",
"transcript": "NM_001364149.2",
"protein_id": "NP_001351078.1",
"transcript_support_level": null,
"aa_start": 343,
"aa_end": null,
"aa_length": 348,
"cds_start": 1029,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001364149.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1029C>T",
"hgvs_p": "p.Thr343Thr",
"transcript": "NM_001364150.2",
"protein_id": "NP_001351079.1",
"transcript_support_level": null,
"aa_start": 343,
"aa_end": null,
"aa_length": 348,
"cds_start": 1029,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001364150.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1029C>T",
"hgvs_p": "p.Thr343Thr",
"transcript": "ENST00000512718.7",
"protein_id": "ENSP00000421998.3",
"transcript_support_level": 2,
"aa_start": 343,
"aa_end": null,
"aa_length": 348,
"cds_start": 1029,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000512718.7"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1011C>T",
"hgvs_p": "p.Thr337Thr",
"transcript": "NM_001364146.2",
"protein_id": "NP_001351075.1",
"transcript_support_level": null,
"aa_start": 337,
"aa_end": null,
"aa_length": 342,
"cds_start": 1011,
"cds_end": null,
"cds_length": 1029,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001364146.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.918C>T",
"hgvs_p": "p.Thr306Thr",
"transcript": "NM_001270574.2",
"protein_id": "NP_001257503.1",
"transcript_support_level": null,
"aa_start": 306,
"aa_end": null,
"aa_length": 311,
"cds_start": 918,
"cds_end": null,
"cds_length": 936,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001270574.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.918C>T",
"hgvs_p": "p.Thr306Thr",
"transcript": "ENST00000511130.6",
"protein_id": "ENSP00000421385.2",
"transcript_support_level": 2,
"aa_start": 306,
"aa_end": null,
"aa_length": 311,
"cds_start": 918,
"cds_end": null,
"cds_length": 936,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000511130.6"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.915C>T",
"hgvs_p": "p.Thr305Thr",
"transcript": "NM_001364147.2",
"protein_id": "NP_001351076.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 310,
"cds_start": 915,
"cds_end": null,
"cds_length": 933,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001364147.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.909C>T",
"hgvs_p": "p.Thr303Thr",
"transcript": "ENST00000895968.1",
"protein_id": "ENSP00000566027.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 308,
"cds_start": 909,
"cds_end": null,
"cds_length": 927,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895968.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.891C>T",
"hgvs_p": "p.Thr297Thr",
"transcript": "NM_001364148.2",
"protein_id": "NP_001351077.1",
"transcript_support_level": null,
"aa_start": 297,
"aa_end": null,
"aa_length": 302,
"cds_start": 891,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001364148.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.474C>T",
"hgvs_p": "p.Thr158Thr",
"transcript": "ENST00000515322.2",
"protein_id": "ENSP00000429914.1",
"transcript_support_level": 5,
"aa_start": 158,
"aa_end": null,
"aa_length": 163,
"cds_start": 474,
"cds_end": null,
"cds_length": 492,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000515322.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1428C>T",
"hgvs_p": "p.Thr476Thr",
"transcript": "XM_017009057.3",
"protein_id": "XP_016864546.1",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 481,
"cds_start": 1428,
"cds_end": null,
"cds_length": 1446,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017009057.3"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1428C>T",
"hgvs_p": "p.Thr476Thr",
"transcript": "XM_017009059.2",
"protein_id": "XP_016864548.1",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 481,
"cds_start": 1428,
"cds_end": null,
"cds_length": 1446,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017009059.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1428C>T",
"hgvs_p": "p.Thr476Thr",
"transcript": "XM_017009060.2",
"protein_id": "XP_016864549.1",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 481,
"cds_start": 1428,
"cds_end": null,
"cds_length": 1446,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017009060.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1428C>T",
"hgvs_p": "p.Thr476Thr",
"transcript": "XM_047416742.1",
"protein_id": "XP_047272698.1",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 481,
"cds_start": 1428,
"cds_end": null,
"cds_length": 1446,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416742.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1428C>T",
"hgvs_p": "p.Thr476Thr",
"transcript": "XM_047416743.1",
"protein_id": "XP_047272699.1",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 481,
"cds_start": 1428,
"cds_end": null,
"cds_length": 1446,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416743.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1428C>T",
"hgvs_p": "p.Thr476Thr",
"transcript": "XM_047416744.1",
"protein_id": "XP_047272700.1",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 481,
"cds_start": 1428,
"cds_end": null,
"cds_length": 1446,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416744.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1425C>T",
"hgvs_p": "p.Thr475Thr",
"transcript": "XM_017009062.2",
"protein_id": "XP_016864551.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 480,
"cds_start": 1425,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017009062.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1422C>T",
"hgvs_p": "p.Thr474Thr",
"transcript": "XM_047416745.1",
"protein_id": "XP_047272701.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 479,
"cds_start": 1422,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416745.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1404C>T",
"hgvs_p": "p.Thr468Thr",
"transcript": "XM_017009063.3",
"protein_id": "XP_016864552.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 473,
"cds_start": 1404,
"cds_end": null,
"cds_length": 1422,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017009063.3"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1401C>T",
"hgvs_p": "p.Thr467Thr",
"transcript": "XM_047416746.1",
"protein_id": "XP_047272702.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 472,
"cds_start": 1401,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416746.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1398C>T",
"hgvs_p": "p.Thr466Thr",
"transcript": "XM_047416747.1",
"protein_id": "XP_047272703.1",
"transcript_support_level": null,
"aa_start": 466,
"aa_end": null,
"aa_length": 471,
"cds_start": 1398,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416747.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1353C>T",
"hgvs_p": "p.Thr451Thr",
"transcript": "XM_047416748.1",
"protein_id": "XP_047272704.1",
"transcript_support_level": null,
"aa_start": 451,
"aa_end": null,
"aa_length": 456,
"cds_start": 1353,
"cds_end": null,
"cds_length": 1371,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416748.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1350C>T",
"hgvs_p": "p.Thr450Thr",
"transcript": "XM_047416749.1",
"protein_id": "XP_047272705.1",
"transcript_support_level": null,
"aa_start": 450,
"aa_end": null,
"aa_length": 455,
"cds_start": 1350,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416749.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1350C>T",
"hgvs_p": "p.Thr450Thr",
"transcript": "XM_047416750.1",
"protein_id": "XP_047272706.1",
"transcript_support_level": null,
"aa_start": 450,
"aa_end": null,
"aa_length": 455,
"cds_start": 1350,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416750.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1344C>T",
"hgvs_p": "p.Thr448Thr",
"transcript": "XM_047416752.1",
"protein_id": "XP_047272708.1",
"transcript_support_level": null,
"aa_start": 448,
"aa_end": null,
"aa_length": 453,
"cds_start": 1344,
"cds_end": null,
"cds_length": 1362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416752.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1332C>T",
"hgvs_p": "p.Thr444Thr",
"transcript": "XM_017009064.3",
"protein_id": "XP_016864553.1",
"transcript_support_level": null,
"aa_start": 444,
"aa_end": null,
"aa_length": 449,
"cds_start": 1332,
"cds_end": null,
"cds_length": 1350,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017009064.3"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1332C>T",
"hgvs_p": "p.Thr444Thr",
"transcript": "XM_047416755.1",
"protein_id": "XP_047272711.1",
"transcript_support_level": null,
"aa_start": 444,
"aa_end": null,
"aa_length": 449,
"cds_start": 1332,
"cds_end": null,
"cds_length": 1350,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416755.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1329C>T",
"hgvs_p": "p.Thr443Thr",
"transcript": "XM_017009065.3",
"protein_id": "XP_016864554.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 448,
"cds_start": 1329,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017009065.3"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1329C>T",
"hgvs_p": "p.Thr443Thr",
"transcript": "XM_047416756.1",
"protein_id": "XP_047272712.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 448,
"cds_start": 1329,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416756.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1329C>T",
"hgvs_p": "p.Thr443Thr",
"transcript": "XM_047416757.1",
"protein_id": "XP_047272713.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 448,
"cds_start": 1329,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416757.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1326C>T",
"hgvs_p": "p.Thr442Thr",
"transcript": "XM_047416758.1",
"protein_id": "XP_047272714.1",
"transcript_support_level": null,
"aa_start": 442,
"aa_end": null,
"aa_length": 447,
"cds_start": 1326,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416758.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1323C>T",
"hgvs_p": "p.Thr441Thr",
"transcript": "XM_047416759.1",
"protein_id": "XP_047272715.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 446,
"cds_start": 1323,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416759.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1323C>T",
"hgvs_p": "p.Thr441Thr",
"transcript": "XM_047416760.1",
"protein_id": "XP_047272716.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 446,
"cds_start": 1323,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416760.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1320C>T",
"hgvs_p": "p.Thr440Thr",
"transcript": "XM_047416761.1",
"protein_id": "XP_047272717.1",
"transcript_support_level": null,
"aa_start": 440,
"aa_end": null,
"aa_length": 445,
"cds_start": 1320,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416761.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1308C>T",
"hgvs_p": "p.Thr436Thr",
"transcript": "XM_047416763.1",
"protein_id": "XP_047272719.1",
"transcript_support_level": null,
"aa_start": 436,
"aa_end": null,
"aa_length": 441,
"cds_start": 1308,
"cds_end": null,
"cds_length": 1326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416763.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1305C>T",
"hgvs_p": "p.Thr435Thr",
"transcript": "XM_047416764.1",
"protein_id": "XP_047272720.1",
"transcript_support_level": null,
"aa_start": 435,
"aa_end": null,
"aa_length": 440,
"cds_start": 1305,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416764.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1257C>T",
"hgvs_p": "p.Thr419Thr",
"transcript": "XM_017009069.2",
"protein_id": "XP_016864558.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 424,
"cds_start": 1257,
"cds_end": null,
"cds_length": 1275,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017009069.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1257C>T",
"hgvs_p": "p.Thr419Thr",
"transcript": "XM_047416765.1",
"protein_id": "XP_047272721.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 424,
"cds_start": 1257,
"cds_end": null,
"cds_length": 1275,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416765.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1254C>T",
"hgvs_p": "p.Thr418Thr",
"transcript": "XM_047416766.1",
"protein_id": "XP_047272722.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 423,
"cds_start": 1254,
"cds_end": null,
"cds_length": 1272,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416766.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1254C>T",
"hgvs_p": "p.Thr418Thr",
"transcript": "XM_047416767.1",
"protein_id": "XP_047272723.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 423,
"cds_start": 1254,
"cds_end": null,
"cds_length": 1272,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416767.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1254C>T",
"hgvs_p": "p.Thr418Thr",
"transcript": "XM_047416768.1",
"protein_id": "XP_047272724.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 423,
"cds_start": 1254,
"cds_end": null,
"cds_length": 1272,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416768.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1254C>T",
"hgvs_p": "p.Thr418Thr",
"transcript": "XM_047416769.1",
"protein_id": "XP_047272725.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 423,
"cds_start": 1254,
"cds_end": null,
"cds_length": 1272,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416769.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1233C>T",
"hgvs_p": "p.Thr411Thr",
"transcript": "XM_047416770.1",
"protein_id": "XP_047272726.1",
"transcript_support_level": null,
"aa_start": 411,
"aa_end": null,
"aa_length": 416,
"cds_start": 1233,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416770.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1233C>T",
"hgvs_p": "p.Thr411Thr",
"transcript": "XM_047416771.1",
"protein_id": "XP_047272727.1",
"transcript_support_level": null,
"aa_start": 411,
"aa_end": null,
"aa_length": 416,
"cds_start": 1233,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416771.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1233C>T",
"hgvs_p": "p.Thr411Thr",
"transcript": "XM_047416772.1",
"protein_id": "XP_047272728.1",
"transcript_support_level": null,
"aa_start": 411,
"aa_end": null,
"aa_length": 416,
"cds_start": 1233,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416772.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1230C>T",
"hgvs_p": "p.Thr410Thr",
"transcript": "XM_017009070.3",
"protein_id": "XP_016864559.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 415,
"cds_start": 1230,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017009070.3"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1230C>T",
"hgvs_p": "p.Thr410Thr",
"transcript": "XM_047416773.1",
"protein_id": "XP_047272729.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 415,
"cds_start": 1230,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416773.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1230C>T",
"hgvs_p": "p.Thr410Thr",
"transcript": "XM_047416774.1",
"protein_id": "XP_047272730.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 415,
"cds_start": 1230,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416774.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"hgvs_c": "c.1230C>T",
"hgvs_p": "p.Thr410Thr",
"transcript": "XM_047416775.1",
"protein_id": "XP_047272731.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 415,
"cds_start": 1230,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416775.1"
}
],
"gene_symbol": "CSNK1G3",
"gene_hgnc_id": 2456,
"dbsnp": "rs143856483",
"frequency_reference_population": 0.00070490205,
"hom_count_reference_population": 1,
"allele_count_reference_population": 1137,
"gnomad_exomes_af": 0.000708517,
"gnomad_genomes_af": 0.000670206,
"gnomad_exomes_ac": 1035,
"gnomad_genomes_ac": 102,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.02199999988079071,
"computational_prediction_selected": "Benign",
"computational_source_selected": "REVEL",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.022,
"revel_prediction": "Benign",
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.39,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.151,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BP6,BP7",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP6",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_001364140.2",
"gene_symbol": "CSNK1G3",
"hgnc_id": 2456,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "Unknown",
"hgvs_c": "c.1353C>T",
"hgvs_p": "p.Thr451Thr"
}
],
"clinvar_disease": "CSNK1G3-related disorder",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "CSNK1G3-related disorder",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}