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.
Version: | 0.99.9 |
Depends: | R (≥ 3.6), ComplexHeatmap |
Imports: | dplyr, magrittr, tidyr, rlang, purrr, stats, viridis, circlize, RColorBrewer, grid, grDevices, utils |
Suggests: | testthat, BiocManager, knitr, qpdf, covr |
Published: | 2020-02-23 |
Author: | Stefano Mangiola [aut, cre] |
Maintainer: | Stefano Mangiola <mangiolastefano at gmail.com> |
BugReports: | https://github.com/stemangiola/tidyHeatmap |
License: | GPL-3 |
URL: | https://www.r-project.org, https://github.com/stemangiola/tidyHeatmap |
NeedsCompilation: | no |
Materials: | README |
CRAN checks: | tidyHeatmap results |
Reference manual: | tidyHeatmap.pdf |
Vignettes: |
Overview of the tidyHeatmap package |
Package source: | tidyHeatmap_0.99.9.tar.gz |
Windows binaries: | r-prerelease: tidyHeatmap_0.99.9.zip, r-release: tidyHeatmap_0.99.9.zip, r-oldrel: not available |
macOS binaries: | r-prerelease: tidyHeatmap_0.99.9.tgz, r-release: tidyHeatmap_0.99.9.tgz, r-oldrel: not available |
Please use the canonical form https://CRAN.R-project.org/package=tidyHeatmap to link to this page.