Description Usage Arguments Value Examples
View source: R/visualization.R
chordDiagram: selected molecules of formula2 aganinst pathways
1 | vis_formula_RRS_chord(score_RRS, sle_mols)
|
score_RRS |
result of score_RRS() |
sle_mols |
selected molecules of formula2 |
chordDiagram
1 2 3 4 5 | data("get_Formula_result")
sle_mols <- unique(get_Formula_result$formula2$molecule)
data("score_RRS_result")
score_RRS <- score_RRS_result
vis_formula_RRS_chord(score_RRS = score_RRS, sle_mols = sle_mols)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.