fdrBH: Compute FDR threshold based on Benjamini-Hochberg (BH)...

View source: R/fdrBH.R

fdrBHR Documentation

Compute FDR threshold based on Benjamini-Hochberg (BH) algorithm

Description

Compute FDR threshold based on Benjamini-Hochberg (BH) algorithm

Usage

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

Examples

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


dSTEM documentation built on July 9, 2023, 7:08 p.m.

Related to fdrBH in dSTEM...