Description Usage Arguments Value Author(s) References Examples
Calculate adjusted p-values for a matrix of pvalues which may contain missing values.
1 | matrix.padjust(pvals, p.adjust.method = "BH")
|
pvals |
p-value matrix |
p.adjust.method |
p-value adjustment method: for options, see ?p.adjust |
Adjusted p-value matrix
Leo Lahti microbiome-admin@googlegroups.com
JD Storey 2003. Ann. Statist. 31(6):2013-2035. The positive false discovery rate: a Bayesian interpretation and the q-value.
To cite the microbiome R package, see citation('microbiome')
1 | qvals <- matrix.padjust(matrix(runif(1000), nrow = 100))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.