validation: Object validation for nascentrna package.

Description Usage Arguments Value

Description

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.

Usage

1
2
3
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


coregenomics/nascentrna documentation built on May 7, 2019, 8:38 a.m.