diffrep: Perform differential analysis.

Description Usage Arguments Details Value Examples

Description

Performs differential abundance analysis on quantification information in a CMSslice object.

Usage

1
diffrep(cms, classes)

Arguments

cms

An object of class CMSslice.

classes

A character vector of class labels for the samples.

Details

Differential analysis is performed using the limma package which uses empirical Bayes methods in the estimation of feature-wise variances.

Value

A data.frame containing differential analysis information including log fold changes and p-values.

Examples

1
2
3
4
quantmat <- matrix(rnorm(12*5000), nrow = 5000, ncol = 12)
cmsobj <- CMSslice(assays = SimpleList(peakQuants = quantmat))
classes <- rep(c("case", "control"), each = 6)
difftab <- diffrep(cmsobj, classes)

yamss documentation built on Nov. 8, 2020, 6:57 p.m.