sel_padj | R Documentation |
Compute adjusted p values with pre-filtering
sel_padj(pvals, ind, method = "BH")
pvals |
vector of input p values |
ind |
logical vector corresponding to pre-filtering condition. NAs are allowed and reinterprated as FALSE. |
method |
method selection for p.adjust |
vector of adjusted p values with NAs for non-satisfied pre-filtering
pvals <- runif(10)
effectsize <- runif(10)
sel_padj(pvals, effectsize > 0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.