append.CBS: Appends one segmentation result to another
Description
Appends one segmentation result to another.
Usage
# S3 method for CBS
append(x, other, addSplit=TRUE, ...)
Arguments
x, other
The two CBS
objects to be combined.
addSplit
If TRUE
, a "divider" is added between chromosomes.
Value
Returns a CBS
object of the same class as argument x
.
See Also
For more information see CBS
.