Class SimSGS

java.lang.Object
  extended by alun.genapps.AlleleSharing
      extended by SGS
          extended by SimSGS

public class SimSGS
extends SGS

This program performs multi locus gene drop simulations in order to assess the distribution of the length of heterozygously shared genomic regions, as calculated by SGS . The input for SimSGS should be exactly the same as that for SGS.

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, S_i, is equal to n, the number of probands, followed by the maximum run length where S_i >= n-1, n-2, and n-3.

where


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

SimSGS

public SimSGS()
Method Detail

main

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