-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
28 lines (28 loc) · 923 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
Package: minval
Type: Package
Title: MINimal VALidation for Stoichiometric Reactions
Version: 0.8-2
URL: https://github.com/gibbslab/minval
Authors@R: c(
person("Daniel","Osorio", email="dcosorioh@unal.edu.co", role=c("aut","cre")),
person("Janneth","Gonzalez", role=c("aut","ths")),
person("Andres","Pinzon", role=c("aut","ths"))
)
Maintainer: Daniel Osorio <dcosorioh@unal.edu.co>
Imports: methods
Suggests:
testthat,
knitr,
rmarkdown,
sybil,
glpkAPI
Description: For a given set of stoichiometric reactions, this package
evaluates the mass and charge balance, extracts all reactants, products, orphan
metabolites, metabolite names and compartments. Also are included some options
to characterize and write models in TSV and SBML formats.
License: GPL (>= 2)
NeedsCompilation: no
Depends:
R (>= 2.10)
RoxygenNote: 7.1.2
VignetteBuilder: knitr