Single-cell analysis and visualization suite for the LEO universe.

A focused exploratory toolkit for single-cell data analysis, visualization, and functional inference.
Quick Start
You can install leo.sc from r-universe like so:
# Enable the r-universe repository
options(repos = c(
laleoarrow = "https://laleoarrow.r-universe.dev",
CRAN = "https://cloud.r-project.org"
))
# Install leo.sc
install.packages("leo.sc")Alternatively, you can install the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("laleoarrow/leo.sc")How to Contribute
We encourage and welcome contributions to LEO from the community. If you are interested in contributing code or documentation, please contact me by submitting a issue.
License
The leo.sc package is open-source software. Please refer to the LICENSE.md file for terms and restrictions (GPL-3.0 License).
Contact Information
For more information or assistance, please contact us at Ao Lu.
Citation
If you use leo.sc in your work, please cite:
citation("leo.sc")@Manual{leo.sc,
title = {leo.sc: Layered Exploratory Omics (LEO for single-cell analysis)},
author = {Ao Lu},
year = {2026},
note = {R package version 0.1.0},
url = {https://github.com/laleoarrow/leo.sc}
}We look forward to collaborating with researchers and developers worldwide to advance innovation and progress in genomic data analysis!