Description Usage Arguments Value Examples
View source: R/visualization.R
bell plot: tran gene; one molecule, all pathways
1 | vis_bell_term(score_RRS, sle_pw, sle_mol)
|
score_RRS |
result of score_RRS() |
sle_pw |
selected pathway |
sle_mol |
selected molecules |
ggplot object
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
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.