- Home
- Bioconductor 3.15
- Software Packages
- Rhtslib
Rhtslib
This package is for version 3.15 of Bioconductor; for the stable, up-to-date release version, see Rhtslib.
HTSlib high-throughput sequencing library as an R package
Bioconductor version: 3.15
This package provides version 1.7 of the 'HTSlib' C library for high-throughput sequence analysis. The package is primarily useful to developers of other R packages who wish to make use of HTSlib. Motivation and instructions for use of this package are in the vignette, vignette(package="Rhtslib", "Rhtslib").
Author: Nathaniel Hayden [led, aut], Martin Morgan [aut], Bioconductor Package Maintainer [cre]
Maintainer: Bioconductor Package Maintainer <maintainer at bioconductor.org>
citation("Rhtslib")):
Installation
To install this package, start R (version "4.2") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("Rhtslib")
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("Rhtslib")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.