-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
55 lines (55 loc) · 1.17 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
Package: prora
Type: Package
Title: ORA, sigORA and GSEA functionalities for proteomic data
Version: 0.1.0
Authors@R: c(person("Lucas", "Kook",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0002-7546-7356")),
person("Witold E.", "Wolski",
email = "[email protected]",
role = c("cre"),
comment = c(ORCID = "0000-0002-6468-120X")))
Description: Implements gene pair signature based over representation
analysis and gene set enrichment tools. Allows background specification
for sigORA using the sigora package without further ID mapping being necessary.
Depends: R (>= 3.5), WebGestaltR (>= 0.4)
License: GPL-2
Encoding: UTF-8
LazyData: true
Imports:
AnnotationDbi,
AnnotationHub,
clusterProfiler,
dplyr,
DT,
GO.db,
dynamicTreeCut,
fgsea,
httr,
magrittr,
matrixStats,
msigdbr,
org.Hs.eg.db,
reactome.db,
readr,
rlang,
S4Vectors,
sigora,
tibble,
tidyr,
UpSetR
Remotes:
bioc::3.13/clusterProfiler
Suggests:
docopt,
bookdown,
DPAclustR,
knitr,
rmarkdown,
slam,
tidyverse,
writexl
RoxygenNote: 7.1.2
VignetteBuilder: knitr
biocViews: MassSpectrometryData, ReproducibleResearch