powered by
Haplotype frequency estimation using expectation-maximization algorithm based on a table of genotypes of two multiallelic markers.
klem(obs, k = 2, l = 2)
The returned value is a list containing:
h haplotype Frequencies.
l0 log-likelihood under linkage equilibrium.
l1 log-likelihood under linkage disequilibrium.
a table of genotype counts.
number of alleles at marker 1.
number of alleles at marker 2.
The dimension of the genotype table should be k*(k+1)/2 x l*(l+1)/2.
Modified from 2ld.c.
Jing Hua Zhao
genecounting
if (FALSE) { # an example with known genotype counts z <- klem(obs=1:9) # an example with imputed genotypes at SH2B1 source(file.path(find.package("gap"),"scripts","SH2B1.R"),echo=TRUE) }
Run the code above in your browser using DataLab