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!
You can install the development version of dragonsc from github using devtools:
library(devtools)
install_github("arc85/dragonsc")
library(dragonsc)
For more information and the dragonsc vignette, check out the dragonsc website https://arc85.github.io/dragonsc/.