SelectionParams: Create SelectionParams object

Description Usage Arguments Value Examples

View source: R/params.R

Description

Create SelectionParams object

Usage

1
SelectionParams(selectionThreshold = 0.3)

Arguments

selectionThreshold

What sequence similarity to the original sequence do we wish to maintain? Sequences that diverge beyond this similarity level are dropped over the course of simulation

Value

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

Examples

1
selectionParams <- SelectionParams(selectionThreshold = 0.5)

retrocombinator documentation built on Nov. 12, 2021, 1:07 a.m.