View source: R/module_organize.R
shiny_organize_test | R Documentation |
Tests the shiny organization module as stand-alone application.
shiny_organize_test(tidy_omic, feature_vars, sample_vars, value_var)
tidy_omic |
an object of class tidy_omic produced by
|
feature_vars |
variables available for arranging features |
sample_vars |
variables available for arrange samples |
value_var |
An abundance value to use with |
a shiny
app
if (interactive()) {
shiny_organize_test(
brauer_2008_tidy,
feature_vars = c("BP", "MF"),
sample_vars = c("sample", "nutrient", "DR"),
value_var = "expression"
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.