← 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: 10-18539299-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=18539299&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 18539299,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_201596.3",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.1558C>G",
"hgvs_p": "p.Pro520Ala",
"transcript": "NM_201596.3",
"protein_id": "NP_963890.2",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 660,
"cds_start": 1558,
"cds_end": null,
"cds_length": 1983,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000324631.13",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_201596.3"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.1558C>G",
"hgvs_p": "p.Pro520Ala",
"transcript": "ENST00000324631.13",
"protein_id": "ENSP00000320025.8",
"transcript_support_level": 1,
"aa_start": 520,
"aa_end": null,
"aa_length": 660,
"cds_start": 1558,
"cds_end": null,
"cds_length": 1983,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_201596.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000324631.13"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.1396C>G",
"hgvs_p": "p.Pro466Ala",
"transcript": "NM_201590.3",
"protein_id": "NP_963884.2",
"transcript_support_level": null,
"aa_start": 466,
"aa_end": null,
"aa_length": 606,
"cds_start": 1396,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": "ENST00000377329.10",
"biotype": "protein_coding",
"feature": "NM_201590.3"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.1396C>G",
"hgvs_p": "p.Pro466Ala",
"transcript": "ENST00000377329.10",
"protein_id": "ENSP00000366546.4",
"transcript_support_level": 1,
"aa_start": 466,
"aa_end": null,
"aa_length": 606,
"cds_start": 1396,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": "NM_201590.3",
"biotype": "protein_coding",
"feature": "ENST00000377329.10"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.1486C>G",
"hgvs_p": "p.Pro496Ala",
"transcript": "ENST00000352115.10",
"protein_id": "ENSP00000344474.6",
"transcript_support_level": 1,
"aa_start": 496,
"aa_end": null,
"aa_length": 636,
"cds_start": 1486,
"cds_end": null,
"cds_length": 1911,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000352115.10"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.1474C>G",
"hgvs_p": "p.Pro492Ala",
"transcript": "ENST00000282343.13",
"protein_id": "ENSP00000282343.8",
"transcript_support_level": 1,
"aa_start": 492,
"aa_end": null,
"aa_length": 632,
"cds_start": 1474,
"cds_end": null,
"cds_length": 1899,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000282343.13"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.1414C>G",
"hgvs_p": "p.Pro472Ala",
"transcript": "ENST00000377315.6",
"protein_id": "ENSP00000366532.4",
"transcript_support_level": 1,
"aa_start": 472,
"aa_end": null,
"aa_length": 612,
"cds_start": 1414,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000377315.6"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.1393C>G",
"hgvs_p": "p.Pro465Ala",
"transcript": "ENST00000396576.6",
"protein_id": "ENSP00000379821.2",
"transcript_support_level": 1,
"aa_start": 465,
"aa_end": null,
"aa_length": 605,
"cds_start": 1393,
"cds_end": null,
"cds_length": 1818,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000396576.6"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.1279C>G",
"hgvs_p": "p.Pro427Ala",
"transcript": "ENST00000377319.9",
"protein_id": "ENSP00000366536.3",
"transcript_support_level": 1,
"aa_start": 427,
"aa_end": null,
"aa_length": 567,
"cds_start": 1279,
"cds_end": null,
"cds_length": 1704,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000377319.9"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.1183C>G",
"hgvs_p": "p.Pro395Ala",
"transcript": "ENST00000377331.8",
"protein_id": "ENSP00000366548.4",
"transcript_support_level": 1,
"aa_start": 395,
"aa_end": null,
"aa_length": 528,
"cds_start": 1183,
"cds_end": null,
"cds_length": 1589,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000377331.8"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.808C>G",
"hgvs_p": "p.Pro270Ala",
"transcript": "ENST00000377328.5",
"protein_id": "ENSP00000366545.1",
"transcript_support_level": 1,
"aa_start": 270,
"aa_end": null,
"aa_length": 410,
"cds_start": 808,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000377328.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2-AS1",
"gene_hgnc_id": 58168,
"hgvs_c": "n.377G>C",
"hgvs_p": null,
"transcript": "ENST00000425669.1",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000425669.1"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.1486C>G",
"hgvs_p": "p.Pro496Ala",
"transcript": "NM_201597.3",
"protein_id": "NP_963891.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 636,
"cds_start": 1486,
"cds_end": null,
"cds_length": 1911,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_201597.3"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.1474C>G",
"hgvs_p": "p.Pro492Ala",
"transcript": "NM_201571.4",
"protein_id": "NP_963865.2",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 632,
"cds_start": 1474,
"cds_end": null,
"cds_length": 1899,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_201571.4"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.1444C>G",
"hgvs_p": "p.Pro482Ala",
"transcript": "NM_201593.3",
"protein_id": "NP_963887.2",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 622,
"cds_start": 1444,
"cds_end": null,
"cds_length": 1869,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_201593.3"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.1414C>G",
"hgvs_p": "p.Pro472Ala",
"transcript": "NM_201570.3",
"protein_id": "NP_963864.1",
"transcript_support_level": null,
"aa_start": 472,
"aa_end": null,
"aa_length": 612,
"cds_start": 1414,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_201570.3"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.1402C>G",
"hgvs_p": "p.Pro468Ala",
"transcript": "NM_201572.4",
"protein_id": "NP_963866.2",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 608,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1827,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_201572.4"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.1402C>G",
"hgvs_p": "p.Pro468Ala",
"transcript": "ENST00000645287.2",
"protein_id": "ENSP00000496203.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 608,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1827,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000645287.2"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.1393C>G",
"hgvs_p": "p.Pro465Ala",
"transcript": "NM_000724.4",
"protein_id": "NP_000715.2",
"transcript_support_level": null,
"aa_start": 465,
"aa_end": null,
"aa_length": 605,
"cds_start": 1393,
"cds_end": null,
"cds_length": 1818,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000724.4"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.1378C>G",
"hgvs_p": "p.Pro460Ala",
"transcript": "ENST00000652391.1",
"protein_id": "ENSP00000498938.1",
"transcript_support_level": null,
"aa_start": 460,
"aa_end": null,
"aa_length": 600,
"cds_start": 1378,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000652391.1"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.1360C>G",
"hgvs_p": "p.Pro454Ala",
"transcript": "NM_001167945.2",
"protein_id": "NP_001161417.1",
"transcript_support_level": null,
"aa_start": 454,
"aa_end": null,
"aa_length": 594,
"cds_start": 1360,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001167945.2"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.1360C>G",
"hgvs_p": "p.Pro454Ala",
"transcript": "ENST00000643096.2",
"protein_id": "ENSP00000494209.2",
"transcript_support_level": null,
"aa_start": 454,
"aa_end": null,
"aa_length": 583,
"cds_start": 1360,
"cds_end": null,
"cds_length": 1753,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000643096.2"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.1321C>G",
"hgvs_p": "p.Pro441Ala",
"transcript": "ENST00000617363.4",
"protein_id": "ENSP00000479756.1",
"transcript_support_level": 5,
"aa_start": 441,
"aa_end": null,
"aa_length": 581,
"cds_start": 1321,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000617363.4"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.1300C>G",
"hgvs_p": "p.Pro434Ala",
"transcript": "NM_001410882.1",
"protein_id": "NP_001397811.1",
"transcript_support_level": null,
"aa_start": 434,
"aa_end": null,
"aa_length": 574,
"cds_start": 1300,
"cds_end": null,
"cds_length": 1725,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001410882.1"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.1300C>G",
"hgvs_p": "p.Pro434Ala",
"transcript": "ENST00000650685.1",
"protein_id": "ENSP00000498460.1",
"transcript_support_level": null,
"aa_start": 434,
"aa_end": null,
"aa_length": 574,
"cds_start": 1300,
"cds_end": null,
"cds_length": 1725,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000650685.1"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.1279C>G",
"hgvs_p": "p.Pro427Ala",
"transcript": "NM_001330060.2",
"protein_id": "NP_001316989.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 567,
"cds_start": 1279,
"cds_end": null,
"cds_length": 1704,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330060.2"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.643C>G",
"hgvs_p": "p.Pro215Ala",
"transcript": "ENST00000615785.4",
"protein_id": "ENSP00000480260.1",
"transcript_support_level": 5,
"aa_start": 215,
"aa_end": null,
"aa_length": 355,
"cds_start": 643,
"cds_end": null,
"cds_length": 1068,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000615785.4"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.1378C>G",
"hgvs_p": "p.Pro460Ala",
"transcript": "XM_006717502.4",
"protein_id": "XP_006717565.1",
"transcript_support_level": null,
"aa_start": 460,
"aa_end": null,
"aa_length": 600,
"cds_start": 1378,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006717502.4"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.1324C>G",
"hgvs_p": "p.Pro442Ala",
"transcript": "XM_011519659.3",
"protein_id": "XP_011517961.1",
"transcript_support_level": null,
"aa_start": 442,
"aa_end": null,
"aa_length": 582,
"cds_start": 1324,
"cds_end": null,
"cds_length": 1749,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011519659.3"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.718C>G",
"hgvs_p": "p.Pro240Ala",
"transcript": "XM_005252591.4",
"protein_id": "XP_005252648.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 380,
"cds_start": 718,
"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": "XM_005252591.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "n.*699C>G",
"hgvs_p": null,
"transcript": "ENST00000647168.2",
"protein_id": "ENSP00000495854.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000647168.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "n.*832C>G",
"hgvs_p": null,
"transcript": "ENST00000651330.1",
"protein_id": "ENSP00000498457.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000651330.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "n.*770C>G",
"hgvs_p": null,
"transcript": "ENST00000651468.1",
"protein_id": "ENSP00000498352.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000651468.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "n.*797C>G",
"hgvs_p": null,
"transcript": "ENST00000651928.1",
"protein_id": "ENSP00000499177.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000651928.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "n.*658C>G",
"hgvs_p": null,
"transcript": "ENST00000652478.1",
"protein_id": "ENSP00000498812.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000652478.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2-AS1",
"gene_hgnc_id": 58168,
"hgvs_c": "n.110G>C",
"hgvs_p": null,
"transcript": "ENST00000789366.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000789366.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "n.*699C>G",
"hgvs_p": null,
"transcript": "ENST00000647168.2",
"protein_id": "ENSP00000495854.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000647168.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "n.*832C>G",
"hgvs_p": null,
"transcript": "ENST00000651330.1",
"protein_id": "ENSP00000498457.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000651330.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "n.*770C>G",
"hgvs_p": null,
"transcript": "ENST00000651468.1",
"protein_id": "ENSP00000498352.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000651468.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "n.*797C>G",
"hgvs_p": null,
"transcript": "ENST00000651928.1",
"protein_id": "ENSP00000499177.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000651928.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "n.*658C>G",
"hgvs_p": null,
"transcript": "ENST00000652478.1",
"protein_id": "ENSP00000498812.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000652478.1"
},
{
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CACNB2-AS1",
"gene_hgnc_id": 58168,
"hgvs_c": "n.182+2770G>C",
"hgvs_p": null,
"transcript": "ENST00000789365.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000789365.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2-AS1",
"gene_hgnc_id": 58168,
"hgvs_c": "n.-23G>C",
"hgvs_p": null,
"transcript": "XR_007062076.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007062076.1"
}
],
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"dbsnp": "rs200297403",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.03546774387359619,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.07,
"revel_prediction": "Benign",
"alphamissense_score": 0.0542,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.41,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.335,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_201596.3",
"gene_symbol": "CACNB2",
"hgnc_id": 1402,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,Unknown",
"hgvs_c": "c.1558C>G",
"hgvs_p": "p.Pro520Ala"
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000425669.1",
"gene_symbol": "CACNB2-AS1",
"hgnc_id": 58168,
"effects": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.377G>C",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}