subset.CopyNumber: Subsetting CopyNumber object
Description
Subset data
slot of CopyNumber object, un-selected rows will move to
dropoff.segs slot, annotation slot will update in the same way.
Usage
# S3 method for CopyNumber
subset(x, subset = TRUE, ...)
Arguments
subset
logical expression indicating rows to keep.
...
further arguments to be passed to or from other methods.
Useless here.