istRNAscanGRanges: tRNAscan compatibility check

istRNAscanGRangesR Documentation

tRNAscan compatibility check

Description

istRNAscanGRanges checks whether a GRanges object contains the information expected for a tRNAscan result.

Usage

istRNAscanGRanges(gr)

## S4 method for signature 'GRanges'
istRNAscanGRanges(gr)

Arguments

gr

the GRanges object to test

Value

a logical value

Examples

file <- system.file("extdata", 
                    file = "yeast.tRNAscan", 
                    package = "tRNAscanImport")
gr <- tRNAscanImport::import.tRNAscanAsGRanges(file)
istRNAscanGRanges(gr)

FelixErnst/tRNAscanImport documentation built on March 29, 2024, 5:44 p.m.