cluster_patristicmatrix {datelife}R Documentation

Cluster a patristic matrix into a tree with various methods.

Description

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".

Details

If clustering method fails, NA is returned.

Value

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


[Package datelife version 0.6.8 Index]