powered by
Create RecombParams object
RecombParams(recombMean = 1.5, recombSimilarity = 0.8)
The expected number of template switches during recombination between two sequences (chosen from a Poisson distribution with this as its mean)
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
# NOT RUN { recombParams <- RecombParams(recombMean = 2) # }
Run the code above in your browser using DataLab