calc_Lstar | R Documentation |
Calculate the reduced chromosome length that will give the target expected number of chiasmata when conditioning on there being at least one chiasma on the four-strand bundle.
calc_Lstar(L, m = 0, p = 0)
L |
Length of chromosome (in cM); must be > 50 |
m |
Interference parameter for chi-square model |
p |
Proportion of chiasmata coming from no-interference process |
Adjusted length of chromosome
cross()
, sim_meiosis()
,
sim_crossovers()
calc_Lstar(100, 0, 0)
calc_Lstar(60, 10, 0.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.