Toolbox
Package Symbol
reaction
addReaction
deleteReaction
deleteReactions
addExchange
addExchanges
deleteSpecies
See Also »
|
MASS Toolbox
More About »
addReactions
addReactions[model_MASSmodel, rxns:{_reaction..}]
adds reactions 'rxns' to model.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Add two reactions to model
The reactions are appended to the end of the model's reaction list
Complement
reveals that only these two reactions have been added to the model
In[1]:=
In[2]:=
In[3]:=
Out[3]=
Add two reactions to model
In[4]:=
The reactions are appended to the end of the model's reaction list
In[5]:=
Out[5]=
Complement
reveals that only these two reactions have been added to the model
In[6]:=
Out[6]=
Possible Issues
(1)
It is not possible to add a reaction that already exists in the model
SEE ALSO
reaction
addReaction
deleteReaction
deleteReactions
addExchange
addExchanges
MORE ABOUT
MASS Toolbox