compute.fisher {ROntoTools}R Documentation

Combine independent p-values using the Fisher method

Description

Combine independent p-values using the Fisher method

Usage

compute.fisher(p, eps = 1e-06)

Arguments

p

a vector of independent p-values

eps

the minimal p-value considered (all p-values smaller will be set to this value)

Value

the combined p-value

Author(s)

Calin Voichita and Sorin Draghici

References

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.

See Also

pe,compute.normalInv

Examples


p <- c(.1, .01)
compute.fisher(p)


[Package ROntoTools version 2.18.0 Index]