Coerce Object
| from | Class for which the coerce method will perform coercion. |
|---|
This method adds support
for upgrading bcbioRNADataSet objects to the latest bcbioRNASeq class
version. This should be backwards compatible to bcbioRNASeq version
0.0.26. Previous objects saved using bcbioRnaseq (note case) will likely
fail to load with newer versions of the package.
help(topic = "coerce", package = "methods").
# NOT RUN { # bcbioRNADataSet newClass <- as(oldClass, "bcbioRNASeq") # }