Description Usage Arguments Value
calculateMeiosis() estimates the number of meiosis separating a pair of isolates given the global IBD pop_allele_freqs estimates. This method is described in Purcell et al (2007).
1 | calculateMeiosis(omega.0, omega.1, omega.2)
|
omega.0 |
A numeric value between 0 and 1 representing the pop_allele_freqs of sharing 0 alleles IBD. The sum of omega.0, omega.1 and omega.2 should equal 1. |
omega.1 |
A numeric value between 0 and 1 representing the pop_allele_freqs of sharing 1 alleles IBD. |
omega.2 |
A numeric value between 0 and 1 representing the pop_allele_freqs of sharing 2 alleles IBD. |
The number of meiosis separating the pair of isoaltes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.