Description Usage Arguments Value Examples
View source: R/recombination.R
Calculate recombination frequencies for a whole matrix
| 1 | 
| input | Matrix of genotypes. Rows represent markers. Columns represent samples. | 
| ploidy | Ploidy level of the organism. | 
| sparse | Logical, if the matrix is a sparse matrix or not. | 
| ... | arguments are forwarded to  | 
Matrix of pairwise recombination frequencies.
| 1 2 3 | data(simTetra)
simTetraGen <- basesToGenotypes(simTetra, ploidy = 4)
calcRec(simTetraGen, 4)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.