Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stemangiola/tidyHeatmap
Draw heatmap simply using a tidy data frame
https://github.com/stemangiola/tidyHeatmap
brewer complexheatmap custom-palette dplyr graphviz heatmap mtcars plotting r rstudio scale tibble tidy tidy-data-frame tidybulk tidyverse viridis
Last synced: about 2 months ago
JSON representation
Draw heatmap simply using a tidy data frame
- Host: GitHub
- URL: https://github.com/stemangiola/tidyHeatmap
- Owner: stemangiola
- Created: 2020-01-13T06:59:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-31T03:17:13.000Z (2 months ago)
- Last Synced: 2024-10-31T04:17:52.948Z (2 months ago)
- Topics: brewer, complexheatmap, custom-palette, dplyr, graphviz, heatmap, mtcars, plotting, r, rstudio, scale, tibble, tidy, tidy-data-frame, tidybulk, tidyverse, viridis
- Language: R
- Homepage: https://stemangiola.github.io/tidyHeatmap/
- Size: 37.1 MB
- Stars: 319
- Watchers: 7
- Forks: 23
- Open Issues: 20
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
- jimsghstars - stemangiola/tidyHeatmap - Draw heatmap simply using a tidy data frame (R)
README
---
title: "tidyHeatmap"
output: github_document
---```{r echo=FALSE}
knitr::opts_chunk$set( fig.path = "man/fragments/figures/")
```[![Lifecycle:maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://lifecycle.r-lib.org/articles/stages.html)
[![DOI](https://joss.theoj.org/papers/10.21105/joss.02472/status.svg)](https://doi.org/10.21105/joss.02472)```{r child="man/fragments/intro.Rmd"}
```