calc_Lstar: Calculate adjusted chromosome length for obligate chiasma

View source: R/sim_meiosis.R

calc_LstarR Documentation

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)

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

Value

Adjusted length of chromosome

See Also

cross(), sim_meiosis(), sim_crossovers()

Examples

calc_Lstar(100, 0, 0)
calc_Lstar(60, 10, 0.1)

simcross documentation built on May 29, 2024, 2:41 a.m.