README.md

tRNAdbImport

R-CMD-check BioC Build codecov BioC Years

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.

Installation

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")

Literature



FelixErnst/tRNAdbImport documentation built on April 1, 2024, 2:40 p.m.