Class MakeProbands

java.lang.Object
  extended by MakeProbands

public class MakeProbands
extends java.lang.Object

This programs marks inividuals in a pedigree file as being or not being probands. It is designed to make Shags , SimShags , Hogs and SimHogs easier to use. The default action is to make each individual who has at least 10 genotypes called a proband, and all the others non-probands. This threshold can be changed with a command line argument. It is also possible to specify a file of individuals which will be made probands.

where


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

MakeProbands

public MakeProbands()
Method Detail

main

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