-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
56 lines (56 loc) · 1.33 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Package: eheat
Title: Extended ComplexHeatmap
Version: 0.99.9
Authors@R:
c(
person("Yun", "Peng", , "yunyunp96@163.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2801-3332")),
person("JianMing", "Zeng", , "jmzeng1314@163.com", role = "aut")
)
Description: This package serves as a bridge between the ggplot2 and ComplexHeatmap packages. Essentially, all ggplot2 geometries and operations can be utilized in ComplexHeatmap.
URL: https://github.com/Yunuuuu/eheat
BugReports: https://github.com/Yunuuuu/eheat/issues
License: MIT + file LICENSE
biocViews: Software, Visualization, Sequencing
Encoding: UTF-8
Depends:
ggplot2
Imports:
ComplexHeatmap,
grid,
cli,
rlang (>= 1.1.0),
gtable,
tidyr,
methods,
tibble,
ggh4x
Suggests:
dplyr,
knitr,
rmarkdown
Collate:
'anno-gg.R'
'draw-methods.R'
'eanno.R'
'eheat-package.R'
'eheat.R'
'eheat_anno.R'
'gganno.R'
'ggfit.R'
'ggheat.R'
'import-standalone-assert.R'
'import-standalone-cli.R'
'import-standalone-obj-type.R'
'internal-methods.R'
'legend.R'
'prepare.R'
'utils-assert.R'
'utils-complexheatmap.R'
'utils-grid.R'
'utils-gtable.R'
'utils-rd.R'
'utils.R'
ByteCompile: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr