| K1 {qtlDesign} | R Documentation |
Calculate the MMA K1, K12, and the standardized dissimilarity score (eff1).
Kstat(genomat, type = 1) K1(genomat) K12(genomat) eff1(n, nmark, s1)
genomat |
Genotype matrix. |
n |
Desired sample size. |
type |
Type of dissimilarity measure desired (first or second moment). |
nmark |
Number of markers. |
s1 |
Dissimilarity score from K1 or K12. |
Score or standardized score based on selected marker list.
K1 and K12 call Kstat with type = 1 and 2,
respectively. Kstat computes the minimum moment abberation
score. eff1 computes the standardized genetic dissimilarity.
Brian S. Yandell (mailto:byandell@wisc.edu)
Jin C, Lan H, Attie AD, Churchill GA, Bulutuglo D, Yandell BS (2004) Selective phenotyping for increased efficiency in genetic mapping studies. Genetics 168: 2285-2293.