updateObject | R Documentation |
Update object
updateObject(object, ..., verbose = FALSE)
## S4 method for signature 'bcbioRNASeq'
updateObject(object, rowRanges = NULL, ..., verbose = FALSE)
object |
Object. |
rowRanges |
|
... |
Additional arguments. |
verbose |
|
Update old objects created by the bcbioRNASeq package. The session information metadata is preserved from the time when the bcbio data was originally loaded into R.
Modified object.
bcbioRNADataSet
classSupport for bcbioRNADataSet
objects was dropped in v0.2.0 of the package.
If you need to load one of these objects, please install an older release.
bcbioRnaseq
packageThe previous bcbioRnaseq
package (note case) must be reinstalled to load
objects from versions <= 0.0.20. We changed the name of the package to
bcbioRNASeq
starting in v0.0.21.
Updated 2023-10-05.
Michael Steinbaugh
data(bcb)
## bcbioRNASeq ====
object <- bcb
object <- updateObject(object)
validObject(object)
## Example that depends on remote file.
object <- pipette::import(file.path(
bcbioRnaSeqTestsUrl,
"bcbioRNASeq_0.1.4.rds"
))
object <- updateObject(object, verbose = TRUE)
validObject(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.