Description Usage Arguments Value Examples
View source: R/visualization.R
ggtern plot : one molecule, one pathway
1 | vis_tern_one(score_RRS, sle_pw, sle_mol)
|
score_RRS |
result of score_RRS() |
sle_pw |
selected pathway |
sle_mol |
selected molecules |
ggtern plot
1 2 3 4 5 6 7 8 | data("score_RRS_result")
sle_pw <- "GO:0001501"
sle_mol <- "CGP-20712"
vis_tern_one(
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.