Description Usage Arguments Value Author(s) See Also Examples
tool.fdr.empirical
estimates empirical FDR for modules
1 | tool.fdr.empirical(p, f0)
|
p |
p-values of modules |
f0 |
pre-defined threshold for FDR |
res |
data list including the estimated false discovery rates of modules |
Ville-Petteri Makinen
1 2 3 4 5 6 | ## 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
f = 0.05 ## pre-defined threshold for FDR
FDRs <- tool.fdr.empirical(p, f)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.