Implementation notes
Mutations occur randomly at each generation under a Poisson distribution with mean N
t * µ * number of defined mutant sites.
In the current implementation the initial number of non-mutant cells N
0 is fixed to 1.
Resistance will be acquired when a given mutation, user-defined, is present.
For example if the E. Coli fhuA gene, which encodes phage T1 receptor, is loaded, one or more stop codon mutations can be defined to perform the study.
The user should manually define such mutations onto the given DNA sequence before the experiment can be performed. At present two kind of experiments
has been implemented. Experiment 1 (E1) controls that parallel culture and sampling do not produce fluctuation effects in the number of mutations (Luria & Delbruck, 1943).
Experiment 2 (E2) is the fluctuation test. Therefore, in Experiment 1 a single culture is evolved until reaching the user-defined population size (# of bacteria/cc).
Then this culture is divided into equal portions (# of cultures) to be separately tested for phage resistance.
In Experiment 2, a given, user-defined, number of cultures are independently evolved until reach a desired number of bacteria/cc.
Then the cultures are tested for phage resistance.
 
In each experiment the mean and variance of survival cells per plate are measured.