Learn R Programming

romic (version 1.1.3)

tomic_to: T* Omic To

Description

Takes in any romic reprsentation of a dataset and returns a specific representation.

Usage

tomic_to(tomic, to_class)

Value

tomic transformed to to_class class (or un-transformed if it started that way).

Arguments

tomic

Either a tidy_omic or triple_omic object

to_class

The class to return, either tidy_omic or triple_omic

Examples

Run this code

tomic_to(brauer_2008_tidy, "triple_omic")

Run the code above in your browser using DataLab