Signac is an extension of Seurat for the analysis of single-cell chromatin data.
Documentation can be found at https://satijalab.org/signac/
# Install Bioconductor
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install()
# Tell R to also check bioconductor when installing dependencies
setRepositories(ind=1:2)
# Install Signac
install.packages("devtools")
devtools::install_github("timoast/signac")