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

r-strawr

Fast implementation of reading / dumping of .hic files

This package provides an API for efficient .hic file data extraction with programmatic matrix access. It doesn't store the pointer data for all the matrices, only the one queried, and currently it only supports matrices.

Installation

Install the latest version of r-strawr as follows:

guix install r-strawr

Or install a particular version:

guix install r-strawr@0.0.92

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-strawr about the latest version available in Guix.

Example HTML:

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

Example Markdown:

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

Example Org:

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