View source: R/genomicRegions.R
grTile | R Documentation |
Tile each element in a GRanges
object into equally-sized windows.
If the length of an element is not divisible by the window-size, each element will be adjusted to match a multiple of the desired window-size
grTile(gr, tile.width = 200, keepMetadata = TRUE)
gr |
|
tile.width |
length of the tiling window |
keepMetadata |
Should the metadata columns for each element be preserved in the resulting object |
GRanges
containing the tiling regions. Additional metadata columns named .orgIdx
, .winIdx
denote the indices
of the original element and the window respectively
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.