← 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-237770826-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=237770826&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 237770826,
"ref": "C",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "ENST00000366574.7",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 85,
"exon_rank_end": null,
"exon_count": 105,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.11496C>T",
"hgvs_p": "p.Asp3832Asp",
"transcript": "NM_001035.3",
"protein_id": "NP_001026.2",
"transcript_support_level": null,
"aa_start": 3832,
"aa_end": null,
"aa_length": 4967,
"cds_start": 11496,
"cds_end": null,
"cds_length": 14904,
"cdna_start": 11834,
"cdna_end": null,
"cdna_length": 16583,
"mane_select": "ENST00000366574.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 85,
"exon_rank_end": null,
"exon_count": 105,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.11496C>T",
"hgvs_p": "p.Asp3832Asp",
"transcript": "ENST00000366574.7",
"protein_id": "ENSP00000355533.2",
"transcript_support_level": 1,
"aa_start": 3832,
"aa_end": null,
"aa_length": 4967,
"cds_start": 11496,
"cds_end": null,
"cds_length": 14904,
"cdna_start": 11834,
"cdna_end": null,
"cdna_length": 16583,
"mane_select": "NM_001035.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 86,
"exon_rank_end": null,
"exon_count": 106,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.11520C>T",
"hgvs_p": "p.Asp3840Asp",
"transcript": "ENST00000661330.2",
"protein_id": "ENSP00000499393.2",
"transcript_support_level": null,
"aa_start": 3840,
"aa_end": null,
"aa_length": 4973,
"cds_start": 11520,
"cds_end": null,
"cds_length": 14922,
"cdna_start": 11858,
"cdna_end": null,
"cdna_length": 16601,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 84,
"exon_rank_end": null,
"exon_count": 104,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "n.*2588C>T",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 16525,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 84,
"exon_rank_end": null,
"exon_count": 104,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "n.*2588C>T",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 16525,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 86,
"exon_rank_end": null,
"exon_count": 106,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.11517C>T",
"hgvs_p": "p.Asp3839Asp",
"transcript": "ENST00000660292.2",
"protein_id": "ENSP00000499787.2",
"transcript_support_level": null,
"aa_start": 3839,
"aa_end": null,
"aa_length": 4974,
"cds_start": 11517,
"cds_end": null,
"cds_length": 14925,
"cdna_start": 11855,
"cdna_end": null,
"cdna_length": 16604,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 86,
"exon_rank_end": null,
"exon_count": 106,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.11514C>T",
"hgvs_p": "p.Asp3838Asp",
"transcript": "ENST00000714021.1",
"protein_id": "ENSP00000519311.1",
"transcript_support_level": null,
"aa_start": 3838,
"aa_end": null,
"aa_length": 4973,
"cds_start": 11514,
"cds_end": null,
"cds_length": 14922,
"cdna_start": 11852,
"cdna_end": null,
"cdna_length": 16601,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 85,
"exon_rank_end": null,
"exon_count": 105,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.11484C>T",
"hgvs_p": "p.Asp3828Asp",
"transcript": "ENST00000659194.3",
"protein_id": "ENSP00000499653.3",
"transcript_support_level": null,
"aa_start": 3828,
"aa_end": null,
"aa_length": 4961,
"cds_start": 11484,
"cds_end": null,
"cds_length": 14886,
"cdna_start": 11822,
"cdna_end": null,
"cdna_length": 16565,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 83,
"exon_rank_end": null,
"exon_count": 103,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.11460C>T",
"hgvs_p": "p.Asp3820Asp",
"transcript": "ENST00000714019.1",
"protein_id": "ENSP00000519309.1",
"transcript_support_level": null,
"aa_start": 3820,
"aa_end": null,
"aa_length": 4955,
"cds_start": 11460,
"cds_end": null,
"cds_length": 14868,
"cdna_start": 11798,
"cdna_end": null,
"cdna_length": 16547,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 82,
"exon_rank_end": null,
"exon_count": 102,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.11385C>T",
"hgvs_p": "p.Asp3795Asp",
"transcript": "ENST00000714018.1",
"protein_id": "ENSP00000519308.1",
"transcript_support_level": null,
"aa_start": 3795,
"aa_end": null,
"aa_length": 4930,
"cds_start": 11385,
"cds_end": null,
"cds_length": 14793,
"cdna_start": 11723,
"cdna_end": null,
"cdna_length": 16472,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 69,
"exon_rank_end": null,
"exon_count": 89,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.9531C>T",
"hgvs_p": "p.Asp3177Asp",
"transcript": "ENST00000714022.1",
"protein_id": "ENSP00000519312.1",
"transcript_support_level": null,
"aa_start": 3177,
"aa_end": null,
"aa_length": 4312,
"cds_start": 9531,
"cds_end": null,
"cds_length": 12939,
"cdna_start": 9963,
"cdna_end": null,
"cdna_length": 14712,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 87,
"exon_rank_end": null,
"exon_count": 107,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.11550C>T",
"hgvs_p": "p.Asp3850Asp",
"transcript": "XM_006711802.4",
"protein_id": "XP_006711865.1",
"transcript_support_level": null,
"aa_start": 3850,
"aa_end": null,
"aa_length": 4985,
"cds_start": 11550,
"cds_end": null,
"cds_length": 14958,
"cdna_start": 11888,
"cdna_end": null,
"cdna_length": 16637,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 87,
"exon_rank_end": null,
"exon_count": 107,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.11547C>T",
"hgvs_p": "p.Asp3849Asp",
"transcript": "XM_006711803.4",
"protein_id": "XP_006711866.1",
"transcript_support_level": null,
"aa_start": 3849,
"aa_end": null,
"aa_length": 4984,
"cds_start": 11547,
"cds_end": null,
"cds_length": 14955,
"cdna_start": 11885,
"cdna_end": null,
"cdna_length": 16634,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 86,
"exon_rank_end": null,
"exon_count": 106,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.11529C>T",
"hgvs_p": "p.Asp3843Asp",
"transcript": "XM_017002028.2",
"protein_id": "XP_016857517.1",
"transcript_support_level": null,
"aa_start": 3843,
"aa_end": null,
"aa_length": 4978,
"cds_start": 11529,
"cds_end": null,
"cds_length": 14937,
"cdna_start": 11867,
"cdna_end": null,
"cdna_length": 16616,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 86,
"exon_rank_end": null,
"exon_count": 106,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.11526C>T",
"hgvs_p": "p.Asp3842Asp",
"transcript": "XM_006711804.4",
"protein_id": "XP_006711867.1",
"transcript_support_level": null,
"aa_start": 3842,
"aa_end": null,
"aa_length": 4977,
"cds_start": 11526,
"cds_end": null,
"cds_length": 14934,
"cdna_start": 11864,
"cdna_end": null,
"cdna_length": 16613,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 86,
"exon_rank_end": null,
"exon_count": 106,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.11520C>T",
"hgvs_p": "p.Asp3840Asp",
"transcript": "XM_006711805.4",
"protein_id": "XP_006711868.1",
"transcript_support_level": null,
"aa_start": 3840,
"aa_end": null,
"aa_length": 4975,
"cds_start": 11520,
"cds_end": null,
"cds_length": 14928,
"cdna_start": 11858,
"cdna_end": null,
"cdna_length": 16607,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 86,
"exon_rank_end": null,
"exon_count": 106,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.11517C>T",
"hgvs_p": "p.Asp3839Asp",
"transcript": "XM_047427317.1",
"protein_id": "XP_047283273.1",
"transcript_support_level": null,
"aa_start": 3839,
"aa_end": null,
"aa_length": 4974,
"cds_start": 11517,
"cds_end": null,
"cds_length": 14925,
"cdna_start": 11855,
"cdna_end": null,
"cdna_length": 16604,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 86,
"exon_rank_end": null,
"exon_count": 106,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.11514C>T",
"hgvs_p": "p.Asp3838Asp",
"transcript": "XM_006711806.4",
"protein_id": "XP_006711869.1",
"transcript_support_level": null,
"aa_start": 3838,
"aa_end": null,
"aa_length": 4973,
"cds_start": 11514,
"cds_end": null,
"cds_length": 14922,
"cdna_start": 11852,
"cdna_end": null,
"cdna_length": 16601,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 85,
"exon_rank_end": null,
"exon_count": 105,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.11490C>T",
"hgvs_p": "p.Asp3830Asp",
"transcript": "XM_006711807.4",
"protein_id": "XP_006711870.1",
"transcript_support_level": null,
"aa_start": 3830,
"aa_end": null,
"aa_length": 4965,
"cds_start": 11490,
"cds_end": null,
"cds_length": 14898,
"cdna_start": 11828,
"cdna_end": null,
"cdna_length": 16577,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 84,
"exon_rank_end": null,
"exon_count": 104,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.11457C>T",
"hgvs_p": "p.Asp3819Asp",
"transcript": "XM_006711810.4",
"protein_id": "XP_006711873.1",
"transcript_support_level": null,
"aa_start": 3819,
"aa_end": null,
"aa_length": 4954,
"cds_start": 11457,
"cds_end": null,
"cds_length": 14865,
"cdna_start": 11795,
"cdna_end": null,
"cdna_length": 16544,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 84,
"exon_rank_end": null,
"exon_count": 104,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.11313C>T",
"hgvs_p": "p.Asp3771Asp",
"transcript": "XM_006711808.4",
"protein_id": "XP_006711871.1",
"transcript_support_level": null,
"aa_start": 3771,
"aa_end": null,
"aa_length": 4906,
"cds_start": 11313,
"cds_end": null,
"cds_length": 14721,
"cdna_start": 11651,
"cdna_end": null,
"cdna_length": 16400,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 83,
"exon_rank_end": null,
"exon_count": 103,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.11283C>T",
"hgvs_p": "p.Asp3761Asp",
"transcript": "XM_047427329.1",
"protein_id": "XP_047283285.1",
"transcript_support_level": null,
"aa_start": 3761,
"aa_end": null,
"aa_length": 4896,
"cds_start": 11283,
"cds_end": null,
"cds_length": 14691,
"cdna_start": 11621,
"cdna_end": null,
"cdna_length": 16370,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 83,
"exon_rank_end": null,
"exon_count": 103,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.11277C>T",
"hgvs_p": "p.Asp3759Asp",
"transcript": "XM_047427333.1",
"protein_id": "XP_047283289.1",
"transcript_support_level": null,
"aa_start": 3759,
"aa_end": null,
"aa_length": 4894,
"cds_start": 11277,
"cds_end": null,
"cds_length": 14685,
"cdna_start": 11615,
"cdna_end": null,
"cdna_length": 16364,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 82,
"exon_rank_end": null,
"exon_count": 102,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.11253C>T",
"hgvs_p": "p.Asp3751Asp",
"transcript": "XM_047427336.1",
"protein_id": "XP_047283292.1",
"transcript_support_level": null,
"aa_start": 3751,
"aa_end": null,
"aa_length": 4886,
"cds_start": 11253,
"cds_end": null,
"cds_length": 14661,
"cdna_start": 11591,
"cdna_end": null,
"cdna_length": 16340,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 82,
"exon_rank_end": null,
"exon_count": 102,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.11247C>T",
"hgvs_p": "p.Asp3749Asp",
"transcript": "XM_047427337.1",
"protein_id": "XP_047283293.1",
"transcript_support_level": null,
"aa_start": 3749,
"aa_end": null,
"aa_length": 4884,
"cds_start": 11247,
"cds_end": null,
"cds_length": 14655,
"cdna_start": 11585,
"cdna_end": null,
"cdna_length": 16334,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 81,
"exon_rank_end": null,
"exon_count": 101,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"hgvs_c": "c.11223C>T",
"hgvs_p": "p.Asp3741Asp",
"transcript": "XM_047427341.1",
"protein_id": "XP_047283297.1",
"transcript_support_level": null,
"aa_start": 3741,
"aa_end": null,
"aa_length": 4876,
"cds_start": 11223,
"cds_end": null,
"cds_length": 14631,
"cdna_start": 11561,
"cdna_end": null,
"cdna_length": 16310,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "RYR2",
"gene_hgnc_id": 10484,
"dbsnp": "rs397516505",
"frequency_reference_population": 0.00007660004,
"hom_count_reference_population": 1,
"allele_count_reference_population": 119,
"gnomad_exomes_af": 0.0000485255,
"gnomad_genomes_af": 0.00033509,
"gnomad_exomes_ac": 68,
"gnomad_genomes_ac": 51,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.38999998569488525,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.39,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.229,
"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": -19,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Moderate,BP6_Very_Strong,BP7,BS1,BS2",
"acmg_by_gene": [
{
"score": -19,
"benign_score": 19,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP6_Very_Strong",
"BP7",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000366574.7",
"gene_symbol": "RYR2",
"hgnc_id": 10484,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.11496C>T",
"hgvs_p": "p.Asp3832Asp"
}
],
"clinvar_disease": "Cardiomyopathy,Cardiovascular phenotype,Catecholaminergic polymorphic ventricular tachycardia,Catecholaminergic polymorphic ventricular tachycardia 1,not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:7 B:1",
"phenotype_combined": "not specified|Cardiomyopathy|Catecholaminergic polymorphic ventricular tachycardia 1|not provided|Cardiovascular phenotype|Catecholaminergic polymorphic ventricular tachycardia",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}