Create RecombParams object
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
recombParams <- RecombParams(recombMean = 2)