Name Mode Size
.github 040000
R 040000
data 040000
inst 040000
man 040000
src 040000
vignettes 040000
.Rbuildignore 100644 0 kb
DESCRIPTION 100644 1 kb
LICENSE 100644 34 kb
NAMESPACE 100644 3 kb
README.md 100644 1 kb
README.md
<img src=inst/SC3.png height="200"> __Q__: What is this? __A__: __SC3__ is a tool for the unsupervised clustering of cells from single cell RNA-Seq experiments. __SC3__ main page is on [BioConductor](http://bioconductor.org/packages/SC3/). __Q__: How to install/run __SC3__? __A__: Please follow the SC3 manual from its [BioConductor page](http://bioconductor.org/packages/SC3/). If you would like to install the latest development version of SC3 please install it from the GitHub repository: ``` install.packages("devtools") devtools::install_github("hemberg-lab/SC3") ``` __Q__: Where can I report bugs, comments, issues or suggestions? __A__: Please use [this page](https://github.com/hemberg-lab/SC3/issues). __Q__: Where can I ask questions about __SC3__? __A__: Please use [this page](https://support.bioconductor.org/p/new/post/?tag_val=SC3). __Q__: Is __SC3__ published? __A__: Yes, __SC3__ is published in [Nature Methods](http://dx.doi.org/10.1038/nmeth.4236). __Q__: What is __SC3__ licence? __A__: GPL-3