Class HetCutOff

java.lang.Object
  extended by HetCutOff

public class HetCutOff
extends java.lang.Object

This program selects from the input data the marker loci for which the heterozygosity score is higher than a given threshold. The heterozygosity score is 1 minus the sum of the squared allele frequencies. This value is between 0 and 0.5.

where


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

HetCutOff

public HetCutOff()
Method Detail

main

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