Bioconductor/S4Vectors: Foundation of vector-like and list-like containers in Bioconductor

The S4Vectors package defines the Vector and List virtual classes and a set of generic functions that extend the semantic of ordinary vectors and lists in R. Package developers can easily implement vector-like or list-like objects as concrete subclasses of Vector or List. In addition, a few low-level concrete subclasses of general interest (e.g. DataFrame, Rle, Factor, and Hits) are implemented in the S4Vectors package itself (many more are implemented in the IRanges package and in other Bioconductor infrastructure packages).

Getting started

Package details

Bioconductor views DataRepresentation Infrastructure
Maintainer
LicenseArtistic-2.0
Version0.41.6
URL https://bioconductor.org/packages/S4Vectors
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("Bioconductor/S4Vectors")
Bioconductor/S4Vectors documentation built on April 9, 2024, 6:11 a.m.