View source: R/module_organize.R
organizeServer | R Documentation |
Server components for the organize input module.
organizeServer(id, tidy_omic, feature_vars, sample_vars, value_var)
id |
An ID string that corresponds with the ID used to call the module's UI function. |
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 tomic
with sorted features and/or samples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.