istRNAdbGRanges | R Documentation |
istRNAdbGRanges
checks whether a GRanges object contains the
information expected for a tRNAdb result.
istRNAdbGRanges(x)
## S4 method for signature 'GRanges'
istRNAdbGRanges(x)
x |
the |
a logical value
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.