collapse.aspect.clusters | R Documentation |
Collapse aspect patterns into clusters
collapse.aspect.clusters(d, dw, ct, scale = TRUE, pick.top = FALSE)
d |
matrix of normalized aspect patterns (rows: significant aspects, columns: cells), normally the output $xv in 'tamr', the combined pathways that show similar expression patterns |
dw |
corresponding weight matrix to parameter 'd' |
ct |
clusters, the output of fastcluster::hclust() |
scale |
boolean Whether to scale aspects (default=TRUE) |
pick.top |
boolean Whether to pick top aspects (default=FALSE) |
list of clusters from matrix of normalized aspect patterns and clusters from the corresponding weight matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.