vis_bell_term: bell plot: tran gene; one molecule, all pathways

Description Usage Arguments Value Examples

View source: R/visualization.R

Description

bell plot: tran gene; one molecule, all pathways

Usage

1
vis_bell_term(score_RRS, sle_pw, sle_mol)

Arguments

score_RRS

result of score_RRS()

sle_pw

selected pathway

sle_mol

selected molecules

Value

ggplot object

Examples

1
2
3
4
5
6
7
8
data("score_RRS_result")
sle_pw <- "GO:0001501"
sle_mol <- "CGP-20712"
vis_bell_term(
  score_RRS = score_RRS_result,
  sle_pw = sle_pw,
  sle_mol = sle_mol
)

lishensuo/M2D documentation built on Jan. 4, 2022, 9:44 a.m.