tidy_to_triple | R Documentation |
Convert a tidy_omic
object into a triple_omic
object.
tidy_to_triple(tidy_omic)
tidy_omic |
an object of class tidy_omic produced by
|
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.
A triple_omic
object as created by
create_triple_omic
tidy_to_triple(brauer_2008_tidy)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.