istRNAscanGRanges | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.