← 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: 15-33837925-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=33837925&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "15",
"pos": 33837925,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000634891.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 89,
"exon_rank_end": null,
"exon_count": 104,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR3",
"gene_hgnc_id": 10485,
"hgvs_c": "c.11945G>A",
"hgvs_p": "p.Arg3982Gln",
"transcript": "NM_001036.6",
"protein_id": "NP_001027.3",
"transcript_support_level": null,
"aa_start": 3982,
"aa_end": null,
"aa_length": 4870,
"cds_start": 11945,
"cds_end": null,
"cds_length": 14613,
"cdna_start": 12024,
"cdna_end": null,
"cdna_length": 15568,
"mane_select": "ENST00000634891.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 89,
"exon_rank_end": null,
"exon_count": 104,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR3",
"gene_hgnc_id": 10485,
"hgvs_c": "c.11945G>A",
"hgvs_p": "p.Arg3982Gln",
"transcript": "ENST00000634891.2",
"protein_id": "ENSP00000489262.1",
"transcript_support_level": 1,
"aa_start": 3982,
"aa_end": null,
"aa_length": 4870,
"cds_start": 11945,
"cds_end": null,
"cds_length": 14613,
"cdna_start": 12024,
"cdna_end": null,
"cdna_length": 15568,
"mane_select": "NM_001036.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 89,
"exon_rank_end": null,
"exon_count": 104,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR3",
"gene_hgnc_id": 10485,
"hgvs_c": "c.11942G>A",
"hgvs_p": "p.Arg3981Gln",
"transcript": "ENST00000389232.9",
"protein_id": "ENSP00000373884.5",
"transcript_support_level": 5,
"aa_start": 3981,
"aa_end": null,
"aa_length": 4869,
"cds_start": 11942,
"cds_end": null,
"cds_length": 14610,
"cdna_start": 12012,
"cdna_end": null,
"cdna_length": 15552,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 88,
"exon_rank_end": null,
"exon_count": 103,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR3",
"gene_hgnc_id": 10485,
"hgvs_c": "c.11930G>A",
"hgvs_p": "p.Arg3977Gln",
"transcript": "NM_001243996.4",
"protein_id": "NP_001230925.1",
"transcript_support_level": null,
"aa_start": 3977,
"aa_end": null,
"aa_length": 4865,
"cds_start": 11930,
"cds_end": null,
"cds_length": 14598,
"cdna_start": 12009,
"cdna_end": null,
"cdna_length": 15553,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 88,
"exon_rank_end": null,
"exon_count": 103,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR3",
"gene_hgnc_id": 10485,
"hgvs_c": "c.11930G>A",
"hgvs_p": "p.Arg3977Gln",
"transcript": "ENST00000415757.7",
"protein_id": "ENSP00000399610.3",
"transcript_support_level": 2,
"aa_start": 3977,
"aa_end": null,
"aa_length": 4865,
"cds_start": 11930,
"cds_end": null,
"cds_length": 14598,
"cdna_start": 12014,
"cdna_end": null,
"cdna_length": 15557,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 87,
"exon_rank_end": null,
"exon_count": 102,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR3",
"gene_hgnc_id": 10485,
"hgvs_c": "c.11912G>A",
"hgvs_p": "p.Arg3971Gln",
"transcript": "ENST00000634418.1",
"protein_id": "ENSP00000489529.1",
"transcript_support_level": 5,
"aa_start": 3971,
"aa_end": null,
"aa_length": 4859,
"cds_start": 11912,
"cds_end": null,
"cds_length": 14580,
"cdna_start": 11912,
"cdna_end": null,
"cdna_length": 15078,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR3",
"gene_hgnc_id": 10485,
"hgvs_c": "c.77G>A",
"hgvs_p": "p.Arg26Gln",
"transcript": "ENST00000635842.1",
"protein_id": "ENSP00000490438.1",
"transcript_support_level": 5,
"aa_start": 26,
"aa_end": null,
"aa_length": 31,
"cds_start": 77,
"cds_end": null,
"cds_length": 98,
"cdna_start": 79,
"cdna_end": null,
"cdna_length": 100,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 88,
"exon_rank_end": null,
"exon_count": 103,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR3",
"gene_hgnc_id": 10485,
"hgvs_c": "c.11933G>A",
"hgvs_p": "p.Arg3978Gln",
"transcript": "XM_017022468.2",
"protein_id": "XP_016877957.1",
"transcript_support_level": null,
"aa_start": 3978,
"aa_end": null,
"aa_length": 4866,
"cds_start": 11933,
"cds_end": null,
"cds_length": 14601,
"cdna_start": 12012,
"cdna_end": null,
"cdna_length": 15556,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 88,
"exon_rank_end": null,
"exon_count": 103,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR3",
"gene_hgnc_id": 10485,
"hgvs_c": "c.11930G>A",
"hgvs_p": "p.Arg3977Gln",
"transcript": "XM_017022469.2",
"protein_id": "XP_016877958.1",
"transcript_support_level": null,
"aa_start": 3977,
"aa_end": null,
"aa_length": 4865,
"cds_start": 11930,
"cds_end": null,
"cds_length": 14598,
"cdna_start": 12009,
"cdna_end": null,
"cdna_length": 15553,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 88,
"exon_rank_end": null,
"exon_count": 103,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR3",
"gene_hgnc_id": 10485,
"hgvs_c": "c.11930G>A",
"hgvs_p": "p.Arg3977Gln",
"transcript": "XM_017022470.3",
"protein_id": "XP_016877959.1",
"transcript_support_level": null,
"aa_start": 3977,
"aa_end": null,
"aa_length": 4865,
"cds_start": 11930,
"cds_end": null,
"cds_length": 14598,
"cdna_start": 15432,
"cdna_end": null,
"cdna_length": 18976,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 88,
"exon_rank_end": null,
"exon_count": 103,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR3",
"gene_hgnc_id": 10485,
"hgvs_c": "c.11930G>A",
"hgvs_p": "p.Arg3977Gln",
"transcript": "XM_017022471.2",
"protein_id": "XP_016877960.1",
"transcript_support_level": null,
"aa_start": 3977,
"aa_end": null,
"aa_length": 4865,
"cds_start": 11930,
"cds_end": null,
"cds_length": 14598,
"cdna_start": 12009,
"cdna_end": null,
"cdna_length": 15553,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 88,
"exon_rank_end": null,
"exon_count": 103,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR3",
"gene_hgnc_id": 10485,
"hgvs_c": "c.11927G>A",
"hgvs_p": "p.Arg3976Gln",
"transcript": "XM_017022472.2",
"protein_id": "XP_016877961.1",
"transcript_support_level": null,
"aa_start": 3976,
"aa_end": null,
"aa_length": 4864,
"cds_start": 11927,
"cds_end": null,
"cds_length": 14595,
"cdna_start": 12006,
"cdna_end": null,
"cdna_length": 15550,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 88,
"exon_rank_end": null,
"exon_count": 103,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR3",
"gene_hgnc_id": 10485,
"hgvs_c": "c.11927G>A",
"hgvs_p": "p.Arg3976Gln",
"transcript": "XM_024450015.2",
"protein_id": "XP_024305783.1",
"transcript_support_level": null,
"aa_start": 3976,
"aa_end": null,
"aa_length": 4864,
"cds_start": 11927,
"cds_end": null,
"cds_length": 14595,
"cdna_start": 12006,
"cdna_end": null,
"cdna_length": 15550,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 88,
"exon_rank_end": null,
"exon_count": 103,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR3",
"gene_hgnc_id": 10485,
"hgvs_c": "c.11924G>A",
"hgvs_p": "p.Arg3975Gln",
"transcript": "XM_024450016.2",
"protein_id": "XP_024305784.1",
"transcript_support_level": null,
"aa_start": 3975,
"aa_end": null,
"aa_length": 4863,
"cds_start": 11924,
"cds_end": null,
"cds_length": 14592,
"cdna_start": 12003,
"cdna_end": null,
"cdna_length": 15547,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 87,
"exon_rank_end": null,
"exon_count": 102,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR3",
"gene_hgnc_id": 10485,
"hgvs_c": "c.11915G>A",
"hgvs_p": "p.Arg3972Gln",
"transcript": "XM_017022473.2",
"protein_id": "XP_016877962.1",
"transcript_support_level": null,
"aa_start": 3972,
"aa_end": null,
"aa_length": 4860,
"cds_start": 11915,
"cds_end": null,
"cds_length": 14583,
"cdna_start": 11994,
"cdna_end": null,
"cdna_length": 15538,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 87,
"exon_rank_end": null,
"exon_count": 102,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR3",
"gene_hgnc_id": 10485,
"hgvs_c": "c.11912G>A",
"hgvs_p": "p.Arg3971Gln",
"transcript": "XM_011521880.3",
"protein_id": "XP_011520182.1",
"transcript_support_level": null,
"aa_start": 3971,
"aa_end": null,
"aa_length": 4859,
"cds_start": 11912,
"cds_end": null,
"cds_length": 14580,
"cdna_start": 11991,
"cdna_end": null,
"cdna_length": 15535,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 88,
"exon_rank_end": null,
"exon_count": 103,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR3",
"gene_hgnc_id": 10485,
"hgvs_c": "c.11912G>A",
"hgvs_p": "p.Arg3971Gln",
"transcript": "XM_017022474.2",
"protein_id": "XP_016877963.1",
"transcript_support_level": null,
"aa_start": 3971,
"aa_end": null,
"aa_length": 4859,
"cds_start": 11912,
"cds_end": null,
"cds_length": 14580,
"cdna_start": 12169,
"cdna_end": null,
"cdna_length": 15713,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 88,
"exon_rank_end": null,
"exon_count": 102,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR3",
"gene_hgnc_id": 10485,
"hgvs_c": "c.11933G>A",
"hgvs_p": "p.Arg3978Gln",
"transcript": "XM_047432931.1",
"protein_id": "XP_047288887.1",
"transcript_support_level": null,
"aa_start": 3978,
"aa_end": null,
"aa_length": 4838,
"cds_start": 11933,
"cds_end": null,
"cds_length": 14517,
"cdna_start": 12012,
"cdna_end": null,
"cdna_length": 16497,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 88,
"exon_rank_end": null,
"exon_count": 102,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR3",
"gene_hgnc_id": 10485,
"hgvs_c": "c.11933G>A",
"hgvs_p": "p.Arg3978Gln",
"transcript": "XM_017022475.2",
"protein_id": "XP_016877964.1",
"transcript_support_level": null,
"aa_start": 3978,
"aa_end": null,
"aa_length": 4837,
"cds_start": 11933,
"cds_end": null,
"cds_length": 14514,
"cdna_start": 12012,
"cdna_end": null,
"cdna_length": 15469,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 87,
"exon_rank_end": null,
"exon_count": 101,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR3",
"gene_hgnc_id": 10485,
"hgvs_c": "c.11915G>A",
"hgvs_p": "p.Arg3972Gln",
"transcript": "XM_047432932.1",
"protein_id": "XP_047288888.1",
"transcript_support_level": null,
"aa_start": 3972,
"aa_end": null,
"aa_length": 4831,
"cds_start": 11915,
"cds_end": null,
"cds_length": 14496,
"cdna_start": 11994,
"cdna_end": null,
"cdna_length": 15451,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 87,
"exon_rank_end": null,
"exon_count": 102,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR3",
"gene_hgnc_id": 10485,
"hgvs_c": "c.11825G>A",
"hgvs_p": "p.Arg3942Gln",
"transcript": "XM_017022476.2",
"protein_id": "XP_016877965.1",
"transcript_support_level": null,
"aa_start": 3942,
"aa_end": null,
"aa_length": 4830,
"cds_start": 11825,
"cds_end": null,
"cds_length": 14493,
"cdna_start": 11904,
"cdna_end": null,
"cdna_length": 15448,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 88,
"exon_rank_end": null,
"exon_count": 91,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR3",
"gene_hgnc_id": 10485,
"hgvs_c": "c.11933G>A",
"hgvs_p": "p.Arg3978Gln",
"transcript": "XM_047432933.1",
"protein_id": "XP_047288889.1",
"transcript_support_level": null,
"aa_start": 3978,
"aa_end": null,
"aa_length": 4402,
"cds_start": 11933,
"cds_end": null,
"cds_length": 13209,
"cdna_start": 12012,
"cdna_end": null,
"cdna_length": 13377,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR3",
"gene_hgnc_id": 10485,
"hgvs_c": "n.471G>A",
"hgvs_p": null,
"transcript": "ENST00000635749.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3714,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 59,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR3",
"gene_hgnc_id": 10485,
"hgvs_c": "n.*1903G>A",
"hgvs_p": null,
"transcript": "ENST00000635790.1",
"protein_id": "ENSP00000489672.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8528,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 59,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR3",
"gene_hgnc_id": 10485,
"hgvs_c": "n.*1903G>A",
"hgvs_p": null,
"transcript": "ENST00000635790.1",
"protein_id": "ENSP00000489672.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8528,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RYR3",
"gene_hgnc_id": 10485,
"hgvs_c": "c.71-378G>A",
"hgvs_p": null,
"transcript": "ENST00000638032.1",
"protein_id": "ENSP00000489937.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 32,
"cds_start": -4,
"cds_end": null,
"cds_length": 99,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 100,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 87,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR3",
"gene_hgnc_id": 10485,
"hgvs_c": "c.*283G>A",
"hgvs_p": null,
"transcript": "XM_017022477.2",
"protein_id": "XP_016877966.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 3855,
"cds_start": -4,
"cds_end": null,
"cds_length": 11568,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11743,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "RYR3",
"gene_hgnc_id": 10485,
"dbsnp": "rs374921732",
"frequency_reference_population": 0.00005143,
"hom_count_reference_population": 0,
"allele_count_reference_population": 83,
"gnomad_exomes_af": 0.0000499415,
"gnomad_genomes_af": 0.0000657315,
"gnomad_exomes_ac": 73,
"gnomad_genomes_ac": 10,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.23293599486351013,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.664,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.2061,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.05,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 5.862,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "ENST00000634891.2",
"gene_symbol": "RYR3",
"hgnc_id": 10485,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.11945G>A",
"hgvs_p": "p.Arg3982Gln"
}
],
"clinvar_disease": "Epileptic encephalopathy,not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"phenotype_combined": "Epileptic encephalopathy|not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}