Description Usage Arguments Value Examples
Simulates picking colonies data from a serial transfer experiment using the solution of the difference equation for the fraction of plasmid-free cells for the Segregation Selection model. Calls the SS.predict() function. See De Gelder et al 2004, 2008 and Ponciano et al 2007.
1 | SSdatasim(beta.o, lam, sig, days, gen, Dmat)
|
beta.o |
Initial fraction of plasmid free cells |
lam |
Segregation rate (a number between 0 and 1) |
sig |
plasmid cost. Usually sig>0 but if -1<sig<0, then this parameter represents the benefit of having a plasmid |
days |
vector |
gen |
Number of generations per day |
Dmat |
A matrix whose number of rows is the number of days that the assay was ran. The number of columns corresponds to the number of replicated platings. The entries correspond to the total number of colonies picked for testing in a particular day and replicate. |
a vector of same length as 'says' with the fraction of plasmid free cells. The output is a matrix of the number of plasmid-free colonies picked over time. The number of columns of this matrix is equal to the number of specified replicates. The number of replicates is specified implicitly by the number of columns of Dmat.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.