Description Usage Arguments Value Author(s) See Also
Convert aligned experiment data into the data structure incapsulated within the CorrData object.
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, ...)
|
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 |
... |
Not used |
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.
Alex Lisovich, Roger Day
For more information see CorrData
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.