edu.ucla.belief.io.geneticlinkage
Class Pedigree
Object
Pedigree
public class Pedigree
- extends Object
This class reads in and stores pedigrees.
NONE
public static final int NONE
- See Also:
- Constant Field Values
LEAF_PRUNE
public static final int LEAF_PRUNE
- See Also:
- Constant Field Values
LEAF_ADDITIONAL_EVID
public static final int LEAF_ADDITIONAL_EVID
- See Also:
- Constant Field Values
VALID_NET
public static final int VALID_NET
- See Also:
- Constant Field Values
ALL
public static final int ALL
- See Also:
- Constant Field Values
PREPROCESS
public static final int PREPROCESS
- See Also:
- Constant Field Values
createPedigree
public static Pedigree createPedigree(BeliefNetwork bn,
HashMap evid)
createPedigree
public static Pedigree createPedigree(File file,
Loci loci)
throws IOException
- Throws:
IOException
createPedigree
public static Pedigree createPedigree(String file,
Loci loci)
throws IOException
- Throws:
IOException
toString
public String toString()
- Overrides:
toString
in class Object
createBeliefNetwork
public Pedigree.GeneticNetwork createBeliefNetwork(int scalar)
printFamily
public void printFamily(int childID,
int locus)
printPerson
public void printPerson(int perID,
int locus)
Copyright 2010 UCLA Automated Reasoning Group