powered by
Create a parent object
create_parent(L, allele = 1)
A list with two components, for the individual's two chromosomes. Each is a list with alleles in chromosome intervals (as integers) and locations of the right endpoints of those intervals.
chromosome length in cM
vector of integers for alleles, of length 1 or 2
cross(), sim_meiosis()
cross()
sim_meiosis()
create_parent(100, 1) create_parent(100, 1:2)
Run the code above in your browser using DataLab