Description Usage Arguments Value Author(s) Examples
limitToXkb truncates a set of genomic itnervals at a constant, maximum size.
1 | limitToXkb(features, offset = 1000, size = 13000)
|
features |
A GRanges object representing a set of genomic coordinates. The meta-plot will be centered on the start position. |
offset |
Starts the interval from this position relative to the start of each genomic features. |
size |
Specifies the size of the window. |
Returns GRanges object with new genomic coordiates.
Minho Chae and Charles G. Danko
1 2 | tx <- GRanges("chr7", IRanges(1000, 30000), strand="+")
newTX <- limitToXkb(tx)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.