The tRNAdb and mttRNAdb (Juehling et al. 2009) is a compilation of
tRNA sequences and tRNA genes. It is a follow up version of the database of
Sprinzl et al. (2005).
Using tRNAdbImport
the tRNAdb can be accessed as outlined on the website
trna.bioinf.uni-leipzig.de directly via R. The
results are returned as a GRanges
object and can be further used in a
BioC context.
The current version of the tRNAdbImport
package is available from Bioconductor.
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("tRNAdbImport")
# Load and attach the package
library("tRNAdbImport")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.