powered by
do t.test
do_ttest(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 t_test
Kai Guo
{ data("mtcars") do_ttest(mtcars,group="vs") do_ttest(mtcars,group="cyl",ref="4") }
Run the code above in your browser using DataLab