Learn R Programming

ROntoTools (version 2.0.0)

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

Description

Combine independent p-values using the normal inversion method

Usage

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

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

Run this code

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

Run the code above in your browser using DataLab