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

r-affxparser

Affymetrix File Parsing SDK

This is a package for parsing Affymetrix files (CDF, CEL, CHP, BPMAP, BAR). It provides methods for fast and memory efficient parsing of Affymetrix files using the Affymetrix' Fusion SDK. Both ASCII- and binary-based files are supported. Currently, there are methods for reading chip definition file (CDF) and a cell intensity file (CEL). These files can be read either in full or in part. For example, probe signals from a few probesets can be extracted very quickly from a set of CEL files into a convenient list structure.

Installation

Install the latest version of r-affxparser as follows:

guix install r-affxparser

Or install a particular version:

guix install r-affxparser@1.82.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-affxparser about the latest version available in Guix.

Example HTML:

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

Example Markdown:

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

Example Org:

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