Description Usage Arguments Value
Given a vector of p-values and a set false discovery rate alpha the function returns the lowest p-value in the vector for which the Benjamini-Hochberg adjusted p-value (ie q-value) is less than that alpha.
1 | getFDRThreshold(pvalues, alpha = 0.01)
|
pvalues |
a vector of p-values |
alpha |
the required false discovery rate alpha |
The p-value threshold that corresponds to the Benjamini-Hochberg adjusted p-value at the FDR set by alpha.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.