Name Mode Size
R 040000
data 040000
inst 040000
man 040000
old_scripts 040000
tests 040000
.Rbuildignore 100644 1 kb
.gitignore 100644 0 kb
DESCRIPTION 100644 1 kb
NAMESPACE 100644 1 kb
README.md 100644 1 kb
README.md
## SCONE ## ### 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. [![Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](http://www.repostatus.org/badges/latest/wip.svg)](http://www.repostatus.org/#wip) ### 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) ```