|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.rit.compbio.phyl.Upgma
public class Upgma
Class Upgma provides the Unweighted Pair Group Method with Arithmetic mean (UPGMA) algorithm for phylogenetic tree construction. For further information, see:
| Method Summary | |
|---|---|
static DnaSequenceTree |
buildTree(DnaSequenceList seqList,
Distance dcalc)
Build a phylogenetic tree of the given DNA sequences. |
static void |
main(String[] args)
Main program. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void main(String[] args)
throws Exception
Usage: java edu.rit.compbio.phyl.Upgma file
file = DNA sequence list file name
Exception
public static DnaSequenceTree buildTree(DnaSequenceList seqList,
Distance dcalc)
seqList - List of DNA sequences.dcalc - Object to calculate distances between DNA sequences.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||