Coerce Object

Arguments

from

Class for which the coerce method will perform coercion.

Upgrade <a href='bcbioRNASeq-class.html'>bcbioRNASeq</a> to current version

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.

See also

help(topic = "coerce", package = "methods").

Examples

# NOT RUN {
# bcbioRNADataSet
newClass <- as(oldClass, "bcbioRNASeq")
# }