findLargeGaps: Identifies gaps of a genome where there exist no observations
Description
Identifies gaps of a genome where there exist no observations.Usage
## S3 method for class 'default':
findLargeGaps(chromosome=NULL, x, minLength, resolution=1L, ...)
Arguments
minLength
A positive numeric
scalar specifying the minimum
length of a gap. resolution
A non-negative numeric
specifying the minimum
length unit, which by default equals one nucleotide/base pair. Value
- Returns
data.frame
zero or more rows and with columns
chromosome
(if given), start
, stop
,
and length
.