Class TwoPointLods

java.lang.Object
  extended by alun.util.Main
      extended by TwoPointLods

public class TwoPointLods
extends Main

This program calculates two point lod scores on a grid of points.

where The results are written to the standard output file as a bare table. There is a line of output for each marker containing the lod score for recombination fractions of respectively.


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

Constructor Detail

TwoPointLods

public TwoPointLods()
Method Detail

main

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