do_wilcox | R Documentation |
do wilcox test
do_wilcox(x, group, ref = NULL, ...)
x |
data.frame with sample id as the column name, genes or otu as rownames |
group |
group factor used for comparison |
ref |
reference group |
... |
parameters to wilcox_test |
Kai Guo
{
data("mtcars")
do_wilcox(mtcars,group="vs")
do_wilcox(mtcars,group="cyl",ref="4")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.