updateObject is a generic function that returns an instance
of object updated to its current class definition.
# S4 method for bcbioRNASeq updateObject(object, rowRanges = NULL)
| object | Object to be updated for Object for slot information to be extracted from for
|
|---|---|
| rowRanges |
|
bcbioRNASeq.
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.
Updated 2019-09-15.
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.
updateObjectTo in the Biobase package
for updating an object to the class definition of a template (might
be useful for updating a virtual superclass).
validObject for testing the validity of an
object.
showMethods for displaying a summary of the
methods defined for a given generic function.
selectMethod for getting the definition of
a specific method.
BiocGenerics for a summary of all the generics defined in the BiocGenerics package.
#>#> bcbioRNASeq 0.3.29 #> uploadDir: /data00/draco/acidbase/packages/bcbioRNASeq/inst/extdata/bcbio #> dates(2): [bcbio] 2018-03-18; [R] 2019-09-16 #> level: genes #> caller: salmon #> organism: Mus musculus #> interestingGroups(2): treatment day #> class: RangedSummarizedExperiment #> dim: 100 6 #> metadata(28): allSamples bcbioCommandsLog ... yaml previousVersion #> assays(7): counts aligned ... vst fpkm #> rownames(100): ENSMUSG00000000001 ENSMUSG00000000003 ... #> ENSMUSG00000062661 ENSMUSG00000074340 #> rowData names(8): broadClass description ... geneName seqCoordSystem #> colnames(6): control_rep1 control_rep2 ... fa_day7_rep2 fa_day7_rep3 #> colData names(25): averageInsertSize averageReadLength ... treatment #> x5x3Bias## Example that depends on remote file. ## > x <- import(file.path(bcbioRNASeqTestsURL, "bcbioRNASeq_0.1.4.rds")) ## > x <- updateObject(x) ## > x