istRNAGRanges: tRNA compatibility check

istRNAGRangesR 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)

FelixErnst/tRNA documentation built on April 1, 2024, 2:39 p.m.