fdrBH {mSTEM} | R Documentation |
FDR threshold based on the Benjamini-Hochberg algorithm
fdrBH(p, q)
p |
a vector of p-values |
q |
False Discovery Rate level |
p-value threshold based on independence or positive dependence
fdrBH(seq(0.01,0.1,0.01),q=0.1)