Overview
Teaching: 30 min Exercises: 30 minQuestions
How can I add missing reactions to a model?
How can I delete a gene from a model?
Objectives
Understanding the basic mechanisms of adding and removing content from a model.
Key Points
cameo.util.TimeMachineprovides a convenient way to undo changes to models in order to avoid copies.
reaction.change_boundsallows one to change the lower and upper bound of reaction simultaneously.
ReactionandMetabolitecan be used to define reactions.
model.add_reaction(reaction)adds reaction to model.