← 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-13207365-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=13207365&ref=G&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "19",
"pos": 13207365,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001127222.2",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.7469C>G",
"hgvs_p": "p.Ser2490Cys",
"transcript": "NM_001127222.2",
"protein_id": "NP_001120694.1",
"transcript_support_level": null,
"aa_start": 2490,
"aa_end": null,
"aa_length": 2506,
"cds_start": 7469,
"cds_end": null,
"cds_length": 7521,
"cdna_start": 7724,
"cdna_end": null,
"cdna_length": 8647,
"mane_select": "ENST00000360228.11",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.7469C>G",
"hgvs_p": "p.Ser2490Cys",
"transcript": "ENST00000360228.11",
"protein_id": "ENSP00000353362.5",
"transcript_support_level": 1,
"aa_start": 2490,
"aa_end": null,
"aa_length": 2506,
"cds_start": 7469,
"cds_end": null,
"cds_length": 7521,
"cdna_start": 7724,
"cdna_end": null,
"cdna_length": 8647,
"mane_select": "NM_001127222.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.7487C>G",
"hgvs_p": "p.Ser2496Cys",
"transcript": "ENST00000638029.1",
"protein_id": "ENSP00000489829.1",
"transcript_support_level": 5,
"aa_start": 2496,
"aa_end": null,
"aa_length": 2512,
"cds_start": 7487,
"cds_end": null,
"cds_length": 7539,
"cdna_start": 7723,
"cdna_end": null,
"cdna_length": 7814,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.7475C>G",
"hgvs_p": "p.Ser2492Cys",
"transcript": "ENST00000573710.7",
"protein_id": "ENSP00000460092.3",
"transcript_support_level": 5,
"aa_start": 2492,
"aa_end": null,
"aa_length": 2508,
"cds_start": 7475,
"cds_end": null,
"cds_length": 7527,
"cdna_start": 7506,
"cdna_end": null,
"cdna_length": 7569,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.7472C>G",
"hgvs_p": "p.Ser2491Cys",
"transcript": "ENST00000635727.1",
"protein_id": "ENSP00000490001.1",
"transcript_support_level": 5,
"aa_start": 2491,
"aa_end": null,
"aa_length": 2507,
"cds_start": 7472,
"cds_end": null,
"cds_length": 7524,
"cdna_start": 7472,
"cdna_end": null,
"cdna_length": 7536,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.7472C>G",
"hgvs_p": "p.Ser2491Cys",
"transcript": "ENST00000637769.1",
"protein_id": "ENSP00000489778.1",
"transcript_support_level": 1,
"aa_start": 2491,
"aa_end": null,
"aa_length": 2507,
"cds_start": 7472,
"cds_end": null,
"cds_length": 7524,
"cdna_start": 7728,
"cdna_end": null,
"cdna_length": 8648,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.7436C>G",
"hgvs_p": "p.Ser2479Cys",
"transcript": "ENST00000636012.1",
"protein_id": "ENSP00000490223.1",
"transcript_support_level": 5,
"aa_start": 2479,
"aa_end": null,
"aa_length": 2495,
"cds_start": 7436,
"cds_end": null,
"cds_length": 7488,
"cdna_start": 7436,
"cdna_end": null,
"cdna_length": 7500,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.7433C>G",
"hgvs_p": "p.Ser2478Cys",
"transcript": "ENST00000587525.6",
"protein_id": "ENSP00000467729.2",
"transcript_support_level": 1,
"aa_start": 2478,
"aa_end": null,
"aa_length": 2494,
"cds_start": 7433,
"cds_end": null,
"cds_length": 7485,
"cdna_start": 7688,
"cdna_end": null,
"cdna_length": 8559,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.7331C>G",
"hgvs_p": "p.Ser2444Cys",
"transcript": "ENST00000637736.1",
"protein_id": "ENSP00000489861.1",
"transcript_support_level": 5,
"aa_start": 2444,
"aa_end": null,
"aa_length": 2460,
"cds_start": 7331,
"cds_end": null,
"cds_length": 7383,
"cdna_start": 7566,
"cdna_end": null,
"cdna_length": 8340,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*1730C>G",
"hgvs_p": null,
"transcript": "ENST00000636768.2",
"protein_id": "ENSP00000490190.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8500,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*2648C>G",
"hgvs_p": null,
"transcript": "ENST00000713789.1",
"protein_id": "ENSP00000519091.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8815,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.*555C>G",
"hgvs_p": null,
"transcript": "ENST00000636389.1",
"protein_id": "ENSP00000489992.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 2302,
"cds_start": -4,
"cds_end": null,
"cds_length": 6909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8137,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.*681C>G",
"hgvs_p": null,
"transcript": "ENST00000637432.1",
"protein_id": "ENSP00000490617.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 2266,
"cds_start": -4,
"cds_end": null,
"cds_length": 6801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7809,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.*681C>G",
"hgvs_p": null,
"transcript": "ENST00000635895.1",
"protein_id": "ENSP00000490323.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 2261,
"cds_start": -4,
"cds_end": null,
"cds_length": 6786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8657,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.*681C>G",
"hgvs_p": null,
"transcript": "ENST00000638009.2",
"protein_id": "ENSP00000489913.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 2261,
"cds_start": -4,
"cds_end": null,
"cds_length": 6786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8645,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*1730C>G",
"hgvs_p": null,
"transcript": "ENST00000636768.2",
"protein_id": "ENSP00000490190.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8500,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*2648C>G",
"hgvs_p": null,
"transcript": "ENST00000713789.1",
"protein_id": "ENSP00000519091.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8815,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.7487C>G",
"hgvs_p": "p.Ser2496Cys",
"transcript": "NM_023035.3",
"protein_id": "NP_075461.2",
"transcript_support_level": null,
"aa_start": 2496,
"aa_end": null,
"aa_length": 2512,
"cds_start": 7487,
"cds_end": null,
"cds_length": 7539,
"cdna_start": 7742,
"cdna_end": null,
"cdna_length": 8665,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.7475C>G",
"hgvs_p": "p.Ser2492Cys",
"transcript": "ENST00000637819.2",
"protein_id": "ENSP00000490686.2",
"transcript_support_level": 5,
"aa_start": 2492,
"aa_end": null,
"aa_length": 2508,
"cds_start": 7475,
"cds_end": null,
"cds_length": 7527,
"cdna_start": 7730,
"cdna_end": null,
"cdna_length": 8653,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.7439C>G",
"hgvs_p": "p.Ser2480Cys",
"transcript": "ENST00000585802.7",
"protein_id": "ENSP00000465598.3",
"transcript_support_level": 5,
"aa_start": 2480,
"aa_end": null,
"aa_length": 2496,
"cds_start": 7439,
"cds_end": null,
"cds_length": 7491,
"cdna_start": 7694,
"cdna_end": null,
"cdna_length": 7793,
"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": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*2553C>G",
"hgvs_p": null,
"transcript": "ENST00000573891.7",
"protein_id": "ENSP00000460276.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8730,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*7141C>G",
"hgvs_p": null,
"transcript": "ENST00000574974.4",
"protein_id": "ENSP00000459963.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8493,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 49,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*2650C>G",
"hgvs_p": null,
"transcript": "ENST00000636058.2",
"protein_id": "ENSP00000490075.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8823,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*2584C>G",
"hgvs_p": null,
"transcript": "ENST00000637777.2",
"protein_id": "ENSP00000490475.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8757,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*6885C>G",
"hgvs_p": null,
"transcript": "ENST00000713788.1",
"protein_id": "ENSP00000519090.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8606,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.*681C>G",
"hgvs_p": null,
"transcript": "NM_000068.4",
"protein_id": "NP_000059.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2266,
"cds_start": -4,
"cds_end": null,
"cds_length": 6801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8660,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.*681C>G",
"hgvs_p": null,
"transcript": "NM_001174080.2",
"protein_id": "NP_001167551.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2263,
"cds_start": -4,
"cds_end": null,
"cds_length": 6792,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8651,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "c.*681C>G",
"hgvs_p": null,
"transcript": "NM_001127221.2",
"protein_id": "NP_001120693.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2261,
"cds_start": -4,
"cds_end": null,
"cds_length": 6786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8645,
"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": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*2553C>G",
"hgvs_p": null,
"transcript": "ENST00000573891.7",
"protein_id": "ENSP00000460276.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8730,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*7141C>G",
"hgvs_p": null,
"transcript": "ENST00000574974.4",
"protein_id": "ENSP00000459963.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8493,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 49,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*2650C>G",
"hgvs_p": null,
"transcript": "ENST00000636058.2",
"protein_id": "ENSP00000490075.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8823,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*2584C>G",
"hgvs_p": null,
"transcript": "ENST00000637777.2",
"protein_id": "ENSP00000490475.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8757,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"hgvs_c": "n.*6885C>G",
"hgvs_p": null,
"transcript": "ENST00000713788.1",
"protein_id": "ENSP00000519090.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8606,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ENSG00000300728",
"gene_hgnc_id": null,
"hgvs_c": "n.413+1942G>C",
"hgvs_p": null,
"transcript": "ENST00000773684.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 686,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CACNA1A",
"gene_hgnc_id": 1388,
"dbsnp": "rs749084618",
"frequency_reference_population": 0.000012840432,
"hom_count_reference_population": 0,
"allele_count_reference_population": 18,
"gnomad_exomes_af": 0.0000128404,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 18,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.30917230248451233,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.298,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.114,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.12,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.178,
"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": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4,BS2",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 5,
"pathogenic_score": 0,
"criteria": [
"BP4",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001127222.2",
"gene_symbol": "CACNA1A",
"hgnc_id": 1388,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.7469C>G",
"hgvs_p": "p.Ser2490Cys"
},
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000773684.1",
"gene_symbol": "ENSG00000300728",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.413+1942G>C",
"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
}