MannWhitneyU_WilcoxonRankSumTest_differential: Calculate p value by MannWhitneyU (WilcoxonRankSum) Test...

View source: R/RNA.R

MannWhitneyU_WilcoxonRankSumTest_differentialR Documentation

Calculate p value by MannWhitneyU (WilcoxonRankSum) Test manually

Description

Calculate p value by MannWhitneyU (WilcoxonRankSum) Test manually

Usage

MannWhitneyU_WilcoxonRankSumTest_differential(
  df,
  group,
  cal.AUC = TRUE,
  exclude.zore = FALSE,
  exclude.na = TRUE,
  alternative = "two.sided",
  cores = 40,
  paired = FALSE
)

Arguments

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

Examples

Nonparametric Tests of Group Differences

ProfessionalFarmer/loonR documentation built on Oct. 9, 2024, 9:56 p.m.