updateObject {IRanges} | R Documentation |
Updates an old IRanges object to the current version. This updating process is useful when an object has been serialized (e.g., stored to disk) for some time (e.g., months), and the class definition has changed. This change in class definition makes the serialized instance is no longer valid.
updateObject(object, ..., verbose=FALSE)
object |
Object to be updated, or for slot information to be extracted from. |
verbose |
A logical, indicating whether information about the
update should be reported. Use message to report this. |
... |
Additional arguments, for use in specific update methods. |
updateObject
returns a valid instance of object
.
Biocore team