Description Usage Arguments Value Author(s) References See Also Examples
Combine independent p-values using the Fisher method
1 | compute.fisher(p, eps = 1e-06)
|
p |
a vector of independent p-values |
eps |
the minimal p-value considered (all p-values smaller will be set to this value) |
the combined p-value
Calin Voichita and Sorin Draghici
Tarca AL., Draghici S., Khatri P., Hassan SS., Kim J., Kim CJ., Kusanovic JP., Romero R.: "A Signaling Pathway Impact Analysis for Microarray Experiments", 2008, Bioinformatics, 2009, 25(1):75-82.
1 2 | p <- c(.1, .01)
compute.fisher(p)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.