Description Usage Arguments Value Author(s) See Also Examples
This function updates eSet
objects created in previous versions
of Biobase to the current class structure. Warnings indicate when
coercions change how data in the from
object are
altered. If the from
object was not a valid object of the
original eSet class, then updateOldESet
may fail.
1 | updateOldESet(from, toClass, ...)
|
from |
Object created using a previous version of the eSet class. |
toClass |
Character string identifying new class, e.g.,
|
... |
Additional arguments passed to the initialization method
for class |
Valid object of class toClass
.
Biocore
eSet-class
, ExpressionSet-class
, SnpSet-class
1 2 3 4 | ## Not run:
updateOldESet(oldESet, "ExpressionSet")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.