-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
IsabelleSeufert edited this page Aug 8, 2024
·
7 revisions
- 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 functionalitydevtools::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")