tidy_to_triple: Tidy omic to triple omic

tidy_to_tripleR 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 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.

Value

A triple_omic object as created by create_triple_omic

Examples

tidy_to_triple(brauer_2008_tidy)

romic documentation built on Sept. 21, 2023, 9:06 a.m.