fdrBH: FDR threshold based on the Benjamini-Hochberg algorithm

Description Usage Arguments Value See Also Examples

View source: R/fdrBH.R

Description

FDR threshold based on the Benjamini-Hochberg algorithm

Usage

1
fdrBH(p, q)

Arguments

p

a vector of p-values

q

False Discovery Rate level

Value

p-value threshold based on independence or positive dependence

See Also

which.cp

Examples

1
fdrBH(seq(0.01,0.1,0.01),q=0.1)

Example output

[1] 0.1

mSTEM documentation built on Oct. 2, 2019, 5:03 p.m.