Collapse aspect patterns into clusters
collapse.aspect.clusters(d, dw, ct, scale = TRUE, pick.top = FALSE)
list of clusters from matrix of normalized aspect patterns and clusters from the corresponding weight matrix
matrix of normalized aspect patterns (rows: significant aspects, columns: cells), normally the output $xv in 'tamr', the combined pathways that show similar expression patterns
corresponding weight matrix to parameter 'd'
clusters, the output of fastcluster::hclust()
boolean Whether to scale aspects (default=TRUE)
boolean Whether to pick top aspects (default=FALSE)