simulateFitness | R Documentation |
This function generates assay fitness values for clones and their variants. It outputs a list with two elements: (i) a table listing the fitness effects of All possible nucleotide changes, and (ii) a function that calculates the true fitness of any given clone given its variant combination. Currently, this does not simulate genetic interactions, but simply uses multiplicativity of fitness. It also currently does not simulate hypercomplementation effects.
simulateFitness(params, pool, fitBias = 0, fitSpread = 4)
params |
The parameter sheet |
pool |
the output of simulatePool() |
lofFreq |
the frequency of loss-of-function effects to simulate |
hypoFreq |
the frequency of hypomorphic effects to simulate |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.