Create RecombParams object

RecombParams(recombMean = 1.5, recombSimilarity = 0.8)

Arguments

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?

Value

A bundling of the parameters given to it as a RecombParams object

Examples

recombParams <- RecombParams(recombMean = 2)