-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
executable file
·65 lines (65 loc) · 1.4 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
57
58
59
60
61
62
63
64
65
Package: genekitr
Type: Package
Title: Gene Analysis Toolkit
Version: 1.2.8
Authors@R:
c(person(given = "Yunze",
family = "Liu",
role = c("aut", "cre"),
email = "[email protected]"))
Maintainer: Yunze Liu <[email protected]>
URL: https://www.genekitr.fun/
BugReports: https://github.com/GangLiLab/genekitr/issues
Description: Provides features for searching, converting, analyzing, plotting, and exporting data effortlessly by inputting feature IDs. Enables easy retrieval of feature information, conversion of ID types, gene enrichment analysis, publication-level figures, group interaction plotting, and result export in one Excel file for seamless sharing and communication.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.6)
Imports:
clusterProfiler,
dplyr,
europepmc,
fst,
geneset,
ggplot2,
ggraph,
ggvenn,
igraph,
magrittr,
openxlsx,
stringr,
stringi,
tidyr,
rlang
Suggests:
AnnotationDbi,
cowplot,
ComplexUpset,
forcats,
fgsea,
futile.logger,
ggplotify,
ggsci,
ggrepel,
ggridges,
ggnewscale,
GOplot,
GOSemSim,
labeling,
pheatmap,
tm,
treemap,
RColorBrewer,
RCurl,
reshape2,
rio,
rrvgo,
testthat (>= 3.0.0),
wordcloud,
knitr,
rmarkdown,
XML,
xml2,
httr
RoxygenNote: 7.3.2