powered by
do wilcox test
do_wilcox(x, group, ref = NULL, ...)
data.frame with sample id as the column name, genes or otu as rownames
group factor used for comparison
reference group
parameters to wilcox_test
# 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