Reduce the ODE system by means of a quasi steady-state assumption
quasiSteadyStates(model, fastreact, state2Remove = list(), smatrix = NULL,
states = NULL, rates = NULL, outputFormat = "R")
Either name of the csv-file or the eqnlist of the model. If NULL, specify smatrix, states and rates by hand.
Character vector, list of flux parameters corresponding to the fast fluxes used for quasi steady-state approximation. The ratio between participating fluxes is introduced as a new free parameter.
Character, name of state that is expressed by the other states during the simplification
Numeric matrix, stiochiometry matrix of the system
Character vector, state vector of the system
Character vector, flux vector of the system
Define the output format. By default "R" generating dMod compatible output. To obtain an output appropriate for d2d [1] "M" must be selected (Not yet provided).
Equation List with reduced model.
[1] https://bitbucket.org/d2d-development/d2d-software/wiki/Home