-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
41 lines (41 loc) · 958 Bytes
/
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
Package: ocean
Type: Package
Title: metabolic enzyme enrichment analysis
Version: 0.1.0
Authors@R: c(
person(given = "Aurélien",
family = "Dugourd",
role = c("cre", "aut"),
email = "dugourdaurelien@gmail.com",
comment = c(ORCID = "0000-0002-0714-028X")))
Maintainer: Aurelien Dugourd <dugourdaurelien@gmail.com>
Description: metabolic enzyme enrichment analysis
Based on the model of TF and kinase activity estimation
URL: https://saezlab.github.io/ocean/
BugReports: https://github.com/saezlab/ocean/issues
Depends: R (>= 3.6)
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
cowplot,
dplyr,
ggplot2,
ggrepel,
gridExtra,
igraph,
limma,
magrittr,
parallel,
RColorBrewer,
reshape2,
scales,
sjmisc,
stringr,
visNetwork,
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown
RoxygenNote: 7.2.2
Config/testthat/edition: 3