updateObject | R Documentation |
Update object
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)
object |
Object. |
... |
Additional arguments. |
verbose |
|
Updated 2023-04-13.
Michael Steinbaugh
# > object <- makeGRangesFromEnsembl("Homo sapiens")
# > object <- updateObject(object)
# > print(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.