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

r-heatmaply

Interactive cluster heat maps using plotly

This package enables you to create interactive cluster heatmaps that can be saved as a stand-alone HTML file, embedded in R Markdown documents or in a Shiny app, and made available in the RStudio viewer pane. Hover the mouse pointer over a cell to show details or drag a rectangle to zoom. A heatmap is a popular graphical method for visualizing high-dimensional data, in which a table of numbers is encoded as a grid of colored cells. The rows and columns of the matrix are ordered to highlight patterns and are often accompanied by dendrograms.

Installation

Install the latest version of r-heatmaply as follows:

guix install r-heatmaply

Or install a particular version:

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

Example HTML:

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

Example Markdown:

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

Example Org:

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