Name Mode Size
.github 040000
R 040000
data 040000
examples 040000
incubator 040000
inst 040000
internal 040000
man 040000
old 040000
refactor 040000
scratch 040000
src 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
.travis.yml 100644 1 kb
COMPASS.Rproj 100644 0 kb
DESCRIPTION 100644 2 kb
NAMESPACE 100644 3 kb
NEWS 100644 1 kb
README.md 100644 1 kb
TODO.md 100644 0 kb
cleanup 100755 0 kb
README.md
[![action](https://github.com/RGLab/COMPASS/workflows/build/badge.svg) [![codecov](https://codecov.io/gh/RGLab/COMPASS/branch/trunk/graph/badge.svg)](https://codecov.io/gh/RGLab/COMPASS) COMPASS ======= Combinatorial Polyfunctionality Analysis of Single Cells `COMPASS` is now available on [Bioconductor](http://www.bioconductor.org/packages/devel/bioc/html/COMPASS.html)! Getting Started --------------- Install the release version of `COMPASS` with: library(BiocManager) BiocManager::install("COMPASS") or the development version with: library(BiocManager) BiocManager::install(version = "devel") BiocManager::install("COMPASS") To get an idea of how to use `COMPASS`, read [the vignette](http://www.bioconductor.org/packages/devel/bioc/vignettes/COMPASS/inst/doc/COMPASS.html).