| updateObject | R Documentation | 
Update object
updateObject(object, ..., verbose = FALSE)
## S4 method for signature 'DESeqAnalysis'
updateObject(object, ..., verbose = FALSE)
| object | Object. | 
| ... | Additional arguments. | 
| verbose | 
 | 
Modified object.
DESeqAnalysisIn the v0.1.8 update, we improved the class to contain Annotated virtual
class, which adds support for the metadata() slot. Objects saved by older
package versions must be updated to account for this change.
Updated 2022-03-09.
data(deseq)
## DESeqAnalysis ====
updateObject(deseq)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.