updateObject-methods {IRanges} | R Documentation |
The IRanges package provides an extensive collection of
updateObject
methods for updating
almost any instance of a class defined in this package.
## Showing usage of method defined for IntegerList objects only (usage ## is the same for all methods). ## S4 method for signature 'IntegerList' updateObject(object, ..., verbose=FALSE)
object |
Object to be updated. Many (but not all) IRanges classes are supported.
If no specific method is available for the object, then the default
method (defined in the BiocGenerics package) is used.
See |
..., verbose |
See |
Returns a valid instance of object
.
The Bioconductor Dev Team