List containing related DESeqResults objects
Source:R/AllGenerics.R
, R/DESeqResultsList-methods.R
DESeqResultsList.Rd
List containing related DESeqResults objects
Usage
DESeqResultsList(object, ...)
# S4 method for DESeqAnalysis
DESeqResultsList(object, lfcShrink = NULL, quiet = FALSE)
# S4 method for DESeqAnalysisList
DESeqResultsList(object, ...)
# S4 method for SimpleList
DESeqResultsList(object)
# S4 method for list
DESeqResultsList(object)
# S4 method for missing
DESeqResultsList(object)
Arguments
- object
Object.
- ...
Additional arguments.
- lfcShrink
logical(1)
orNULL
. Use shrunken log2 fold change (LFC) values. IfNULL
, inherits value defined inlfcShrink()
.- quiet
logical(1)
. Perform command quietly, suppressing messages.