findBreakPoints {snapCGH} | R Documentation |
Function to returns the start and end of segments when given a SegList
and an array. Currently only used within the
plotSegmentedGenome
function.
findBreakPoints(seg, array)
seg |
An object of class SegList . |
array |
Numeric value corresponding to a column in seg. |
Mike Smith