Description Usage Arguments Details Value Author(s) See Also Examples
This function takes ExpressionSets as input and formats the expression matrix into a data.frame whose identifiers are put into the first column
1 | virtualArrayBuildExprs(x)
|
x |
An ExpressionSet |
This function is normally only called by "virtualArray.ExpressionSet". It can be used, however, to extract the "exprs" slot of an ExpressionSet as a data.frame. At the same time the identifiers (rownames) are saved in column "1" of the data.frame.
The value returned is a data.frame which is based on the expression matrix of the input ExpressionSet.
Andreas Heider
virtualArray-package, virtualArray.ExpressionSet, virtualArrayCompile
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.