forked from ctlab/gatom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
43 lines (43 loc) · 928 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
42
43
Package: gatom
Title: Finding an Active Metabolic Module in Atom Transition Network
Version: 0.0.0.9000
Authors@R: person("Alexey", "Sergushichev", email = "[email protected]", role = c("aut", "cre"))
Description: An package for finding active metabolic modules in atom transition network.
biocViews: GeneExpression, DifferentialExpression, Pathways
Depends:
R (>= 3.5.0)
Imports:
data.table,
igraph,
BioNet,
plyr,
methods,
XML,
sna,
intergraph,
network,
GGally,
grid,
ggplot2,
mwcsr,
pryr
Suggests:
testthat,
knitr,
rmarkdown,
KEGGREST,
AnnotationDbi,
org.Mm.eg.db,
reactome.db,
fgsea,
readr,
BiocStyle,
R.utils
License: MIT + file LICENCE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
VignetteBuilder: knitr
URL: https://github.com/ctlab/gatom/
BugReports: https://github.com/ctlab/gatom/issues
Remotes: ctlab/mwcsr