← 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: 2-151839269-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=151839269&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 151839269,
"ref": "C",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "ENST00000539935.7",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.1413G>A",
"hgvs_p": "p.Arg471Arg",
"transcript": "NM_000726.5",
"protein_id": "NP_000717.2",
"transcript_support_level": null,
"aa_start": 471,
"aa_end": null,
"aa_length": 520,
"cds_start": 1413,
"cds_end": null,
"cds_length": 1563,
"cdna_start": 1446,
"cdna_end": null,
"cdna_length": 7944,
"mane_select": "ENST00000539935.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.1413G>A",
"hgvs_p": "p.Arg471Arg",
"transcript": "ENST00000539935.7",
"protein_id": "ENSP00000438949.1",
"transcript_support_level": 1,
"aa_start": 471,
"aa_end": null,
"aa_length": 520,
"cds_start": 1413,
"cds_end": null,
"cds_length": 1563,
"cdna_start": 1446,
"cdna_end": null,
"cdna_length": 7944,
"mane_select": "NM_000726.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.1311G>A",
"hgvs_p": "p.Arg437Arg",
"transcript": "ENST00000534999.7",
"protein_id": "ENSP00000443893.1",
"transcript_support_level": 1,
"aa_start": 437,
"aa_end": null,
"aa_length": 486,
"cds_start": 1311,
"cds_end": null,
"cds_length": 1461,
"cdna_start": 1576,
"cdna_end": null,
"cdna_length": 8074,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.1227G>A",
"hgvs_p": "p.Arg409Arg",
"transcript": "ENST00000201943.10",
"protein_id": "ENSP00000201943.5",
"transcript_support_level": 1,
"aa_start": 409,
"aa_end": null,
"aa_length": 458,
"cds_start": 1227,
"cds_end": null,
"cds_length": 1377,
"cdna_start": 1239,
"cdna_end": null,
"cdna_length": 1389,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ENSG00000283228",
"gene_hgnc_id": null,
"hgvs_c": "n.*332+2634G>A",
"hgvs_p": null,
"transcript": "ENST00000637559.1",
"protein_id": "ENSP00000489697.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1373,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.1359G>A",
"hgvs_p": "p.Arg453Arg",
"transcript": "NM_001005746.4",
"protein_id": "NP_001005746.1",
"transcript_support_level": null,
"aa_start": 453,
"aa_end": null,
"aa_length": 502,
"cds_start": 1359,
"cds_end": null,
"cds_length": 1509,
"cdna_start": 1473,
"cdna_end": null,
"cdna_length": 7971,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.1359G>A",
"hgvs_p": "p.Arg453Arg",
"transcript": "ENST00000638005.1",
"protein_id": "ENSP00000489677.1",
"transcript_support_level": 2,
"aa_start": 453,
"aa_end": null,
"aa_length": 502,
"cds_start": 1359,
"cds_end": null,
"cds_length": 1509,
"cdna_start": 1554,
"cdna_end": null,
"cdna_length": 4615,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.1323G>A",
"hgvs_p": "p.Arg441Arg",
"transcript": "ENST00000637762.1",
"protein_id": "ENSP00000489876.1",
"transcript_support_level": 5,
"aa_start": 441,
"aa_end": null,
"aa_length": 490,
"cds_start": 1323,
"cds_end": null,
"cds_length": 1473,
"cdna_start": 1737,
"cdna_end": null,
"cdna_length": 3800,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.1311G>A",
"hgvs_p": "p.Arg437Arg",
"transcript": "NM_001005747.4",
"protein_id": "NP_001005747.1",
"transcript_support_level": null,
"aa_start": 437,
"aa_end": null,
"aa_length": 486,
"cds_start": 1311,
"cds_end": null,
"cds_length": 1461,
"cdna_start": 1576,
"cdna_end": null,
"cdna_length": 8074,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.1290G>A",
"hgvs_p": "p.Arg430Arg",
"transcript": "ENST00000427385.6",
"protein_id": "ENSP00000410978.2",
"transcript_support_level": 5,
"aa_start": 430,
"aa_end": null,
"aa_length": 479,
"cds_start": 1290,
"cds_end": null,
"cds_length": 1440,
"cdna_start": 1312,
"cdna_end": null,
"cdna_length": 1776,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.1272G>A",
"hgvs_p": "p.Arg424Arg",
"transcript": "NM_001320722.3",
"protein_id": "NP_001307651.1",
"transcript_support_level": null,
"aa_start": 424,
"aa_end": null,
"aa_length": 473,
"cds_start": 1272,
"cds_end": null,
"cds_length": 1422,
"cdna_start": 1736,
"cdna_end": null,
"cdna_length": 8234,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.1272G>A",
"hgvs_p": "p.Arg424Arg",
"transcript": "NM_001330118.1",
"protein_id": "NP_001317047.1",
"transcript_support_level": null,
"aa_start": 424,
"aa_end": null,
"aa_length": 473,
"cds_start": 1272,
"cds_end": null,
"cds_length": 1422,
"cdna_start": 1593,
"cdna_end": null,
"cdna_length": 8091,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.1272G>A",
"hgvs_p": "p.Arg424Arg",
"transcript": "ENST00000439467.6",
"protein_id": "ENSP00000390161.2",
"transcript_support_level": 5,
"aa_start": 424,
"aa_end": null,
"aa_length": 473,
"cds_start": 1272,
"cds_end": null,
"cds_length": 1422,
"cdna_start": 1593,
"cdna_end": null,
"cdna_length": 2159,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.1272G>A",
"hgvs_p": "p.Arg424Arg",
"transcript": "ENST00000636598.1",
"protein_id": "ENSP00000490247.1",
"transcript_support_level": 5,
"aa_start": 424,
"aa_end": null,
"aa_length": 473,
"cds_start": 1272,
"cds_end": null,
"cds_length": 1422,
"cdna_start": 1507,
"cdna_end": null,
"cdna_length": 7808,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.1272G>A",
"hgvs_p": "p.Arg424Arg",
"transcript": "ENST00000637217.1",
"protein_id": "ENSP00000490250.1",
"transcript_support_level": 5,
"aa_start": 424,
"aa_end": null,
"aa_length": 473,
"cds_start": 1272,
"cds_end": null,
"cds_length": 1422,
"cdna_start": 1785,
"cdna_end": null,
"cdna_length": 8188,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.1269G>A",
"hgvs_p": "p.Arg423Arg",
"transcript": "ENST00000360283.11",
"protein_id": "ENSP00000353425.8",
"transcript_support_level": 5,
"aa_start": 423,
"aa_end": null,
"aa_length": 472,
"cds_start": 1269,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 1607,
"cdna_end": null,
"cdna_length": 1885,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.1236G>A",
"hgvs_p": "p.Arg412Arg",
"transcript": "ENST00000636442.1",
"protein_id": "ENSP00000489779.1",
"transcript_support_level": 5,
"aa_start": 412,
"aa_end": null,
"aa_length": 461,
"cds_start": 1236,
"cds_end": null,
"cds_length": 1386,
"cdna_start": 1397,
"cdna_end": null,
"cdna_length": 4232,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.1227G>A",
"hgvs_p": "p.Arg409Arg",
"transcript": "NM_001145798.2",
"protein_id": "NP_001139270.1",
"transcript_support_level": null,
"aa_start": 409,
"aa_end": null,
"aa_length": 458,
"cds_start": 1227,
"cds_end": null,
"cds_length": 1377,
"cdna_start": 1383,
"cdna_end": null,
"cdna_length": 7881,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.1209G>A",
"hgvs_p": "p.Arg403Arg",
"transcript": "ENST00000636350.1",
"protein_id": "ENSP00000489621.1",
"transcript_support_level": 5,
"aa_start": 403,
"aa_end": null,
"aa_length": 452,
"cds_start": 1209,
"cds_end": null,
"cds_length": 1359,
"cdna_start": 1294,
"cdna_end": null,
"cdna_length": 7654,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.1188G>A",
"hgvs_p": "p.Arg396Arg",
"transcript": "ENST00000637418.1",
"protein_id": "ENSP00000489679.1",
"transcript_support_level": 5,
"aa_start": 396,
"aa_end": null,
"aa_length": 445,
"cds_start": 1188,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 1453,
"cdna_end": null,
"cdna_length": 2015,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.1176G>A",
"hgvs_p": "p.Arg392Arg",
"transcript": "ENST00000397327.7",
"protein_id": "ENSP00000380490.3",
"transcript_support_level": 5,
"aa_start": 392,
"aa_end": null,
"aa_length": 441,
"cds_start": 1176,
"cds_end": null,
"cds_length": 1326,
"cdna_start": 1595,
"cdna_end": null,
"cdna_length": 2112,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.1170G>A",
"hgvs_p": "p.Arg390Arg",
"transcript": "NM_001330113.2",
"protein_id": "NP_001317042.1",
"transcript_support_level": null,
"aa_start": 390,
"aa_end": null,
"aa_length": 439,
"cds_start": 1170,
"cds_end": null,
"cds_length": 1320,
"cdna_start": 1284,
"cdna_end": null,
"cdna_length": 7782,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.1125G>A",
"hgvs_p": "p.Arg375Arg",
"transcript": "ENST00000638091.1",
"protein_id": "ENSP00000489967.1",
"transcript_support_level": 5,
"aa_start": 375,
"aa_end": null,
"aa_length": 424,
"cds_start": 1125,
"cds_end": null,
"cds_length": 1275,
"cdna_start": 1360,
"cdna_end": null,
"cdna_length": 4061,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.1122G>A",
"hgvs_p": "p.Arg374Arg",
"transcript": "NM_001330115.2",
"protein_id": "NP_001317044.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 423,
"cds_start": 1122,
"cds_end": null,
"cds_length": 1272,
"cdna_start": 1387,
"cdna_end": null,
"cdna_length": 7885,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.1122G>A",
"hgvs_p": "p.Arg374Arg",
"transcript": "ENST00000637779.1",
"protein_id": "ENSP00000489732.1",
"transcript_support_level": 5,
"aa_start": 374,
"aa_end": null,
"aa_length": 423,
"cds_start": 1122,
"cds_end": null,
"cds_length": 1272,
"cdna_start": 1337,
"cdna_end": null,
"cdna_length": 1772,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.1086G>A",
"hgvs_p": "p.Arg362Arg",
"transcript": "ENST00000636130.1",
"protein_id": "ENSP00000490607.1",
"transcript_support_level": 5,
"aa_start": 362,
"aa_end": null,
"aa_length": 411,
"cds_start": 1086,
"cds_end": null,
"cds_length": 1236,
"cdna_start": 1343,
"cdna_end": null,
"cdna_length": 7748,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.1086G>A",
"hgvs_p": "p.Arg362Arg",
"transcript": "ENST00000636773.1",
"protein_id": "ENSP00000489818.1",
"transcript_support_level": 5,
"aa_start": 362,
"aa_end": null,
"aa_length": 411,
"cds_start": 1086,
"cds_end": null,
"cds_length": 1236,
"cdna_start": 1550,
"cdna_end": null,
"cdna_length": 4143,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.1083G>A",
"hgvs_p": "p.Arg361Arg",
"transcript": "NM_001330116.2",
"protein_id": "NP_001317045.1",
"transcript_support_level": null,
"aa_start": 361,
"aa_end": null,
"aa_length": 410,
"cds_start": 1083,
"cds_end": null,
"cds_length": 1233,
"cdna_start": 1547,
"cdna_end": null,
"cdna_length": 8045,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.1083G>A",
"hgvs_p": "p.Arg361Arg",
"transcript": "ENST00000638040.1",
"protein_id": "ENSP00000489883.1",
"transcript_support_level": 5,
"aa_start": 361,
"aa_end": null,
"aa_length": 410,
"cds_start": 1083,
"cds_end": null,
"cds_length": 1233,
"cdna_start": 1539,
"cdna_end": null,
"cdna_length": 2026,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.1074G>A",
"hgvs_p": "p.Arg358Arg",
"transcript": "ENST00000636617.1",
"protein_id": "ENSP00000490660.1",
"transcript_support_level": 5,
"aa_start": 358,
"aa_end": null,
"aa_length": 407,
"cds_start": 1074,
"cds_end": null,
"cds_length": 1224,
"cdna_start": 1308,
"cdna_end": null,
"cdna_length": 5757,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.1029G>A",
"hgvs_p": "p.Arg343Arg",
"transcript": "ENST00000636901.1",
"protein_id": "ENSP00000490145.1",
"transcript_support_level": 5,
"aa_start": 343,
"aa_end": null,
"aa_length": 392,
"cds_start": 1029,
"cds_end": null,
"cds_length": 1179,
"cdna_start": 1249,
"cdna_end": null,
"cdna_length": 7706,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.942G>A",
"hgvs_p": "p.Arg314Arg",
"transcript": "ENST00000636785.1",
"protein_id": "ENSP00000489788.1",
"transcript_support_level": 5,
"aa_start": 314,
"aa_end": null,
"aa_length": 363,
"cds_start": 942,
"cds_end": null,
"cds_length": 1092,
"cdna_start": 1000,
"cdna_end": null,
"cdna_length": 3787,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.906G>A",
"hgvs_p": "p.Arg302Arg",
"transcript": "ENST00000636380.1",
"protein_id": "ENSP00000490488.1",
"transcript_support_level": 5,
"aa_start": 302,
"aa_end": null,
"aa_length": 351,
"cds_start": 906,
"cds_end": null,
"cds_length": 1056,
"cdna_start": 1325,
"cdna_end": null,
"cdna_length": 1756,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.855G>A",
"hgvs_p": "p.Arg285Arg",
"transcript": "NM_001330117.2",
"protein_id": "NP_001317046.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 334,
"cds_start": 855,
"cds_end": null,
"cds_length": 1005,
"cdna_start": 1882,
"cdna_end": null,
"cdna_length": 8380,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.855G>A",
"hgvs_p": "p.Arg285Arg",
"transcript": "ENST00000636108.1",
"protein_id": "ENSP00000490176.1",
"transcript_support_level": 5,
"aa_start": 285,
"aa_end": null,
"aa_length": 334,
"cds_start": 855,
"cds_end": null,
"cds_length": 1005,
"cdna_start": 1295,
"cdna_end": null,
"cdna_length": 1698,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.855G>A",
"hgvs_p": "p.Arg285Arg",
"transcript": "ENST00000637284.1",
"protein_id": "ENSP00000489787.1",
"transcript_support_level": 5,
"aa_start": 285,
"aa_end": null,
"aa_length": 334,
"cds_start": 855,
"cds_end": null,
"cds_length": 1005,
"cdna_start": 1838,
"cdna_end": null,
"cdna_length": 2423,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.855G>A",
"hgvs_p": "p.Arg285Arg",
"transcript": "ENST00000637514.1",
"protein_id": "ENSP00000490304.1",
"transcript_support_level": 5,
"aa_start": 285,
"aa_end": null,
"aa_length": 334,
"cds_start": 855,
"cds_end": null,
"cds_length": 1005,
"cdna_start": 1612,
"cdna_end": null,
"cdna_length": 1880,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.774G>A",
"hgvs_p": "p.Arg258Arg",
"transcript": "ENST00000637547.1",
"protein_id": "ENSP00000490124.1",
"transcript_support_level": 5,
"aa_start": 258,
"aa_end": null,
"aa_length": 307,
"cds_start": 774,
"cds_end": null,
"cds_length": 924,
"cdna_start": 1193,
"cdna_end": null,
"cdna_length": 7658,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.759G>A",
"hgvs_p": "p.Arg253Arg",
"transcript": "NM_001330114.2",
"protein_id": "NP_001317043.1",
"transcript_support_level": null,
"aa_start": 253,
"aa_end": null,
"aa_length": 302,
"cds_start": 759,
"cds_end": null,
"cds_length": 909,
"cdna_start": 1716,
"cdna_end": null,
"cdna_length": 8214,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.669G>A",
"hgvs_p": "p.Arg223Arg",
"transcript": "ENST00000636721.1",
"protein_id": "ENSP00000490795.1",
"transcript_support_level": 5,
"aa_start": 223,
"aa_end": null,
"aa_length": 272,
"cds_start": 669,
"cds_end": null,
"cds_length": 819,
"cdna_start": 1088,
"cdna_end": null,
"cdna_length": 1542,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.1272G>A",
"hgvs_p": "p.Arg424Arg",
"transcript": "XM_047445790.1",
"protein_id": "XP_047301746.1",
"transcript_support_level": null,
"aa_start": 424,
"aa_end": null,
"aa_length": 473,
"cds_start": 1272,
"cds_end": null,
"cds_length": 1422,
"cdna_start": 1901,
"cdna_end": null,
"cdna_length": 8399,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.1269G>A",
"hgvs_p": "p.Arg423Arg",
"transcript": "XM_011511796.3",
"protein_id": "XP_011510098.1",
"transcript_support_level": null,
"aa_start": 423,
"aa_end": null,
"aa_length": 472,
"cds_start": 1269,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 2243,
"cdna_end": null,
"cdna_length": 8741,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.1224G>A",
"hgvs_p": "p.Arg408Arg",
"transcript": "XM_011511797.4",
"protein_id": "XP_011510099.1",
"transcript_support_level": null,
"aa_start": 408,
"aa_end": null,
"aa_length": 457,
"cds_start": 1224,
"cds_end": null,
"cds_length": 1374,
"cdna_start": 1257,
"cdna_end": null,
"cdna_length": 7755,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.855G>A",
"hgvs_p": "p.Arg285Arg",
"transcript": "XM_047445791.1",
"protein_id": "XP_047301747.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 334,
"cds_start": 855,
"cds_end": null,
"cds_length": 1005,
"cdna_start": 2524,
"cdna_end": null,
"cdna_length": 9022,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.696G>A",
"hgvs_p": "p.Arg232Arg",
"transcript": "XM_047445792.1",
"protein_id": "XP_047301748.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 281,
"cds_start": 696,
"cds_end": null,
"cds_length": 846,
"cdna_start": 773,
"cdna_end": null,
"cdna_length": 7271,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "n.*628G>A",
"hgvs_p": null,
"transcript": "ENST00000635738.1",
"protein_id": "ENSP00000489881.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7854,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "n.1484G>A",
"hgvs_p": null,
"transcript": "ENST00000635803.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3395,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "n.*1124G>A",
"hgvs_p": null,
"transcript": "ENST00000635904.1",
"protein_id": "ENSP00000490430.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2444,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "n.*443G>A",
"hgvs_p": null,
"transcript": "ENST00000635930.1",
"protein_id": "ENSP00000489953.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4484,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "n.*628G>A",
"hgvs_p": null,
"transcript": "ENST00000636507.1",
"protein_id": "ENSP00000490252.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4688,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "n.*347G>A",
"hgvs_p": null,
"transcript": "ENST00000636664.1",
"protein_id": "ENSP00000490572.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1698,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "n.*815G>A",
"hgvs_p": null,
"transcript": "ENST00000636762.1",
"protein_id": "ENSP00000490918.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3191,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "n.3476G>A",
"hgvs_p": null,
"transcript": "ENST00000636810.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3754,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "n.3145G>A",
"hgvs_p": null,
"transcript": "ENST00000636831.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8595,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "n.*286G>A",
"hgvs_p": null,
"transcript": "ENST00000637007.1",
"protein_id": "ENSP00000489772.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 858,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "n.*443G>A",
"hgvs_p": null,
"transcript": "ENST00000637132.1",
"protein_id": "ENSP00000490651.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3877,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "n.*239G>A",
"hgvs_p": null,
"transcript": "ENST00000637232.1",
"protein_id": "ENSP00000490138.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4024,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "n.*682G>A",
"hgvs_p": null,
"transcript": "ENST00000637312.1",
"protein_id": "ENSP00000490144.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3485,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "n.2986G>A",
"hgvs_p": null,
"transcript": "ENST00000637319.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3549,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "n.*1254G>A",
"hgvs_p": null,
"transcript": "ENST00000637330.1",
"protein_id": "ENSP00000490817.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2102,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "n.*1231G>A",
"hgvs_p": null,
"transcript": "ENST00000637436.1",
"protein_id": "ENSP00000489746.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3520,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "n.*628G>A",
"hgvs_p": null,
"transcript": "ENST00000637491.1",
"protein_id": "ENSP00000490510.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1751,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "n.2826G>A",
"hgvs_p": null,
"transcript": "ENST00000637530.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3104,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "n.*443G>A",
"hgvs_p": null,
"transcript": "ENST00000637535.1",
"protein_id": "ENSP00000490891.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1731,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "n.*239G>A",
"hgvs_p": null,
"transcript": "ENST00000637550.1",
"protein_id": "ENSP00000489943.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3038,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "n.2730G>A",
"hgvs_p": null,
"transcript": "ENST00000637765.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2955,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "n.*162G>A",
"hgvs_p": null,
"transcript": "ENST00000637828.1",
"protein_id": "ENSP00000490443.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1831,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "n.1398G>A",
"hgvs_p": null,
"transcript": "ENST00000637913.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2034,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "n.1564G>A",
"hgvs_p": null,
"transcript": "ENST00000637942.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4020,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "n.*257G>A",
"hgvs_p": null,
"transcript": "ENST00000637956.1",
"protein_id": "ENSP00000490298.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1430,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "n.*644G>A",
"hgvs_p": null,
"transcript": "ENST00000638150.1",
"protein_id": "ENSP00000490501.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1646,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.*98G>A",
"hgvs_p": null,
"transcript": "ENST00000637309.1",
"protein_id": "ENSP00000490127.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 256,
"cds_start": -4,
"cds_end": null,
"cds_length": 771,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7409,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "c.*61G>A",
"hgvs_p": null,
"transcript": "ENST00000635890.1",
"protein_id": "ENSP00000489915.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 112,
"cds_start": -4,
"cds_end": null,
"cds_length": 339,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3567,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "n.*628G>A",
"hgvs_p": null,
"transcript": "ENST00000635738.1",
"protein_id": "ENSP00000489881.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7854,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "n.*1124G>A",
"hgvs_p": null,
"transcript": "ENST00000635904.1",
"protein_id": "ENSP00000490430.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2444,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"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": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "n.*443G>A",
"hgvs_p": null,
"transcript": "ENST00000635930.1",
"protein_id": "ENSP00000489953.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4484,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"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": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "n.*628G>A",
"hgvs_p": null,
"transcript": "ENST00000636507.1",
"protein_id": "ENSP00000490252.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4688,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "n.*347G>A",
"hgvs_p": null,
"transcript": "ENST00000636664.1",
"protein_id": "ENSP00000490572.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1698,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "n.*815G>A",
"hgvs_p": null,
"transcript": "ENST00000636762.1",
"protein_id": "ENSP00000490918.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3191,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "n.*286G>A",
"hgvs_p": null,
"transcript": "ENST00000637007.1",
"protein_id": "ENSP00000489772.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 858,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "n.*443G>A",
"hgvs_p": null,
"transcript": "ENST00000637132.1",
"protein_id": "ENSP00000490651.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3877,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "n.*239G>A",
"hgvs_p": null,
"transcript": "ENST00000637232.1",
"protein_id": "ENSP00000490138.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4024,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "n.*682G>A",
"hgvs_p": null,
"transcript": "ENST00000637312.1",
"protein_id": "ENSP00000490144.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3485,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"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": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "n.*1254G>A",
"hgvs_p": null,
"transcript": "ENST00000637330.1",
"protein_id": "ENSP00000490817.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2102,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "n.*1231G>A",
"hgvs_p": null,
"transcript": "ENST00000637436.1",
"protein_id": "ENSP00000489746.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3520,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "n.*628G>A",
"hgvs_p": null,
"transcript": "ENST00000637491.1",
"protein_id": "ENSP00000490510.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1751,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "n.*443G>A",
"hgvs_p": null,
"transcript": "ENST00000637535.1",
"protein_id": "ENSP00000490891.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1731,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "n.*239G>A",
"hgvs_p": null,
"transcript": "ENST00000637550.1",
"protein_id": "ENSP00000489943.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3038,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "n.*162G>A",
"hgvs_p": null,
"transcript": "ENST00000637828.1",
"protein_id": "ENSP00000490443.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1831,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "n.*257G>A",
"hgvs_p": null,
"transcript": "ENST00000637956.1",
"protein_id": "ENSP00000490298.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1430,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"hgvs_c": "n.*644G>A",
"hgvs_p": null,
"transcript": "ENST00000638150.1",
"protein_id": "ENSP00000490501.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1646,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000283228",
"gene_hgnc_id": null,
"hgvs_c": "n.*51+2399G>A",
"hgvs_p": null,
"transcript": "ENST00000636024.1",
"protein_id": "ENSP00000490208.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1303,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "ENSG00000283228",
"gene_hgnc_id": null,
"hgvs_c": "n.*827+14179G>A",
"hgvs_p": null,
"transcript": "ENST00000637224.1",
"protein_id": "ENSP00000490276.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2827,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CACNB4",
"gene_hgnc_id": 1404,
"dbsnp": "rs1805029",
"frequency_reference_population": 0.0018641339,
"hom_count_reference_population": 4,
"allele_count_reference_population": 3008,
"gnomad_exomes_af": 0.00190016,
"gnomad_genomes_af": 0.00151812,
"gnomad_exomes_ac": 2777,
"gnomad_genomes_ac": 231,
"gnomad_exomes_homalt": 4,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.3400000035762787,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.34,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.214,
"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": -15,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Moderate,BP6_Very_Strong,BP7,BS2",
"acmg_by_gene": [
{
"score": -15,
"benign_score": 15,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP6_Very_Strong",
"BP7",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000539935.7",
"gene_symbol": "CACNB4",
"hgnc_id": 1404,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1413G>A",
"hgvs_p": "p.Arg471Arg"
},
{
"score": -14,
"benign_score": 14,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP6_Very_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000637559.1",
"gene_symbol": "ENSG00000283228",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.*332+2634G>A",
"hgvs_p": null
}
],
"clinvar_disease": "CACNB4-related disorder,Episodic ataxia type 5,Idiopathic generalized epilepsy,Juvenile myoclonic epilepsy,not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2 B:6",
"phenotype_combined": "not specified|Juvenile myoclonic epilepsy|Idiopathic generalized epilepsy|Episodic ataxia type 5|not provided|CACNB4-related disorder",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}