We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ArchR (>= 1.0.1) SpectralTAD (>= 1.16.1) plotgardener (>= 1.6.2)
install.packages("devtools") install.packages("BiocManager")
BiocManager::install("plotgardener") # only required for plotCoAccessibilityMap functionality
devtools::install_github("GreenleafLab/ArchR", repos = BiocManager::repositories()) ArchR::installExtraPackages()
devtools::install_github("dozmorovlab/SpectralTAD")
devtools::install_github("RippeLab/RWireX")
For human hg38 genome:
BiocManager::install("TxDb.Hsapiens.UCSC.hg38.knownGene") BiocManager::install("org.Hs.eg.db")
For mouse mm10 genome:
BiocManager::install("TxDb.Mmusculus.UCSC.mm10.knownGene") BiocManager::install("org.Mm.eg.db")
1. Home 2. Installation 3. Test data 4. Single cell co-accessibility 5. Metacell co-accessibility 6. FAQ