← 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-13255217-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=13255217&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 13255217,
"ref": "G",
"alt": "A",
"effect": "stop_gained",
"transcript": "NM_023035.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.4633C>T",
"hgvs_p": "p.Arg1545*",
"transcript": "NM_001127222.2",
"protein_id": "NP_001120694.1",
"transcript_support_level": null,
"aa_start": 1545,
"aa_end": null,
"aa_length": 2506,
"cds_start": 4633,
"cds_end": null,
"cds_length": 7521,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000360228.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001127222.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.4633C>T",
"hgvs_p": "p.Arg1545*",
"transcript": "ENST00000360228.11",
"protein_id": "ENSP00000353362.5",
"transcript_support_level": 1,
"aa_start": 1545,
"aa_end": null,
"aa_length": 2506,
"cds_start": 4633,
"cds_end": null,
"cds_length": 7521,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001127222.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000360228.11"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.4636C>T",
"hgvs_p": "p.Arg1546*",
"transcript": "NM_001127221.2",
"protein_id": "NP_001120693.1",
"transcript_support_level": null,
"aa_start": 1546,
"aa_end": null,
"aa_length": 2261,
"cds_start": 4636,
"cds_end": null,
"cds_length": 6786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": "ENST00000638009.2",
"biotype": "protein_coding",
"feature": "NM_001127221.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.4636C>T",
"hgvs_p": "p.Arg1546*",
"transcript": "ENST00000638009.2",
"protein_id": "ENSP00000489913.1",
"transcript_support_level": 1,
"aa_start": 1546,
"aa_end": null,
"aa_length": 2261,
"cds_start": 4636,
"cds_end": null,
"cds_length": 6786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": "NM_001127221.2",
"biotype": "protein_coding",
"feature": "ENST00000638009.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.4645C>T",
"hgvs_p": "p.Arg1549*",
"transcript": "ENST00000638029.1",
"protein_id": "ENSP00000489829.1",
"transcript_support_level": 5,
"aa_start": 1549,
"aa_end": null,
"aa_length": 2512,
"cds_start": 4645,
"cds_end": null,
"cds_length": 7539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000638029.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.4639C>T",
"hgvs_p": "p.Arg1547*",
"transcript": "ENST00000573710.7",
"protein_id": "ENSP00000460092.3",
"transcript_support_level": 5,
"aa_start": 1547,
"aa_end": null,
"aa_length": 2508,
"cds_start": 4639,
"cds_end": null,
"cds_length": 7527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000573710.7"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.4636C>T",
"hgvs_p": "p.Arg1546*",
"transcript": "ENST00000635727.1",
"protein_id": "ENSP00000490001.1",
"transcript_support_level": 5,
"aa_start": 1546,
"aa_end": null,
"aa_length": 2507,
"cds_start": 4636,
"cds_end": null,
"cds_length": 7524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000635727.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.4636C>T",
"hgvs_p": "p.Arg1546*",
"transcript": "ENST00000637769.1",
"protein_id": "ENSP00000489778.1",
"transcript_support_level": 1,
"aa_start": 1546,
"aa_end": null,
"aa_length": 2507,
"cds_start": 4636,
"cds_end": null,
"cds_length": 7524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000637769.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.4636C>T",
"hgvs_p": "p.Arg1546*",
"transcript": "ENST00000636012.1",
"protein_id": "ENSP00000490223.1",
"transcript_support_level": 5,
"aa_start": 1546,
"aa_end": null,
"aa_length": 2495,
"cds_start": 4636,
"cds_end": null,
"cds_length": 7488,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000636012.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.4633C>T",
"hgvs_p": "p.Arg1545*",
"transcript": "ENST00000587525.6",
"protein_id": "ENSP00000467729.2",
"transcript_support_level": 1,
"aa_start": 1545,
"aa_end": null,
"aa_length": 2494,
"cds_start": 4633,
"cds_end": null,
"cds_length": 7485,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000587525.6"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.4495C>T",
"hgvs_p": "p.Arg1499*",
"transcript": "ENST00000637736.1",
"protein_id": "ENSP00000489861.1",
"transcript_support_level": 5,
"aa_start": 1499,
"aa_end": null,
"aa_length": 2460,
"cds_start": 4495,
"cds_end": null,
"cds_length": 7383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000637736.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.4636C>T",
"hgvs_p": "p.Arg1546*",
"transcript": "ENST00000636389.1",
"protein_id": "ENSP00000489992.1",
"transcript_support_level": 5,
"aa_start": 1546,
"aa_end": null,
"aa_length": 2302,
"cds_start": 4636,
"cds_end": null,
"cds_length": 6909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000636389.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.4645C>T",
"hgvs_p": "p.Arg1549*",
"transcript": "ENST00000637432.1",
"protein_id": "ENSP00000490617.1",
"transcript_support_level": 5,
"aa_start": 1549,
"aa_end": null,
"aa_length": 2266,
"cds_start": 4645,
"cds_end": null,
"cds_length": 6801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000637432.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.4636C>T",
"hgvs_p": "p.Arg1546*",
"transcript": "ENST00000636549.1",
"protein_id": "ENSP00000490578.1",
"transcript_support_level": 5,
"aa_start": 1546,
"aa_end": null,
"aa_length": 2263,
"cds_start": 4636,
"cds_end": null,
"cds_length": 6792,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000636549.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.4639C>T",
"hgvs_p": "p.Arg1547*",
"transcript": "ENST00000637927.1",
"protein_id": "ENSP00000489715.1",
"transcript_support_level": 5,
"aa_start": 1547,
"aa_end": null,
"aa_length": 2262,
"cds_start": 4639,
"cds_end": null,
"cds_length": 6789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000637927.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.4636C>T",
"hgvs_p": "p.Arg1546*",
"transcript": "ENST00000635895.1",
"protein_id": "ENSP00000490323.1",
"transcript_support_level": 5,
"aa_start": 1546,
"aa_end": null,
"aa_length": 2261,
"cds_start": 4636,
"cds_end": null,
"cds_length": 6786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000635895.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.4636C>T",
"hgvs_p": "p.Arg1546*",
"transcript": "ENST00000637276.1",
"protein_id": "ENSP00000489777.1",
"transcript_support_level": 5,
"aa_start": 1546,
"aa_end": null,
"aa_length": 2249,
"cds_start": 4636,
"cds_end": null,
"cds_length": 6750,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000637276.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.4636C>T",
"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": 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": "ENST00000636768.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.4633C>T",
"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": 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": "ENST00000713789.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.4645C>T",
"hgvs_p": "p.Arg1549*",
"transcript": "NM_023035.3",
"protein_id": "NP_075461.2",
"transcript_support_level": null,
"aa_start": 1549,
"aa_end": null,
"aa_length": 2512,
"cds_start": 4645,
"cds_end": null,
"cds_length": 7539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_023035.3"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.4633C>T",
"hgvs_p": "p.Arg1545*",
"transcript": "ENST00000637819.2",
"protein_id": "ENSP00000490686.2",
"transcript_support_level": 5,
"aa_start": 1545,
"aa_end": null,
"aa_length": 2508,
"cds_start": 4633,
"cds_end": null,
"cds_length": 7527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000637819.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.4633C>T",
"hgvs_p": "p.Arg1545*",
"transcript": "ENST00000585802.7",
"protein_id": "ENSP00000465598.3",
"transcript_support_level": 5,
"aa_start": 1545,
"aa_end": null,
"aa_length": 2496,
"cds_start": 4633,
"cds_end": null,
"cds_length": 7491,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000585802.7"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.4636C>T",
"hgvs_p": "p.Arg1546*",
"transcript": "ENST00000937071.1",
"protein_id": "ENSP00000607130.1",
"transcript_support_level": null,
"aa_start": 1546,
"aa_end": null,
"aa_length": 2495,
"cds_start": 4636,
"cds_end": null,
"cds_length": 7488,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937071.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.4831C>T",
"hgvs_p": "p.Arg1611*",
"transcript": "ENST00000664864.1",
"protein_id": "ENSP00000499449.1",
"transcript_support_level": null,
"aa_start": 1611,
"aa_end": null,
"aa_length": 2328,
"cds_start": 4831,
"cds_end": null,
"cds_length": 6987,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000664864.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.4645C>T",
"hgvs_p": "p.Arg1549*",
"transcript": "NM_000068.4",
"protein_id": "NP_000059.3",
"transcript_support_level": null,
"aa_start": 1549,
"aa_end": null,
"aa_length": 2266,
"cds_start": 4645,
"cds_end": null,
"cds_length": 6801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000068.4"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.4636C>T",
"hgvs_p": "p.Arg1546*",
"transcript": "NM_001174080.2",
"protein_id": "NP_001167551.1",
"transcript_support_level": null,
"aa_start": 1546,
"aa_end": null,
"aa_length": 2263,
"cds_start": 4636,
"cds_end": null,
"cds_length": 6792,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001174080.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.4633C>T",
"hgvs_p": "p.Arg1545*",
"transcript": "ENST00000636473.2",
"protein_id": "ENSP00000490173.2",
"transcript_support_level": 5,
"aa_start": 1545,
"aa_end": null,
"aa_length": 2165,
"cds_start": 4633,
"cds_end": null,
"cds_length": 6498,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000636473.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.246+2133C>T",
"hgvs_p": null,
"transcript": "ENST00000637297.1",
"protein_id": "ENSP00000489692.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 211,
"cds_start": null,
"cds_end": null,
"cds_length": 637,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000637297.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.4648C>T",
"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": 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": "ENST00000573891.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*4305C>T",
"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": 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": "ENST00000574974.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.622C>T",
"hgvs_p": null,
"transcript": "ENST00000635742.1",
"protein_id": null,
"transcript_support_level": 5,
"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": "retained_intron",
"feature": "ENST00000635742.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.1125C>T",
"hgvs_p": null,
"transcript": "ENST00000635917.1",
"protein_id": null,
"transcript_support_level": 5,
"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": "retained_intron",
"feature": "ENST00000635917.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.4633C>T",
"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": 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": "ENST00000636058.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.1321C>T",
"hgvs_p": null,
"transcript": "ENST00000636816.1",
"protein_id": null,
"transcript_support_level": 5,
"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": "retained_intron",
"feature": "ENST00000636816.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.1099C>T",
"hgvs_p": null,
"transcript": "ENST00000637004.1",
"protein_id": null,
"transcript_support_level": 5,
"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": "retained_intron",
"feature": "ENST00000637004.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.955C>T",
"hgvs_p": null,
"transcript": "ENST00000637692.1",
"protein_id": null,
"transcript_support_level": 5,
"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": "retained_intron",
"feature": "ENST00000637692.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.4633C>T",
"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": 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": "ENST00000637777.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*4049C>T",
"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": 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": "ENST00000713788.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*4305C>T",
"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": 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": "ENST00000574974.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*4049C>T",
"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": 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": "ENST00000713788.1"
}
],
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"dbsnp": "rs121909324",
"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.46000000834465027,
"computational_prediction_selected": "Pathogenic",
"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.46,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 3.307,
"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": 18,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 18,
"benign_score": 0,
"pathogenic_score": 18,
"criteria": [
"PVS1",
"PM2",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_023035.3",
"gene_symbol": "CACNA1A",
"hgnc_id": 1388,
"effects": [
"stop_gained"
],
"inheritance_mode": "AD",
"hgvs_c": "c.4645C>T",
"hgvs_p": "p.Arg1549*"
}
],
"clinvar_disease": " 1, 42, familial hemiplegic,Developmental and epileptic encephalopathy,Episodic ataxia type 2,Inborn genetic diseases,Migraine,Spinocerebellar ataxia type 6,not provided",
"clinvar_classification": "Pathogenic/Likely pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:7 LP:1",
"phenotype_combined": "Episodic ataxia type 2|Migraine, familial hemiplegic, 1;Episodic ataxia type 2;Developmental and epileptic encephalopathy, 42;Spinocerebellar ataxia type 6|Inborn genetic diseases|not provided|Episodic ataxia type 2;Developmental and epileptic encephalopathy, 42",
"pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}