Description Usage Arguments Value Author(s)
View source: R/stats_functions.R
Perform hierarchical clustering of the radiomic dataset
| 1 2 3 4 5 6 7 8 | do_hierarchical_clustering(
  rdr = NULL,
  which_data = "scaled",
  method_dist_row = "euclidean",
  method_dist_col = "correlation.pearson",
  method_hcl_row = "ward.D",
  method_hcl_col = "ward.D"
)
 | 
| rdr | A RadAR object (class  | 
| which_data | (character) Which data use for the computation of the correlation coefficients. It can be one of the following: "normal", "scaled", "normalized". | 
| method_dist_row | (character) Which method use to computed distance matrix between features (rows). Print available
methods by  | 
| method_dist_col | (character) Which method use to computed distance matrix between samples (columns). Print available
methods by  | 
| method_hcl_row | (character) Which method use to generate hierarchical clustering for features (rows). Print available
methods by  | 
| method_hcl_col | (character) Which method use to generate hierarchical clustering for samples (columns). Print available
methods by  | 
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.