Class DownCodeAlleles

java.lang.Object
  extended by DownCodeAlleles

public class DownCodeAlleles
extends java.lang.Object

This program reduces the number of alleles in the models for the given genetic loci to include only alleles that appear in the pedigree file plus one catchall unseen alleles that has the total frequency of the original unseen alleles.

where


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

DownCodeAlleles

public DownCodeAlleles()
Method Detail

main

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