stemangiola/tidyHeatmap: A Tidy Implementation of Heatmap

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.

Getting started

Package details

Bioconductor views AssayDomain Infrastructure
MaintainerStefano Mangiola <mangiolastefano@gmail.com>
LicenseGPL-3
Version1.10.1
URL https://www.r-project.org https://github.com/stemangiola/tidyHeatmap
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("stemangiola/tidyHeatmap")
stemangiola/tidyHeatmap documentation built on July 30, 2023, 2:14 a.m.