Description Usage Arguments Value Author(s) Examples
Subsetting the GenomicTiles
by a GRanges
object
1 2 3 | ## S4 method for signature 'GenomicTiles,GRanges'
subsetByOverlaps(x, ranges, maxgap = -1L,
minoverlap = 0L, type = c("any", "start", "end", "within", "equal"), ...)
|
x |
A |
ranges |
A |
maxgap, minoverlap, type |
See |
... |
Additional parameters |
A subsetted GenomicTiles
object.
Georg Stricker [email protected]e
1 2 3 | gt <- makeTestGenomicTiles()
gr <- GRanges(c("chrI", "chrII"), IRanges(c(1, 120), c(40, 150)))
res <- subsetByOverlaps(gt, gr)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.