cluster_mat | R Documentation |
Cluster Matrix Rows in Annotated Heatmaps
cluster_mat(mat, param, distfun, hclustfun, reorderfun,
na.rm = TRUE, subset = NULL, verbose = FALSE)
mat |
original input matrix that has already been
appropriately subset in the caller function
( |
param |
clustering specifications |
distfun |
Default distance method/function |
hclustfun |
Default clustering (linkage) method/function |
reorderfun |
Default reordering function |
na.rm |
Logical that specifies if NA values should be removed |
subset |
index (integer) vector specifying the subset indexes used to subset mat. This is required to be able to return the original indexes. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.