← 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-13208877-G-GGGTGGTGGTGGT (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=13208877&ref=G&alt=GGGTGGTGGTGGT&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 13208877,
"ref": "G",
"alt": "GGGTGGTGGTGGT",
"effect": "conservative_inframe_insertion",
"transcript": "ENST00000637769.1",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "HHHHP",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6658_6659insACCACCACCACC",
"hgvs_p": "p.His2216_His2219dup",
"transcript": "NM_001127222.2",
"protein_id": "NP_001120694.1",
"transcript_support_level": null,
"aa_start": 2220,
"aa_end": null,
"aa_length": 2506,
"cds_start": 6658,
"cds_end": null,
"cds_length": 7521,
"cdna_start": 6913,
"cdna_end": null,
"cdna_length": 8647,
"mane_select": "ENST00000360228.11",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "HHHHP",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6658_6659insACCACCACCACC",
"hgvs_p": "p.His2216_His2219dup",
"transcript": "ENST00000360228.11",
"protein_id": "ENSP00000353362.5",
"transcript_support_level": 1,
"aa_start": 2220,
"aa_end": null,
"aa_length": 2506,
"cds_start": 6658,
"cds_end": null,
"cds_length": 7521,
"cdna_start": 6913,
"cdna_end": null,
"cdna_length": 8647,
"mane_select": "NM_001127222.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "HHHHP",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6661_6662insACCACCACCACC",
"hgvs_p": "p.His2217_His2220dup",
"transcript": "NM_001127221.2",
"protein_id": "NP_001120693.1",
"transcript_support_level": null,
"aa_start": 2221,
"aa_end": null,
"aa_length": 2261,
"cds_start": 6661,
"cds_end": null,
"cds_length": 6786,
"cdna_start": 6916,
"cdna_end": null,
"cdna_length": 8645,
"mane_select": null,
"mane_plus": "ENST00000638009.2",
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "HHHHP",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6661_6662insACCACCACCACC",
"hgvs_p": "p.His2217_His2220dup",
"transcript": "ENST00000638009.2",
"protein_id": "ENSP00000489913.1",
"transcript_support_level": 1,
"aa_start": 2221,
"aa_end": null,
"aa_length": 2261,
"cds_start": 6661,
"cds_end": null,
"cds_length": 6786,
"cdna_start": 6916,
"cdna_end": null,
"cdna_length": 8645,
"mane_select": null,
"mane_plus": "NM_001127221.2",
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "HHHHP",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6676_6677insACCACCACCACC",
"hgvs_p": "p.His2222_His2225dup",
"transcript": "ENST00000638029.1",
"protein_id": "ENSP00000489829.1",
"transcript_support_level": 5,
"aa_start": 2226,
"aa_end": null,
"aa_length": 2512,
"cds_start": 6676,
"cds_end": null,
"cds_length": 7539,
"cdna_start": 6912,
"cdna_end": null,
"cdna_length": 7814,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "HHHHP",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6664_6665insACCACCACCACC",
"hgvs_p": "p.His2218_His2221dup",
"transcript": "ENST00000573710.7",
"protein_id": "ENSP00000460092.3",
"transcript_support_level": 5,
"aa_start": 2222,
"aa_end": null,
"aa_length": 2508,
"cds_start": 6664,
"cds_end": null,
"cds_length": 7527,
"cdna_start": 6695,
"cdna_end": null,
"cdna_length": 7569,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "HHHHP",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6661_6662insACCACCACCACC",
"hgvs_p": "p.His2217_His2220dup",
"transcript": "ENST00000635727.1",
"protein_id": "ENSP00000490001.1",
"transcript_support_level": 5,
"aa_start": 2221,
"aa_end": null,
"aa_length": 2507,
"cds_start": 6661,
"cds_end": null,
"cds_length": 7524,
"cdna_start": 6661,
"cdna_end": null,
"cdna_length": 7536,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "HHHHP",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6661_6662insACCACCACCACC",
"hgvs_p": "p.His2217_His2220dup",
"transcript": "ENST00000637769.1",
"protein_id": "ENSP00000489778.1",
"transcript_support_level": 1,
"aa_start": 2221,
"aa_end": null,
"aa_length": 2507,
"cds_start": 6661,
"cds_end": null,
"cds_length": 7524,
"cdna_start": 6917,
"cdna_end": null,
"cdna_length": 8648,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "HHHHP",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6625_6626insACCACCACCACC",
"hgvs_p": "p.His2205_His2208dup",
"transcript": "ENST00000636012.1",
"protein_id": "ENSP00000490223.1",
"transcript_support_level": 5,
"aa_start": 2209,
"aa_end": null,
"aa_length": 2495,
"cds_start": 6625,
"cds_end": null,
"cds_length": 7488,
"cdna_start": 6625,
"cdna_end": null,
"cdna_length": 7500,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "HHHHP",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6622_6623insACCACCACCACC",
"hgvs_p": "p.His2204_His2207dup",
"transcript": "ENST00000587525.6",
"protein_id": "ENSP00000467729.2",
"transcript_support_level": 1,
"aa_start": 2208,
"aa_end": null,
"aa_length": 2494,
"cds_start": 6622,
"cds_end": null,
"cds_length": 7485,
"cdna_start": 6877,
"cdna_end": null,
"cdna_length": 8559,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "HHHHP",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6520_6521insACCACCACCACC",
"hgvs_p": "p.His2170_His2173dup",
"transcript": "ENST00000637736.1",
"protein_id": "ENSP00000489861.1",
"transcript_support_level": 5,
"aa_start": 2174,
"aa_end": null,
"aa_length": 2460,
"cds_start": 6520,
"cds_end": null,
"cds_length": 7383,
"cdna_start": 6755,
"cdna_end": null,
"cdna_length": 8340,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "HHHHP",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6661_6662insACCACCACCACC",
"hgvs_p": "p.His2217_His2220dup",
"transcript": "ENST00000636389.1",
"protein_id": "ENSP00000489992.1",
"transcript_support_level": 5,
"aa_start": 2221,
"aa_end": null,
"aa_length": 2302,
"cds_start": 6661,
"cds_end": null,
"cds_length": 6909,
"cdna_start": 6709,
"cdna_end": null,
"cdna_length": 8137,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "HHHHP",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6676_6677insACCACCACCACC",
"hgvs_p": "p.His2222_His2225dup",
"transcript": "ENST00000637432.1",
"protein_id": "ENSP00000490617.1",
"transcript_support_level": 5,
"aa_start": 2226,
"aa_end": null,
"aa_length": 2266,
"cds_start": 6676,
"cds_end": null,
"cds_length": 6801,
"cdna_start": 6912,
"cdna_end": null,
"cdna_length": 7809,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "HHHHP",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6667_6668insACCACCACCACC",
"hgvs_p": "p.His2219_His2222dup",
"transcript": "ENST00000636549.1",
"protein_id": "ENSP00000490578.1",
"transcript_support_level": 5,
"aa_start": 2223,
"aa_end": null,
"aa_length": 2263,
"cds_start": 6667,
"cds_end": null,
"cds_length": 6792,
"cdna_start": 6667,
"cdna_end": null,
"cdna_length": 6792,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "HHHHP",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6664_6665insACCACCACCACC",
"hgvs_p": "p.His2218_His2221dup",
"transcript": "ENST00000637927.1",
"protein_id": "ENSP00000489715.1",
"transcript_support_level": 5,
"aa_start": 2222,
"aa_end": null,
"aa_length": 2262,
"cds_start": 6664,
"cds_end": null,
"cds_length": 6789,
"cdna_start": 6695,
"cdna_end": null,
"cdna_length": 6847,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "HHHHP",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6661_6662insACCACCACCACC",
"hgvs_p": "p.His2217_His2220dup",
"transcript": "ENST00000635895.1",
"protein_id": "ENSP00000490323.1",
"transcript_support_level": 5,
"aa_start": 2221,
"aa_end": null,
"aa_length": 2261,
"cds_start": 6661,
"cds_end": null,
"cds_length": 6786,
"cdna_start": 6932,
"cdna_end": null,
"cdna_length": 8657,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "HHHHP",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6625_6626insACCACCACCACC",
"hgvs_p": "p.His2205_His2208dup",
"transcript": "ENST00000637276.1",
"protein_id": "ENSP00000489777.1",
"transcript_support_level": 5,
"aa_start": 2209,
"aa_end": null,
"aa_length": 2249,
"cds_start": 6625,
"cds_end": null,
"cds_length": 6750,
"cdna_start": 6625,
"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": 44,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*924_*925insACCACCACCACC",
"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": 46,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*1837_*1838insACCACCACCACC",
"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": 44,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*924_*925insACCACCACCACC",
"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": 46,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*1837_*1838insACCACCACCACC",
"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": "HHHHP",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6676_6677insACCACCACCACC",
"hgvs_p": "p.His2222_His2225dup",
"transcript": "NM_023035.3",
"protein_id": "NP_075461.2",
"transcript_support_level": null,
"aa_start": 2226,
"aa_end": null,
"aa_length": 2512,
"cds_start": 6676,
"cds_end": null,
"cds_length": 7539,
"cdna_start": 6931,
"cdna_end": null,
"cdna_length": 8665,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "HHHHP",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6664_6665insACCACCACCACC",
"hgvs_p": "p.His2218_His2221dup",
"transcript": "ENST00000637819.2",
"protein_id": "ENSP00000490686.2",
"transcript_support_level": 5,
"aa_start": 2222,
"aa_end": null,
"aa_length": 2508,
"cds_start": 6664,
"cds_end": null,
"cds_length": 7527,
"cdna_start": 6919,
"cdna_end": null,
"cdna_length": 8653,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "HHHHP",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6628_6629insACCACCACCACC",
"hgvs_p": "p.His2206_His2209dup",
"transcript": "ENST00000585802.7",
"protein_id": "ENSP00000465598.3",
"transcript_support_level": 5,
"aa_start": 2210,
"aa_end": null,
"aa_length": 2496,
"cds_start": 6628,
"cds_end": null,
"cds_length": 7491,
"cdna_start": 6883,
"cdna_end": null,
"cdna_length": 7793,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "HHHHP",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6862_6863insACCACCACCACC",
"hgvs_p": "p.His2284_His2287dup",
"transcript": "ENST00000664864.1",
"protein_id": "ENSP00000499449.1",
"transcript_support_level": null,
"aa_start": 2288,
"aa_end": null,
"aa_length": 2328,
"cds_start": 6862,
"cds_end": null,
"cds_length": 6987,
"cdna_start": 6862,
"cdna_end": null,
"cdna_length": 6987,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "HHHHP",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6676_6677insACCACCACCACC",
"hgvs_p": "p.His2222_His2225dup",
"transcript": "NM_000068.4",
"protein_id": "NP_000059.3",
"transcript_support_level": null,
"aa_start": 2226,
"aa_end": null,
"aa_length": 2266,
"cds_start": 6676,
"cds_end": null,
"cds_length": 6801,
"cdna_start": 6931,
"cdna_end": null,
"cdna_length": 8660,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "HHHHP",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6667_6668insACCACCACCACC",
"hgvs_p": "p.His2219_His2222dup",
"transcript": "NM_001174080.2",
"protein_id": "NP_001167551.1",
"transcript_support_level": null,
"aa_start": 2223,
"aa_end": null,
"aa_length": 2263,
"cds_start": 6667,
"cds_end": null,
"cds_length": 6792,
"cdna_start": 6922,
"cdna_end": null,
"cdna_length": 8651,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "HHHHP",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.6373_6374insACCACCACCACC",
"hgvs_p": "p.His2121_His2124dup",
"transcript": "ENST00000636473.2",
"protein_id": "ENSP00000490173.2",
"transcript_support_level": 5,
"aa_start": 2125,
"aa_end": null,
"aa_length": 2165,
"cds_start": 6373,
"cds_end": null,
"cds_length": 6498,
"cdna_start": 6628,
"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": 47,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*1742_*1743insACCACCACCACC",
"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": 47,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*6330_*6331insACCACCACCACC",
"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": 48,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*1839_*1840insACCACCACCACC",
"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": 47,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*1773_*1774insACCACCACCACC",
"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": 46,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*6074_*6075insACCACCACCACC",
"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": 47,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*1742_*1743insACCACCACCACC",
"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": 47,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*6330_*6331insACCACCACCACC",
"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": 48,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*1839_*1840insACCACCACCACC",
"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": 47,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*1773_*1774insACCACCACCACC",
"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": 46,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*6074_*6075insACCACCACCACC",
"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+3455_413+3456insGTGGTGGTGGTG",
"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
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*14_*15insACCACCACCACC",
"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
}
],
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"dbsnp": "rs768950814",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": 0.00000763674,
"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": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 5.984,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"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": "Uncertain_significance",
"acmg_criteria": "PM4",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM4"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000637769.1",
"gene_symbol": "CACNA1A",
"hgnc_id": 1388,
"effects": [
"conservative_inframe_insertion"
],
"inheritance_mode": "AD",
"hgvs_c": "c.6661_6662insACCACCACCACC",
"hgvs_p": "p.His2217_His2220dup"
},
{
"score": 0,
"benign_score": 0,
"pathogenic_score": 0,
"criteria": [],
"verdict": "Uncertain_significance",
"transcript": "ENST00000773684.1",
"gene_symbol": "ENSG00000300728",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.413+3455_413+3456insGTGGTGGTGGTG",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}