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)
the GRanges
object to test for compatibility.
a logical value
data("gr", package = "tRNA")
istRNAGRanges(gr)
#> [1] TRUE