Add assays
addAssays(study, assays, reset = FALSE)
Returns the original onStudy
object passed to the argument
study
, but modified to include the newly added data
An OmicNavigator study created with createStudy
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
(addFeatures
). The column names should correspond to the
sampleIDs (addSamples
). The data frame should only contain
numeric values. To share a data frame across multiple models, use the
modelID "default".
Reset the data prior to adding the new data (default:
FALSE
). The default is to add to or modify any previously added data
(if it exists). Setting reset = TRUE
enables you to remove existing
data you no longer want to include in the study.