Description Usage Arguments Details Author(s)
This function is used to merge multiple ExpressionSet
objects by Features
.
1 | ArrayMerge(Exprs_list = NULL, Features = NULL, annot = "org.Hs.eg.db")
|
Exprs_list |
a list of |
Features |
a character vector at least include all |
annot |
set a annotation platform or package for merged |
The mechanism of biobase
package has no function to merge multiple
ExpressioSet
object. Due to different feature names in different platforms, we use custom
Features
to construct a uniform feature data.frame.
Shixiang Wang <w_shixiang@163.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.