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)

federicogiorgi/corto documentation built on April 24, 2023, 1:23 a.m.