R-CMD-check CRAN Version CRAN Downloads

Signac v0.2.5

Signac is an extension of Seurat for the analysis of single-cell chromatin data.

Documentation can be found at https://satijalab.org/signac/

Install

# Install Bioconductor
if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install()

install.packages("Signac")

# To install the development version
install.packages("devtools")
devtools::install_github("timoast/signac", ref = "develop")