Name Mode Size
R 040000
inst 040000
man 040000
tests 040000
vignettes 040000
DESCRIPTION 100644 2 kb
NAMESPACE 100644 1 kb
NEWS 100644 0 kb
README.md 100644 1 kb
README.md
# AUCell AUCell is an R-package to analyze the state of gene-sets in single-cell RNA-seq data (i.e. identify cells with active gene signatures). *Note:* This is a version in development. The main version of the package will be submitted Bioconductor. Current version of **SCENIC** requires [AUCell 0.99.5](http://scenic.aertslab.org/downloads/Rpackages/AUCell_0.99.5.tar.gz) To install this BETA version, you can run the following commands from R: ``` # devtools::install_github("aertslab/AUCell") # Does not build the tutorial (faster) devtools::install_github("aertslab/AUCell", build_vignettes=TRUE) # You might need to install these packages first: install.packages(c("devtools", "data.table", "zoo")) # Recommended source("https://bioconductor.org/biocLite.R"); biocLite("BiocInstaller") install.packages(c("DT")); biocLite("GEOquery") # For tutorial ``` A tutorial (vignette) is included in the package. An HTML version of the [tutorial](http://scenic.aertslab.org/tutorials/AUCell.html) is available at http://scenic.aertslab.org.