Class CheckErrors

java.lang.Object
  extended by alun.genapps.ObligatoryErrors
      extended by alun.genapps.FindErrorProbs
          extended by CheckErrors
Direct Known Subclasses:
GMCheck

public class CheckErrors
extends FindErrorProbs

This program finds the posterior probabilities of errors for genotypes on individuals in pedigrees given a set of observed genotypes and the pedigree structure.

where

This analyzes the data in the input files, locus by locus and kindred by kindred. It computes the posterior probability that each genotype call is in error using a standard graphical modeling forward-backward algorithm. It replaces the program GMCheck .

For large or complex pedigrees, or large (> 15) numbers of alleles per locus use the -Xms and -Xmx options to increase the space available to the java program.

The method is described in Thomas (2005), Bioinformatics.


Constructor Summary
CheckErrors()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class alun.genapps.FindErrorProbs
outputError, outputErrorUnordered
 
Methods inherited from class alun.genapps.ObligatoryErrors
obligatoryError
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckErrors

public CheckErrors()
Method Detail

main

public static void main(java.lang.String[] args)