setMetabolicControlAnalysis sets metabolic control analysis task settings including method options.

setMetabolicControlAnalysisSettings(
  perform_steady_state_analysis = NULL,
  executable = NULL,
  method = NULL,
  model = getCurrentModel()
)

setMCA(
  perform_steady_state_analysis = NULL,
  executable = NULL,
  method = NULL,
  model = getCurrentModel()
)

Arguments

perform_steady_state_analysis

flag

executable

flag

method

list

model

a model object

Details

The online article on managing tasks provides some further context.

See also