Learn R Programming

Meiosis (version 1.0.2)

dh_xo: Produce doubled haploid (segmental representation)

Description

Simulation of a doubled haploid.

Usage

dh_xo(individual, xoparam, check = FALSE)

Arguments

individual
List. Individual.
xoparam
List. Crossover parameters.
check
Logical. Should checks be performed?

Value

List. A new individual.

Examples

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

Run the code above in your browser using DataLab