compute.normalInv {ROntoTools} | R Documentation |
Combine independent p-values using the normal inversion method
compute.normalInv(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., Romero R.: "A Mmore Specific Method To Combine Perturbation and Over-representation Evidence in Pathway Analysis", PSB 2010 poster.
p <- c(.1, .01) compute.normalInv(p)