Description Usage Arguments Value Author(s) See Also
View source: R/create_eset_r.R
This is really an internal function called from pumaComb. It is used to create an ExpressionSet
object from the output of the bcomb function (which was originally part of the pplr package. Don't worry about it!
1 2 3 4 5 | create_eset_r(
eset
, r
, design.matrix=createDesignMatrix(eset)
)
|
eset |
An object of class |
r |
A data frame with components named 'M1', 'M2', and so on, which represent the mean expression values for condition 1, condition 2, and so on. It also has components named 'Std1', 'Std2', and so on, which represent the standard deviation of the gene expression values for condition 1, condtion 2, and so on. This type of data frame is output by function |
design.matrix |
A design matrix. |
An object of class ExpressionSet
.
Richard D. Pearson
Related methods bcomb
, hcomb
, pumaComb
and pumaCombImproved
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.