organizeServer {romic} | R Documentation |
Organize Servers
Description
Server components for the organize input module.
Usage
organizeServer(id, tidy_omic, feature_vars, sample_vars, value_var)
Arguments
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 |
Value
A tomic
with sorted features and/or samples.
[Package romic version 1.1.3 Index]