gmapR
This is the released version of gmapR; for the devel version, see gmapR.
An R interface to the GMAP/GSNAP/GSTRUCT suite
Bioconductor version: Release (3.22)
GSNAP and GMAP are a pair of tools to align short-read data written by Tom Wu. This package provides convenience methods to work with GMAP and GSNAP from within R. In addition, it provides methods to tally alignment results on a per-nucleotide basis using the bam_tally tool.
Author: Cory Barr, Thomas Wu, Michael Lawrence
Maintainer: Michael Lawrence <lawremi at gmail.com>
citation("gmapR")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("gmapR")
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("gmapR")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.