Description Usage Arguments Value Examples
istRNAscanGRanges
checks whether a GRanges object contains the
information expected for a tRNAscan result.
1 2 3 4 | istRNAscanGRanges(gr)
## S4 method for signature 'GRanges'
istRNAscanGRanges(gr)
|
gr |
the |
a logical value
1 2 3 4 5 | file <- system.file("extdata",
file = "yeast.tRNAscan",
package = "tRNAscanImport")
gr <- tRNAscanImport::import.tRNAscanAsGRanges(file)
istRNAscanGRanges(gr)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.