istRNAGRanges {tRNA}R Documentation

tRNA compatibility check

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

istRNAGRanges(x)

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

Arguments

x

the GRanges object to test for compatibility.

Value

a logical value

Examples

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

[Package tRNA version 1.11.0 Index]