Description Usage Arguments Value Examples
View source: R/visualization.R
ggtern plot : one molecule, all pathways
1 | vis_tern_all(score_RRS, sle_mol)
|
score_RRS |
result of score_RRS() |
sle_mol |
selected molecules |
ggtern plot
1 2 3 4 5 6 | data("score_RRS_result")
sle_mol <- "CGP-20712"
vis_tern_all(
score_RRS = score_RRS_result,
sle_mol = sle_mol
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.