-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Ao Lu edited this page Sep 16, 2025
·
5 revisions
Welcome to the leo.sc wiki!
Just use simple command to install this packages:
pak::pkg_install("laleoarrow/leo.sc")
or
devtools::install_github("laleoarrow/leo.sc")
However, the leo.sc require quite a lot packages of dependancy, some of which might be difficult to install all together. In this case, it is wise to pre-install these packages.
devtools::install_github("Bioconductor/MatrixGenerics")
devtools::install_github("const-ae/sparseMatrixStats")
devtools::install_github("neurorestore/Augur")
- DoubletFinder: https://github.com/chris-mcginnis-ucsf/DoubletFinder
remotes::install_github('chris-mcginnis-ucsf/DoubletFinder', force = TRUE)
if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager")
BiocManager::install("Nebulosa")
# or
devtools::install_github("powellgenomicslab/Nebulosa")
if (!requireNamespace("devtools", quietly = TRUE)) install.packages("devtools")
devtools::install_github("PaulingLiu/ROGUE")
BiocManager::install("miloR")
- Others:
install.packages("ggalluvial")
install.packages("tableone")