Server components for the sort module.
sortServer(id, tomic, sort_table, valid_sort_vars = NULL, value_var = NULL)
Arguments
- id
An ID string that corresponds with the ID used to call the module's
UI function.
- tomic
Either a tidy_omic or triple_omic object
- sort_table
samples or features
- valid_sort_vars
variables available for categorical arranging
- value_var
An abundance value to use with hclust
Value
A sorted tomic object.