istRNAscanGRanges {tRNAscanImport} | R Documentation |
istRNAscanGRanges
checks whether a GRanges object contains the
information expected for a tRNAscan result.
istRNAscanGRanges(gr) ## S4 method for signature 'GRanges' istRNAscanGRanges(gr)
gr |
the |
a logical value
file <- system.file("extdata", file = "yeast.tRNAscan", package = "tRNAscanImport") gr <- tRNAscanImport::import.tRNAscanAsGRanges(file) istRNAscanGRanges(gr)