Team:UCL/Glossary

glossary Description

GLOSSARY

Basal Expression Level

The basal expression of mRNA, or a protein, refers to its “default” expression level. Essentially, it’s the level of mRNA/ protein that will be constitutively produced in a cell independent of the activity of its promoter.

Cellular Automata

Cellular automata are discrete models, that were introduced in the 1940s, that act as a model of computation. They model the state of a cell at a particular point in time. Cells are represented on a grid, and their state (on/ off/, empty/alive) changes according to a set of rules which is dependent on the state of their neighboring cells.

Game of Life

The Game of Life, (which we adapted for our purposes), relates a particular case of a 2D cellular automata that is known to show complex behaviors. The Game of Life was developed in the 1970s by John Conway. Cells which can be either in the "born"/"alive" or "dead" state are initialized on a 2D grid. The idea is to visually represent the evolution of the state of the cells over time according to a set of rules.

Hill Equation

The Hill equation is used in biology to describe the interaction between a ligand and its binding site. The general form of the Hill equation is expressed as:

where,
f(L) = Fraction of the protein concentration bound to the ligand  
L = free ligand concentration
n = Hill coefficient
Kd = Dissociation constant which follows mass action kinetics

The Hill equation is often adapted in mathematical modelling to allow for a more flexible modelling of the dynamics of a promoter. In our case we implemented a form of the Hill equation that had been adapted to represent a photo-activated cellular mechanism to determine the rate of photo-activation (k1) of our transcription factor.

Two parameters were added to the equation to account for our modelling needs:
a = accounts for the basal expression level of the promoter (LuxI)
k = accounts for the maximum expression of the promoter due to light intensity 0

Mass Action Kinetics

Mass action kinetics describe chemical reactions. It assumes that the rate of a chemical reaction is proportional to the concentration of the initial reactants. Mass action kinetics assumes:

Given an Ordinary Differential Equation (ODE):

Where k is known as the rate constant, its units depend on the order of the reaction, i.e. the number of reactants.

Michaelis Menten

The Michaelis Menten equation was created to describe the rate kinetics in enzymatic reactions. Computational biologists commonly use the Michaelis Menten equation to describe the rate kinetics of cellular mechanisms. The steps described by the Michaelis Menten kinetics, can be represented schematically in the following equation:

where,
E = enzyme
S = substrate
ES = enzyme substrate complex
P = product

The rate at which the final product is formed is given by the following equation:

where,
v = rate of product concentration over time
P = concentration of product
Vmax = maximal rate of reaction
S = concentration of the substrate
Km = Michaelis Menten constant (value of concentration of ‘the substrate when the velocity = ½ maximum velocity)

We assume the system is at steady state, i.e. the concentration of the [ES] complex remains constant. (It can be assumed to be constant as it represents a species that is constitutively expressed by a cell)

Planck-Einstein Relationship

The Planck-Einstein relationship (quantum mechanics) is the formula that relates energy given by a photon to frequency.

Where,
E = energy (J)
h = Planck's Constant (Js)
f = Frequency (Hz)

Bibliography

Introduction to Genetic Algorithms [Internet]. Doc.ic.ac.uk. 2017 [cited 8 October 2017]. Available from: https://www.doc.ic.ac.uk/~nd/surprise_96/journal/vol1/hmw/article1.html

Game of Life -- from Wolfram MathWorld [Internet]. Mathworld.wolfram.com. 2017 [cited 8 October 2017]. Available from: http://mathworld.wolfram.com/GameofLife.html

Essential Biochemistry - Enzyme Kinetics [Internet]. Higheredbcs.wiley.com. 2017 [cited 8 October 2017]. Available from: http://higheredbcs.wiley.com/legacy/college/pratt/0471393878/student
/animations/enzyme_kinetics/index.html

Hill equation (biochemistry) [Internet]. En.wikipedia.org. 2017 [cited 8 October 2017]. Available from: https://en.wikipedia.org/wiki/Hill_equation_(biochemistry)

Michaelis-Menten-Gleichung - Kompaktlexikon der Biologie [Internet]. Spektrum.de. 2017 [cited 8 October 2017]. Available from: http://www.spektrum.de/lexikon/biologie-kompakt/michaelis-menten-gleichung/7573

Mass action kinetics - Mathematics of Reaction Networks [Internet]. Reaction-networks.net. 2017 [cited 8 October 2017]. Available from: https://reaction-networks.net/wiki/Mass_action_kinetics

EZ-Link NHS-Biotin - Thermo Fisher Scientific [Internet]. Thermofisher.com. 2017 [cited 8 October 2017]. Available from: https://www.thermofisher.com/order/catalog/product/20217

Planck-Einstein Equation [Internet]. Whatitequals.com. 2017 [cited 9 October 2017]. Available from: http://www.whatitequals.com/content/planck-einstein-equation

Avidin from egg white A9275 [Internet]. Sigma-Aldrich. 2017 [cited 8 October 2017]. Available from: http://www.sigmaaldrich.com/catalog/product/sigma/a9275?lang=en&region=GB

Back to Top