| Name | Last modified | Size | Description | |
|---|---|---|---|---|
| Parent Directory | - | |||
| README.html | 2020-08-16 17:50 | 6.0K | ||
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()
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")