Description Usage Arguments Value Author(s)
View source: R/cluster_and_reorder.R
Reorder matrix_data by hierarchical cluster
1 2 3 4 5 6 7 8 9 | make_cluster(
md,
index = 1,
cluster = "none",
cluster_method = "complete",
row_dist = NULL,
col_dist = NULL,
...
)
|
md |
a matrix_data object. |
index |
a integer or character index, specifying which matrix to cluster by. |
cluster |
one of "all", "row", "col" or "none". |
cluster_method |
the clustering agglomeration method to be used. |
row_dist, col_dist |
dist function, see details. |
... |
extra parameters for dist. |
a modified matrix_data object.
Hou Yun
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.