Learn R Programming

microbial (version 0.0.19)

do_wilcox: do wilcox test

Description

do wilcox test

Usage

do_wilcox(x, group, ref = NULL, ...)

Arguments

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

Examples

Run this code
# NOT RUN {
{
data("mtcars")
do_wilcox(mtcars,group="vs")
do_wilcox(mtcars,group="cyl",ref="4")
}
# }

Run the code above in your browser using DataLab