create_parent | R Documentation |
Create a parent object
create_parent(L, allele = 1)
L |
chromosome length in cM |
allele |
vector of integers for alleles, of length 1 or 2 |
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.
cross()
, sim_meiosis()
create_parent(100, 1)
create_parent(100, 1:2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.