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