getValidReactionFunctions
returns valid function names for a reaction.
getValidReactionFunctions(key, model = getCurrentModel())
Identify which reaction to read by specifying it's key, as string. Also supports fragments of keys, if uniquely matching one reaction.
A model object.
Function names, as character vector.
The online article on managing model entities provides some further context.
Other reaction functions:
clearCustomKineticFunctions()
,
deleteKineticFunction()
,
deleteReaction()
,
entity_finders
,
getParameterReferences()
,
getParameters()
,
getReactionMappings()
,
getReactionReferences()
,
getReactions()
,
newKineticFunction()
,
newReaction()
,
setParameters()
,
setReactionFunction()
,
setReactionMappings()
,
setReactions()