forked from euba/BacArena
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
48 lines (48 loc) · 1.37 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
Package: BacArena
Title: Modeling Framework for Cellular Communities in their Environments
Version: 1.8.2
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 (Bauer and Zimmermann (2017) <doi:10.1371/journal.pcbi.1005544>).
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 (>= 2.1.3),
ReacTran (>= 1.4.2),
deSolve (>= 1.12),
Matrix (>= 1.2)
Imports:
methods,
utils,
stats,
graphics,
ggplot2,
reshape2,
glpkAPI,
plyr,
Rcpp,
igraph,
stringr,
R.matlab,
foreach,
combinat
Suggests:
parallel,
knitr,
rmarkdown
LinkingTo: Rcpp,
RcppArmadillo,
RcppEigen
License: GPL-3 | file LICENSE
VignetteBuilder: knitr
RoxygenNote: 7.2.3
LazyData: true