This package browser is in early development. Mind the rough edges.

r-s4arrays 1.10.0

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).

Installation

Install r-s4arrays 1.10.0 as follows:

guix install r-s4arrays@1.10.0

Or install the latest version:

guix install r-s4arrays

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.