View source: R/feature_helpers.R
startRegionString | R Documentation |
One window per start site, if upstream and downstream are both 0, then only the startsite is returned.
startRegionString(grl, tx, faFile, upstream = 20, downstream = 20)
grl |
a |
tx |
a |
faFile |
|
upstream |
an integer, default (0), relative region to get upstream end from. (0 means start site, +1 is one upstream, -1 is one downstream) |
downstream |
an integer, default (0), relative region to get downstream end from (0 means start site, +1 is one downstream, -1 is one upstream) |
a character vector of start regions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.