ttest_differential: Calculate p value by t.test manually

View source: R/RNA.R

ttest_differentialR Documentation

Calculate p value by t.test manually

Description

Calculate p value by t.test manually

Usage

ttest_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

alternative

c("two.sided", "less", "greater")

paired

Default FALSE

Examples

Parametric Tests of Group Differences

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