View source: R/fct_cor_expression.R
bh_correction | R Documentation |
Determine significance of p-values after repeated hypothesis testing using the Benjamini-Hochberg correction.
bh_correction(x, fdr)
x |
vector of p-values. MUST be ordered from smallest to largest! |
fdr |
False discovery rate. Must be between 0 and 1. |
Logical vector of same length as x
indicating whether the
given p-values were sufficient to reject the null hypothesis with the
given false discovery rate.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.