do_t.test: Template for functions that accept either a data frame or a...

View source: R/do_t.test.R

do_t.testR Documentation

Template for functions that accept either a data frame or a list

Description

Template for functions that accept either a data frame or a list

Usage

do_t.test(
  data_,
  paired = F,
  var.equal = T,
  group.column = "groups",
  control.group,
  pAdjustMethod = "BH",
  p.value.cutoff = 0.05,
  fc.threshold = 0,
  input,
  output = "data_t.test"
)

Arguments

data_

list or tibble

paired

a logical indicating whether you want a paired t-test (see ?t.test)

var.equal

a logical variable indicating whether to treat the two variances as being equal (see ?t.test)

group.column

column to use as group identification

pAdjustMethod

see p.adjust.methods

input

name of input

output

name of output


nicohuttmann/pOmics documentation built on Sept. 21, 2022, 9:28 a.m.