Skip to contents

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) or NULL. Use shrunken log2 fold change (LFC) values. If NULL, inherits value defined in lfcShrink().

quiet

logical(1). Perform command quietly, suppressing messages.

Value

DESeqResultsList.

Note

Updated 2021-03-15.

Examples

data(deseq)
x <- DESeqResultsList(deseq)
#>  Returning shrunken results from `lfcShrink` slot.
print(names(x))
#> [1] "condition_B_vs_A" "treatment_D_vs_C"