make_f1 | R Documentation |
Create an F1 from two parents
make_f1(p1, p2, g_map, chroms = 10)
p1 |
The first parents to cross. An Indv object created by indv_init() |
p2 |
The second parent to cross. An Indv object created by indv_init() |
g_map |
Dataframe with physical and genetic positions for chromosome trying to be simulated. Of format chr,physical_position,gentic_position |
chroms |
chromsome number, default=10 |
An Indv object with one chromosome pulled from both of the parents
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.