Skip to content

kdragicevic/cacoa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Single-cell Case Control Analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 92.2%
  • C++ 6.1%
  • CMake 1.7%