Learn R Programming

simcross (version 0.6)

calc_Lstar: Calculate adjusted chromosome length for obligate chiasma

Description

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.

Usage

calc_Lstar(L, m = 0, p = 0)

Value

Adjusted length of chromosome

Arguments

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

See Also

cross(), sim_meiosis(), sim_crossovers()

Examples

Run this code
calc_Lstar(100, 0, 0)
calc_Lstar(60, 10, 0.1)

Run the code above in your browser using DataLab