shiny_sort_test | R Documentation |
Test the shiny sorting module as a stand-alone app.
shiny_sort_test(triple_omic, valid_sort_vars, value_var)
triple_omic |
an object of class triple_omic produced by
|
valid_sort_vars |
variables available for categorical arranging |
value_var |
An abundance value to use with |
a shiny
app
if (interactive()) {
shiny_sort_test(brauer_2008_triple,
valid_sort_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.