Description Usage Arguments Value Examples
View source: R/peakTransforms.r
Set strand by overlapping or nearest anchor GRanges
1 | orientBy(testRanges, anchorRanges)
|
testRanges |
The GRanges object to anchor. |
anchorRanges |
A GRanges object by which to anchor strand orientation. |
newRanges A GRanges object.
1 2 3 | data(ik_Example)
strand(ik_Example[[1]]) <- "+"
anchoredGRanges <- orientBy(ik_Example[[2]],ik_Example[[1]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.