dot-do_ttest: do t.test

.do_ttestR Documentation

do t.test

Description

do t.test

Usage

.do_ttest(x, group, ref = NULL, method = "BH", ...)

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

method

correction method, a character string

...

parameters to t_test

Author(s)

Kai Guo

Examples

{
data("mtcars")
.do_ttest(mtcars,group="vs")
.do_ttest(mtcars,group="cyl",ref="4")
}

guokai8/scGSVA documentation built on Nov. 15, 2024, 12:54 a.m.