# NOT RUN {
# Loading a set of stoichiometric reactions
glycolysis <- read.csv(system.file("extdata/glycolysisModel.csv",package = "minval"), sep='\t')
# Building the stoichiometric matrix
stoichiometricMatrix(reactionList = glycolysis$REACTION)
# }
Run the code above in your browser using DataLab