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

r-rtracklayer

R interface to genome browsers and their annotation tracks

rtracklayer is an extensible framework for interacting with multiple genome browsers (currently UCSC built-in) and manipulating annotation tracks in various formats (currently GFF, BED, bedGraph, BED15, WIG, BigWig and 2bit built-in). The user may export/import tracks to/from the supported browsers, as well as query and modify the browser state, such as the current viewport.

Installation

Install the latest version of r-rtracklayer as follows:

guix install r-rtracklayer

Or install a particular version:

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

Example HTML:

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

Example Markdown:

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

Example Org:

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