-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
executable file
·31 lines (24 loc) · 1.09 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# cHeatmap
`r badger::badge_devel(color = "blue")`
`r badger::badge_repostatus("Active")`
`r badger::badge_lifecycle("stable")`
cHeatmap is a wrapper of the excellent [`ComplexHeatmap::Heatmap()`](https://jokergoo.github.io/ComplexHeatmap/reference/Heatmap.html) function with additional functions and more friendly interface for some common
tasks in my work, thus called the **c**onvenience __Heatmap__. I highly recommend
reading the [ComplexHeatmap book](https://jokergoo.github.io/ComplexHeatmap-reference/book/index.html)
for more advanced use.
See [manual](https://blueskypie.github.io/cHeatmap/reference/index.html) and [examples](https://blueskypie.github.io/cHeatmap/articles/cHeatmap-intro.html)
Since this is just a toy, I have no plan to submit it to CRAN. So please install
from github directly:
`devtools::install_github("blueskypie/cHeatmap")`