Skip to content
forked from stuart-lab/signac

R toolkit for the analysis of single-cell chromatin data

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

mluciarr/signac

 
 

Repository files navigation

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")

About

R toolkit for the analysis of single-cell chromatin data

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 95.5%
  • C++ 4.3%
  • Dockerfile 0.2%