biomcmc-lib  0.1
low level library for phylogenetic analysis
Functions
upgma.h File Reference

UPGMA and bioNJ from (onedimensional representation of) distance matrices. More...

#include "topology_randomise.h"
Include dependency graph for upgma.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

UPGMA and bioNJ from (onedimensional representation of) distance matrices.