ttest_differential | R Documentation |
Calculate p value by t.test manually
ttest_differential(
df,
group,
cal.AUC = TRUE,
exclude.zore = FALSE,
exclude.na = TRUE,
alternative = "two.sided",
cores = 40,
paired = FALSE
)
df |
Row is gene, column is sample |
alternative |
c("two.sided", "less", "greater") |
paired |
Default FALSE |
Parametric Tests of Group Differences
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.