DESeqAnalysisList | R Documentation |
List containing related DESeq2 analyses
DESeqAnalysisList(object, ...)
## S4 method for signature 'SimpleList'
DESeqAnalysisList(object)
## S4 method for signature 'list'
DESeqAnalysisList(object)
## S4 method for signature 'missing'
DESeqAnalysisList(object)
object |
Object. |
... |
Additional arguments. |
DESeqAnalysisList
.
Updated 2021-03-15.
data(deseq)
x <- DESeqAnalysisList(list("object1" = deseq, "object2" = deseq))
x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.