runMetabolicControlAnalysis
runs metabolic control analysis and returns the results in a list.
runMetabolicControlAnalysis(
perform_steady_state_analysis = NULL,
executable = NULL,
method = NULL,
model = getCurrentModel()
)
runMCA(
perform_steady_state_analysis = NULL,
executable = NULL,
method = NULL,
model = getCurrentModel()
)
flag
flag
list of further method arguments and their values.
A model object.
A list of results.
$result_ss
can be one of 'notFound', 'found', 'foundEquilibrium', 'foundNegative'.
The online article on managing tasks provides some further context.
Other metabolic control analysis:
getMetabolicControlAnalysisSettings()
,
setMetabolicControlAnalysisSettings()