- Home
- Bioconductor 3.10
- Software Packages
- genoset
genoset
This package is for version 3.10 of Bioconductor. This package has been removed from Bioconductor. For the last stable, up-to-date release version, see genoset.
A RangedSummarizedExperiment with methods for copy number analysis
Bioconductor version: 3.10
GenoSet provides an extension of the RangedSummarizedExperiment class with additional API features. This class provides convenient and fast methods for working with segmented genomic data. Additionally, GenoSet provides the class RleDataFrame which stores runs of data along the genome for multiple samples and provides very fast summaries of arbitrary row sets (regions of the genome).
Author: Peter M. Haverty
Maintainer: Peter M. Haverty <phaverty at gene.com>
citation("genoset")):
Installation
To install this package, start R (version "3.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("genoset")
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("genoset")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.