updateObject: Update object

updateObjectR Documentation

Update object

Description

Update object

Usage

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

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

Arguments

object

Object.

...

Additional arguments.

verbose

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

Value

Modified object.

Note

Updated 2023-12-04.

Author(s)

Michael Steinbaugh

Examples

data(bcb)

## bcbioSingleCell ====
updateObject(bcb)

## Example that depends on remote file.
## > x <- import(
## >     con = file.path(
## >         bcbioSingleCellTestsUrl,
## >         "bcbioSingleCell_0.1.0.rds"
## >     )
## > )
## > x <- updateObject(x)
## > x

hbc/bcbioSinglecell documentation built on Jan. 14, 2024, 3:41 a.m.