updateObject-methods {IRanges}R Documentation

Update an object of a class defined in IRanges to its current class definition

Description

The IRanges package provides an extensive collection of updateObject methods for updating almost any instance of a class defined in this package.

Usage

## 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)

Arguments

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 ?updateObject for a description of the default method.

..., verbose

See ?updateObject.

Value

Returns a valid instance of object.

Author(s)

The Bioconductor Dev Team

See Also

updateObject


[Package IRanges version 1.18.2 Index]