-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
43 lines (43 loc) · 905 Bytes
/
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
Package: PAVER
Title: PAVER: Pathway Analysis Visualization with Embedding
Representations
Version: 0.0.0.9000
Authors@R:
person("William G", "Ryan V", , "billyryan543@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4868-4002"))
Description: Summary visualization using embedding representations to
reveal underlying themes within sets of pathway terms.
License: GPL (>= 3)
Imports:
circlize,
ComplexHeatmap,
dplyr,
dynamicTreeCut,
forcats,
ggplot2,
ggplotify,
ggprism,
ggpubr,
ggrepel,
grid,
magrittr,
purrr,
randomcoloR,
rlang,
smacof,
stringr,
tibble,
tidyr,
umap
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Depends:
R (>= 2.10)
LazyData: true
Config/testthat/edition: 3