Description Usage Arguments Value Author(s)
View source: R/data_utils_functions.R
This function assigns cluster membership to patients/ROIs and/or features
based on previous hierarchical clustering (do_hierarchical_clustering
)
1 | find_clusters(rdr = NULL, n_clusters_cols = NULL, n_clusters_features = NULL)
|
rdr |
A RadAR object (class |
n_clusters_cols |
(numeric) Number of clusters for patients/ROIs (columns) |
n_clusters_features |
(numeric) Number of clusters for features (rows) |
An updated rdr (a RadAR object)
Matteo Benelli (matteo.benelli@uslcentro.toscana.it)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.