Package org.biojava.nbio.phylo
Class TreeConstructor
java.lang.Object
org.biojava.nbio.phylo.TreeConstructor
The TreeConstructor uses the forester library to build different types of
 phylogenetic trees.
- Author:
 - Scooter Willis, Aleix Lafita
 
- 
Method Summary
Modifier and TypeMethodDescriptionstatic org.forester.phylogeny.PhylogenydistanceTree(org.forester.evoinference.matrix.distance.BasicSymmetricalDistanceMatrix distM, TreeConstructorType constructor)  
- 
Method Details
- 
distanceTree
public static org.forester.phylogeny.Phylogeny distanceTree(org.forester.evoinference.matrix.distance.BasicSymmetricalDistanceMatrix distM, TreeConstructorType constructor)  
 -