Class Heterozygosities

java.lang.Object
  extended by Heterozygosities

public class Heterozygosities
extends java.lang.Object

This program reads in a LINKAGE parameter, and outputs the heterozygosity measure for each locus. This is 1 minus the sum of the squares of the allele frequencies.

where


Constructor Summary
Heterozygosities()
           
 
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

Heterozygosities

public Heterozygosities()
Method Detail

main

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