forked from euba/BacArena
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
43 lines (43 loc) · 1.23 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
Package: BacArena
Title: Modeling Framework for Cellular Communities in their Environments
Version: 1.7
Authors@R: c( person("Eugen", "Bauer", , "[email protected]", role = c("aut")),
person("Johannes", "Zimmermann", , "[email protected]", role = c("aut", "cre")))
Author: Eugen Bauer [aut],
Johannes Zimmermann [aut, cre]
Maintainer: Johannes Zimmermann <[email protected]>
Description: Can be used for simulation of organisms living in
communities. Each organism is represented individually and genome scale
metabolic models determine the uptake and release of compounds. Biological
processes such as movement, diffusion, chemotaxis and kinetics are available
along with data analysis techniques.
URL: https://BacArena.github.io/
BugReports: https://github.com/euba/BacArena/issues
Depends:
R (>= 3.0.0),
sybil (>= 1.3.0),
ReacTran (>= 1.4.2),
deSolve (>= 1.12),
Matrix (>= 1.2)
Imports:
igraph,
methods,
utils,
stats,
graphics,
ggplot2,
reshape2,
glpkAPI,
plyr,
Rcpp
Suggests:
parallel,
knitr,
rmarkdown
LinkingTo: Rcpp,
RcppArmadillo,
RcppEigen
License: GPL-3
VignetteBuilder: knitr
RoxygenNote: 6.1.0
LazyData: true