-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.14 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
Package: GseaVis
Title: Implement for 'GSEA' Enrichment Visualization
Version: 0.1.1
Maintainer: Jun Zhang <[email protected]>
Authors@R:
c(
person(given = "Jun", family = "Zhang", email = "[email protected]", role = c("aut", "cre"),comment = c(ORCID = "0000-0001-7692-9105")),
person(given = "Guangchuang", family = "Yu", email = "[email protected]", role = "ctb")
)
Description: Mark your interesting genes on plot and support more parameters to handle your own gene set enrichment analysis plot.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
AnnotationDbi,
aplot,
circlize,
clusterProfiler,
cols4all,
DOSE,
dplyr,
ggplot2,
ggpp,
ggrepel,
ggridges,
ggsankey,
ggsci,
GO.db,
grDevices,
gson,
magrittr,
methods,
purrr,
RColorBrewer,
readr,
reshape2,
stringr,
tibble,
tidyr,
utils,
yulab.utils
Remotes:
davidsjoberg/ggsankey
URL: https://github.com/junjunlab/GseaVis
BugReports: https://github.com/junjunlab/GseaVis/issues
Depends:
R (>= 2.10)
LazyData: true