gr.tile | R Documentation |
GRanges
Tiles interval (or whole genome) with segments of <=
specified width.
gr.tile(gr, width = 1000)
gr |
|
width |
integer Width of each tile (default = 1e3) |
GRanges with tiled intervals
## 10 tiles of width 10
gr1 <- gr.tile(GRanges(1, IRanges(1,100)), width=10)
## make them overlap each other by 5
gr1 + 5
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.