calP: calP

Description Usage Arguments Value Author(s)

View source: R/utils.R

Description

Calculate p value and AUC for each feature.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
calP(
  object,
  control.group,
  case.group,
  test.method = c("t", "wilcox"),
  adjust.method = c("holm", "hochberg", "hommel", "bonferroni", "BH", "BY", "fdr",
    "none"),
  log.scale = FALSE,
  ...
)

Arguments

object

object

control.group

control.group.

case.group

case.group.

test.method

test.method.

adjust.method

adjust.method.

log.scale

log.scale.

...

other arguments.

Value

p values.

Author(s)

Xiaotao Shen shenxt@sioc.ac.cn


jaspershen/metflow2 documentation built on Aug. 15, 2021, 4:38 p.m.