K1: Calculate scores for minimum moment abberations.

Description Usage Arguments Value Author(s) References See Also

View source: R/selpheno.R

Description

Calculate the MMA K1, K12, and the standardized dissimilarity score (eff1).

Usage

1
2
3
4
Kstat(genomat, type = 1)
K1(genomat)
K12(genomat)
eff1(n, nmark, s1)

Arguments

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.

Value

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.

Author(s)

Brian S. Yandell (mailto:byandell@wisc.edu)

References

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.

See Also

mma, read.cross


qtlDesign documentation built on May 2, 2019, 5:21 a.m.

Related to K1 in qtlDesign...