create_xo_founder: Create founders with crossover-data.

Description Usage Arguments Value See Also Examples

View source: R/create_xo_founder.R

Description

Create founders with crossover-data.

Usage

1
create_xo_founder(alleles, L)

Arguments

alleles

Integer vector of length 2, giving founder alleles.

L

Double vector. Chromosome lengths in cM.

Value

A nested list. The first level refers to gametes, the second to chromosomes.

See Also

cross_xo, meiosis_xo

Examples

1
create_xo_founder(alleles = c(-5L, 54L), L = c(32.2, 65.3, 88.2))

Meiosis documentation built on May 29, 2017, 3:46 p.m.