as.DGEList | R Documentation |
Coerces an object to DGEList.
as.DGEList(x, ...)
## S3 method for class 'DESeqDataSet'
as.DGEList(x, ...)
x |
an R object |
... |
additional arguments to be passed to methods |
A DGEList
object.
as.DGEList(DESeqDataSet)
: Coerce DESeqDataSet
objects to
DGEList-class
.
Andrzej Oleś <andrzej.oles@gmail.com>, 2016-2023
as.DESeqDataSet
require("DESeq2")
se = simulateRnaSeqData(output = "RangedSummarizedExperiment")
se
dds = DESeqDataSet(se, design = ~ condition)
dds
as.DGEList(dds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.