Description Usage Arguments Value Examples
View source: R/region_functions.R
Expands regions to a desired width. Sequences that are partially out-of-bounds after expansion are removed.
1 | expand_regions(zu_obj, length = 10)
|
zu_obj |
A ZentUtils object. |
length |
Number of bp to add to both sides of each region. |
A GRanges object in the 'expanded_regions' slot of the ZentUtils object.
1 | zent <- expand_regions(zent, length = 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.