Convert a tidy_omic object into a triple_omic object.
Usage
tidy_to_triple(tidy_omic)
Value
A triple_omic object as created by
create_triple_omic
Arguments
tidy_omic
an object of class tidy_omic produced by
create_tidy_omic
Details
The data table will be converted into features,
samples, and measurements tables using the design
to determine which variables belong in each table. The design
will be preserved as-is.