Server components for the organize input module.

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 create_tidy_omic

feature_vars

variables available for arranging features

sample_vars

variables available for arrange samples

value_var

An abundance value to use with hclust

Value

A tomic with sorted features and/or samples.