edu.ucla.belief.io.geneticlinkage
Class Loci.Header

Object
  extended by Loci.Header
Enclosing class:
Loci

public static class Loci.Header
extends Object


Field Summary
 int[] chromosomeOrder
           
 int[] inputToChromOrder
           
 int numComplexAffection
           
 int numLoci
           
 int program
           
 int riskLoci
           
 int sexLinked
           
 
Method Summary
static Loci.Header readHeader(BufferedReader in)
           
 String toString()
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

numLoci

public int numLoci

riskLoci

public int riskLoci

sexLinked

public int sexLinked

program

public int program

numComplexAffection

public int numComplexAffection

chromosomeOrder

public int[] chromosomeOrder

inputToChromOrder

public int[] inputToChromOrder
Method Detail

readHeader

public static Loci.Header readHeader(BufferedReader in)
                              throws IOException
Throws:
IOException

toString

public String toString()
Overrides:
toString in class Object


Copyright 2010 UCLA Automated Reasoning Group