Description Usage Arguments Value Methods (by class) Author(s) See Also Examples
Coerces an object to DESeqDataSet.
| 1 2 3 4 | as.DESeqDataSet(x, ...)
## S3 method for class 'DGEList'
as.DESeqDataSet(x, ...)
 | 
| x | an R object | 
| ... | additional arguments to be passed to methods | 
A DESeqDataSet object
DGEList: Coerce DGEList-class objects
to DESeqDataSet.
Andrzej Ole<c5><9b> <andrzej.oles@embl.de>, 2016-2017
| 1 2 3 4 5 6 7 8 9 | require("edgeR")
counts = simulateRnaSeqData()
group = rep(c("case", "control"), each = 3)
dge = DGEList(counts = counts, group = group)
dge
as.DESeqDataSet(dge)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.