Skip to contents

Update object

Usage

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

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

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

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

# S4 method for 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

Michael Steinbaugh

Examples

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