forked from YuLab-SMU/clusterProfiler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
51 lines (51 loc) · 1.71 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
Package: clusterProfiler
Type: Package
Title: statistical analysis and visualization of functional profiles for
genes and gene clusters
Version: 4.1.0
Authors@R: c(
person(given = "Guangchuang", family = "Yu", email = "[email protected]", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-6485-8781")),
person(given = "Li-Gen", family = "Wang", email = "[email protected]", role = "ctb"),
person(given = "Erqiang", family = "Hu", email = "[email protected]", role = "ctb"),
person(given = "Meijun", family = "Chen", email = "[email protected]", role = "ctb"),
person(given = "Giovanni", family = "Dall'Olio", email = "[email protected]", role = "ctb", comment = "formula interface of compareCluster")
)
Maintainer: Guangchuang Yu <[email protected]>
Description: This package implements methods to analyze and visualize
functional profiles (GO and KEGG) of gene and gene clusters.
Depends:
R (>= 3.4.0)
Imports:
AnnotationDbi,
downloader,
DOSE (>= 3.13.1),
dplyr,
enrichplot (>= 1.9.3),
GO.db,
GOSemSim,
magrittr,
methods,
plyr,
qvalue,
rlang,
rvcheck,
stats,
tidyr,
utils
Suggests:
AnnotationHub,
knitr,
rmarkdown,
org.Hs.eg.db,
prettydoc,
ReactomePA,
testthat
VignetteBuilder: knitr
ByteCompile: true
License: Artistic-2.0
URL: https://yulab-smu.top/biomedical-knowledge-mining-book/
BugReports: https://github.com/GuangchuangYu/clusterProfiler/issues
Packaged: NA
biocViews: Annotation, Clustering, GeneSetEnrichment, GO, KEGG,
MultipleComparison, Pathways, Reactome, Visualization
RoxygenNote: 7.1.1