FamilyParams: Create FamilyParams object

Description Usage Arguments Value Examples

View source: R/params.R

Description

Create FamilyParams object

Usage

1
FamilyParams(familyCoherence = 0.7, maxFamilyRepresentatives = 20)

Arguments

familyCoherence

What sequence similarity do two sequences have to be to each other for them to be considered to be of the same family?

maxFamilyRepresentatives

How many family representatives to keep track of during the simulation?

Value

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

Examples

1
familyParams <- FamilyParams(familyCoherence = 0.775)

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