MannWhitneyU_WilcoxonRankSumTest_differential | R Documentation |
Calculate p value by MannWhitneyU (WilcoxonRankSum) Test manually
MannWhitneyU_WilcoxonRankSumTest_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 |
cal.AUC |
If to calculate AUC |
exclude.zore |
If to exclude zore |
exclude.na |
If to exclude na |
alternative |
c("two.sided", "less", "greater") |
cores |
number of cores to use |
paired |
Default FALSE |
Nonparametric Tests of Group Differences
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.