Skip to contents

The only proper way to sort a GBreaks object is by ignoring strand, so that inversions and deletions are easily detected and visualised.

Usage

isSorted(x)

# S4 method for class 'GBreaks'
isSorted(x)

Arguments

x

A GBreaks object.

Value

Returns TRUE or FALSE.

Examples

isSorted(exampleInversion)
#> [1] TRUE