Class OnePoints

java.lang.Object
  extended by OnePoints

public class OnePoints
extends java.lang.Object

This program calculates the log likelihood for the data for each pedigree at each locus specified in the input. The output is a matrix with row for each kindred in the pedigree file. On each row is the log likelihood for the data at each locus.

where


Constructor Summary
OnePoints()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OnePoints

public OnePoints()
Method Detail

main

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