isReverse {Pbase}R Documentation

Are all the ranges on the same strand

Description

Checks if all ranges of a GRanges object are reverse.

Usage

isReverse(gr)

isForward(gr)

Arguments

gr

A GRanges object.

Value

A logical if all the ranges in the gr object are on the "-" (or "+" for codeisForward) strand.

Author(s)

Laurent Gatto


[Package Pbase version 0.26.0 Index]