findLargeGaps {PSCBS} | R Documentation |
Identifies gaps of a genome where there exist no observations
Description
Identifies gaps of a genome where there exist no observations.
Usage
## Default S3 method:
findLargeGaps(chromosome=NULL, x, minLength, resolution=1L, ...)
Arguments
chromosome |
(Optional) An |
x |
|
minLength |
A positive |
resolution |
A non-negative |
... |
Not used. |
Value
Returns data.frame
zero or more rows and with columns
chromosome
(if given), start
, stop
,
and length
.
Author(s)
Henrik Bengtsson
See Also
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
.
[Package PSCBS version 0.67.0 Index]