Bioconductor/S4Arrays: Foundation of array-like containers in Bioconductor

The S4Arrays package defines the Array virtual class to be extended by other S4 classes that wish to implement a container with an array-like semantic. It also provides: (1) low-level functionality meant to help the developer of such container to implement basic operations like display, subsetting, or coercion of their array-like objects to an ordinary matrix or array, and (2) a framework that facilitates block processing of array-like objects (typically on-disk objects).

Getting started

Package details

Bioconductor views DataRepresentation Infrastructure
Maintainer
LicenseArtistic-2.0
Version1.3.7
URL https://bioconductor.org/packages/S4Arrays
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/S4Arrays")
Bioconductor/S4Arrays documentation built on April 11, 2024, 6:23 a.m.