Description Usage Arguments Value Author(s) References Examples
Calculate Wilcoxon test (unpaired; BH correction) for the specified sample groups.
1 2 | check_wilcoxon(dat, G1, G2, p.adjust.method = "BH", sort = FALSE,
paired = FALSE)
|
dat |
data matrix (features x samples) |
G1 |
Sample group 1 (for comparison) |
G2 |
Sample group 2 (for comparison) |
p.adjust.method |
p-value correction method for p.adjust function (default 'BH'). If NULL, no correction will be performed. |
sort |
sort the results |
paired |
paired Wilcoxon test |
(Corrected) p-values for two-group comparison.
Contact: Leo Lahti microbiome-admin@googlegroups.com
See citation('microbiome')
1 2 | data(peerj32)
pval <- check_wilcoxon(t(peerj32$microbes), G1 = 1:22, G2 = 23:44)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.