← 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: 1-237792259-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=237792259&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 237792259,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001035.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 94,
"exon_rank_end": null,
"exon_count": 105,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.13718G>A",
"hgvs_p": "p.Arg4573His",
"transcript": "NM_001035.3",
"protein_id": "NP_001026.2",
"transcript_support_level": null,
"aa_start": 4573,
"aa_end": null,
"aa_length": 4967,
"cds_start": 13718,
"cds_end": null,
"cds_length": 14904,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000366574.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001035.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 94,
"exon_rank_end": null,
"exon_count": 105,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.13718G>A",
"hgvs_p": "p.Arg4573His",
"transcript": "ENST00000366574.7",
"protein_id": "ENSP00000355533.2",
"transcript_support_level": 1,
"aa_start": 4573,
"aa_end": null,
"aa_length": 4967,
"cds_start": 13718,
"cds_end": null,
"cds_length": 14904,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001035.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000366574.7"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 95,
"exon_rank_end": null,
"exon_count": 106,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.13736G>A",
"hgvs_p": "p.Arg4579His",
"transcript": "ENST00000661330.2",
"protein_id": "ENSP00000499393.2",
"transcript_support_level": null,
"aa_start": 4579,
"aa_end": null,
"aa_length": 4973,
"cds_start": 13736,
"cds_end": null,
"cds_length": 14922,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000661330.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 93,
"exon_rank_end": null,
"exon_count": 104,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "n.*4810G>A",
"hgvs_p": null,
"transcript": "ENST00000609119.2",
"protein_id": "ENSP00000499659.2",
"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": "nonsense_mediated_decay",
"feature": "ENST00000609119.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 93,
"exon_rank_end": null,
"exon_count": 104,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "n.*4810G>A",
"hgvs_p": null,
"transcript": "ENST00000609119.2",
"protein_id": "ENSP00000499659.2",
"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": "nonsense_mediated_decay",
"feature": "ENST00000609119.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 95,
"exon_rank_end": null,
"exon_count": 106,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.13739G>A",
"hgvs_p": "p.Arg4580His",
"transcript": "ENST00000660292.2",
"protein_id": "ENSP00000499787.2",
"transcript_support_level": null,
"aa_start": 4580,
"aa_end": null,
"aa_length": 4974,
"cds_start": 13739,
"cds_end": null,
"cds_length": 14925,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000660292.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 95,
"exon_rank_end": null,
"exon_count": 106,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.13736G>A",
"hgvs_p": "p.Arg4579His",
"transcript": "ENST00000714021.1",
"protein_id": "ENSP00000519311.1",
"transcript_support_level": null,
"aa_start": 4579,
"aa_end": null,
"aa_length": 4973,
"cds_start": 13736,
"cds_end": null,
"cds_length": 14922,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000714021.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 94,
"exon_rank_end": null,
"exon_count": 105,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.13700G>A",
"hgvs_p": "p.Arg4567His",
"transcript": "ENST00000659194.3",
"protein_id": "ENSP00000499653.3",
"transcript_support_level": null,
"aa_start": 4567,
"aa_end": null,
"aa_length": 4961,
"cds_start": 13700,
"cds_end": null,
"cds_length": 14886,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000659194.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 92,
"exon_rank_end": null,
"exon_count": 103,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.13682G>A",
"hgvs_p": "p.Arg4561His",
"transcript": "ENST00000714019.1",
"protein_id": "ENSP00000519309.1",
"transcript_support_level": null,
"aa_start": 4561,
"aa_end": null,
"aa_length": 4955,
"cds_start": 13682,
"cds_end": null,
"cds_length": 14868,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000714019.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 91,
"exon_rank_end": null,
"exon_count": 102,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.13607G>A",
"hgvs_p": "p.Arg4536His",
"transcript": "ENST00000714018.1",
"protein_id": "ENSP00000519308.1",
"transcript_support_level": null,
"aa_start": 4536,
"aa_end": null,
"aa_length": 4930,
"cds_start": 13607,
"cds_end": null,
"cds_length": 14793,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000714018.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 78,
"exon_rank_end": null,
"exon_count": 89,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.11753G>A",
"hgvs_p": "p.Arg3918His",
"transcript": "ENST00000714022.1",
"protein_id": "ENSP00000519312.1",
"transcript_support_level": null,
"aa_start": 3918,
"aa_end": null,
"aa_length": 4312,
"cds_start": 11753,
"cds_end": null,
"cds_length": 12939,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000714022.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 96,
"exon_rank_end": null,
"exon_count": 107,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.13772G>A",
"hgvs_p": "p.Arg4591His",
"transcript": "XM_006711802.4",
"protein_id": "XP_006711865.1",
"transcript_support_level": null,
"aa_start": 4591,
"aa_end": null,
"aa_length": 4985,
"cds_start": 13772,
"cds_end": null,
"cds_length": 14958,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006711802.4"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 96,
"exon_rank_end": null,
"exon_count": 107,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.13769G>A",
"hgvs_p": "p.Arg4590His",
"transcript": "XM_006711803.4",
"protein_id": "XP_006711866.1",
"transcript_support_level": null,
"aa_start": 4590,
"aa_end": null,
"aa_length": 4984,
"cds_start": 13769,
"cds_end": null,
"cds_length": 14955,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006711803.4"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 95,
"exon_rank_end": null,
"exon_count": 106,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.13751G>A",
"hgvs_p": "p.Arg4584His",
"transcript": "XM_017002028.2",
"protein_id": "XP_016857517.1",
"transcript_support_level": null,
"aa_start": 4584,
"aa_end": null,
"aa_length": 4978,
"cds_start": 13751,
"cds_end": null,
"cds_length": 14937,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017002028.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 95,
"exon_rank_end": null,
"exon_count": 106,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.13748G>A",
"hgvs_p": "p.Arg4583His",
"transcript": "XM_006711804.4",
"protein_id": "XP_006711867.1",
"transcript_support_level": null,
"aa_start": 4583,
"aa_end": null,
"aa_length": 4977,
"cds_start": 13748,
"cds_end": null,
"cds_length": 14934,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006711804.4"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 95,
"exon_rank_end": null,
"exon_count": 106,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.13742G>A",
"hgvs_p": "p.Arg4581His",
"transcript": "XM_006711805.4",
"protein_id": "XP_006711868.1",
"transcript_support_level": null,
"aa_start": 4581,
"aa_end": null,
"aa_length": 4975,
"cds_start": 13742,
"cds_end": null,
"cds_length": 14928,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006711805.4"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 95,
"exon_rank_end": null,
"exon_count": 106,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.13739G>A",
"hgvs_p": "p.Arg4580His",
"transcript": "XM_047427317.1",
"protein_id": "XP_047283273.1",
"transcript_support_level": null,
"aa_start": 4580,
"aa_end": null,
"aa_length": 4974,
"cds_start": 13739,
"cds_end": null,
"cds_length": 14925,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427317.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 95,
"exon_rank_end": null,
"exon_count": 106,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.13736G>A",
"hgvs_p": "p.Arg4579His",
"transcript": "XM_006711806.4",
"protein_id": "XP_006711869.1",
"transcript_support_level": null,
"aa_start": 4579,
"aa_end": null,
"aa_length": 4973,
"cds_start": 13736,
"cds_end": null,
"cds_length": 14922,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006711806.4"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 94,
"exon_rank_end": null,
"exon_count": 105,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.13712G>A",
"hgvs_p": "p.Arg4571His",
"transcript": "XM_006711807.4",
"protein_id": "XP_006711870.1",
"transcript_support_level": null,
"aa_start": 4571,
"aa_end": null,
"aa_length": 4965,
"cds_start": 13712,
"cds_end": null,
"cds_length": 14898,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006711807.4"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 93,
"exon_rank_end": null,
"exon_count": 104,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.13679G>A",
"hgvs_p": "p.Arg4560His",
"transcript": "XM_006711810.4",
"protein_id": "XP_006711873.1",
"transcript_support_level": null,
"aa_start": 4560,
"aa_end": null,
"aa_length": 4954,
"cds_start": 13679,
"cds_end": null,
"cds_length": 14865,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006711810.4"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 93,
"exon_rank_end": null,
"exon_count": 104,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.13535G>A",
"hgvs_p": "p.Arg4512His",
"transcript": "XM_006711808.4",
"protein_id": "XP_006711871.1",
"transcript_support_level": null,
"aa_start": 4512,
"aa_end": null,
"aa_length": 4906,
"cds_start": 13535,
"cds_end": null,
"cds_length": 14721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006711808.4"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 92,
"exon_rank_end": null,
"exon_count": 103,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.13505G>A",
"hgvs_p": "p.Arg4502His",
"transcript": "XM_047427329.1",
"protein_id": "XP_047283285.1",
"transcript_support_level": null,
"aa_start": 4502,
"aa_end": null,
"aa_length": 4896,
"cds_start": 13505,
"cds_end": null,
"cds_length": 14691,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427329.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 92,
"exon_rank_end": null,
"exon_count": 103,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.13499G>A",
"hgvs_p": "p.Arg4500His",
"transcript": "XM_047427333.1",
"protein_id": "XP_047283289.1",
"transcript_support_level": null,
"aa_start": 4500,
"aa_end": null,
"aa_length": 4894,
"cds_start": 13499,
"cds_end": null,
"cds_length": 14685,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427333.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 91,
"exon_rank_end": null,
"exon_count": 102,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.13475G>A",
"hgvs_p": "p.Arg4492His",
"transcript": "XM_047427336.1",
"protein_id": "XP_047283292.1",
"transcript_support_level": null,
"aa_start": 4492,
"aa_end": null,
"aa_length": 4886,
"cds_start": 13475,
"cds_end": null,
"cds_length": 14661,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427336.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 91,
"exon_rank_end": null,
"exon_count": 102,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.13469G>A",
"hgvs_p": "p.Arg4490His",
"transcript": "XM_047427337.1",
"protein_id": "XP_047283293.1",
"transcript_support_level": null,
"aa_start": 4490,
"aa_end": null,
"aa_length": 4884,
"cds_start": 13469,
"cds_end": null,
"cds_length": 14655,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427337.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 90,
"exon_rank_end": null,
"exon_count": 101,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.13445G>A",
"hgvs_p": "p.Arg4482His",
"transcript": "XM_047427341.1",
"protein_id": "XP_047283297.1",
"transcript_support_level": null,
"aa_start": 4482,
"aa_end": null,
"aa_length": 4876,
"cds_start": 13445,
"cds_end": null,
"cds_length": 14631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427341.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "n.229G>A",
"hgvs_p": null,
"transcript": "ENST00000608590.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": "ENST00000608590.5"
},
{
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000296715",
"gene_hgnc_id": null,
"hgvs_c": "n.139+7530C>T",
"hgvs_p": null,
"transcript": "ENST00000741291.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": "ENST00000741291.1"
}
],
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"dbsnp": "rs371157286",
"frequency_reference_population": 0.000042140804,
"hom_count_reference_population": 1,
"allele_count_reference_population": 68,
"gnomad_exomes_af": 0.0000389978,
"gnomad_genomes_af": 0.0000723599,
"gnomad_exomes_ac": 57,
"gnomad_genomes_ac": 11,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.7283862233161926,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.524,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1317,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.14,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 5.823,
"phylop100way_prediction": "Uncertain_significance",
"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": "PM1,PP2,BS1,BS2",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 8,
"pathogenic_score": 3,
"criteria": [
"PM1",
"PP2",
"BS1",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001035.3",
"gene_symbol": "RYR2",
"hgnc_id": 10484,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.13718G>A",
"hgvs_p": "p.Arg4573His"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000741291.1",
"gene_symbol": "ENSG00000296715",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.139+7530C>T",
"hgvs_p": null
}
],
"clinvar_disease": "Arrhythmogenic right ventricular dysplasia 2,Cardiomyopathy,Cardiovascular phenotype,Catecholaminergic polymorphic ventricular tachycardia,Catecholaminergic polymorphic ventricular tachycardia 1,Ventricular arrhythmias due to cardiac ryanodine receptor calcium release deficiency syndrome,not provided",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:8 LB:1",
"phenotype_combined": "Arrhythmogenic right ventricular dysplasia 2|Catecholaminergic polymorphic ventricular tachycardia 1|Cardiomyopathy|not provided|Arrhythmogenic right ventricular dysplasia 2;Catecholaminergic polymorphic ventricular tachycardia 1;Ventricular arrhythmias due to cardiac ryanodine receptor calcium release deficiency syndrome|Cardiovascular phenotype|Catecholaminergic polymorphic ventricular tachycardia",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}