Class SimHGS

java.lang.Object
  extended by alun.genapps.AlleleSharing
      extended by HGS
          extended by SimHGS

public class SimHGS
extends HGS

This program performs multi locus gene drop simulations in order to assess the distribution of the length of regions of homozygosity, as calculated by HGS . The input for SimHGS should be exactly the same as that for HGS.

The output is a table of maximum run lengths. There is one row for each simulation, and on each row are the maximum run length over the given markers for where the number of sharing individuals, H_i, is equal to n, the number of probands, followed by the maximum run length where H_i >= n-1, n-2, and n-3.

where


Constructor Summary
SimHGS()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class alun.genapps.AlleleSharing
hetSharing, homozygotes, homSharing, max, runs
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimHGS

public SimHGS()
Method Detail

main

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