Skip to content

FelixErnst/tRNAscanImport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1ac7921 · Mar 26, 2024
Mar 26, 2024
Jul 18, 2020
Aug 25, 2019
Jan 21, 2020
Jan 21, 2020
Apr 10, 2020
Jul 18, 2020
Apr 10, 2020
Apr 10, 2020
Oct 24, 2023
Jan 2, 2018
Jul 18, 2020
Jan 21, 2020
Mar 26, 2024
Apr 10, 2020

Repository files navigation

tRNAscanImport

R-CMD-check BioC Build codecov BioC Years

The default tRNAscan-SE (Lowe et el. 1997) output is formatted text document containing text blocks per tRNA delimited by an empty line. To access the information in a BioC context the conversion to a GRanges object comes to mind. This task is performed by import.tRNAscanAsGRanges(), which uses regular expressions to extract the information from the text blocks. The result can be used directly or saved as gff3 file for further use.

Refer to the vignette for an example usage case.

Installation

The current version of the tRNAscanImport package is available from Bioconductor.

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install("tRNAscanImport")
# Load and attach thepackage
library("tRNAscanImport")

Literature

Depending on the development on tRNAscan-SE this might become redundant, since a gff3 export by tRNAscan-SE might resolve the conversion issue.

  • Lowe, T.M.; Eddy, S.R.(1997): "tRNAscan-SE: A program for improved detection of transfer RNA genes in genomic sequence". Nucl. Acids Res. 25: 955-964. doi:10.1093/nar/25.5.955