alun.genapps
Class AlleleSharing

java.lang.Object
  extended by alun.genapps.AlleleSharing
Direct Known Subclasses:
HGS, SGS

public class AlleleSharing
extends java.lang.Object


Constructor Summary
AlleleSharing()
           
 
Method Summary
static int[] hetSharing(GeneticDataSource x)
           
static int[] homozygotes(GeneticDataSource x)
           
static int[] homSharing(GeneticDataSource x)
           
static int max(int[] x)
           
static int[] runs(int[] s, int n)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlleleSharing

public AlleleSharing()
Method Detail

hetSharing

public static int[] hetSharing(GeneticDataSource x)

homSharing

public static int[] homSharing(GeneticDataSource x)

homozygotes

public static int[] homozygotes(GeneticDataSource x)

runs

public static int[] runs(int[] s,
                         int n)

max

public static int max(int[] x)