SurvivalClusteringTree: Clustering Analysis Using Survival Tree and Forest Algorithms

An outcome-guided algorithm is developed to identify clusters of samples with similar characteristics and survival rate. The algorithm first builds a random forest and then defines distances between samples based on the fitted random forest. Given the distances, we can apply hierarchical clustering algorithms to define clusters. Details about this method is described in <https://github.com/luyouepiusf/SurvivalClusteringTree>.

Version: 1.0
Imports: Rcpp, survival, dplyr, grid, gridtext, formula.tools
LinkingTo: Rcpp, RcppArmadillo
Suggests: knitr, rmarkdown, tinytest
Published: 2023-09-11
Author: Lu You [aut, cre] (Created the package. Maintains the package.), Lauric Ferrat [aut] (Added functionality. Revised the package. Wrote the vignette.), Hemang Parikh [aut] (Checked and revised the package.), Yanan Huo [aut] (Revised plotting functions of the package.), Yuting Yang [aut] (Added some data frame features.), Jeffrey Krischer [ctb] (Supervisor the medical research. Coauthor of the medical manuscript.), Maria Redondo [ctb] (Principal investigators of the medical research. Coauthor of the medical manuscript.), Richard Oram [ctb] (Coauthor of the medical manuscript.), Andrea Steck [ctb] (Coauthor of the medical manuscript.)
Maintainer: Lu You <lu.you at epi.usf.edu>
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
NeedsCompilation: yes
Materials: README
CRAN checks: SurvivalClusteringTree results

Documentation:

Reference manual: SurvivalClusteringTree.pdf
Vignettes: User Guide to SurvivalClusteringTree

Downloads:

Package source: SurvivalClusteringTree_1.0.tar.gz
Windows binaries: r-devel: SurvivalClusteringTree_1.0.zip, r-release: SurvivalClusteringTree_1.0.zip, r-oldrel: SurvivalClusteringTree_1.0.zip
macOS binaries: r-release (arm64): SurvivalClusteringTree_1.0.tgz, r-oldrel (arm64): SurvivalClusteringTree_1.0.tgz, r-release (x86_64): SurvivalClusteringTree_1.0.tgz, r-oldrel (x86_64): SurvivalClusteringTree_1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=SurvivalClusteringTree to link to this page.