LimmaVoomClass: R6 class for limma voom analysis

LimmaVoomClassR Documentation

R6 class for limma voom analysis

Description

R6 class for limma voom analysis

R6 class for limma voom analysis

Methods

Public methods


Method new()

Usage
LimmaVoomClass$new(dge, samples, outdir)
Arguments
outdir

directory to write DGE results to


Method getResults()

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

Method clone()

The objects of this class are cloneable with this method.

Usage
LimmaVoomClass$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Examples

result <- LimmaVoomClass$new(dge, groupcol, outdir)

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