dragonsc is a package for clustering of single-cell RNAseq data. “dragonsc” stands for DeteRministic Annealing Gaussian mixture mOdels for clusteriNg Single-Cell data. It uses an algorithm that is analogous to the physical process of annealing combined with gaussian mixture modeling - check out the vignette for more info!

Installation

You can install the development version of dragonsc from github using devtools:

library(devtools)
install_github("arc85/dragonsc")
library(dragonsc)