findLargeGaps | R Documentation |
Identifies gaps of a genome where there exist no observations.
## Default S3 method:
findLargeGaps(chromosome=NULL, x, minLength, resolution=1L, ...)
chromosome |
(Optional) An |
x |
A |
minLength |
A positive |
resolution |
A non-negative |
... |
Not used. |
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
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.