Learn R Programming

PSCBS (version 0.38.4)

append.PSCBS: Appends one segmentation result to another

Description

Appends one segmentation result to another.

Usage

## S3 method for class 'PSCBS':
append(x, other, addSplit=TRUE, ...)

Arguments

x, other
The two PSCBS objects to be combined.
other
A PSCBS object.
addSplit
If TRUE, a "divider" is added between chromosomes.
...
Not used.

Value

  • Returns a PSCBS object of the same class as argument x.

See Also

For more information see PSCBS.