Skip to content

Commit

Permalink
MINVAL 0.6-1
Browse files Browse the repository at this point in the history
  • Loading branch information
dosorio authored Apr 2, 2017
2 parents 5ae5a9e + 8a5e4fe commit b4103e1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 8 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
Package: minval
Type: Package
Title: MINimal VALidation for Stoichiometric Reactions
Version: 0.6
Author: 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")))
Version: 0.6-1
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>
Suggests:
testthat,
knitr,
rmarkdown,
sybil,
sybilSBML
sybilSBML,
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
Expand Down
2 changes: 2 additions & 0 deletions vignettes/MINVALintroduction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ install.packages("minval")
```{r, message=FALSE}
library("minval")
library("sybilSBML")
library("sybil")
library("glpkAPI")
```
### Metabolic Models
Metabolic models are sets of stoichiometric reactions that represents a process where a set of chemical compounds called reactants are converted into others called products. In a stoichiometric reaction, all the reactants are placed on the left and the products on the right separated by an arrow symbol which indicates the direction of the reaction. Some examples of valid stoichiometric reactions are:
Expand Down

0 comments on commit b4103e1

Please sign in to comment.