shiny_organize_test.Rd
Tests the shiny organization module as stand-alone application.
shiny_organize_test(tidy_omic, feature_vars, sample_vars, value_var)
an object of class tidy_omic produced by
create_tidy_omic
variables available for arranging features
variables available for arrange samples
An abundance value to use with hclust
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"
)
}