DESeqResultsList: List containing related DESeqResults objects

DESeqResultsListR Documentation

List containing related DESeqResults objects

Description

List containing related DESeqResults objects

Usage

DESeqResultsList(object, ...)

## S4 method for signature 'DESeqAnalysis'
DESeqResultsList(object, lfcShrink = NULL, quiet = FALSE)

## S4 method for signature 'DESeqAnalysisList'
DESeqResultsList(object, ...)

## S4 method for signature 'SimpleList'
DESeqResultsList(object)

## S4 method for signature 'list'
DESeqResultsList(object)

## S4 method for signature '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)
print(names(x))

steinbaugh/DESeqAnalysis documentation built on April 1, 2024, 8:30 a.m.