Class GeneDrops

java.lang.Object
  extended by alun.util.Main
      extended by GeneDrops

public class GeneDrops
extends Main

This program uses the multi locus gene drop method to simulate genotypes on a pedigree to match those in the input. That is, if an individual's genotype at a certain marker is observed -- that is not zero -- in the specified input file, an observation will be simulated and specified in the output file. The recombination fractions specified in the input parameter file are used so that the simulations on the ith locus are simulated properly conditional on the i-1th.

If a linkage disequilibrium model for the founder haplotypes is specfied this is used and the alleles frequencies in the input parameter file are ignored. An LD model file can be estimated from data using other programs such as HapGraph or IntervalLD .

where


Constructor Summary
GeneDrops()
           
 
Method Summary
static java.lang.String format(int i, int p)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class alun.util.Main
strip
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneDrops

public GeneDrops()
Method Detail

main

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

format

public static java.lang.String format(int i,
                                      int p)