bayesFun {marray}R Documentation

A function that calculates an odds ratio of each gene in a multi-slide microarray experiment

Description

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) ).

Usage

bayesFun(...)

Arguments

... arguments for the fuction lm.series and ebayes

Details

Value

Returns a function.

Author(s)

Yee Hwa (Jean) Yang

References

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

See Also

lm.series,ebayes

Examples

  bayesFun()

[Package marray version 1.5.14 Index]