Identifies gaps of a genome where there exist no observations.
# S3 method for default
findLargeGaps(chromosome=NULL, x, minLength, resolution=1L, ...)
Returns data.frame
zero or more rows and with columns
chromosome
(if given), start
, stop
,
and length
.
Henrik Bengtsson
Use gapsToSegments
() to turn the set of identified gaps into
the complementary set of segments such that they can be passed
to segmentByCBS
(), segmentByPairedPSCBS
() and
segmentByNonPairedPSCBS
() via argument knownSegments
.