|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectalun.gchap.GCHap
GCHap
public class GCHap
This program finds maximum likelihood estimates of haplotype frequencies from a sample of genotyped individuals.
The program uses the gene counting method, or EM algorithm, to iterate between reconstructing the haplotypes and estimating haplotype frequencies.
The results are written to the standard output file. There is a line for each haplotype with a positive frequency MLE, the frequency is given first in the line followed by the alleles of the haplotype. These are followed by two lines for each individual giving the reconstructed haplotypes, one haplotype on each line.
| Constructor Summary | |
|---|---|
GCHap()
|
|
| Method Summary |
|---|
| Methods inherited from class alun.gchap.GCHap |
|---|
main |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GCHap()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||