Skip to contents

Cluster a patristic matrix into a tree with various methods.

Usage

cluster_patristicmatrix(patristic_matrix, variance_matrix = NULL)

Arguments

patristic_matrix

A patristic matrix

variance_matrix

A variance matrix from a datelifeResult object, usually an output from datelife_result_variance_matrix(). Only used if clustering_method = "mvr".

Value

A list of trees obtained with clustering methods detailed in patristic_matrix_to_phylo().

Details

If clustering method fails, NA is returned.