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