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 Details

    • distanceTree

      public static org.forester.phylogeny.Phylogeny distanceTree(org.forester.evoinference.matrix.distance.BasicSymmetricalDistanceMatrix distM, TreeConstructorType constructor)