powered by
Tests the shiny organization module as stand-alone application.
shiny_organize_test(tidy_omic, feature_vars, sample_vars, value_var)
a shiny app
shiny
an object of class tidy_omic produced by create_tidy_omic
create_tidy_omic
variables available for arranging features
variables available for arrange samples
An abundance value to use with hclust
hclust
if (interactive()) { shiny_organize_test( brauer_2008_tidy, feature_vars = c("BP", "MF"), sample_vars = c("sample", "nutrient", "DR"), value_var = "expression" ) }
Run the code above in your browser using DataLab