- Home
- Bioconductor 3.21
- Software Packages
- Rbowtie
Rbowtie
This package is for version 3.21 of Bioconductor; for the stable, up-to-date release version, see Rbowtie.
R bowtie wrapper
Bioconductor version: 3.21
This package provides an R wrapper around the popular bowtie short read aligner and around SpliceMap, a de novo splice junction discovery and alignment tool. The package is used by the QuasR bioconductor package. We recommend to use the QuasR package instead of using Rbowtie directly.
Author: Florian Hahne [aut], Anita Lerch [aut], Michael Stadler [aut, cre] ORCID iD ORCID: 0000-0002-2269-4934
Maintainer: Michael Stadler <michael.stadler at fmi.ch>
citation("Rbowtie")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("Rbowtie")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("Rbowtie")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.