File: Rhtslib-package.Rd

package info (click to toggle)
r-bioc-rhtslib 2.0.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 13,988 kB
  • sloc: ansic: 69,945; perl: 1,704; makefile: 593; sh: 399
file content (39 lines) | stat: -rw-r--r-- 796 bytes parent folder | download
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()
}