biomcmc-lib
0.1
low level library for phylogenetic analysis
|
UPGMA and bioNJ from (onedimensional representation of) distance matrices. More...
#include "topology_randomise.h"
Go to the source code of this file.
Functions | |
void | upgma_from_distance_matrix (topology tree, distance_matrix dist, bool single_linkage) |
lowlevel UPGMA (or single-linkage) function that depends on a topology and a matrix_distance | |
void | bionj_from_distance_matrix (topology tree, distance_matrix dist) |
lowlevel bioNJ function (Gascuel and Cuong implementation) that depends on a topology and a matrix_distance | |
UPGMA and bioNJ from (onedimensional representation of) distance matrices.