select_columns_for_contrast: extract data columns for specified contrast

View source: R/utils.R

select_columns_for_contrastR Documentation

extract data columns for specified contrast

Description

extract data columns for specified contrast

Usage

select_columns_for_contrast(
  l,
  treatment = NA,
  t_seconds = NA,
  control = NA,
  c_seconds = NA
)

Arguments

l

list of data and row_info

treatment

name of treatment to use

t_seconds

value of seconds to use with treatment

control

name of control to use

c_seconds

value of seconds to use with control

Value

list with two members, 'treatment' - matrix of treatment data; 'control' - matrix of control data


TeamMacLean/pepdiff documentation built on April 24, 2023, 7:48 a.m.