/cacoa

Single-cell Case Control Analysis

Primary LanguageRGNU General Public License v3.0GPL-3.0

cacoa

Case-Control Analysis of scRNA-seq experiments

Installation

Prior to installing the package, dependencies have to be installed:

BiocManager::install(c("clusterProfiler", "DESeq2", "DOSE", "EnhancedVolcano", "enrichplot", "fabia", "GOfuncR", "Rgraphviz"))

Also make sure to install the latest version of sccore (not the one from CRAN):

devtools::install_github("kharchenkolab/sccore", ref="dev")

And if you're going to use Conos as a data object, the latest version is also recommended:

devtools::install_github("kharchenkolab/conos", ref="dev")

To install the package use:

devtools::install_github("kharchenkolab/cacoa")

Example

See the vignette for an example.