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

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

Installation

Install the latest version of r-s4arrays as follows:

guix install r-s4arrays

Or install a particular version:

guix install r-s4arrays@1.6.0

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.

Badge code

You can use the following badge to inform users of r-s4arrays about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/r-s4arrays'><img src='https://packages.guix.gnu.org/packages/r-s4arrays/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/r-s4arrays/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/r-s4arrays)

Example Org:

[[https://packages.guix.gnu.org/packages/r-s4arrays][https://packages.guix.gnu.org/packages/r-s4arrays/badges/latest-version.svg]]