-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.39 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
Package: aplotExtra
Title: Creating Composite Plots using 'aplot'
Version: 0.0.3
Authors@R: c(
person(given = "Guangchuang", family = "Yu", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6485-8781")),
person("Shuangbin", "Xu", email = "[email protected]", role = "ctb", comment = c(ORCID="0000-0003-3513-5362")),
person("Chun-Hui","Gao", email="[email protected]", role= "ctb", comment=c(ORCID = "0000-0002-1445-7939")),
person("Shensuo","Li", email="[email protected]", role= "ctb", comment=c(ORCID = "0009-0006-3229-3700"))
)
Description: Many complex plots are actually composite plots, such as 'oncoplot', 'funkyheatmap', 'upsetplot', etc. We can produce subplots using 'ggplot2' and combine them to create composite plots using 'aplot'. In this way, it is easy to customize these complex plots, by adding, deleting or modifying subplots in the final plot. This package provides a set of utilities to help users to create subplots and complex plots.
Depends:
R (>= 4.1.0)
Imports:
aplot (>= 0.2.3),
dplyr,
forcats,
ggfun (>= 0.1.1),
ggplot2,
grid,
maftools,
purrr,
rlang,
tibble,
tidyr,
utils,
ggstar,
yulab.utils (>= 0.0.8)
Suggests:
ggtree,
data.table,
RColorBrewer,
R.utils
URL: https://github.com/YuLab-SMU/aplotExtra
License: Artistic-2.0
Encoding: UTF-8
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)