Description Usage Arguments Value Author(s) References Examples
sMLH is defined as the total number of heterozygous loci in an individual divided by the sum of average observed heterozygosities in the population over the subset of loci successfully typed in the focal individual.
1 | sMLH(genotypes)
|
genotypes |
data.frame with individuals in rows and loci in columns,
containing genotypes coded as 0 (homozygote), 1 (heterozygote) and |
Vector of individual standardized multilocus heterozygosities
Martin A. Stoffel (martin.adam.stoffel@gmail.com)
Coltman, D. W., Pilkington, J. G., Smith, J. A., & Pemberton, J. M. (1999). Parasite-mediated selection against inbred Soay sheep in a free-living, island population. Evolution, 1259-1267.
1 2 3 | data(mouse_msats)
genotypes <- convert_raw(mouse_msats)
het <- sMLH(genotypes)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.