pack.experiments.CorrData: Convert aligned experiment data into the data structure...

Description Usage Arguments Value Author(s) See Also

Description

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

Usage

1
2
3
4
5
6
## Static method (use this):
## CorrData$pack.experiments(experimentSetList, uniqueTuples, verbose=FALSE, ...)

## Don't use the below:
## S3 method for class 'CorrData'
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.

Author(s)

Alex Lisovich, Roger Day

See Also

For more information see CorrData.


IdMappingAnalysis documentation built on Oct. 31, 2019, 3:30 a.m.