← 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: 3-50367445-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=50367445&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 50367445,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001174051.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D2",
"gene_hgnc_id": 1400,
"hgvs_c": "c.2350C>T",
"hgvs_p": "p.Arg784Cys",
"transcript": "NM_006030.4",
"protein_id": "NP_006021.2",
"transcript_support_level": null,
"aa_start": 784,
"aa_end": null,
"aa_length": 1143,
"cds_start": 2350,
"cds_end": null,
"cds_length": 3432,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000424201.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006030.4"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D2",
"gene_hgnc_id": 1400,
"hgvs_c": "c.2350C>T",
"hgvs_p": "p.Arg784Cys",
"transcript": "ENST00000424201.7",
"protein_id": "ENSP00000390329.2",
"transcript_support_level": 1,
"aa_start": 784,
"aa_end": null,
"aa_length": 1143,
"cds_start": 2350,
"cds_end": null,
"cds_length": 3432,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_006030.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000424201.7"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D2",
"gene_hgnc_id": 1400,
"hgvs_c": "c.2371C>T",
"hgvs_p": "p.Arg791Cys",
"transcript": "ENST00000423994.6",
"protein_id": "ENSP00000407393.2",
"transcript_support_level": 5,
"aa_start": 791,
"aa_end": null,
"aa_length": 1153,
"cds_start": 2371,
"cds_end": null,
"cds_length": 3462,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000423994.6"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D2",
"gene_hgnc_id": 1400,
"hgvs_c": "c.2371C>T",
"hgvs_p": "p.Arg791Cys",
"transcript": "ENST00000479441.1",
"protein_id": "ENSP00000418081.1",
"transcript_support_level": 1,
"aa_start": 791,
"aa_end": null,
"aa_length": 1150,
"cds_start": 2371,
"cds_end": null,
"cds_length": 3453,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000479441.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D2",
"gene_hgnc_id": 1400,
"hgvs_c": "c.2350C>T",
"hgvs_p": "p.Arg784Cys",
"transcript": "ENST00000266039.7",
"protein_id": "ENSP00000266039.3",
"transcript_support_level": 1,
"aa_start": 784,
"aa_end": null,
"aa_length": 1145,
"cds_start": 2350,
"cds_end": null,
"cds_length": 3438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000266039.7"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D2",
"gene_hgnc_id": 1400,
"hgvs_c": "c.2143C>T",
"hgvs_p": "p.Arg715Cys",
"transcript": "ENST00000360963.7",
"protein_id": "ENSP00000354228.3",
"transcript_support_level": 1,
"aa_start": 715,
"aa_end": null,
"aa_length": 1076,
"cds_start": 2143,
"cds_end": null,
"cds_length": 3231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000360963.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ENSG00000272104",
"gene_hgnc_id": null,
"hgvs_c": "c.*10-351G>A",
"hgvs_p": null,
"transcript": "ENST00000606589.1",
"protein_id": "ENSP00000476225.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 50,
"cds_start": null,
"cds_end": null,
"cds_length": 153,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000606589.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D2",
"gene_hgnc_id": 1400,
"hgvs_c": "c.2350C>T",
"hgvs_p": "p.Arg784Cys",
"transcript": "ENST00000941197.1",
"protein_id": "ENSP00000611256.1",
"transcript_support_level": null,
"aa_start": 784,
"aa_end": null,
"aa_length": 1157,
"cds_start": 2350,
"cds_end": null,
"cds_length": 3474,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941197.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D2",
"gene_hgnc_id": 1400,
"hgvs_c": "c.2371C>T",
"hgvs_p": "p.Arg791Cys",
"transcript": "ENST00000940542.1",
"protein_id": "ENSP00000610601.1",
"transcript_support_level": null,
"aa_start": 791,
"aa_end": null,
"aa_length": 1152,
"cds_start": 2371,
"cds_end": null,
"cds_length": 3459,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940542.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D2",
"gene_hgnc_id": 1400,
"hgvs_c": "c.2377C>T",
"hgvs_p": "p.Arg793Cys",
"transcript": "ENST00000941198.1",
"protein_id": "ENSP00000611257.1",
"transcript_support_level": null,
"aa_start": 793,
"aa_end": null,
"aa_length": 1152,
"cds_start": 2377,
"cds_end": null,
"cds_length": 3459,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941198.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D2",
"gene_hgnc_id": 1400,
"hgvs_c": "c.2371C>T",
"hgvs_p": "p.Arg791Cys",
"transcript": "NM_001174051.3",
"protein_id": "NP_001167522.1",
"transcript_support_level": null,
"aa_start": 791,
"aa_end": null,
"aa_length": 1150,
"cds_start": 2371,
"cds_end": null,
"cds_length": 3453,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001174051.3"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D2",
"gene_hgnc_id": 1400,
"hgvs_c": "c.2350C>T",
"hgvs_p": "p.Arg784Cys",
"transcript": "ENST00000940541.1",
"protein_id": "ENSP00000610600.1",
"transcript_support_level": null,
"aa_start": 784,
"aa_end": null,
"aa_length": 1146,
"cds_start": 2350,
"cds_end": null,
"cds_length": 3441,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940541.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D2",
"gene_hgnc_id": 1400,
"hgvs_c": "c.2350C>T",
"hgvs_p": "p.Arg784Cys",
"transcript": "NM_001005505.3",
"protein_id": "NP_001005505.1",
"transcript_support_level": null,
"aa_start": 784,
"aa_end": null,
"aa_length": 1145,
"cds_start": 2350,
"cds_end": null,
"cds_length": 3438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001005505.3"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D2",
"gene_hgnc_id": 1400,
"hgvs_c": "c.2350C>T",
"hgvs_p": "p.Arg784Cys",
"transcript": "NM_001410768.1",
"protein_id": "NP_001397697.1",
"transcript_support_level": null,
"aa_start": 784,
"aa_end": null,
"aa_length": 1144,
"cds_start": 2350,
"cds_end": null,
"cds_length": 3435,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001410768.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D2",
"gene_hgnc_id": 1400,
"hgvs_c": "c.2350C>T",
"hgvs_p": "p.Arg784Cys",
"transcript": "ENST00000429770.5",
"protein_id": "ENSP00000404631.1",
"transcript_support_level": 5,
"aa_start": 784,
"aa_end": null,
"aa_length": 1144,
"cds_start": 2350,
"cds_end": null,
"cds_length": 3435,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000429770.5"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D2",
"gene_hgnc_id": 1400,
"hgvs_c": "c.2143C>T",
"hgvs_p": "p.Arg715Cys",
"transcript": "NM_001291101.1",
"protein_id": "NP_001278030.1",
"transcript_support_level": null,
"aa_start": 715,
"aa_end": null,
"aa_length": 1076,
"cds_start": 2143,
"cds_end": null,
"cds_length": 3231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001291101.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D2",
"gene_hgnc_id": 1400,
"hgvs_c": "c.2371C>T",
"hgvs_p": "p.Arg791Cys",
"transcript": "XM_011534243.3",
"protein_id": "XP_011532545.1",
"transcript_support_level": null,
"aa_start": 791,
"aa_end": null,
"aa_length": 1151,
"cds_start": 2371,
"cds_end": null,
"cds_length": 3456,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011534243.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000271858",
"gene_hgnc_id": null,
"hgvs_c": "n.487G>A",
"hgvs_p": null,
"transcript": "ENST00000607583.1",
"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": "ENST00000607583.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOC101928965",
"gene_hgnc_id": null,
"hgvs_c": "n.622G>A",
"hgvs_p": null,
"transcript": "NR_183062.1",
"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": "NR_183062.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOC101928965",
"gene_hgnc_id": null,
"hgvs_c": "n.397G>A",
"hgvs_p": null,
"transcript": "NR_183065.1",
"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": "NR_183065.1"
},
{
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000271858",
"gene_hgnc_id": null,
"hgvs_c": "n.541-351G>A",
"hgvs_p": null,
"transcript": "ENST00000606259.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": "ENST00000606259.5"
},
{
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000271858",
"gene_hgnc_id": null,
"hgvs_c": "n.509-351G>A",
"hgvs_p": null,
"transcript": "ENST00000606665.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": "ENST00000606665.5"
},
{
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000271858",
"gene_hgnc_id": null,
"hgvs_c": "n.110-351G>A",
"hgvs_p": null,
"transcript": "ENST00000607088.5",
"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": "pseudogene",
"feature": "ENST00000607088.5"
},
{
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000271858",
"gene_hgnc_id": null,
"hgvs_c": "n.603-351G>A",
"hgvs_p": null,
"transcript": "ENST00000607121.5",
"protein_id": null,
"transcript_support_level": 2,
"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": "ENST00000607121.5"
},
{
"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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "LOC127898564",
"gene_hgnc_id": null,
"hgvs_c": "n.311-351G>A",
"hgvs_p": null,
"transcript": "NR_111912.2",
"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": "NR_111912.2"
},
{
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "LOC101928965",
"gene_hgnc_id": null,
"hgvs_c": "n.531-351G>A",
"hgvs_p": null,
"transcript": "NR_111913.2",
"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": "NR_111913.2"
},
{
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "LOC101928965",
"gene_hgnc_id": null,
"hgvs_c": "n.512-351G>A",
"hgvs_p": null,
"transcript": "NR_111914.2",
"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": "NR_111914.2"
},
{
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "LOC101928965",
"gene_hgnc_id": null,
"hgvs_c": "n.614-351G>A",
"hgvs_p": null,
"transcript": "NR_183061.1",
"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": "NR_183061.1"
},
{
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "LOC101928965",
"gene_hgnc_id": null,
"hgvs_c": "n.389-351G>A",
"hgvs_p": null,
"transcript": "NR_183063.1",
"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": "NR_183063.1"
},
{
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LOC101928965",
"gene_hgnc_id": null,
"hgvs_c": "n.970-351G>A",
"hgvs_p": null,
"transcript": "NR_183064.1",
"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": "NR_183064.1"
},
{
"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": "LOC127898564",
"gene_hgnc_id": null,
"hgvs_c": "n.870-351G>A",
"hgvs_p": null,
"transcript": "NR_183066.1",
"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": "NR_183066.1"
},
{
"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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "LOC127898564",
"gene_hgnc_id": null,
"hgvs_c": "n.425-351G>A",
"hgvs_p": null,
"transcript": "NR_183067.1",
"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": "NR_183067.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000271858",
"gene_hgnc_id": null,
"hgvs_c": "n.-20G>A",
"hgvs_p": null,
"transcript": "ENST00000607362.1",
"protein_id": null,
"transcript_support_level": 2,
"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": "ENST00000607362.1"
}
],
"gene_symbol": "CACNA2D2",
"gene_hgnc_id": 1400,
"dbsnp": "rs746371451",
"frequency_reference_population": 0.00009852302,
"hom_count_reference_population": 0,
"allele_count_reference_population": 159,
"gnomad_exomes_af": 0.000102624,
"gnomad_genomes_af": 0.0000591389,
"gnomad_exomes_ac": 150,
"gnomad_genomes_ac": 9,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8719053864479065,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.752,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.3985,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.31,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 6.125,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.02,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PP3_Moderate",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001174051.3",
"gene_symbol": "CACNA2D2",
"hgnc_id": 1400,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2371C>T",
"hgvs_p": "p.Arg791Cys"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000606589.1",
"gene_symbol": "ENSG00000272104",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.*10-351G>A",
"hgvs_p": null
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000607583.1",
"gene_symbol": "ENSG00000271858",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.487G>A",
"hgvs_p": null
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NR_183062.1",
"gene_symbol": "LOC101928965",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.622G>A",
"hgvs_p": null
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NR_111912.2",
"gene_symbol": "LOC127898564",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.311-351G>A",
"hgvs_p": null
}
],
"clinvar_disease": "Developmental and epileptic encephalopathy,Inborn genetic diseases",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"phenotype_combined": "Developmental and epileptic encephalopathy|Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}