Description Usage Arguments Details Value Author(s) See Also
Turn a MArrayLM
object into a data.frame
.
1 2 | ## S3 method for class 'MArrayLM'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)
|
x |
an object of class |
row.names |
|
optional |
logical. If |
... |
additional arguments to be passed to or from methods. |
This method combines all the components of x
which have a row for each probe on the array into a data.frame
.
A data.frame.
Gordon Smyth
as.data.frame
in the base package.
02.Classes gives an overview of data classes used in LIMMA. 06.LinearModels gives an overview of linear model functions in LIMMA.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.