edgeRwrapper: edgeRwrapper

Description Usage Arguments Value

View source: R/wrappers.R

Description

Performs one differential expression analysis using edgeR.

Usage

1
edgeRwrapper(e, mm = NULL, DEsamples = NULL, paired = FALSE, nested = NULL)

Arguments

e

the expression matrix

mm

the design model (as created by the ‘model.matrix()’ function), for paired analyses only. Default NULL.

DEsamples

the index of the samples in which the differential expression was added. Mandatory if mm=NULL, ignored otherwise.

paired

Logical; whether the analysis should be paired or not.

nested

Ignored; for consistency with voomWrapper.

Value

A data.frame.


plger/iPSCpoweR documentation built on Feb. 2, 2022, 1:37 a.m.