recipe r-tidyheatmap

This is a tidy implementation for heatmap. At the moment it is based on the (great) package 'ComplexHeatmap'. The goal of this package is to interface a tidy data frame with this powerful tool. Some of the advantages are: Row and/or columns colour annotations are easy to integrate just specifying one parameter (column names). Custom grouping of rows is easy to specify providing a grouped tbl. For example: df %>% group_by(…). Labels size adjusted by row and column total number. Default use of Brewer and Viridis palettes.

Homepage:

https://www.r-project.org, https://github.com/stemangiola/tidyHeatmap

License:

GPL3 / GPL-3.0-only

Recipe:

/r-tidyheatmap/meta.yaml

package r-tidyheatmap

(downloads) docker_r-tidyheatmap

versions:

1.8.1-21.8.1-11.8.1-0

depends bioconductor-complexheatmap:

>=2.2.0

depends r-base:

>=4.3,<4.4.0a0

depends r-circlize:

>=0.4.8

depends r-dendextend:

depends r-dplyr:

>=0.8.5

depends r-lifecycle:

>=0.2.0

depends r-magrittr:

>=1.5

depends r-patchwork:

depends r-purrr:

>=0.3.3

depends r-rcolorbrewer:

>=1.1

depends r-rlang:

>=0.4.5

depends r-tibble:

depends r-tidyr:

>=1.0.3

depends r-viridis:

>=0.5.1

requirements:

Installation

You need a conda-compatible package manager (currently either micromamba, mamba, or conda) and the Bioconda channel already activated (see set-up-channels).

While any of above package managers is fine, it is currently recommended to use either micromamba or mamba (see here for installation instructions). We will show all commands using mamba below, but the arguments are the same for the two others.

Given that you already have a conda environment in which you want to have this package, install with:

   mamba install r-tidyheatmap

and update with::

   mamba update r-tidyheatmap

To create a new environment, run:

mamba create --name myenvname r-tidyheatmap

with myenvname being a reasonable name for the environment (see e.g. the mamba docs for details and further options).

Alternatively, use the docker container:

   docker pull quay.io/biocontainers/r-tidyheatmap:<tag>

(see `r-tidyheatmap/tags`_ for valid values for ``<tag>``)

Download stats