Description Usage Arguments Details Value
The method cbind.ExpressionSet
combines sample expression
profiles from multiple ExpressionSet
or matrix objects.
1 2 |
... |
series of |
.id |
name of the phenotypic variable created to old each dataset ID. If argument are named then these are used as values. |
deparse.level |
integer controlling the construction of labels in
the case of non-matrix-like arguments (for the default method): |
The expression matrices must be exactly of the same dimensions. For the end result to be meaningful, one probably wants the row names to match as well, i.e. both object contain the same features, in the same order. However no check is done for this.
Note that the returned ExpressionSet
object has no sample or feature
annotations.
an ExpressionSet
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.