Learn R Programming

romic (version 1.1.3)

tidy_to_triple: Tidy omic to triple omic

Description

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.

Examples

Run this code
tidy_to_triple(brauer_2008_tidy)

Run the code above in your browser using DataLab