vstLmerWrapper: vstLmerWrapper

Description Usage Arguments Value

View source: R/wrappers.R

Description

Performs one differential expression analysis using mixed models (via 'lme4::lmer') on 'DESeq2' vst-transformed counts

Usage

1
vstLmerWrapper(e, nested = NULL, DEsamples = NULL, mm = NULL, paired = NULL)

Arguments

e

the expression matrix

nested

NULL or character vector of size=ncol(e), indicating the blocking variable (default NULL).

DEsamples

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

mm

Ignored; for consistency with alternative functions.

paired

Ignored; for consistency with alternative functions.

Value

A data.frame.


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