istRNAGRanges: tRNA compatibility check

Description Usage Arguments Value Examples

Description

istRNAGRanges checks whether a GRanges object contains the information expected for a tRNA result. This is used internally to ensure the the required data is present in the input.

Usage

1
2
3
4
istRNAGRanges(x)

## S4 method for signature 'GRanges'
istRNAGRanges(x)

Arguments

x

the GRanges object to test for compatibility.

Value

a logical value

Examples

1
2
data("gr", package = "tRNA")
istRNAGRanges(gr)

tRNA documentation built on Nov. 8, 2020, 11:08 p.m.