Showing posts with label control theory. Show all posts
Showing posts with label control theory. Show all posts

Sunday, January 1, 2017

control coefficient and metabolic control

ZQ:
control coefficient, which is similar to sensitivity analysis and defines relative changes of a system (e.g. fluxes or concentrations) in response to a perturbation.
See Kacser & Burns 1973, 
Heinrich & Rapoport 1974, 
Burns et al. 1985
Kacser, H. & Burns, J.A. (1973) The control of flux. Symp. Soc. Exp. Biol. 27, 65-104.
Heinrich, R. & Rapoport, T.A. (1974) A linear steady-state treatment of enzymatic chains. General properties, control and effector strength., Eur. J. Biochem. 42, 89-95.
Burns, J.A., Cornish-Bowden, A., Groen, A.K., Heinrich, R., Kacser, H., Porteous, J.W., Rapoport, S.M., Rapoport T.A., Stucki, J.W., Tager, J.M., Wanders, R.J.A. & Westerhoff, H.V. (1985), Control of metabolic systems. Trends Biochem. Sci. 10, 16.

https://scholar.google.com/scholar?hl=en&q=control+coefficients+flux&btnG=&as_sdt=1%2C43&as_sdtp=

Tuesday, November 29, 2016

*** Control systems engineering, control theory, Laplace transform, observability,

A control system has an input, a process, and an output. It can be open loop or closed loop. Open loop systems do not monitor or correct the output. Closed loop systems can monitor output and make adjustments.

linear time-invariant differential equation


Transfer function is another way of mathematically modeling a system.  Transfer function can be derived from the linear, time-invariant differential equation using Laplace transform. Transfer function can only be used for linear systems. (Lapalace transformation was developed as a technique to solve differential equations).

State-space representation is another model for systems and is suitable for non-linear systems.
Essentially, state-space model change nth-order differential equation into n simultaneous first-order equations. It seems to me that the state-space model is the mostly used ODE modeling methods in systems biology.

Test signals with different waveforms can be used to study systems.

The basic analysis of a system is to evaluate the time response of a system.

A sensitivity analysis can yield the percentage of change in a specification as a function of a change in a system parameter.

In biology, many ODEs has nonlinear terms with product of variables. So, transfer function cannot be applied, but state-space method can be used.

Controllability and Observability are well understood in continuous time-invariant linear state-space model, see https://en.wikipedia.org/wiki/State-space_representation#State_variables 

Stability: a system is stable if every bounded input yields a bounded output. So, does aging changes a stable gene network into an unstable network?

Observability: If the initial state vector x(t0) can be found from input u(t) and output y(t) over a finite interval of time from t0, the system is observable; otherwise it is unobservable. 
Observability is the ability to deduce state variables from knowledge of input u(t) and output y(t).