forked from XiaoLuo-boy/ggheatmap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.18 KB
/
DESCRIPTION
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
32
33
34
35
36
37
38
Package: ggheatmap
Title: Plot Heatmap
Version: 2.1
Authors@R:
person(given = "Baiwei",
family = "Luo",
role = c("aut", "cre"),
email = "[email protected]")
Maintainer: Baiwei Luo <[email protected]>
Description: The flexibility and excellence of 'ggplot2' is unquestionable,
so many drawing tools basically need 'ggplot2' as the operating object.
In order to develop a heatmap drawing system based on ggplot2, we developed
this tool, mainly to solve the heatmap puzzle problem and the flexible
connection between the heatmap and the 'ggplot2' object.
The advantages of this tool are as follows:
1. More flexible label settings;
2. Realize the linkage of heatmap and 'ggplot2' drawing system,
which is helpful for operations such as puzzles;
3. Simple and easy to operate;
4. Optimization of clustering tree visualization.
License: GPL-3
Encoding: UTF-8
LazyData: false
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Depends:
ggplot2
Imports:
aplot,
factoextra,
tibble,
ggpubr,
tidyr,
patchwork
Suggests:
grDevices,
stats,
testthat