Package: cclustr 0.1.1
cclustr: Consensus Clustering Methods for Multiple Imputed Data
Provides tools for performing consensus clustering on multiple imputed datasets. The package supports a range of clustering algorithms across imputations, including hierarchical methods (e.g., Ward, single, complete, average) and partition-based approaches such as k-means, k-medoids (PAM), fuzzy clustering, model-based clustering ('mclust'), and methods for mixed or categorical data (k-modes and k-prototypes). A co-assignment matrix is constructed to quantify agreement between partitions, and consensus solutions are derived via hierarchical clustering applied to the resulting dissimilarity matrix. Additional functions are provided for validation and visualization of clustering results, facilitating robust analysis in the presence of missing data. Consensus clustering framework is based on Monti et al. (2003) <doi:10.1023/A:1023949509487>, rank aggregation methods follow Pihur et al. (2007) <doi:10.1093/bioinformatics/btm158>, and the PAC (Proportion of Ambiguous Clustering) metric is based on Senbabaoglu et al. (2014) <doi:10.1038/srep06207>.
Authors:
cclustr_0.1.1.tar.gz
cclustr_0.1.1.tar.gz(r-4.7-any)cclustr_0.1.1.tar.gz(r-4.6-any)
cclustr_0.1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
cclustr/json (API)
NEWS
| # Install 'cclustr' in R: |
| install.packages('cclustr', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/andrews06ml/cclustr/issues
Last updated from:1bc93d4eb2. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 142 | ||
| source / vignettes | OK | 229 | ||
| linux-release-x86_64 | OK | 135 | ||
| wasm-release | OK | 141 |
Exports:as_mild_listchoose_best_clusteringcluster_imputationsconsensus_clusteringplot_consensus_dendrogramplot_consensus_matrixplot_validation_metricsrun_mi_clusteringvalidate_clustering
Dependencies:base64encbitbit64bslibcachemclassclassIntclicliprclusterclustMixTypecombinatcommonmarkcpp11crayonDEoptimRdigestdiptestdplyre1071fastmapflexmixfontawesomeforcatsfpcfsgenericsgluehavenhighrhmshtmltoolshttpuvjquerylibjsonlitekernlabKernSmoothklaRlabelledlaterlatticelifecyclemagrittrMASSmclustmemoisemimeminiUImodeltoolsnnetotelpillarpkgconfigprabclusprettyunitsprogresspromisesproxypurrrquestionrR.cacheR.methodsS3R.ooR.utilsR6rappdirsRColorBrewerRcppreadrrlangrobustbaserprojrootrstudioapisassshinysourcetoolsstringistringrstylertibbletidyrtidyselecttzdbutf8vctrsviridisLitevroomwithrxfunxtable
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Standardize multiple imputation outputs into a unified list | as_mild_list |
| Select the optimal number of clusters from a validation table | choose_best_clustering |
| Perform clustering on multiple imputed datasets | cluster_imputations |
| Build a consensus partition from multiple imputation clustering results | consensus_clustering |
| Plot a consensus clustering dendrogram | plot_consensus_dendrogram |
| Plot the consensus co-assignment matrix | plot_consensus_matrix |
| Plot validation metrics across candidate numbers of clusters | plot_validation_metrics |
| Run the full multiple-imputation clustering pipeline | run_mi_clustering |
| Validate consensus clustering results across multiple imputed datasets | validate_clustering |
