Version 1.0
This package implements the PHM algorithm for multiresolution and consensus clustering analysis, as well as its associated visualizations. The method and computational procedures are described in Turfah and Wen (2025).
For questions/commens regarding the package, please contact Ali Turfah (aturfah at umich dot com).
Please see our user guide for a detailed guide and use case examples.
Software distributed under the terms of the GNU General Public License version 3.0. See LICENSE for more details.
To install please run devtools::install_github("aturfah/PHM")
To load in an R session, run the following:
library(PHM)
library(mclust)