Bioc2026 Registration Open!

survClust

Identification Of Clinically Relevant Genomic Subtypes Using Outcome Weighted Learning

Bioconductor version: 3.23 · Package version: 1.6.0

survClust is an outcome weighted integrative clustering algorithm used to classify multi-omic samples on their available time to event information. The resulting clusters are cross-validated to avoid over overfitting and output classification of samples that are molecularly distinct and clinically meaningful. It takes in binary (mutation) as well as continuous data (other omic types).

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("survClust")

Details

MaintainerArshi Arora <arshiaurora@gmail.com>
AuthorArshi Arora [aut, cre] (ORCID: <https://orcid.org/0000-0002-4040-1787>)
LicenseMIT + file LICENSE
URLhttps://github.com/arorarshi/survClust
Bug Reportshttps://support.bioconductor.org/t/survClust
Downloads rank146
Source branchRELEASE_3_23
biocViewsClassification, Clustering, Software, Survival

Documentation

Download

Dependencies

Depends: R (>= 3.5.0)

Imports: Rcpp, MultiAssayExperiment, pdist, survival

LinkingTo: Rcpp

Suggests: knitr, testthat (>= 3.0.0), gplots, htmltools, BiocParallel