- Home
- Bioconductor 3.19
- Software Packages
- Rbowtie
Rbowtie
This package is for version 3.19 of Bioconductor; for the stable, up-to-date release version, see Rbowtie.
R bowtie wrapper
Bioconductor version: 3.19
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]
Maintainer: Michael Stadler <michael.stadler at fmi.ch>
citation("Rbowtie")):
Installation
To install this package, start R (version "4.4") 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.