updateObject: Update object

updateObjectR Documentation

Update object

Description

Update object

Usage

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

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

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

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

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

Arguments

object

Object.

...

Additional arguments.

verbose

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

Note

Updated 2023-04-13.

Author(s)

Michael Steinbaugh

Examples

# > object <- makeGRangesFromEnsembl("Homo sapiens")
# > object <- updateObject(object)
# > print(object)

acidgenomics/AcidGenomes documentation built on Dec. 10, 2023, 10:35 p.m.