fisherp: Fisher integration of p-values

View source: R/gsea.R

fisherpR Documentation

Fisher integration of p-values

Description

This function applies the Fisher integration of pvalues

Usage

fisherp(ps)

Arguments

ps

a vector of p-values

Value

p.val an integrated p-value

Examples

ps<-c(0.01,0.05,0.03,0.2)
fisherp(ps)

corto documentation built on March 31, 2023, 9:25 p.m.