Description Usage Arguments Value
View source: R/wilcoxon_test_runner.R
This function tests the differential abundance of features (e.g., ASVs, OTUs, or OPUs) between groups using the Wilcoxon rank sum test.
1 | wilcoxon_test_runner(X, G, P = 0.001, NSLOTS = 4)
|
X |
Abundance table (i.e., data.frame) formatted as samples x features. Sample names should be set as rownames. |
G |
Groups table (i.e., data.frame). This table should have two columns: the first column with the sample names and the second column with groups numbers. |
P |
P-value used to select singificant features. Default 1e-3. |
NSLOTS |
Number of cores used. Default 4. |
This function returns a list where each element corresponds to a group (tested against all the other groups) and consists of a vector of significant features.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.