-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.31 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
Package: ReactomePA
Type: Package
Title: Reactome Pathway Analysis
Version: 1.51.0
Authors@R: c(person(given = "Guangchuang", family = "Yu",
email = "[email protected]",
role = c("aut", "cre")),
person(given = "Vladislav", family = "Petyuk",
email = "[email protected]",
role = "ctb"))
Maintainer: Guangchuang Yu <[email protected]>
Description: This package provides functions for pathway analysis based on
REACTOME pathway database. It implements enrichment analysis, gene set
enrichment analysis and several functions for visualization.
This package is not affiliated with the Reactome team.
Depends:
R (>= 3.4.0)
Imports:
AnnotationDbi,
DOSE (>= 3.5.1),
enrichplot,
ggplot2 (>= 3.3.5),
ggraph,
reactome.db,
igraph,
graphite,
gson,
yulab.utils (>= 0.1.5)
Suggests:
BiocStyle,
clusterProfiler,
knitr,
rmarkdown,
org.Hs.eg.db,
prettydoc,
testthat
VignetteBuilder: knitr
ByteCompile: true
License: GPL-2
URL: https://yulab-smu.top/contribution-knowledge-mining/
BugReports: https://github.com/GuangchuangYu/ReactomePA/issues
Packaged: 2012-03-05 18:26:53 UTC; mcarlson
biocViews: Pathways, Visualization, Annotation, MultipleComparison,
GeneSetEnrichment, Reactome
RoxygenNote: 7.3.2
Encoding: UTF-8