DESeqResultsList | R Documentation |
List containing related DESeqResults objects
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)
object |
Object. |
... |
Additional arguments. |
lfcShrink |
|
quiet |
|
DESeqResultsList
.
Updated 2021-03-15.
data(deseq)
x <- DESeqResultsList(deseq)
print(names(x))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.