Team:Groningen/Glossary

From 2009.igem.org

Igemhomelogo.png
Glossary


GroningenPrevious.png
Next.JPG


B

Biohacker
Biohacker or Biopunk is a term used to describe a hobbyist who experiments with DNA and other aspects of genetics. A rising safety problem with the development of Synthetic biology.

D

Dual-use
Dual-use is a term often used in politics and diplomacy to refer to technology which can be used for both peaceful and military aims. It often refers to the proliferation of nuclear weapons, but that of bioweapons is a major issue as well.

G

Gvp genes
gas vescicle polycitronic genes

H

Hill equation
Can be used in situations where most of the assumptions of the Michaelis-Menten equation apply, except that a substance can bind multiple times. This results in the equation X^n / (K^n + X^n), where n is the Hill coefficient. For n=1 this closely resembles the Michaelis-Menten equation (except for the maximum reaction rate).

I

Iteration
UPEDU uses iterations as the smallest element of time on which the Team:Groningen/Project_Plan is based. Specifically, there is an iteration plan for each iteration. The idea behind an iteration is that during an iteration all artifacts (of all disciplines) of the project are brought one step close to completion (although there will obviously be differences in emphasis during the life cycle of the project). This is in contrast to waterfall methods, where every discipline is brought to completion sequentially (so first all the requirements are finalized, then the analysis and design work is done, then the implementation, etc.).

M

Method of lines
Is used to convert a partial differential equation to a system of ordinary differential equations. For example, if you have a distribution that changes over time (described by a partial differential equation) you can discretize the distribution in space and create an ordinary differential equation for each cell.
Metallothioneins
Are a class of low molecular-weight metal-binding proteins (<10kDa) rich in cysteines residues(~30%)
Michaelis-Menten kinetics/equation
Can be used to describe the reaction rate of a wide variety of "reactions" of the form X → Y that can be seen as a two-step process with an intermediate form that requires a substance of which there is only a limited amount: X + C ↔ XC → C + Y. The most important application in our project is modelling of transport reactions (C is the transporter). The Michaelis-Menten equation itself is Vmax·X/(K+X), where Vmax gives the maximum reaction rate and K gives the concentration at which the reaction rate is half the maximum reaction rate.

O

Ordinary Differential Equation (ODE)
Equation describing a function by relating it's derivative (in time) to the function itself.
Oxidation state
In chemistry, the oxidation state is an indicator of the degree of oxidation of an atom in a chemical compound. The formal oxidation state is the hypothetical charge that an atom would have if all bonds to atoms of different elements were 100% ionic.

P

Partial Differential Equation (PDE)
Equation describing the behaviour of a function of multiple variables along a certain variable by relating it's derivative (in that variable) to the function itself (and possible derivatives in other variables).
Phase
UPEDU recognizes four phases in each project, the Inception, the Elaboration, the Construction and the Transition. All of these phases have their own set of milestones and are subdivided in iterations.

S

Stochastic Differential Equation (SDE)
A differential equation with a term involving a special random variable (the standard Wiener process). These can be solved in much the same way as normal differential equations, except that they (obviously) will not have exactly the same behaviour each time they are simulated.
Stochastic Simulation Algorithm (SSA) / Gillespie model / Continuous-Time Markov Model (CTMM)
Instead of describing reactions using (ordinary) differential equations it is also possible to explicitly simulate each and every reaction event stochastically. This is completely different from using a stochastic differential equation, as it does not explicitly add noise but simply randomly chooses a sequence of possible (reaction) events. This is considered a very high quality simulation technique, but also quite slow if lots of reagents are present, see chapter 17 of Schwartz2008.

T

Tau-leap algorithm
This is a faster version of SSA that processes multiple reactions at the same time when possible (when the concentrations are high enough). Note that there are also other techniques for improving SSA's performance (see chapter 17 of Schwartz2008).