gr.start | R Documentation |
Get GRanges corresponding to beginning of range
gr.start(x, width = 1, force = FALSE, ignore.strand = TRUE, clip = TRUE)
x |
|
width |
integer Specify subranges of greater width including the start of the range. (default = 1) |
force |
boolean Allows returned |
ignore.strand |
boolean If set to |
clip |
boolean Trims returned |
GRanges
object of width 1 ranges representing start of each genomic range in the input.
gr.start(example_dnase, width=200)
gr.start(example_dnase, width=200, clip=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.