Description Usage Arguments Value Methods (by class) Author(s) See Also Examples
Coerces an object to DGEList.
1 2 3 4 | 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.
DESeqDataSet
: Coerce DESeqDataSet
objects to
DGEList-class
.
Andrzej Ole<c5><9b> <andrzej.oles@embl.de>, 2016-2017
1 2 3 4 5 6 7 8 9 | 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.