convert cell distances to a pairwise matrix
Source:R/cell_differences.R
convert_dists_to_pairwise.RdTakes the output of dlptools::pairwise_bin_difference() and returns a pairwise matrix of the distances. Useful to then pass to functions like stats::hclust() and related ideas.