getReactions
returns reactions as a data frame.
getReactions(key = NULL, model = getCurrentModel())
Optionally, a character vector specifying which reactions to get.
A model object.
Reactions and associated information, as data frame.
The online article on managing model entities provides some further context.
getReactionReferences
setReactions
Other reaction functions:
clearCustomKineticFunctions()
,
deleteKineticFunction()
,
deleteReaction()
,
entity_finders
,
getParameterReferences()
,
getParameters()
,
getReactionMappings()
,
getReactionReferences()
,
getValidReactionFunctions()
,
newKineticFunction()
,
newReaction()
,
setParameters()
,
setReactionFunction()
,
setReactionMappings()
,
setReactions()