1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
\name{Rhtslib-package}
\alias{Rhtslib-package}
\alias{Rhtslib}
\alias{htsVersion}
\docType{package}
\title{
An R packaged HTSlib 1.15.1
}
\description{
This package is interesting to package developers only, and provides
a compiled HTSlib for developers to use in their own packages. See
the vignette for instructions on use.
}
\details{
Instructions for use are in the vignette, available with
\code{browseVignettes(package="Rhtslib")}
}
\seealso{\link{pkgconfig}}
\author{Nathaniel Hayden \url{nhayden@fredhutch.org}}
\references{
The HTSlib included in the package is based on release 1.15.1 of
HTSlib found at \url{https://github.com/samtools/htslib/releases/}
}
\keyword{ package }
\examples{
packageDescription('Rhtslib')
Rhtslib:::htsVersion()
}
|