← 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: 11-65654471-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=65654471&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 65654471,
"ref": "C",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "NM_001404657.1",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RELA",
"gene_hgnc_id": 9955,
"hgvs_c": "c.1563G>A",
"hgvs_p": "p.Pro521Pro",
"transcript": "NM_021975.4",
"protein_id": "NP_068810.3",
"transcript_support_level": null,
"aa_start": 521,
"aa_end": null,
"aa_length": 551,
"cds_start": 1563,
"cds_end": null,
"cds_length": 1656,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000406246.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_021975.4"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RELA",
"gene_hgnc_id": 9955,
"hgvs_c": "c.1563G>A",
"hgvs_p": "p.Pro521Pro",
"transcript": "ENST00000406246.8",
"protein_id": "ENSP00000384273.3",
"transcript_support_level": 1,
"aa_start": 521,
"aa_end": null,
"aa_length": 551,
"cds_start": 1563,
"cds_end": null,
"cds_length": 1656,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_021975.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000406246.8"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RELA",
"gene_hgnc_id": 9955,
"hgvs_c": "c.1554G>A",
"hgvs_p": "p.Pro518Pro",
"transcript": "ENST00000308639.13",
"protein_id": "ENSP00000311508.9",
"transcript_support_level": 1,
"aa_start": 518,
"aa_end": null,
"aa_length": 548,
"cds_start": 1554,
"cds_end": null,
"cds_length": 1647,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000308639.13"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RELA",
"gene_hgnc_id": 9955,
"hgvs_c": "c.1254G>A",
"hgvs_p": "p.Pro418Pro",
"transcript": "ENST00000612991.4",
"protein_id": "ENSP00000483705.1",
"transcript_support_level": 1,
"aa_start": 418,
"aa_end": null,
"aa_length": 448,
"cds_start": 1254,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000612991.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RELA",
"gene_hgnc_id": 9955,
"hgvs_c": "c.*1116G>A",
"hgvs_p": null,
"transcript": "ENST00000525693.5",
"protein_id": "ENSP00000432537.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 377,
"cds_start": null,
"cds_end": null,
"cds_length": 1134,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000525693.5"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RELA",
"gene_hgnc_id": 9955,
"hgvs_c": "c.1596G>A",
"hgvs_p": "p.Pro532Pro",
"transcript": "NM_001404657.1",
"protein_id": "NP_001391586.1",
"transcript_support_level": null,
"aa_start": 532,
"aa_end": null,
"aa_length": 562,
"cds_start": 1596,
"cds_end": null,
"cds_length": 1689,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001404657.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RELA",
"gene_hgnc_id": 9955,
"hgvs_c": "c.1554G>A",
"hgvs_p": "p.Pro518Pro",
"transcript": "NM_001145138.2",
"protein_id": "NP_001138610.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 548,
"cds_start": 1554,
"cds_end": null,
"cds_length": 1647,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001145138.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RELA",
"gene_hgnc_id": 9955,
"hgvs_c": "c.1536G>A",
"hgvs_p": "p.Pro512Pro",
"transcript": "NM_001404658.1",
"protein_id": "NP_001391587.1",
"transcript_support_level": null,
"aa_start": 512,
"aa_end": null,
"aa_length": 542,
"cds_start": 1536,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001404658.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RELA",
"gene_hgnc_id": 9955,
"hgvs_c": "c.1533G>A",
"hgvs_p": "p.Pro511Pro",
"transcript": "ENST00000931854.1",
"protein_id": "ENSP00000601913.1",
"transcript_support_level": null,
"aa_start": 511,
"aa_end": null,
"aa_length": 541,
"cds_start": 1533,
"cds_end": null,
"cds_length": 1626,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931854.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RELA",
"gene_hgnc_id": 9955,
"hgvs_c": "c.1470G>A",
"hgvs_p": "p.Pro490Pro",
"transcript": "NM_001404662.1",
"protein_id": "NP_001391591.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 520,
"cds_start": 1470,
"cds_end": null,
"cds_length": 1563,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001404662.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RELA",
"gene_hgnc_id": 9955,
"hgvs_c": "c.1470G>A",
"hgvs_p": "p.Pro490Pro",
"transcript": "NM_001404663.1",
"protein_id": "NP_001391592.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 520,
"cds_start": 1470,
"cds_end": null,
"cds_length": 1563,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001404663.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RELA",
"gene_hgnc_id": 9955,
"hgvs_c": "c.1458G>A",
"hgvs_p": "p.Pro486Pro",
"transcript": "ENST00000959966.1",
"protein_id": "ENSP00000630025.1",
"transcript_support_level": null,
"aa_start": 486,
"aa_end": null,
"aa_length": 516,
"cds_start": 1458,
"cds_end": null,
"cds_length": 1551,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959966.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RELA",
"gene_hgnc_id": 9955,
"hgvs_c": "c.1452G>A",
"hgvs_p": "p.Pro484Pro",
"transcript": "ENST00000878957.1",
"protein_id": "ENSP00000549016.1",
"transcript_support_level": null,
"aa_start": 484,
"aa_end": null,
"aa_length": 514,
"cds_start": 1452,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878957.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RELA",
"gene_hgnc_id": 9955,
"hgvs_c": "c.1356G>A",
"hgvs_p": "p.Pro452Pro",
"transcript": "NM_001243984.2",
"protein_id": "NP_001230913.1",
"transcript_support_level": null,
"aa_start": 452,
"aa_end": null,
"aa_length": 482,
"cds_start": 1356,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001243984.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RELA",
"gene_hgnc_id": 9955,
"hgvs_c": "c.1350G>A",
"hgvs_p": "p.Pro450Pro",
"transcript": "NM_001404659.1",
"protein_id": "NP_001391588.1",
"transcript_support_level": null,
"aa_start": 450,
"aa_end": null,
"aa_length": 480,
"cds_start": 1350,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001404659.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RELA",
"gene_hgnc_id": 9955,
"hgvs_c": "c.1350G>A",
"hgvs_p": "p.Pro450Pro",
"transcript": "ENST00000931853.1",
"protein_id": "ENSP00000601912.1",
"transcript_support_level": null,
"aa_start": 450,
"aa_end": null,
"aa_length": 480,
"cds_start": 1350,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931853.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RELA",
"gene_hgnc_id": 9955,
"hgvs_c": "c.1254G>A",
"hgvs_p": "p.Pro418Pro",
"transcript": "NM_001243985.2",
"protein_id": "NP_001230914.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 448,
"cds_start": 1254,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001243985.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RELA",
"gene_hgnc_id": 9955,
"hgvs_c": "c.1245G>A",
"hgvs_p": "p.Pro415Pro",
"transcript": "NM_001404660.1",
"protein_id": "NP_001391589.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 445,
"cds_start": 1245,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001404660.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RELA",
"gene_hgnc_id": 9955,
"hgvs_c": "c.1203G>A",
"hgvs_p": "p.Pro401Pro",
"transcript": "ENST00000959967.1",
"protein_id": "ENSP00000630026.1",
"transcript_support_level": null,
"aa_start": 401,
"aa_end": null,
"aa_length": 431,
"cds_start": 1203,
"cds_end": null,
"cds_length": 1296,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959967.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RELA",
"gene_hgnc_id": 9955,
"hgvs_c": "c.1182G>A",
"hgvs_p": "p.Pro394Pro",
"transcript": "NM_001404661.1",
"protein_id": "NP_001391590.1",
"transcript_support_level": null,
"aa_start": 394,
"aa_end": null,
"aa_length": 424,
"cds_start": 1182,
"cds_end": null,
"cds_length": 1275,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001404661.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RELA",
"gene_hgnc_id": 9955,
"hgvs_c": "c.1470G>A",
"hgvs_p": "p.Pro490Pro",
"transcript": "XM_047427392.1",
"protein_id": "XP_047283348.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 520,
"cds_start": 1470,
"cds_end": null,
"cds_length": 1563,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427392.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RELA",
"gene_hgnc_id": 9955,
"hgvs_c": "n.*358G>A",
"hgvs_p": null,
"transcript": "ENST00000526283.6",
"protein_id": "ENSP00000435290.1",
"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": "ENST00000526283.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RELA",
"gene_hgnc_id": 9955,
"hgvs_c": "n.1747G>A",
"hgvs_p": null,
"transcript": "ENST00000531484.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": "retained_intron",
"feature": "ENST00000531484.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RELA",
"gene_hgnc_id": 9955,
"hgvs_c": "n.*358G>A",
"hgvs_p": null,
"transcript": "ENST00000526283.6",
"protein_id": "ENSP00000435290.1",
"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": "ENST00000526283.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000306723",
"gene_hgnc_id": null,
"hgvs_c": "n.*175C>T",
"hgvs_p": null,
"transcript": "ENST00000820466.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": "ENST00000820466.1"
}
],
"gene_symbol": "RELA",
"gene_hgnc_id": 9955,
"dbsnp": "rs376881598",
"frequency_reference_population": 0.000081057085,
"hom_count_reference_population": 0,
"allele_count_reference_population": 130,
"gnomad_exomes_af": 0.000082666,
"gnomad_genomes_af": 0.0000657099,
"gnomad_exomes_ac": 120,
"gnomad_genomes_ac": 10,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.6600000262260437,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.66,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.205,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": -15,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BP7,BS1,BS2",
"acmg_by_gene": [
{
"score": -15,
"benign_score": 15,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BP7",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001404657.1",
"gene_symbol": "RELA",
"hgnc_id": 9955,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1596G>A",
"hgvs_p": "p.Pro532Pro"
},
{
"score": -4,
"benign_score": 6,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "ENST00000820466.1",
"gene_symbol": "ENSG00000306723",
"hgnc_id": null,
"effects": [
"downstream_gene_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.*175C>T",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}