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 Phylogeny
distanceTree
(BasicSymmetricalDistanceMatrix distM, TreeConstructorType constructor)
-
Method Details
-
distanceTree
public static Phylogeny distanceTree(BasicSymmetricalDistanceMatrix distM, TreeConstructorType constructor)
-