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:
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
a framework that facilitates block processing of array-like objects (typically on-disk objects).
- Versions: 1.6.0
- Website: https://bioconductor.org/packages/S4Arrays
- Licenses: Artistic License 2.0
- Package source: gnu/packages/bioconductor.scm
- Builds: See build status
- Issues: See known issues
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:
[](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]]