updateObject-methods: Update an object of a class defined in the XVector package to...

Description Usage Arguments Value See Also

Description

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

Usage

1
2
3
4
5
## Showing usage of method defined for XVector objects only (usage
## is the same for all methods).

## S4 method for signature 'XVector'
updateObject(object, ..., verbose=FALSE)

Arguments

object

Object to be updated. Many (but not all) XVector 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.

See Also

updateObject


XVector documentation built on Nov. 8, 2020, 5:19 p.m.