EdgeRClass: R6 class for EdgeR analysis

EdgeRClassR Documentation

R6 class for EdgeR analysis

Description

R6 class for EdgeR analysis

R6 class for EdgeR analysis

Super classes

hlsgr::AbstractBaseClass -> hlsgr::AbstractDifferentialExpressionAnalysisClass -> EdgeRClass

Methods

Public methods

Inherited methods

Method new()

Usage
EdgeRClass$new(dge, samples, groupcol, outdir)
Arguments
groupcol

category to use for DGE contrasts

outdir

directory to write DGE results to


Method getResults()

Usage
EdgeRClass$getResults(p = NULL, padj = 0.05, logfc = 1.5)

Method clone()

The objects of this class are cloneable with this method.

Usage
EdgeRClass$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Examples

project <- EdgeRClass$new(salmon, groupcol, outdir)

hcnh174/hlsgr documentation built on April 7, 2023, 4:02 p.m.