gmapR
This package is for version 3.14 of Bioconductor; for the stable, up-to-date release version, see gmapR.
An R interface to the GMAP/GSNAP/GSTRUCT suite
Bioconductor version: 3.14
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 <michafla at gene.com>
citation("gmapR")):
Installation
To install this package, start R (version "4.1") 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.