- Home
- Bioconductor 3.23
- Software Packages
- subSeq (development version)
subSeq
This is the development version of subSeq; for the stable release version, see subSeq.
Subsampling of high-throughput sequencing count data
Bioconductor version: Development (3.23)
Subsampling of high throughput sequencing count data for use in experiment design and analysis.
Author: David Robinson, John D. Storey, with contributions from Andrew J. Bass
Maintainer: Andrew J. Bass <ajbass at princeton.edu>, John D. Storey <jstorey at princeton.edu>
citation("subSeq")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("subSeq")
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("subSeq")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.