← 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: 7-81968982-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=81968982&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 81968982,
"ref": "A",
"alt": "G",
"effect": "intron_variant",
"transcript": "NM_001366867.1",
"consequences": [
{
"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": 39,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.2309-9T>C",
"hgvs_p": null,
"transcript": "NM_000722.4",
"protein_id": "NP_000713.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1091,
"cds_start": null,
"cds_end": null,
"cds_length": 3276,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000356860.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000722.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.2309-9T>C",
"hgvs_p": null,
"transcript": "ENST00000356860.8",
"protein_id": "ENSP00000349320.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1091,
"cds_start": null,
"cds_end": null,
"cds_length": 3276,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000722.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000356860.8"
},
{
"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": 39,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.2345-9T>C",
"hgvs_p": null,
"transcript": "NM_001366867.1",
"protein_id": "NP_001353796.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1103,
"cds_start": null,
"cds_end": null,
"cds_length": 3312,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366867.1"
},
{
"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": 39,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.2345-9T>C",
"hgvs_p": null,
"transcript": "ENST00000443883.2",
"protein_id": "ENSP00000409374.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1103,
"cds_start": null,
"cds_end": null,
"cds_length": 3312,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000443883.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": 39,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.2330-9T>C",
"hgvs_p": null,
"transcript": "ENST00000957014.1",
"protein_id": "ENSP00000627073.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1098,
"cds_start": null,
"cds_end": null,
"cds_length": 3297,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957014.1"
},
{
"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": 38,
"intron_rank": 27,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.2288-9T>C",
"hgvs_p": null,
"transcript": "ENST00000855771.1",
"protein_id": "ENSP00000525830.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1084,
"cds_start": null,
"cds_end": null,
"cds_length": 3255,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855771.1"
},
{
"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": 38,
"intron_rank": 27,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.2234-9T>C",
"hgvs_p": null,
"transcript": "ENST00000957016.1",
"protein_id": "ENSP00000627075.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1066,
"cds_start": null,
"cds_end": null,
"cds_length": 3201,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957016.1"
},
{
"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": 38,
"intron_rank": 27,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.2189-9T>C",
"hgvs_p": null,
"transcript": "ENST00000705962.1",
"protein_id": "ENSP00000516190.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1051,
"cds_start": null,
"cds_end": null,
"cds_length": 3156,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000705962.1"
},
{
"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": 37,
"intron_rank": 27,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.2288-9T>C",
"hgvs_p": null,
"transcript": "ENST00000957017.1",
"protein_id": "ENSP00000627076.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1033,
"cds_start": null,
"cds_end": null,
"cds_length": 3102,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957017.1"
},
{
"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": 37,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.2075-9T>C",
"hgvs_p": null,
"transcript": "ENST00000705961.1",
"protein_id": "ENSP00000516189.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1013,
"cds_start": null,
"cds_end": null,
"cds_length": 3042,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000705961.1"
},
{
"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": 36,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.2009-9T>C",
"hgvs_p": null,
"transcript": "ENST00000957015.1",
"protein_id": "ENSP00000627074.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 991,
"cds_start": null,
"cds_end": null,
"cds_length": 2976,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957015.1"
},
{
"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": 40,
"intron_rank": 29,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.2366-9T>C",
"hgvs_p": null,
"transcript": "XM_006716118.4",
"protein_id": "XP_006716181.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1110,
"cds_start": null,
"cds_end": null,
"cds_length": 3333,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006716118.4"
},
{
"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": 40,
"intron_rank": 29,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.2366-9T>C",
"hgvs_p": null,
"transcript": "XM_011516570.4",
"protein_id": "XP_011514872.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1110,
"cds_start": null,
"cds_end": null,
"cds_length": 3333,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011516570.4"
},
{
"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": 40,
"intron_rank": 29,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.2351-9T>C",
"hgvs_p": null,
"transcript": "XM_011516571.4",
"protein_id": "XP_011514873.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1105,
"cds_start": null,
"cds_end": null,
"cds_length": 3318,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011516571.4"
},
{
"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": 39,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.2345-9T>C",
"hgvs_p": null,
"transcript": "XM_047420819.1",
"protein_id": "XP_047276775.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1103,
"cds_start": null,
"cds_end": null,
"cds_length": 3312,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420819.1"
},
{
"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": 39,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.2330-9T>C",
"hgvs_p": null,
"transcript": "XM_011516572.4",
"protein_id": "XP_011514874.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1098,
"cds_start": null,
"cds_end": null,
"cds_length": 3297,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011516572.4"
},
{
"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": 39,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.2294-9T>C",
"hgvs_p": null,
"transcript": "XM_005250572.4",
"protein_id": "XP_005250629.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1086,
"cds_start": null,
"cds_end": null,
"cds_length": 3261,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005250572.4"
},
{
"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": 39,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.2294-9T>C",
"hgvs_p": null,
"transcript": "XM_047420820.1",
"protein_id": "XP_047276776.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1086,
"cds_start": null,
"cds_end": null,
"cds_length": 3261,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420820.1"
},
{
"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": 38,
"intron_rank": 27,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.2288-9T>C",
"hgvs_p": null,
"transcript": "XM_005250573.4",
"protein_id": "XP_005250630.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1084,
"cds_start": null,
"cds_end": null,
"cds_length": 3255,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005250573.4"
},
{
"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": 38,
"intron_rank": 27,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.2288-9T>C",
"hgvs_p": null,
"transcript": "XM_047420821.1",
"protein_id": "XP_047276777.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1084,
"cds_start": null,
"cds_end": null,
"cds_length": 3255,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420821.1"
},
{
"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": 38,
"intron_rank": 27,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.2273-9T>C",
"hgvs_p": null,
"transcript": "XM_005250574.4",
"protein_id": "XP_005250631.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1079,
"cds_start": null,
"cds_end": null,
"cds_length": 3240,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005250574.4"
},
{
"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": 38,
"intron_rank": 27,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.2273-9T>C",
"hgvs_p": null,
"transcript": "XM_047420822.1",
"protein_id": "XP_047276778.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1079,
"cds_start": null,
"cds_end": null,
"cds_length": 3240,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420822.1"
},
{
"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": 40,
"intron_rank": 29,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.2249-9T>C",
"hgvs_p": null,
"transcript": "XM_006716120.4",
"protein_id": "XP_006716183.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1071,
"cds_start": null,
"cds_end": null,
"cds_length": 3216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006716120.4"
},
{
"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": 22,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.776-9T>C",
"hgvs_p": null,
"transcript": "XM_006716121.3",
"protein_id": "XP_006716184.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 580,
"cds_start": null,
"cds_end": null,
"cds_length": 1743,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006716121.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "n.416-1319T>C",
"hgvs_p": null,
"transcript": "ENST00000486539.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": "ENST00000486539.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "n.2759-1319T>C",
"hgvs_p": null,
"transcript": "XR_001744873.3",
"protein_id": null,
"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": "pseudogene",
"feature": "XR_001744873.3"
}
],
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"dbsnp": "rs370816599",
"frequency_reference_population": 7.7345385e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 7.73454e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8799999952316284,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.0020000000949949026,
"splice_prediction_selected": "Benign",
"splice_source_selected": "dbscSNV1_RF",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.88,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.941,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.04,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": 0.0000444398081501588,
"dbscsnv_ada_prediction": "Benign",
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_001366867.1",
"gene_symbol": "CACNA2D1",
"hgnc_id": 1399,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD,AR,Unknown",
"hgvs_c": "c.2345-9T>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
}