ScEnsemble is an R package that integrates multiple ensemble clustering algorithms specifically designed for single-cell RNA-seq datasets. It aims to improve clustering robustness and biological interpretability by combining complementary clustering approaches.
You can install the package from GitHub as follows:
devtools::install_github("besteuncu/ScEnsemble")
#> Using GitHub PAT from the git credential store.
#> Skipping install of 'ScEnsemble' from a github remote, the SHA1 (dfda364f) has not changed since last install.
#> Use `force = TRUE` to force installationAll other details are explained in detail in the vignettes.
library(ScEnsemble)