updateOldESet: Update previously created eSet object to current eSet...

Description Usage Arguments Value Author(s) See Also Examples

View source: R/methods-eSet.R

Description

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.

Usage

1
updateOldESet(from, toClass, ...)

Arguments

from

Object created using a previous version of the eSet class.

toClass

Character string identifying new class, e.g., "ExpressionSet"

...

Additional arguments passed to the initialization method for class toClass

Value

Valid object of class toClass.

Author(s)

Biocore

See Also

eSet-class, ExpressionSet-class, SnpSet-class

Examples

1
2
3
4
## Not run: 
updateOldESet(oldESet, "ExpressionSet")

## End(Not run)

Biobase documentation built on Nov. 8, 2020, 6:52 p.m.