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
| Maintainer | Arshi Arora <arshiaurora@gmail.com> |
| Author | Arshi Arora [aut, cre] (ORCID: <https://orcid.org/0000-0002-4040-1787>) |
| License | MIT + file LICENSE |
| URL | https://github.com/arorarshi/survClust |
| Bug Reports | https://support.bioconductor.org/t/survClust |
| Downloads rank | 146 |
| Source branch | RELEASE_3_23 |
| biocViews | Classification, 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