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()
)

Arguments

perform_steady_state_analysis

flag

executable

flag

method

list of further method arguments and their values.

model

A model object.

Value

A list of results.

  • $result_ss can be one of 'notFound', 'found', 'foundEquilibrium', 'foundNegative'.

Details

The online article on managing tasks provides some further context.

See also