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, optionally, one catchall allele to represent the unseen alleles which has frequency equal to the total frequency of the original unseen alleles.

A description of the down coding made is also printed: one line for each locus with the new code number for each of the old alleles in order. A zero indicates that the allele is missing and not included in the downcoded model.

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)