search for: metabolitenames

Displaying 1 result from an estimated 1 matches for "metabolitenames".

2010 Jul 16
1
Creating symbolic expressions in R
...symbolically for me to pass into the ODE solver where the metabolites will be assigned starting values. I tried using the functions "quote" and "substitute" but unfortunately they are tough to use within a loop because if I pass in a metabolite label generated from a loop (e.g. metaboliteNames[i]) it's taken verbatim in "quote()," so I get "metaboliteNames[i]^-stoich[i, j]" instead of "met1^2." My goal is to make a package of functions for modeling and simulation of chemical kinetics and I want to make sure that they are open-source and freely available...