addAssays {OmicNavigator} | R Documentation |
Add assays
Description
Add assays
Usage
addAssays(study, assays, reset = FALSE)
Arguments
study |
An OmicNavigator study created with |
assays |
The assays from the study. The input object is a list of data
frames (one per model). The row names should correspond to the featureIDs
( |
reset |
Reset the data prior to adding the new data (default:
|
Value
Returns the original onStudy
object passed to the argument
study
, but modified to include the newly added data
[Package OmicNavigator version 1.13.13 Index]