bayesFun {marray} | R Documentation |
This is a wrapper function around stat.bay.est which takes independent, sufficient estimates of the effect and its variance for each gene in a multi-slide microarray experiment and returns an odds ratio for each gene: log( Pr(the gene is differentially expressed) / Pr(the gene is not differentially expressed) ).
bayesFun(...)
... |
arguments for the fuction lm.series and ebayes |
Returns a function.
Yee Hwa (Jean) Yang
I. Lönnstedt and T. P. Speed. Replicated Microarray Data. Statistical Sinica, Accepted, see http://www.stat.berkeley.edu/users/terry/zarray/Html/papersindex.html
lm.series
,ebayes
bayesFun()