survClust | R Documentation |
k
survClust
function performs supervised clustering on a combineDist
output for a particular k
.
It uses all n-1
dimensions for clustering.
survClust is an outcome weighted integrative clustering algorithm used to classify multi-omic samples on their available time to event information.
survClust(combine.dist, survdat, k, cmd.k = NULL)
combine.dist |
integrated weighted distance matrix from |
survdat |
A nx2 matrix consisting of survival data with |
k |
choice of |
cmd.k |
number of dimensions used by |
fit returns a list , fit
consisting of all clustering samples as in kmeans
fit.lr
, computed logrank statistic between k
clusters
Arshi Arora
Maintainer: Arshi Arora arshiaurora@gmail.com (ORCID)
Useful links:
library(survClust)
dd <- getDist(datasets = simdat, survdat = simsurvdat)
cc <- combineDist(dd)
survclust_fit <- survClust(combine.dist = cc, survdat = simsurvdat, k = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.