Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 658 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 658 Bytes

dragonsc

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)

Additional information

For more information and the dragonsc vignette, check out the dragonsc website https://arc85.github.io/dragonsc/.