## SCONE ##
[](http://www.repostatus.org/#wip)
### Single-Cell Overview of Normalized Expression data ###
scone is a package to compare and rank the performance of different normalization schemes in real single-cell RNA-seq datasets.
### To Install ###
The easiest way to install the package is to type in R
```{r}
source("https://bioconductor.org/biocLite.R")
biocLite("devtools")
biocLite("YosefLab/scone", dependencies=TRUE)
```