Description Usage Arguments Details Value Note Author(s) References Examples
itegeppXXR is haplotype estimation routine for samples of independent individual genotypes (EM-algorithm).
1 | itegeppXXR(geno, des = 0, lim = 0.05)
|
geno |
(n,m)-Matrix; n=No of Individuals, m=No of SNPs; R-Code: 1-column genotype matrix - code 1 = 1/1, 3 = 1/2, 2 = 2/2 |
des |
des=1 haplotype pairs, des=0 single haplotypes |
lim |
Threshold for combining rare haplotypes |
Inferring haplotypes by EM-Algorithm
|
Id. of haplotypes |
|
estimated haplotypes |
|
haplotype frequencies |
|
individual haplotypes |
|
Likelihood value |
|
Design matrix for the model (des=1 => Haplotype pairs, des=0 => single haplotypes) |
This function works only up to 15 SNP haplotypes
Sven Knueppel and Klaus Rohde
Excoffier L, Slatkin M (1995) Maximum-likelihood estimation of molecular haplotype frequencies in a diploid population. Mol Biol Evol 12:921-927
1 2 3 4 5 6 |
Loading required package: survival
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.