Skip to contents

This function creates a tree based on the distance matrix provided and color the sequences based on the cluster they belong to

Usage

create_tree(distance_matrix, kmeans_output)

Arguments

distance_matrix

distance matrix

kmeans_output

k-means file

Value

Returns a tree with the sequences colored based on the cluster they belong to

Examples


create_tree(distance_matrix, kmeans_output)