Learn R Programming

OmicNavigator (version 1.19.0)

addMetaAssays: Add metaAssays

Description

Experimental. Add metaAssay measurements that map to the metaFeatureIDs in the metaFeatures table.

Usage

addMetaAssays(study, metaAssays, reset = FALSE)

Arguments

study

An OmicNavigator study created with createStudy

metaAssays

The metaAssays from the study. The input object is a list of data frames (one per model). The row names should correspond to the metaFeatureIDs (second column of data frame added via addMetaFeatures). 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

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.

See Also

getMetaAssays, addAssays, addMetaFeatures