Results
Usage
results(object, ...)
# S4 method for class 'DESeqAnalysis'
results(object, i, lfcShrink = NULL, extra = FALSE, quiet = TRUE)
# S4 method for class 'DESeqDataSet'
results(object, ...)Arguments
- object
Object.
- i
Indices specifying elements to extract or replace. Indices are
numericorcharactervectors, empty (missing), orNULL.For more information:
- lfcShrink
logical(1)orNULL. Use shrunken log2 fold change (LFC) values. IfNULL, inherits value defined inlfcShrink().- extra
logical(1). Include row data (i.e. gene metadata) and normalized counts from the internalDESeqDataSet.- quiet
logical(1). Perform command quietly, suppressing messages.- ...
Additional arguments.
Functions
results(DESeqDataSet): Arguments pass through toDESeq2::results().
Extra mode
Get the DESeqDataSet, and humanize the sample names. Note that we're not
calling humanize() here on the DESeqDataSet, because we want to keep the
gene identifiers in the row names. Use human-friendly sample names, defined
by the sampleName column in colData. We're using this downstream when
joining the normalized counts.