Description Usage Arguments Value Examples
Create RecombParams object
1 | RecombParams(recombMean = 1.5, recombSimilarity = 0.8)
|
recombMean |
The expected number of template switches during recombination between two sequences (chosen from a Poisson distribution with this as its mean) |
recombSimilarity |
How similar does an active sequence have to be with another sequence for them to be allowed to be recombine during transposition? |
A bundling of the parameters given to it as a RecombParams object
1 | recombParams <- RecombParams(recombMean = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.