maBayesian {marray} | R Documentation |
This function calls the function "lm.series" and "ebayes" in the package "limma" to calculate the log-odds of differential expression by empirical Bayes shrinkage of the standard errors towards a common value.
maBayesian(mraw, ...)
mraw |
An object of class matrix , dataframe ,
marrayRaw , marrayNorm or exprSet that contains
gene expression data. |
... |
arguments for the fuction lm.series and ebayes |
Yee Hwa Yang jean@biostat.ucsf.edu
## data(swirl) ## M <- sweep(maM(swirl), 2, c(1,-1,1,-1), FUN="*") ## est <- maBayesian(M)