Update object
Usage
updateObject(object, ..., verbose = FALSE)
# S4 method for FgseaList
updateObject(object, deseq = NULL, alphaThreshold = NULL, ..., verbose = FALSE)
Arguments
- object
Object.
- deseq
DESeqAnalysis
orNULL
. Update object by slottingDESeqAnalysis
, if necessary. This was added to object in 2020-09.- alphaThreshold
number(1)
. Alpha level used for GSEA. Note that this is not necessarily the alpha level used to generateDESeqResults
object.- ...
Additional arguments.
- verbose
logical(1)
. Whether information about the update should be reported.