check_disjoint throws an error if the input has overlapping regions.

check_lt throws an error if the lesser argument is equal to or exceeds the greater argument.

check_disjoint(gr)

check_lt(lesser, greater)

Arguments

gr

GRanges object to validate.

lesser

Numeric value that should be less than greater.

greater

Numeric value used to validate lesser.

Value

check_disjoint invisibly returns TRUE if the input is disjoint.

check_lt invisibly returns TRUE if lesser is strictly less than greater