Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 865 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 865 Bytes

R-CMD-check CRAN Version CRAN Downloads

Signac

Signac is a comprehensive R package 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()
setRepositories(ind=1:2)

# To install the current release
install.packages("Signac")

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