updateObject: Update object

updateObjectR Documentation

Update object

Description

Update object

Usage

updateObject(object, ..., verbose = FALSE)

## S4 method for signature 'DESeqAnalysis'
updateObject(object, ..., verbose = FALSE)

Arguments

object

Object.

...

Additional arguments.

verbose

logical(1). Run the function with verbose output.

Value

Modified object.

DESeqAnalysis

In 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.

Note

Updated 2022-03-09.

Examples

data(deseq)

## DESeqAnalysis ====
updateObject(deseq)

acidgenomics/DESeqAnalysis documentation built on March 27, 2024, 10:32 p.m.