istRNAscanGRanges: tRNAscan compatibility check

Description Usage Arguments Value Examples

Description

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

Usage

1
2
3
4
istRNAscanGRanges(gr)

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

Arguments

gr

the GRanges object to test

Value

a logical value

Examples

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

tRNAscanImport documentation built on Nov. 8, 2020, 7:48 p.m.