Learn R Programming

retrocombinator (version 1.0.0)

RecombParams: Create RecombParams object

Description

Create RecombParams object

Usage

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

Run this code
# NOT RUN {
recombParams <- RecombParams(recombMean = 2)
# }

Run the code above in your browser using DataLab