tool.fdr.bh: Benjamini and Hochberg False Discovery Rate

Description Usage Arguments Value Author(s) See Also Examples

View source: R/cle.LS.R

Description

tool.fdr.bh estimates FDRs of modules by using Benjamini and Hochberg method.

Usage

1

Arguments

p

p-values of modules

Value

res

data list including the estimated false discovery rates of modules

Author(s)

Ville-Petteri Makinen

See Also

tool.fdr, tool.fdr.bh

Examples

1
2
3
4
5
## let us assume we have a set of pvalues
## and would like to find FDR values:
set.seed(1)
p <- abs(rnorm(10))*1e-2
FDRs <- tool.fdr.bh(p) ## the default method is already Benjamini Hochberg

Mergeomics documentation built on Nov. 8, 2020, 6:58 p.m.