gr.flipstrand: Flip strand on 'GRanges'

gr.flipstrandR Documentation

Flip strand on GRanges

Description

Flip strand on GRanges

Flip strand on GRanges

Usage

gr.flipstrand(gr)

gr.flipstrand(gr)

Arguments

gr

GRanges pile with strands to be flipped

Value

GRanges with flipped strands (+ to -, * to *, - to *)

GRanges with flipped strands (+ to -, * to *, - to *)

Examples


gr.flipstrand(GRanges(1, IRanges(c(10,10,10),20), strand=c("+","*","-")))

gr.flipstrand(GRanges(1, IRanges(c(10,10,10),20), strand=c("+","*","-")))

mskilab/gUtils documentation built on June 6, 2023, 12:08 a.m.