Learn R Programming

IdMappingAnalysis (version 1.16.0)

CorrData$pack.experiments: Convert aligned experiment data into the data structure incapsulated within the CorrData object

Description

Convert aligned experiment data into the data structure incapsulated within the CorrData object.

Usage

## Static method (use this): ## CorrData$pack.experiments(experimentSetList, uniqueTuples, verbose=FALSE, ...)
## Don't use the below: "pack.experiments"(static, experimentSetList, uniqueTuples, verbose=FALSE, ...)

Arguments

experimentSetList
list of aligned ExperimentSet to be converted.
uniqueTuples
set of unique pairs (triplets ets) each column of which corresponds to the primary key of the corresponding ExperimentSet object in the list.
verbose
if TRUE enables diagnostic messages. Default is FALSE.
...
Not used

Value

a list of two or more elements with names corresponding to the primary IDs for each experiment modality where each element contains a data frame with primary IDs of a given modality in the first column while the rest of columns contain the experiment data. The names of the data columns in both data frames are identical and correspond to the sample IDs.

See Also

For more information see CorrData.