Description Usage Arguments Value Author(s) Examples
Fit genewise linear model using LIMMA package, ordinary linear regression, or permutation method.
1 |
object |
an ExpressionSet |
contrast |
a contrastMatrix |
method |
choose the follwoing three options: "limma" (LIMMA), "regression" (ordinary linear regression), "permutation" (permutation test) |
adj |
adjustment method for multiple comparison test, including "holm", "hochberg", "hommel", "bonferroni", "BH", "BY", "fdr", "none". The default value is "none". Type help(p.adjust) for more detail. |
permute.time |
number of permutation times, only used for the "permutation" method |
an object of regressResult
Xiwei Wu, Arthur Li
1 2 3 4 5 | data(eSetExample)
design<- new("designMatrix", target=pData(eSetExample), covariates = "Treatment")
contrast<- new("contrastMatrix", design.matrix = design,
compare1 = "Treated", compare2 = "Control")
result<- regress(eSetExample, contrast)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.