← 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: 19-13209403-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=13209403&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 13209403,
"ref": "G",
"alt": "C",
"effect": "synonymous_variant",
"transcript": "ENST00000637769.1",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6435C>G",
"hgvs_p": "p.Pro2145Pro",
"transcript": "NM_001127222.2",
"protein_id": "NP_001120694.1",
"transcript_support_level": null,
"aa_start": 2145,
"aa_end": null,
"aa_length": 2506,
"cds_start": 6435,
"cds_end": null,
"cds_length": 7521,
"cdna_start": 6690,
"cdna_end": null,
"cdna_length": 8647,
"mane_select": "ENST00000360228.11",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6435C>G",
"hgvs_p": "p.Pro2145Pro",
"transcript": "ENST00000360228.11",
"protein_id": "ENSP00000353362.5",
"transcript_support_level": 1,
"aa_start": 2145,
"aa_end": null,
"aa_length": 2506,
"cds_start": 6435,
"cds_end": null,
"cds_length": 7521,
"cdna_start": 6690,
"cdna_end": null,
"cdna_length": 8647,
"mane_select": "NM_001127222.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6438C>G",
"hgvs_p": "p.Pro2146Pro",
"transcript": "NM_001127221.2",
"protein_id": "NP_001120693.1",
"transcript_support_level": null,
"aa_start": 2146,
"aa_end": null,
"aa_length": 2261,
"cds_start": 6438,
"cds_end": null,
"cds_length": 6786,
"cdna_start": 6693,
"cdna_end": null,
"cdna_length": 8645,
"mane_select": null,
"mane_plus": "ENST00000638009.2",
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6438C>G",
"hgvs_p": "p.Pro2146Pro",
"transcript": "ENST00000638009.2",
"protein_id": "ENSP00000489913.1",
"transcript_support_level": 1,
"aa_start": 2146,
"aa_end": null,
"aa_length": 2261,
"cds_start": 6438,
"cds_end": null,
"cds_length": 6786,
"cdna_start": 6693,
"cdna_end": null,
"cdna_length": 8645,
"mane_select": null,
"mane_plus": "NM_001127221.2",
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6453C>G",
"hgvs_p": "p.Pro2151Pro",
"transcript": "ENST00000638029.1",
"protein_id": "ENSP00000489829.1",
"transcript_support_level": 5,
"aa_start": 2151,
"aa_end": null,
"aa_length": 2512,
"cds_start": 6453,
"cds_end": null,
"cds_length": 7539,
"cdna_start": 6689,
"cdna_end": null,
"cdna_length": 7814,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6441C>G",
"hgvs_p": "p.Pro2147Pro",
"transcript": "ENST00000573710.7",
"protein_id": "ENSP00000460092.3",
"transcript_support_level": 5,
"aa_start": 2147,
"aa_end": null,
"aa_length": 2508,
"cds_start": 6441,
"cds_end": null,
"cds_length": 7527,
"cdna_start": 6472,
"cdna_end": null,
"cdna_length": 7569,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6438C>G",
"hgvs_p": "p.Pro2146Pro",
"transcript": "ENST00000635727.1",
"protein_id": "ENSP00000490001.1",
"transcript_support_level": 5,
"aa_start": 2146,
"aa_end": null,
"aa_length": 2507,
"cds_start": 6438,
"cds_end": null,
"cds_length": 7524,
"cdna_start": 6438,
"cdna_end": null,
"cdna_length": 7536,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6438C>G",
"hgvs_p": "p.Pro2146Pro",
"transcript": "ENST00000637769.1",
"protein_id": "ENSP00000489778.1",
"transcript_support_level": 1,
"aa_start": 2146,
"aa_end": null,
"aa_length": 2507,
"cds_start": 6438,
"cds_end": null,
"cds_length": 7524,
"cdna_start": 6694,
"cdna_end": null,
"cdna_length": 8648,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6402C>G",
"hgvs_p": "p.Pro2134Pro",
"transcript": "ENST00000636012.1",
"protein_id": "ENSP00000490223.1",
"transcript_support_level": 5,
"aa_start": 2134,
"aa_end": null,
"aa_length": 2495,
"cds_start": 6402,
"cds_end": null,
"cds_length": 7488,
"cdna_start": 6402,
"cdna_end": null,
"cdna_length": 7500,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6399C>G",
"hgvs_p": "p.Pro2133Pro",
"transcript": "ENST00000587525.6",
"protein_id": "ENSP00000467729.2",
"transcript_support_level": 1,
"aa_start": 2133,
"aa_end": null,
"aa_length": 2494,
"cds_start": 6399,
"cds_end": null,
"cds_length": 7485,
"cdna_start": 6654,
"cdna_end": null,
"cdna_length": 8559,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6297C>G",
"hgvs_p": "p.Pro2099Pro",
"transcript": "ENST00000637736.1",
"protein_id": "ENSP00000489861.1",
"transcript_support_level": 5,
"aa_start": 2099,
"aa_end": null,
"aa_length": 2460,
"cds_start": 6297,
"cds_end": null,
"cds_length": 7383,
"cdna_start": 6532,
"cdna_end": null,
"cdna_length": 8340,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6438C>G",
"hgvs_p": "p.Pro2146Pro",
"transcript": "ENST00000636389.1",
"protein_id": "ENSP00000489992.1",
"transcript_support_level": 5,
"aa_start": 2146,
"aa_end": null,
"aa_length": 2302,
"cds_start": 6438,
"cds_end": null,
"cds_length": 6909,
"cdna_start": 6486,
"cdna_end": null,
"cdna_length": 8137,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6453C>G",
"hgvs_p": "p.Pro2151Pro",
"transcript": "ENST00000637432.1",
"protein_id": "ENSP00000490617.1",
"transcript_support_level": 5,
"aa_start": 2151,
"aa_end": null,
"aa_length": 2266,
"cds_start": 6453,
"cds_end": null,
"cds_length": 6801,
"cdna_start": 6689,
"cdna_end": null,
"cdna_length": 7809,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6444C>G",
"hgvs_p": "p.Pro2148Pro",
"transcript": "ENST00000636549.1",
"protein_id": "ENSP00000490578.1",
"transcript_support_level": 5,
"aa_start": 2148,
"aa_end": null,
"aa_length": 2263,
"cds_start": 6444,
"cds_end": null,
"cds_length": 6792,
"cdna_start": 6444,
"cdna_end": null,
"cdna_length": 6792,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6441C>G",
"hgvs_p": "p.Pro2147Pro",
"transcript": "ENST00000637927.1",
"protein_id": "ENSP00000489715.1",
"transcript_support_level": 5,
"aa_start": 2147,
"aa_end": null,
"aa_length": 2262,
"cds_start": 6441,
"cds_end": null,
"cds_length": 6789,
"cdna_start": 6472,
"cdna_end": null,
"cdna_length": 6847,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6438C>G",
"hgvs_p": "p.Pro2146Pro",
"transcript": "ENST00000635895.1",
"protein_id": "ENSP00000490323.1",
"transcript_support_level": 5,
"aa_start": 2146,
"aa_end": null,
"aa_length": 2261,
"cds_start": 6438,
"cds_end": null,
"cds_length": 6786,
"cdna_start": 6709,
"cdna_end": null,
"cdna_length": 8657,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6402C>G",
"hgvs_p": "p.Pro2134Pro",
"transcript": "ENST00000637276.1",
"protein_id": "ENSP00000489777.1",
"transcript_support_level": 5,
"aa_start": 2134,
"aa_end": null,
"aa_length": 2249,
"cds_start": 6402,
"cds_end": null,
"cds_length": 6750,
"cdna_start": 6402,
"cdna_end": null,
"cdna_length": 7135,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*701C>G",
"hgvs_p": null,
"transcript": "ENST00000636768.2",
"protein_id": "ENSP00000490190.2",
"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": 8500,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*1614C>G",
"hgvs_p": null,
"transcript": "ENST00000713789.1",
"protein_id": "ENSP00000519091.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": 8815,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*701C>G",
"hgvs_p": null,
"transcript": "ENST00000636768.2",
"protein_id": "ENSP00000490190.2",
"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": 8500,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*1614C>G",
"hgvs_p": null,
"transcript": "ENST00000713789.1",
"protein_id": "ENSP00000519091.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": 8815,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6453C>G",
"hgvs_p": "p.Pro2151Pro",
"transcript": "NM_023035.3",
"protein_id": "NP_075461.2",
"transcript_support_level": null,
"aa_start": 2151,
"aa_end": null,
"aa_length": 2512,
"cds_start": 6453,
"cds_end": null,
"cds_length": 7539,
"cdna_start": 6708,
"cdna_end": null,
"cdna_length": 8665,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6441C>G",
"hgvs_p": "p.Pro2147Pro",
"transcript": "ENST00000637819.2",
"protein_id": "ENSP00000490686.2",
"transcript_support_level": 5,
"aa_start": 2147,
"aa_end": null,
"aa_length": 2508,
"cds_start": 6441,
"cds_end": null,
"cds_length": 7527,
"cdna_start": 6696,
"cdna_end": null,
"cdna_length": 8653,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6405C>G",
"hgvs_p": "p.Pro2135Pro",
"transcript": "ENST00000585802.7",
"protein_id": "ENSP00000465598.3",
"transcript_support_level": 5,
"aa_start": 2135,
"aa_end": null,
"aa_length": 2496,
"cds_start": 6405,
"cds_end": null,
"cds_length": 7491,
"cdna_start": 6660,
"cdna_end": null,
"cdna_length": 7793,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6639C>G",
"hgvs_p": "p.Pro2213Pro",
"transcript": "ENST00000664864.1",
"protein_id": "ENSP00000499449.1",
"transcript_support_level": null,
"aa_start": 2213,
"aa_end": null,
"aa_length": 2328,
"cds_start": 6639,
"cds_end": null,
"cds_length": 6987,
"cdna_start": 6639,
"cdna_end": null,
"cdna_length": 6987,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6453C>G",
"hgvs_p": "p.Pro2151Pro",
"transcript": "NM_000068.4",
"protein_id": "NP_000059.3",
"transcript_support_level": null,
"aa_start": 2151,
"aa_end": null,
"aa_length": 2266,
"cds_start": 6453,
"cds_end": null,
"cds_length": 6801,
"cdna_start": 6708,
"cdna_end": null,
"cdna_length": 8660,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6444C>G",
"hgvs_p": "p.Pro2148Pro",
"transcript": "NM_001174080.2",
"protein_id": "NP_001167551.1",
"transcript_support_level": null,
"aa_start": 2148,
"aa_end": null,
"aa_length": 2263,
"cds_start": 6444,
"cds_end": null,
"cds_length": 6792,
"cdna_start": 6699,
"cdna_end": null,
"cdna_length": 8651,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6150C>G",
"hgvs_p": "p.Pro2050Pro",
"transcript": "ENST00000636473.2",
"protein_id": "ENSP00000490173.2",
"transcript_support_level": 5,
"aa_start": 2050,
"aa_end": null,
"aa_length": 2165,
"cds_start": 6150,
"cds_end": null,
"cds_length": 6498,
"cdna_start": 6405,
"cdna_end": null,
"cdna_length": 6753,
"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": 46,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*1519C>G",
"hgvs_p": null,
"transcript": "ENST00000573891.7",
"protein_id": "ENSP00000460276.2",
"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": 8730,
"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": 46,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*6107C>G",
"hgvs_p": null,
"transcript": "ENST00000574974.4",
"protein_id": "ENSP00000459963.3",
"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": 8493,
"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": 47,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*1616C>G",
"hgvs_p": null,
"transcript": "ENST00000636058.2",
"protein_id": "ENSP00000490075.2",
"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": 8823,
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.2802C>G",
"hgvs_p": null,
"transcript": "ENST00000636610.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": 3011,
"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": 46,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*1550C>G",
"hgvs_p": null,
"transcript": "ENST00000637777.2",
"protein_id": "ENSP00000490475.2",
"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": 8757,
"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": 45,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*5851C>G",
"hgvs_p": null,
"transcript": "ENST00000713788.1",
"protein_id": "ENSP00000519090.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": 8606,
"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": 46,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*1519C>G",
"hgvs_p": null,
"transcript": "ENST00000573891.7",
"protein_id": "ENSP00000460276.2",
"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": 8730,
"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": 46,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*6107C>G",
"hgvs_p": null,
"transcript": "ENST00000574974.4",
"protein_id": "ENSP00000459963.3",
"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": 8493,
"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": 47,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*1616C>G",
"hgvs_p": null,
"transcript": "ENST00000636058.2",
"protein_id": "ENSP00000490075.2",
"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": 8823,
"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": 46,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*1550C>G",
"hgvs_p": null,
"transcript": "ENST00000637777.2",
"protein_id": "ENSP00000490475.2",
"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": 8757,
"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": 45,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*5851C>G",
"hgvs_p": null,
"transcript": "ENST00000713788.1",
"protein_id": "ENSP00000519090.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": 8606,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ENSG00000300728",
"gene_hgnc_id": null,
"hgvs_c": "n.413+3980G>C",
"hgvs_p": null,
"transcript": "ENST00000773684.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": 686,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"dbsnp": "rs1456597171",
"frequency_reference_population": 0.00000801467,
"hom_count_reference_population": 0,
"allele_count_reference_population": 10,
"gnomad_exomes_af": 0.00000801467,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 10,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.7599999904632568,
"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.76,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -14.005,
"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": -17,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BS2",
"acmg_by_gene": [
{
"score": -17,
"benign_score": 17,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000637769.1",
"gene_symbol": "CACNA1A",
"hgnc_id": 1388,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.6438C>G",
"hgvs_p": "p.Pro2146Pro"
},
{
"score": -10,
"benign_score": 12,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Very_Strong"
],
"verdict": "Benign",
"transcript": "ENST00000773684.1",
"gene_symbol": "ENSG00000300728",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.413+3980G>C",
"hgvs_p": null
}
],
"clinvar_disease": " 42,Developmental and epileptic encephalopathy,Episodic ataxia type 2,Inborn genetic diseases",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2",
"phenotype_combined": "Inborn genetic diseases|Developmental and epileptic encephalopathy, 42;Episodic ataxia type 2",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}