8000 GitHub - RGLab/COMPASS: Combinatorial Polyfunctionality Analysis of Single Cells
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

RGLab/COMPASS

Repository files navigation

action codecov

COMPASS

Combinatorial Polyfunctionality Analysis of Single Cells

COMPASS is now available on Bioconductor!

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.

0