tomic_to {romic} | R Documentation |
T* Omic To
Description
Takes in any romic
reprsentation of a dataset and returns a specific
representation.
Usage
tomic_to(tomic, to_class)
Arguments
tomic |
Either a |
to_class |
The class to return, either |
Value
tomic transformed to to_class
class (or un-transformed if
it started that way).
Examples
tomic_to(brauer_2008_tidy, "triple_omic")
[Package romic version 1.1.3 Index]