EdgeRClass | R Documentation |
R6 class for EdgeR analysis
R6 class for EdgeR analysis
hlsgr::AbstractBaseClass
-> hlsgr::AbstractDifferentialExpressionAnalysisClass
-> EdgeRClass
new()
EdgeRClass$new(dge, samples, groupcol, outdir)
groupcol
category to use for DGE contrasts
outdir
directory to write DGE results to
getResults()
EdgeRClass$getResults(p = NULL, padj = 0.05, logfc = 1.5)
clone()
The objects of this class are cloneable with this method.
EdgeRClass$clone(deep = FALSE)
deep
Whether to make a deep clone.
project <- EdgeRClass$new(salmon, groupcol, outdir)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.