compute.normalInv: Combine independent p-values using the normal inversion...

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/utils.R

Description

Combine independent p-values using the normal inversion method

Usage

1
compute.normalInv(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., Romero R.: "A Mmore Specific Method To Combine Perturbation and Over-representation Evidence in Pathway Analysis", PSB 2010 poster.

See Also

pe,compute.fisher

Examples

1
2
p <- c(.1, .01)
compute.normalInv(p)

ROntoTools documentation built on Nov. 8, 2020, 7:41 p.m.