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()
)
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'.
$result_lna
can be one of 'allNeg', 'nonNegEigenvaluesExist'.
The online article on managing tasks provides some further context.
Other linear noise approximation:
getLinearNoiseApproximationSettings()
,
setLinearNoiseApproximationSettings()