Description Usage Arguments Value Examples
View source: R/runDiffVarAnalysis.R
Run differential variance analysis. This analysis can only be run with categorical
variables. This function relies on varFit
from missMethyl package.
1 2 3 4 5 6 7 8 9 |
set |
Matrix, |
model |
Model matrix or formula to get model matrix from |
coefficient |
Numeric with the coefficients used to make the groups. If NULL, all possible groups will be computed. |
resultSet |
Should results be encapsulated in a |
betas |
If |
warnings |
Should warnings be displayed? (Default:TRUE) |
... |
Further arguments passed to |
MArrayLM
or resultSet
with the result of the differential
variance analysis.
1 2 3 4 5 6 | if (require(minfiData)){
mvalues <- getM(MsetEx)[1:100, ]
model <- model.matrix(~ Sample_Group, data = pData(MsetEx))
res <- runDiffVarAnalysis(mvalues, model)
res
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.