anova_rlm: build rlm model between drugs accounting for batch effect

Description Usage Arguments Value Examples

View source: R/anova.R

Description

build rlm model between drugs accounting for batch effect

Usage

1
anova_rlm(data, formula = "ratio ~ drug + batch", lower = TRUE, outdir)

Arguments

data

a data.frame

formula

(default: "ratio ~ drug + batch") the formula of the model

lower

(default: TRUE) tests if "y" (the ratio) is lower than in controls

outdir

set the outdir directory to a path (default extracted from fcs)

Value

a data.frame

Examples

1
2
3
4
## Not run: 
data <- anova_rlm(data)

## End(Not run)

LBMC/criblejurkat documentation built on Sept. 13, 2020, 7:58 p.m.