getEmpiricalFDR | R Documentation |
Computes the FDR as the proportion of negative peaks with a more extreme p-value, eventually extrapolating and preserving the ranking.
getEmpiricalFDR(log10p, pneg, n = length(log10p) * 10)
log10p |
-log10 p-values of candidate peaks |
pneg |
-log10 p-values of negative peaks |
n |
The number of hypotheses (used when the empirical FDR is zero) |
A data.frame with the empirical FDR and a smoothed -log10(FDR)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.