← 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-18534114-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=18534114&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 18534114,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000324631.13",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.1093G>A",
"hgvs_p": "p.Ala365Thr",
"transcript": "NM_201596.3",
"protein_id": "NP_963890.2",
"transcript_support_level": null,
"aa_start": 365,
"aa_end": null,
"aa_length": 660,
"cds_start": 1093,
"cds_end": null,
"cds_length": 1983,
"cdna_start": 1406,
"cdna_end": null,
"cdna_length": 6129,
"mane_select": "ENST00000324631.13",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.1093G>A",
"hgvs_p": "p.Ala365Thr",
"transcript": "ENST00000324631.13",
"protein_id": "ENSP00000320025.8",
"transcript_support_level": 1,
"aa_start": 365,
"aa_end": null,
"aa_length": 660,
"cds_start": 1093,
"cds_end": null,
"cds_length": 1983,
"cdna_start": 1406,
"cdna_end": null,
"cdna_length": 6129,
"mane_select": "NM_201596.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.931G>A",
"hgvs_p": "p.Ala311Thr",
"transcript": "NM_201590.3",
"protein_id": "NP_963884.2",
"transcript_support_level": null,
"aa_start": 311,
"aa_end": null,
"aa_length": 606,
"cds_start": 931,
"cds_end": null,
"cds_length": 1821,
"cdna_start": 1149,
"cdna_end": null,
"cdna_length": 5872,
"mane_select": null,
"mane_plus": "ENST00000377329.10",
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.931G>A",
"hgvs_p": "p.Ala311Thr",
"transcript": "ENST00000377329.10",
"protein_id": "ENSP00000366546.4",
"transcript_support_level": 1,
"aa_start": 311,
"aa_end": null,
"aa_length": 606,
"cds_start": 931,
"cds_end": null,
"cds_length": 1821,
"cdna_start": 1149,
"cdna_end": null,
"cdna_length": 5872,
"mane_select": null,
"mane_plus": "NM_201590.3",
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.1021G>A",
"hgvs_p": "p.Ala341Thr",
"transcript": "ENST00000352115.10",
"protein_id": "ENSP00000344474.6",
"transcript_support_level": 1,
"aa_start": 341,
"aa_end": null,
"aa_length": 636,
"cds_start": 1021,
"cds_end": null,
"cds_length": 1911,
"cdna_start": 1021,
"cdna_end": null,
"cdna_length": 1911,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.1009G>A",
"hgvs_p": "p.Ala337Thr",
"transcript": "ENST00000282343.13",
"protein_id": "ENSP00000282343.8",
"transcript_support_level": 1,
"aa_start": 337,
"aa_end": null,
"aa_length": 632,
"cds_start": 1009,
"cds_end": null,
"cds_length": 1899,
"cdna_start": 1231,
"cdna_end": null,
"cdna_length": 3160,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.949G>A",
"hgvs_p": "p.Ala317Thr",
"transcript": "ENST00000377315.6",
"protein_id": "ENSP00000366532.4",
"transcript_support_level": 1,
"aa_start": 317,
"aa_end": null,
"aa_length": 612,
"cds_start": 949,
"cds_end": null,
"cds_length": 1839,
"cdna_start": 1406,
"cdna_end": null,
"cdna_length": 6129,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.928G>A",
"hgvs_p": "p.Ala310Thr",
"transcript": "ENST00000396576.6",
"protein_id": "ENSP00000379821.2",
"transcript_support_level": 1,
"aa_start": 310,
"aa_end": null,
"aa_length": 605,
"cds_start": 928,
"cds_end": null,
"cds_length": 1818,
"cdna_start": 1429,
"cdna_end": null,
"cdna_length": 4464,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.814G>A",
"hgvs_p": "p.Ala272Thr",
"transcript": "ENST00000377319.9",
"protein_id": "ENSP00000366536.3",
"transcript_support_level": 1,
"aa_start": 272,
"aa_end": null,
"aa_length": 567,
"cds_start": 814,
"cds_end": null,
"cds_length": 1704,
"cdna_start": 1362,
"cdna_end": null,
"cdna_length": 6085,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.814G>A",
"hgvs_p": "p.Ala272Thr",
"transcript": "ENST00000377331.8",
"protein_id": "ENSP00000366548.4",
"transcript_support_level": 1,
"aa_start": 272,
"aa_end": null,
"aa_length": 528,
"cds_start": 814,
"cds_end": null,
"cds_length": 1589,
"cdna_start": 873,
"cdna_end": null,
"cdna_length": 1648,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.457-1987G>A",
"hgvs_p": null,
"transcript": "ENST00000377328.5",
"protein_id": "ENSP00000366545.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 410,
"cds_start": -4,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1233,
"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": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ENSG00000240291",
"gene_hgnc_id": 58168,
"hgvs_c": "n.482+5080C>T",
"hgvs_p": null,
"transcript": "ENST00000425669.1",
"protein_id": null,
"transcript_support_level": 1,
"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": 1028,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.1021G>A",
"hgvs_p": "p.Ala341Thr",
"transcript": "NM_201597.3",
"protein_id": "NP_963891.1",
"transcript_support_level": null,
"aa_start": 341,
"aa_end": null,
"aa_length": 636,
"cds_start": 1021,
"cds_end": null,
"cds_length": 1911,
"cdna_start": 1334,
"cdna_end": null,
"cdna_length": 6057,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.1009G>A",
"hgvs_p": "p.Ala337Thr",
"transcript": "NM_201571.4",
"protein_id": "NP_963865.2",
"transcript_support_level": null,
"aa_start": 337,
"aa_end": null,
"aa_length": 632,
"cds_start": 1009,
"cds_end": null,
"cds_length": 1899,
"cdna_start": 1765,
"cdna_end": null,
"cdna_length": 6488,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Ala327Thr",
"transcript": "NM_201593.3",
"protein_id": "NP_963887.2",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 622,
"cds_start": 979,
"cds_end": null,
"cds_length": 1869,
"cdna_start": 1292,
"cdna_end": null,
"cdna_length": 6015,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.949G>A",
"hgvs_p": "p.Ala317Thr",
"transcript": "NM_201570.3",
"protein_id": "NP_963864.1",
"transcript_support_level": null,
"aa_start": 317,
"aa_end": null,
"aa_length": 612,
"cds_start": 949,
"cds_end": null,
"cds_length": 1839,
"cdna_start": 1406,
"cdna_end": null,
"cdna_length": 6129,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.937G>A",
"hgvs_p": "p.Ala313Thr",
"transcript": "NM_201572.4",
"protein_id": "NP_963866.2",
"transcript_support_level": null,
"aa_start": 313,
"aa_end": null,
"aa_length": 608,
"cds_start": 937,
"cds_end": null,
"cds_length": 1827,
"cdna_start": 1693,
"cdna_end": null,
"cdna_length": 6416,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.937G>A",
"hgvs_p": "p.Ala313Thr",
"transcript": "ENST00000645287.2",
"protein_id": "ENSP00000496203.1",
"transcript_support_level": null,
"aa_start": 313,
"aa_end": null,
"aa_length": 608,
"cds_start": 937,
"cds_end": null,
"cds_length": 1827,
"cdna_start": 1381,
"cdna_end": null,
"cdna_length": 6104,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.928G>A",
"hgvs_p": "p.Ala310Thr",
"transcript": "NM_000724.4",
"protein_id": "NP_000715.2",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 605,
"cds_start": 928,
"cds_end": null,
"cds_length": 1818,
"cdna_start": 1476,
"cdna_end": null,
"cdna_length": 6199,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.913G>A",
"hgvs_p": "p.Ala305Thr",
"transcript": "ENST00000652391.1",
"protein_id": "ENSP00000498938.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 600,
"cds_start": 913,
"cds_end": null,
"cds_length": 1803,
"cdna_start": 1060,
"cdna_end": null,
"cdna_length": 2501,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.895G>A",
"hgvs_p": "p.Ala299Thr",
"transcript": "NM_001167945.2",
"protein_id": "NP_001161417.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 594,
"cds_start": 895,
"cds_end": null,
"cds_length": 1785,
"cdna_start": 1651,
"cdna_end": null,
"cdna_length": 6374,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.895G>A",
"hgvs_p": "p.Ala299Thr",
"transcript": "ENST00000643096.2",
"protein_id": "ENSP00000494209.2",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 583,
"cds_start": 895,
"cds_end": null,
"cds_length": 1753,
"cdna_start": 1262,
"cdna_end": null,
"cdna_length": 2120,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.856G>A",
"hgvs_p": "p.Ala286Thr",
"transcript": "ENST00000617363.4",
"protein_id": "ENSP00000479756.1",
"transcript_support_level": 5,
"aa_start": 286,
"aa_end": null,
"aa_length": 581,
"cds_start": 856,
"cds_end": null,
"cds_length": 1746,
"cdna_start": 1357,
"cdna_end": null,
"cdna_length": 4385,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.835G>A",
"hgvs_p": "p.Ala279Thr",
"transcript": "NM_001410882.1",
"protein_id": "NP_001397811.1",
"transcript_support_level": null,
"aa_start": 279,
"aa_end": null,
"aa_length": 574,
"cds_start": 835,
"cds_end": null,
"cds_length": 1725,
"cdna_start": 1292,
"cdna_end": null,
"cdna_length": 6015,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.835G>A",
"hgvs_p": "p.Ala279Thr",
"transcript": "ENST00000650685.1",
"protein_id": "ENSP00000498460.1",
"transcript_support_level": null,
"aa_start": 279,
"aa_end": null,
"aa_length": 574,
"cds_start": 835,
"cds_end": null,
"cds_length": 1725,
"cdna_start": 1233,
"cdna_end": null,
"cdna_length": 2999,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.814G>A",
"hgvs_p": "p.Ala272Thr",
"transcript": "NM_001330060.2",
"protein_id": "NP_001316989.1",
"transcript_support_level": null,
"aa_start": 272,
"aa_end": null,
"aa_length": 567,
"cds_start": 814,
"cds_end": null,
"cds_length": 1704,
"cdna_start": 1362,
"cdna_end": null,
"cdna_length": 6085,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.913G>A",
"hgvs_p": "p.Ala305Thr",
"transcript": "XM_006717502.4",
"protein_id": "XP_006717565.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 600,
"cds_start": 913,
"cds_end": null,
"cds_length": 1803,
"cdna_start": 1206,
"cdna_end": null,
"cdna_length": 5929,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.859G>A",
"hgvs_p": "p.Ala287Thr",
"transcript": "XM_011519659.3",
"protein_id": "XP_011517961.1",
"transcript_support_level": null,
"aa_start": 287,
"aa_end": null,
"aa_length": 582,
"cds_start": 859,
"cds_end": null,
"cds_length": 1749,
"cdna_start": 1077,
"cdna_end": null,
"cdna_length": 5800,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.253G>A",
"hgvs_p": "p.Ala85Thr",
"transcript": "XM_005252591.4",
"protein_id": "XP_005252648.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 380,
"cds_start": 253,
"cds_end": null,
"cds_length": 1143,
"cdna_start": 349,
"cdna_end": null,
"cdna_length": 5072,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "n.*234G>A",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2152,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "n.*367G>A",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3405,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "n.*305G>A",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2141,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "n.*332G>A",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3579,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "n.*193G>A",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4269,
"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": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOC124902387",
"gene_hgnc_id": null,
"hgvs_c": "n.683C>T",
"hgvs_p": null,
"transcript": "XR_007062077.1",
"protein_id": null,
"transcript_support_level": null,
"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": 1873,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "n.*234G>A",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2152,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "n.*367G>A",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3405,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "n.*305G>A",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2141,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "n.*332G>A",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3579,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "n.*193G>A",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4269,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"hgvs_c": "c.292-1987G>A",
"hgvs_p": null,
"transcript": "ENST00000615785.4",
"protein_id": "ENSP00000480260.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 355,
"cds_start": -4,
"cds_end": null,
"cds_length": 1068,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3707,
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000240291",
"gene_hgnc_id": 58168,
"hgvs_c": "n.182+7955C>T",
"hgvs_p": null,
"transcript": "ENST00000789365.1",
"protein_id": null,
"transcript_support_level": null,
"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": 735,
"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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000240291",
"gene_hgnc_id": 58168,
"hgvs_c": "n.216-1014C>T",
"hgvs_p": null,
"transcript": "ENST00000789366.1",
"protein_id": null,
"transcript_support_level": null,
"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": 834,
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CACNB2-AS1",
"gene_hgnc_id": 58168,
"hgvs_c": "n.83+5080C>T",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5557,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CACNB2",
"gene_hgnc_id": 1402,
"dbsnp": "rs371232673",
"frequency_reference_population": 0.000027263388,
"hom_count_reference_population": 0,
"allele_count_reference_population": 44,
"gnomad_exomes_af": 0.0000259961,
"gnomad_genomes_af": 0.0000394405,
"gnomad_exomes_ac": 38,
"gnomad_genomes_ac": 6,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8527455925941467,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.664,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9668,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.18,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.998,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PP3_Moderate,BS2",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PP3_Moderate",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "ENST00000324631.13",
"gene_symbol": "CACNB2",
"hgnc_id": 1402,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,Unknown",
"hgvs_c": "c.1093G>A",
"hgvs_p": "p.Ala365Thr"
},
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "XR_007062077.1",
"gene_symbol": "LOC124902387",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.683C>T",
"hgvs_p": null
},
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000425669.1",
"gene_symbol": "ENSG00000240291",
"hgnc_id": 58168,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.482+5080C>T",
"hgvs_p": null
},
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "XR_007062076.1",
"gene_symbol": "CACNB2-AS1",
"hgnc_id": 58168,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.83+5080C>T",
"hgvs_p": null
}
],
"clinvar_disease": "Brugada syndrome 4,Cardiovascular phenotype",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:3",
"phenotype_combined": "Cardiovascular phenotype|Brugada syndrome 4",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}