-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
54 lines (54 loc) · 1.4 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
Package: gatom
Title: Finding an Active Metabolic Module in Atom Transition Network
Version: 1.3.0
Authors@R:
c(
person("Anastasiia", "Gainullina", role = c("aut")),
person("Mariia", "Emelianova", role = c("aut")),
person("Alexey", "Sergushichev", email = "alsergbox@gmail.com", role = c("aut", "cre")))
Description: This package implements a metabolic network analysis pipeline to
identify an active metabolic module based on high throughput data.
The pipeline takes as input transcriptional and/or metabolic data
and finds a metabolic subnetwork (module) most regulated between the two
conditions of interest. The package further provides functions for module
post-processing, annotation and visualization.
biocViews: GeneExpression, DifferentialExpression, Pathways, Network
Depends:
R (>= 4.3.0)
Imports:
data.table,
igraph,
BioNet,
plyr,
methods,
XML,
sna,
intergraph,
network,
GGally,
grid,
ggplot2,
mwcsr,
pryr,
htmlwidgets,
htmltools,
shinyCyJS (>= 1.0.0)
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.2.3
VignetteBuilder: knitr
URL: https://github.com/ctlab/gatom/
BugReports: https://github.com/ctlab/gatom/issues