You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of having GECKO's fuzzy matching approach directly modify the stoichiometric coefficients in the model, let it populate the model.kcat structure introduced in #156.
Use the model.ec.kcat structure as input for matchKcats, instead of the output from getEnzymeCodes
Instead of matchKcats always doing fuzzy matching, also have an option to only report (near-)precise matches.
Do not have readKcatData to directly modify the stoichiometric coefficients, but instead write kcat values into the model.ec.kcat structure. Instead, applyKcatConstraints can modify the S-matrix for selected reactions (with updateRxns flag).
The text was updated successfully, but these errors were encountered:
Description of the new feature:
Instead of having GECKO's fuzzy matching approach directly modify the stoichiometric coefficients in the model, let it populate the
model.kcat
structure introduced in #156.model.ec.kcat
structure as input formatchKcats
, instead of the output fromgetEnzymeCodes
matchKcats
always doing fuzzy matching, also have an option to only report (near-)precise matches.readKcatData
to directly modify the stoichiometric coefficients, but instead write kcat values into themodel.ec.kcat
structure. Instead,applyKcatConstraints
can modify the S-matrix for selected reactions (withupdateRxns
flag).The text was updated successfully, but these errors were encountered: