← 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: 12-2115513-C-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=2115513&ref=C&alt=C&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PM2"
],
"effects": [
"exon_region"
],
"gene_symbol": "CACNA1C",
"hgnc_id": 1390,
"hgvs_c": "c.",
"hgvs_p": null,
"inheritance_mode": "AD",
"pathogenic_score": 2,
"score": 2,
"transcript": "ENST00000347598.9",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_score": 2,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "C",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": null,
"bayesdelnoaf_score": null,
"chr": "12",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": null,
"computational_score_selected": null,
"computational_source_selected": null,
"consequences": [
{
"aa_alt": null,
"aa_end": null,
"aa_length": 2138,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 13744,
"cdna_start": null,
"cds_end": null,
"cds_length": 6417,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 47,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000399603.6",
"gene_hgnc_id": 1390,
"gene_symbol": "CACNA1C",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": "NM_001167623.2",
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000382512.1",
"strand": true,
"transcript": "ENST00000399603.6",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 2138,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 13744,
"cdna_start": null,
"cds_end": null,
"cds_length": 6417,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 47,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000399655.6",
"gene_hgnc_id": 1390,
"gene_symbol": "CACNA1C",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_000719.7",
"protein_coding": true,
"protein_id": "ENSP00000382563.1",
"strand": true,
"transcript": "ENST00000399655.6",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 2251,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 7047,
"cdna_start": null,
"cds_end": null,
"cds_length": 6756,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 50,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000682544.1",
"gene_hgnc_id": 1390,
"gene_symbol": "CACNA1C",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000507184.1",
"strand": true,
"transcript": "ENST00000682544.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 2209,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 8166,
"cdna_start": null,
"cds_end": null,
"cds_length": 6630,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 48,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000406454.8",
"gene_hgnc_id": 1390,
"gene_symbol": "CACNA1C",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000385896.3",
"strand": true,
"transcript": "ENST00000406454.8",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 2198,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 8133,
"cdna_start": null,
"cds_end": null,
"cds_length": 6597,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 47,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000399634.6",
"gene_hgnc_id": 1390,
"gene_symbol": "CACNA1C",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000382542.2",
"strand": true,
"transcript": "ENST00000399634.6",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 2193,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 6582,
"cdna_start": null,
"cds_end": null,
"cds_length": 6582,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 48,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000683824.1",
"gene_hgnc_id": 1390,
"gene_symbol": "CACNA1C",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000507867.1",
"strand": true,
"transcript": "ENST00000683824.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 2186,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 13888,
"cdna_start": null,
"cds_end": null,
"cds_length": 6561,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 49,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000347598.9",
"gene_hgnc_id": 1390,
"gene_symbol": "CACNA1C",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000266376.6",
"strand": true,
"transcript": "ENST00000347598.9",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 2179,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 6634,
"cdna_start": null,
"cds_end": null,
"cds_length": 6540,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 47,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000344100.7",
"gene_hgnc_id": 1390,
"gene_symbol": "CACNA1C",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000341092.3",
"strand": true,
"transcript": "ENST00000344100.7",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 2173,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 13849,
"cdna_start": null,
"cds_end": null,
"cds_length": 6522,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 48,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000327702.12",
"gene_hgnc_id": 1390,
"gene_symbol": "CACNA1C",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000329877.7",
"strand": true,
"transcript": "ENST00000327702.12",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 2173,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 7719,
"cdna_start": null,
"cds_end": null,
"cds_length": 6522,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 48,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000399617.6",
"gene_hgnc_id": 1390,
"gene_symbol": "CACNA1C",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000382526.1",
"strand": true,
"transcript": "ENST00000399617.6",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 2168,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 7059,
"cdna_start": null,
"cds_end": null,
"cds_length": 6507,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 47,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000682462.1",
"gene_hgnc_id": 1390,
"gene_symbol": "CACNA1C",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000507105.1",
"strand": true,
"transcript": "ENST00000682462.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 2168,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 6750,
"cdna_start": null,
"cds_end": null,
"cds_length": 6507,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 47,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000683781.1",
"gene_hgnc_id": 1390,
"gene_symbol": "CACNA1C",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000507434.1",
"strand": true,
"transcript": "ENST00000683781.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 2168,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 6553,
"cdna_start": null,
"cds_end": null,
"cds_length": 6507,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 47,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000683840.1",
"gene_hgnc_id": 1390,
"gene_symbol": "CACNA1C",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000507612.1",
"strand": true,
"transcript": "ENST00000683840.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 2168,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 6553,
"cdna_start": null,
"cds_end": null,
"cds_length": 6507,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 47,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000683956.1",
"gene_hgnc_id": 1390,
"gene_symbol": "CACNA1C",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000506882.1",
"strand": true,
"transcript": "ENST00000683956.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 2166,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 6595,
"cdna_start": null,
"cds_end": null,
"cds_length": 6501,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 48,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000399638.5",
"gene_hgnc_id": 1390,
"gene_symbol": "CACNA1C",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000382547.1",
"strand": true,
"transcript": "ENST00000399638.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 2163,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 7411,
"cdna_start": null,
"cds_end": null,
"cds_length": 6492,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 48,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000335762.10",
"gene_hgnc_id": 1390,
"gene_symbol": "CACNA1C",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000336982.5",
"strand": true,
"transcript": "ENST00000335762.10",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 2158,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 6571,
"cdna_start": null,
"cds_end": null,
"cds_length": 6477,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 48,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000399606.5",
"gene_hgnc_id": 1390,
"gene_symbol": "CACNA1C",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000382515.1",
"strand": true,
"transcript": "ENST00000399606.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 2157,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 6568,
"cdna_start": null,
"cds_end": null,
"cds_length": 6474,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 47,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000399621.5",
"gene_hgnc_id": 1390,
"gene_symbol": "CACNA1C",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000382530.1",
"strand": true,
"transcript": "ENST00000399621.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 2157,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 6568,
"cdna_start": null,
"cds_end": null,
"cds_length": 6474,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 47,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000399637.5",
"gene_hgnc_id": 1390,
"gene_symbol": "CACNA1C",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000382546.1",
"strand": true,
"transcript": "ENST00000399637.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 2157,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 6568,
"cdna_start": null,
"cds_end": null,
"cds_length": 6474,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 47,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000402845.7",
"gene_hgnc_id": 1390,
"gene_symbol": "CACNA1C",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000385724.3",
"strand": true,
"transcript": "ENST00000402845.7",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 2155,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 6562,
"cdna_start": null,
"cds_end": null,
"cds_length": 6468,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 47,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000399629.5",
"gene_hgnc_id": 1390,
"gene_symbol": "CACNA1C",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000382537.1",
"strand": true,
"transcript": "ENST00000399629.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 2152,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 6459,
"cdna_start": null,
"cds_end": null,
"cds_length": 6459,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 47,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000682336.1",
"gene_hgnc_id": 1390,
"gene_symbol": "CACNA1C",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000507898.1",
"strand": true,
"transcript": "ENST00000682336.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 2146,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 6535,
"cdna_start": null,
"cds_end": null,
"cds_length": 6441,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 46,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000399591.5",
"gene_hgnc_id": 1390,
"gene_symbol": "CACNA1C",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000382500.1",
"strand": true,
"transcript": "ENST00000399591.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 2146,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 6535,
"cdna_start": null,
"cds_end": null,
"cds_length": 6441,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 46,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000399595.5",
"gene_hgnc_id": 1390,
"gene_symbol": "CACNA1C",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000382504.1",
"strand": true,
"transcript": "ENST00000399595.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 2144,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 6529,
"cdna_start": null,
"cds_end": null,
"cds_length": 6435,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 46,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000399649.5",
"gene_hgnc_id": 1390,
"gene_symbol": "CACNA1C",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000382557.1",
"strand": true,
"transcript": "ENST00000399649.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 2138,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 6511,
"cdna_start": null,
"cds_end": null,
"cds_length": 6417,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 47,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000399597.5",
"gene_hgnc_id": 1390,
"gene_symbol": "CACNA1C",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000382506.1",
"strand": true,
"transcript": "ENST00000399597.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 2138,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 6511,
"cdna_start": null,
"cds_end": null,
"cds_length": 6417,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 47,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000399601.5",
"gene_hgnc_id": 1390,
"gene_symbol": "CACNA1C",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000382510.1",
"strand": true,
"transcript": "ENST00000399601.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 2138,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 13744,
"cdna_start": null,
"cds_end": null,
"cds_length": 6417,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 47,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000399641.6",
"gene_hgnc_id": 1390,
"gene_symbol": "CACNA1C",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000382549.1",
"strand": true,
"transcript": "ENST00000399641.6",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 2138,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 6511,
"cdna_start": null,
"cds_end": null,
"cds_length": 6417,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 47,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000399644.5",
"gene_hgnc_id": 1390,
"gene_symbol": "CACNA1C",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000382552.1",
"strand": true,
"transcript": "ENST00000399644.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 2138,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 8541,
"cdna_start": null,
"cds_end": null,
"cds_length": 6417,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 47,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000682835.1",
"gene_hgnc_id": 1390,
"gene_symbol": "CACNA1C",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000507282.1",
"strand": true,
"transcript": "ENST00000682835.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 2135,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 6889,
"cdna_start": null,
"cds_end": null,
"cds_length": 6408,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 47,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000683482.1",
"gene_hgnc_id": 1390,
"gene_symbol": "CACNA1C",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000507169.1",
"strand": true,
"transcript": "ENST00000683482.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 2127,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 6478,
"cdna_start": null,
"cds_end": null,
"cds_length": 6384,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 46,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000682686.1",
"gene_hgnc_id": 1390,
"gene_symbol": "CACNA1C",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000507309.1",
"strand": true,
"transcript": "ENST00000682686.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 349,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 1052,
"cdna_start": null,
"cds_end": null,
"cds_length": 1050,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 6,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000682152.1",
"gene_hgnc_id": 1390,
"gene_symbol": "CACNA1C",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000506759.1",
"strand": true,
"transcript": "ENST00000682152.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": true,
"cdna_end": null,
"cdna_length": 6534,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 27,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000480911.6",
"gene_hgnc_id": 1390,
"gene_symbol": "CACNA1C",
"hgvs_c": "n.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000437936.2",
"strand": true,
"transcript": "ENST00000480911.6",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3632,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 27,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000672806.1",
"gene_hgnc_id": 1390,
"gene_symbol": "CACNA1C",
"hgvs_c": "n.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000500218.1",
"strand": true,
"transcript": "ENST00000672806.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 1452,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 3,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000673589.2",
"gene_hgnc_id": 1390,
"gene_symbol": "CACNA1C",
"hgvs_c": "n.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000673589.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1485,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 4,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000682867.1",
"gene_hgnc_id": 1390,
"gene_symbol": "CACNA1C",
"hgvs_c": "n.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000682867.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": null,
"canonical": null,
"cdna_end": null,
"cdna_length": null,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intragenic_variant"
],
"exon_count": null,
"exon_rank": null,
"exon_rank_end": null,
"feature": null,
"gene_hgnc_id": 1390,
"gene_symbol": "CACNA1C",
"hgvs_c": "n.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": null,
"protein_id": null,
"strand": true,
"transcript": null,
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": null,
"effect": "exon_region",
"frequency_reference_population": null,
"gene_hgnc_id": 1390,
"gene_symbol": "CACNA1C",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Benign",
"phylop100way_score": 3.366,
"pos": 2115513,
"ref": "C",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": null,
"splice_score_selected": null,
"splice_source_selected": null,
"spliceai_max_prediction": null,
"spliceai_max_score": null,
"transcript": "ENST00000347598.9"
}
]
}