Learn R Programming

Meiosis (version 1.0.2)

create_xo_founder: Create founders with crossover-data.

Description

Create founders with crossover-data.

Usage

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

Run this code
create_xo_founder(alleles = c(-5L, 54L), L = c(32.2, 65.3, 88.2))

Run the code above in your browser using DataLab