← 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-82005483-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=82005483&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 82005483,
"ref": "C",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "NM_001366867.1",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.1530G>A",
"hgvs_p": "p.Gly510Gly",
"transcript": "NM_000722.4",
"protein_id": "NP_000713.2",
"transcript_support_level": null,
"aa_start": 510,
"aa_end": null,
"aa_length": 1091,
"cds_start": 1530,
"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": "G",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.1530G>A",
"hgvs_p": "p.Gly510Gly",
"transcript": "ENST00000356860.8",
"protein_id": "ENSP00000349320.3",
"transcript_support_level": 1,
"aa_start": 510,
"aa_end": null,
"aa_length": 1091,
"cds_start": 1530,
"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": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.1530G>A",
"hgvs_p": "p.Gly510Gly",
"transcript": "NM_001366867.1",
"protein_id": "NP_001353796.1",
"transcript_support_level": null,
"aa_start": 510,
"aa_end": null,
"aa_length": 1103,
"cds_start": 1530,
"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": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.1530G>A",
"hgvs_p": "p.Gly510Gly",
"transcript": "ENST00000443883.2",
"protein_id": "ENSP00000409374.2",
"transcript_support_level": 5,
"aa_start": 510,
"aa_end": null,
"aa_length": 1103,
"cds_start": 1530,
"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": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.1530G>A",
"hgvs_p": "p.Gly510Gly",
"transcript": "ENST00000957014.1",
"protein_id": "ENSP00000627073.1",
"transcript_support_level": null,
"aa_start": 510,
"aa_end": null,
"aa_length": 1098,
"cds_start": 1530,
"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": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.1530G>A",
"hgvs_p": "p.Gly510Gly",
"transcript": "ENST00000855771.1",
"protein_id": "ENSP00000525830.1",
"transcript_support_level": null,
"aa_start": 510,
"aa_end": null,
"aa_length": 1084,
"cds_start": 1530,
"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": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.1530G>A",
"hgvs_p": "p.Gly510Gly",
"transcript": "ENST00000957016.1",
"protein_id": "ENSP00000627075.1",
"transcript_support_level": null,
"aa_start": 510,
"aa_end": null,
"aa_length": 1066,
"cds_start": 1530,
"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": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.1446G>A",
"hgvs_p": "p.Gly482Gly",
"transcript": "ENST00000705962.1",
"protein_id": "ENSP00000516190.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 1051,
"cds_start": 1446,
"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": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.1530G>A",
"hgvs_p": "p.Gly510Gly",
"transcript": "ENST00000957017.1",
"protein_id": "ENSP00000627076.1",
"transcript_support_level": null,
"aa_start": 510,
"aa_end": null,
"aa_length": 1033,
"cds_start": 1530,
"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": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.1311G>A",
"hgvs_p": "p.Gly437Gly",
"transcript": "ENST00000705961.1",
"protein_id": "ENSP00000516189.1",
"transcript_support_level": null,
"aa_start": 437,
"aa_end": null,
"aa_length": 1013,
"cds_start": 1311,
"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": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.1266G>A",
"hgvs_p": "p.Gly422Gly",
"transcript": "ENST00000957015.1",
"protein_id": "ENSP00000627074.1",
"transcript_support_level": null,
"aa_start": 422,
"aa_end": null,
"aa_length": 991,
"cds_start": 1266,
"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": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.1530G>A",
"hgvs_p": "p.Gly510Gly",
"transcript": "XM_006716118.4",
"protein_id": "XP_006716181.1",
"transcript_support_level": null,
"aa_start": 510,
"aa_end": null,
"aa_length": 1110,
"cds_start": 1530,
"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": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.1530G>A",
"hgvs_p": "p.Gly510Gly",
"transcript": "XM_011516570.4",
"protein_id": "XP_011514872.1",
"transcript_support_level": null,
"aa_start": 510,
"aa_end": null,
"aa_length": 1110,
"cds_start": 1530,
"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": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.1530G>A",
"hgvs_p": "p.Gly510Gly",
"transcript": "XM_011516571.4",
"protein_id": "XP_011514873.1",
"transcript_support_level": null,
"aa_start": 510,
"aa_end": null,
"aa_length": 1105,
"cds_start": 1530,
"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": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.1530G>A",
"hgvs_p": "p.Gly510Gly",
"transcript": "XM_047420819.1",
"protein_id": "XP_047276775.1",
"transcript_support_level": null,
"aa_start": 510,
"aa_end": null,
"aa_length": 1103,
"cds_start": 1530,
"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": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.1530G>A",
"hgvs_p": "p.Gly510Gly",
"transcript": "XM_011516572.4",
"protein_id": "XP_011514874.1",
"transcript_support_level": null,
"aa_start": 510,
"aa_end": null,
"aa_length": 1098,
"cds_start": 1530,
"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": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.1530G>A",
"hgvs_p": "p.Gly510Gly",
"transcript": "XM_005250572.4",
"protein_id": "XP_005250629.1",
"transcript_support_level": null,
"aa_start": 510,
"aa_end": null,
"aa_length": 1086,
"cds_start": 1530,
"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": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.1530G>A",
"hgvs_p": "p.Gly510Gly",
"transcript": "XM_047420820.1",
"protein_id": "XP_047276776.1",
"transcript_support_level": null,
"aa_start": 510,
"aa_end": null,
"aa_length": 1086,
"cds_start": 1530,
"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": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.1530G>A",
"hgvs_p": "p.Gly510Gly",
"transcript": "XM_005250573.4",
"protein_id": "XP_005250630.1",
"transcript_support_level": null,
"aa_start": 510,
"aa_end": null,
"aa_length": 1084,
"cds_start": 1530,
"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": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.1530G>A",
"hgvs_p": "p.Gly510Gly",
"transcript": "XM_047420821.1",
"protein_id": "XP_047276777.1",
"transcript_support_level": null,
"aa_start": 510,
"aa_end": null,
"aa_length": 1084,
"cds_start": 1530,
"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": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.1530G>A",
"hgvs_p": "p.Gly510Gly",
"transcript": "XM_005250574.4",
"protein_id": "XP_005250631.1",
"transcript_support_level": null,
"aa_start": 510,
"aa_end": null,
"aa_length": 1079,
"cds_start": 1530,
"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": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.1530G>A",
"hgvs_p": "p.Gly510Gly",
"transcript": "XM_047420822.1",
"protein_id": "XP_047276778.1",
"transcript_support_level": null,
"aa_start": 510,
"aa_end": null,
"aa_length": 1079,
"cds_start": 1530,
"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": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.1413G>A",
"hgvs_p": "p.Gly471Gly",
"transcript": "XM_006716120.4",
"protein_id": "XP_006716183.1",
"transcript_support_level": null,
"aa_start": 471,
"aa_end": null,
"aa_length": 1071,
"cds_start": 1413,
"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": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "n.546G>A",
"hgvs_p": null,
"transcript": "ENST00000464354.5",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000464354.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "n.266G>A",
"hgvs_p": null,
"transcript": "ENST00000466806.5",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000466806.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "n.2027G>A",
"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": "rs757607965",
"frequency_reference_population": 0.000046532685,
"hom_count_reference_population": 0,
"allele_count_reference_population": 74,
"gnomad_exomes_af": 0.0000395909,
"gnomad_genomes_af": 0.000112915,
"gnomad_exomes_ac": 57,
"gnomad_genomes_ac": 17,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.4790000021457672,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "REVEL",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.479,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.33,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.076,
"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": -9,
"acmg_classification": "Benign",
"acmg_criteria": "BP6_Very_Strong,BP7",
"acmg_by_gene": [
{
"score": -9,
"benign_score": 9,
"pathogenic_score": 0,
"criteria": [
"BP6_Very_Strong",
"BP7"
],
"verdict": "Benign",
"transcript": "NM_001366867.1",
"gene_symbol": "CACNA2D1",
"hgnc_id": 1399,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD,AR,Unknown",
"hgvs_c": "c.1530G>A",
"hgvs_p": "p.Gly510Gly"
}
],
"clinvar_disease": "Brugada syndrome,CACNA2D1-related disorder,Cardiovascular phenotype,not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:3",
"phenotype_combined": "Brugada syndrome|not provided|Cardiovascular phenotype|CACNA2D1-related disorder",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}