getRates {BiGGR} | R Documentation |
getRates takes the model file as the argument and based on the description of the model file generates flux values for "minimum" or "maximum" reaction rates
getRates(modelFile)
modelFile |
The path to a LIM model file as generated for
instance from the functions |
The value returned is one dimentional numeric vector of flux rates for each reaction
Anand K. Gavai <anand.gavai@bioinformatics.nl>
data("Glycolysis") rates <-getRates(Glycolysis) rates