diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2014-11-12 16:59:48 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2014-11-12 16:59:48 +0100 |
commit | c04d0bb0e795b67b6958150e8524c5265587f618 (patch) | |
tree | 4a10eb4a9b612745b4aa9ed1e4f1898a2d6d0ac1 /NEWS.md | |
parent | 401570aa9e58c4a2f2e939f37f496453d97d3f33 (diff) |
IORE working for parent and metabolites, introduce mkinsub
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ ## NEW FEATURES +- Add the convenience function `mkinsub()` for creating the lists used in `mkinmod()` - Add the possibility to fit indeterminate order rate equation (IORE) models using an analytical solution (parent only) or a numeric solution. Paths from IORE compounds to metabolites are supported when using of formation fractions (use_of_ff = 'max'). Note that the numerical solution (method.ode = 'deSolve') of the IORE differential equations sometimes fails due to numerical problems. |