gr.flipstrand | R Documentation |
GRanges
Flip strand on GRanges
Flip strand on GRanges
gr.flipstrand(gr)
gr.flipstrand(gr)
gr |
|
GRanges
with flipped strands (+ to -, * to *, - to *)
GRanges
with flipped strands (+ to -, * to *, - to *)
gr.flipstrand(GRanges(1, IRanges(c(10,10,10),20), strand=c("+","*","-")))
gr.flipstrand(GRanges(1, IRanges(c(10,10,10),20), strand=c("+","*","-")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.