powered by
tool.fdr
tool.fdr(p, f = NULL)
tool.fdr.empirical
tool.fdr.bh
## 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(p) ## default method is Benjamini Hochberg
Run the code above in your browser using DataLab