Description Usage Arguments Value Author(s)
View source: R/Methods-stats.R
This is a function that fits linear models for each single
features in a mSet-class
object. It calls the function
lmFit
, followed by eBayes
for t tests.
The result is returned by topTable
. A model matrix is
requred to be passed to the lmFit function.
1 2 | mSet_limma(object, design, transform = function(x) { log2(x + 1) },
coef, p.value)
|
object |
A |
design |
A design matrix. Can be created using the
|
transform |
A transform function to apply. The defaul is log2 transformation. |
coef |
The number of coefficient to return by topTable.
See |
A data.frame. See topTable
Chenghao Zhu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.