powered by
do anova test and return results as data.frame
do_aov(x, group, ...)
data.frame with sample id as the column name, genes or otu as rownames
group factor used for comparison
parameters to anova_test
Kai Guo
{ data("ToothGrowth") do_aov(ToothGrowth,group="supp") }
Run the code above in your browser using DataLab