dendrogram_merge_points: Plot a dendrogram and also cut it to merge input into...

Description Usage

View source: R/pseudotime_plotting.R

Description

Plot a dendrogram and also cut it to merge input into 'num_desired' groups.

Usage

1
2
3
4
5
dendrogram_merge_points(X, num_desired, results_path, FUN = function(x)
  hclust(dist(x), method = "ward.D2"), REORDER_FUN = function(hc)
  as.hclust(stats::reorder(as.dendrogram(hc), 1:nrow(X))),
  PLOT_FUN = plot_dendro_with_rect, CUT_FUN = stats::cutree,
  main = "Dendrogram", return_hc = F, ...)

maehrlab/thymusatlastools documentation built on May 28, 2019, 2:32 a.m.