gapsToSegments.data.frame | R Documentation |
Gets the genomic segments that are complementary to the gaps, with default chromosome boundaries being -Inf
and +Inf
.
## S3 method for class 'data.frame'
gapsToSegments(gaps, resolution=1L, minLength=0L, dropGaps=FALSE, ...)
gaps |
A |
resolution |
A non-negative |
minLength |
Minimum length of segments to be kept. |
dropGaps |
If |
... |
Not used. |
Returns data.frame
of least one row with columns chromosome
if that argument is given), start
, stop
and length
.
The segments are ordered along the genome.
Henrik Bengtsson
findLargeGaps
().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.