simulateAssay | R Documentation |
This simulates the effects of a growth-based fitness assay. It samples a pool of cells of the desired size and applies fitness effects with a pre-determined amount of noise. It then outputs the clone frequencies in the pre- and post-selection pool
simulateAssay(params, plasmidPools, trueFit, n, sd = 0.01, t = 3)
params |
the parameter sheet |
trueFit |
the output of simulateFitness() |
n |
The size of the pre-selection pool (number of cells) |
sd |
the standard deviation of the noise affecting the growth assay. |
t |
the selection time in generations |
pool |
the output of simulatePool() |
a list of vectors containing the clone frequencies in the pre- and post-selection pool
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.