Team:Bordeaux/SourceCodeModelling

From 2012.igem.org

(Difference between revisions)
ChristopheD (Talk | contribs)
(Created page with "<html lang="en"> <head> <title>Modelling - iGEM Bordeaux 2012</title> <meta charset="utf-8"> <link rel="stylesheet" href="http://cdjemiel.free.fr/igem2012/css/reset.css" type=...")
Newer edit →

Revision as of 07:24, 24 September 2012

Modelling - iGEM Bordeaux 2012

iGEM - Bordeaux - Source Code

for i in range (nb_bacteria):
	List = [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
	features_bacteria()
	list_bacteria.append(List)

feature_constitutive()
do_plot("0","temps0")
mutation()
noise(noise_pourcent)
active_state()
do_plot("1","bruit")
stimulus_light()
active_state()
do_plot("2","light")
stimulus_factor(0.05,rayon_action)
mutation()
do_plot("3","tours1")
stimulus_factor(0.10,rayon_action)
mutation()
do_plot("4","tours2")