tidy_to_triple {romic} | R Documentation |
Tidy omic to triple omic
Description
Convert a tidy_omic
object into a triple_omic
object.
Usage
tidy_to_triple(tidy_omic)
Arguments
tidy_omic |
an object of class tidy_omic produced by
|
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.
Value
A triple_omic
object as created by
create_triple_omic
Examples
tidy_to_triple(brauer_2008_tidy)
[Package romic version 1.1.3 Index]