runLinearNoiseApproximation runs linear noise approximation and returns the results in a list.

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

runLNA(
  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'.

  • $result_lna can be one of 'allNeg', 'nonNegEigenvaluesExist'.

Details

The online article on managing tasks provides some further context.

See also