chiasma: Estimate chiasma distribution from crossover counts
Description
Fit several models, with an assumption of no chromatid interference, to
crossover count data to obtain fitted distributions of the number of
chiasmata.
First, a matrix containing the observed distribution of the numbers of
crossovers, followed by the fitted distributions under the Poisson model,
the truncated Poisson model (assuming an obligate chiasma), the obligate
chiasma model, and the freely varying model. In all cases we assume no
chromatid interference.
Second, a matrix containing the estimated distributions of the number of
chiasmata on the four-strand bundle for the above four models.
Third, the estimated average number of crossovers under the Poisson and
truncated Poisson models.
Arguments
xo
Vector of non-negative integers; the number of crossovers in a set
of meiotic products.
max.chiasma
Maximum number of chiasmata to allow.
n.iter
Maximum number of iterations in the EM algorithm.
tol
Tolerance for convergence of the EM algorithm.
verbose
If TRUE, print number of interations for each of the 4 models
at the end.