https://github.com/bioconductor-source/trnascanimport

https://github.com/bioconductor-source/trnascanimport

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 4 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.1%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: bioconductor-source
  • License: gpl-3.0
  • Language: R
  • Default Branch: devel
  • Size: 313 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Changelog License

README.md

tRNAscanImport

R-CMD-check BioC Build codecov BioC Years <!-- badges: end -->

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.

```{r} 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

Owner

  • Name: (WIP DEV) Bioconductor Packages
  • Login: bioconductor-source
  • Kind: organization
  • Email: maintainer@bioconductor.org

Source code for packages accepted into Bioconductor

GitHub Events

Total
Last Year

Dependencies

.github/workflows/check-bioc-devel.yml actions
  • JamesIves/github-pages-deploy-action releases/v4 composite
  • actions/cache v3 composite
  • actions/checkout v3 composite
  • actions/upload-artifact master composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
.github/workflows/check-bioc.yml actions
  • JamesIves/github-pages-deploy-action releases/v4 composite
  • actions/cache v3 composite
  • actions/checkout v3 composite
  • actions/upload-artifact master composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
DESCRIPTION cran
  • GenomicRanges * depends
  • R >= 3.5 depends
  • tRNA * depends
  • BSgenome * imports
  • BiocGenerics * imports
  • Biostrings * imports
  • GenomeInfoDb * imports
  • IRanges * imports
  • Rsamtools * imports
  • S4Vectors * imports
  • Structstrings * imports
  • XVector * imports
  • methods * imports
  • rtracklayer * imports
  • stringr * imports
  • BSgenome.Scerevisiae.UCSC.sacCer3 * suggests
  • BiocStyle * suggests
  • ggplot2 * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • testthat * suggests