| results | R Documentation |
Results
results(object, ...)
## S4 method for signature 'DESeqAnalysis'
results(object, i, lfcShrink = NULL, extra = FALSE, quiet = TRUE)
## S4 method for signature 'DESeqDataSet'
results(object, ...)
object |
Object. |
i |
Indices specifying elements to extract or replace. Indices are For more information: help(topic = "Extract", package = "base") |
lfcShrink |
|
extra |
|
quiet |
|
... |
Additional arguments. |
DESeqResults.
results(DESeqDataSet): Arguments pass through to DESeq2::results().
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.
Updated 2023-12-18.
data(deseq)
## DESeqAnalysis ====
x <- results(deseq, i = 1L)
class(x)
colnames(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.