Learn R Programming

Meiosis (version 1.0.2)

cross_xo: Cross individuals (segmental representation)

Description

Simulation of a cross.

Usage

cross_xo(father, mother, xoparam, check = FALSE)

Arguments

father
List. Father.
mother
List. Mother.
xoparam
List. Crossover parameters.
check
Logical. Should checks be performed?

Value

List. A new individual.

Examples

Run this code
data(exdat, package = 'Meiosis')
Meiosis::cross_xo(exdat$founder, exdat$founder2, exdat$xoparam)

Run the code above in your browser using DataLab