create a ggplot object of a phylogenetic tree
make_tree_plot_obj.Rd
Will make a plot of a tree that can be added to a heatmap object. The plot itself is just a simple tree with no tip labels.
Usage
make_tree_plot_obj(
phylo_tree,
clones_df = NULL,
clone_palette = NULL,
color_clones = FALSE
)