Skip to content

YosefLab/scone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCONE

Single-Cell Overview of Normalized Expression data

============

Private Repo containing SCONE R Package


Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

To Install

# Clone the GitHub repo:
git clone https://github.com/YosefLab/scone.git

# Install via command line:
R CMD INSTALL scone

# You may get errors if dependencies are not installed prior to scone installation.
# Install SCDE dependency at http://hms-dbmi.github.io/scde/package.html
# Install RUVSeq dependency using 
source("https://bioconductor.org/biocLite.R")
biocLite("RUVSeq")