| as.DESeqDataSet | R Documentation | 
Coercion methods
as.DESeqDataSet(x, ...)
as.DESeqTransform(x, ...)
## S4 method for signature 'DESeqAnalysis'
as.DESeqDataSet(x)
## S4 method for signature 'DESeqAnalysis'
as.DESeqTransform(x)
| x | Object. | 
| ... | Additional arguments. | 
Modified object, of desired conversion class.
Supported coercion methods will extract any of these internal objects:
DESeqDataSet.
DESeqTransform.
DESeqResultsList.
Updated 2022-03-30.
data(deseq)
## DESeqAnalysis ====
dds <- as.DESeqDataSet(deseq)
class(dds)
dt <- as.DESeqTransform(deseq)
class(dt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.