Creates a recombination (probability) matrix based on the blocking structure.
Usage
pm(blockMatrix, method = "constant")
Arguments
blockMatrix
matrix. Blocking structure (output of bmh).
method
character. Method for creating the recombination matrix. Typically "constant" or "relative".
Details
This function identifies recombination between two consecutive sites and marks recombination sites with 1.
If there are unknown sites between two blocks, it marks these sites with:
1 for the "constant" method, or
\(1 / m\) for the "relative" method, where \(m\) is the number of unknown sites.