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