Description Usage Arguments Value Examples
istRNAdbGRanges
checks whether a GRanges object contains the
information expected for a tRNAdb result.
1 2 3 4 | istRNAdbGRanges(x)
## S4 method for signature 'GRanges'
istRNAdbGRanges(x)
|
x |
the |
a logical value
1 2 3 4 | gr <- import.tRNAdb(organism = "Saccharomyces cerevisiae",
aminoacids = c("Phe","Ala"),
anticodons = c("GAA"))
istRNAdbGRanges(gr)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.