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.

istRNAGRanges(x)

# S4 method for GRanges
istRNAGRanges(x)

Arguments

x

the GRanges object to test for compatibility.

Value

a logical value

Examples

data("gr", package = "tRNA")
istRNAGRanges(gr)
#> [1] TRUE