No project description provided
Project description
Interactive spatial‑omics analysis & visualisation toolkit for single‑cell and spatial transcriptomics data
Celldega combines scalable computational pipelines with GPU‑accelerated, web‑native visualisations so you can explore millions of cells and transcripts directly inside Jupyter Lab, VS Code, or any modern browser. Built for researchers working with Xenium, Visium HD, MERFISH, and other spatial omics technologies.
🚀 Quick Start (30 min)
Installation
pip install celldega
For Terra.bio Users
Add this to your startup script for image processing features (more info):
apt update && apt install -y libvips libvips-tools libvips-dev
Example Usage
base_url = 'https://raw.githubusercontent.com/broadinstitute/celldega_Xenium_Prime_Human_Skin_FFPE_outs/main/Xenium_Prime_Human_Skin_FFPE_outs'
landscape_ist = dega.viz.Landscape(
technology="Xenium",
ini_zoom=-4.5,
ini_x=6000,
ini_y=8000,
base_url=base_url,
height=700,
width=600,
)
# Alternatively pass an AnnData object to auto-populate cell metadata
# including "leiden" clusters, colors and UMAP coordinates.
landscape_from_adata = dega.viz.Landscape(
base_url=base_url,
AnnData=adata,
)
file_path = 'https://raw.githubusercontent.com/broadinstitute/celldega_Xenium_Prime_Human_Skin_FFPE_outs/main/Xenium_Prime_Human_Skin_FFPE_outs/df_sig.parquet'
df = pd.read_parquet(file_path)
mat = dega.clust.Matrix(df)
mat.cluster()
cgm = dega.viz.Clustergram(matrix=mat)
dega.viz.landscape_clustergram(landscape_ist, cgm)
📖 Documentation & Examples
- 📚 Documentation - Complete guides and API reference
- 🖼️ Gallery - Interactive visualization demos
- 📓 Examples - Jupyter notebooks you can run locally
- 🐍 Python API - Complete Python API
- 🌐 JavaScript API - Complete JavaScript API
🛠️ Development Setup (for Contributors)
Get started contributing in 2 minutes:
git clone https://github.com/broadinstitute/celldega.git
cd celldega
bash ./scripts/setup.sh
source dega/bin/activate
npm run dev
See our Contributing Guide for detailed instructions.
🏗️ Repository Structure
| Directory/File | Purpose |
|---|---|
src/celldega/ |
🐍 Core Python package |
js/ |
🌐 JavaScript widgets & visualizations |
examples/ |
📓 Jupyter notebook examples |
docs/ |
📚 Documentation source |
js/__tests__/ |
🧪 JS/TS Test suites |
tests/ |
🧪 Python Test suites |
scripts/ |
🔧 Development utilities |
🤝 Contributing
We welcome contributions from the bio community! Whether you're a:
- 🧬 Researcher - Share datasets, create tutorials, improve documentation
- 👩💻 Developer - Add features, fix bugs, optimize performance
- 📚 Educator - Create educational content, examples, workshops
- 🎨 Designer - Improve visualizations, user experience, documentation
Getting started:
- Read our Contributing Guide
- Check open issues for ideas
- Join discussions to ask questions
🆘 Getting Help
Questions about using Celldega?
- 💬 Discussions - Ask the community
- 📖 Documentation - Comprehensive guides
- 📓 Examples - Working code you can adapt
Found a bug or want a feature?
📊 Citation
If Celldega helps your research, please cite us:
@software{celldega,
title = {Celldega: Interactive spatial‑omics analysis & visualisation toolkit},
author = {{Broad Institute}},
url = {https://github.com/broadinstitute/celldega},
version = {0.12.0},
year = {2025}
}
🏛️ About
Celldega is developed at the Broad Institute together with the biology research community. Our mission is to make spatial transcriptomics analysis accessible, interactive, and beautiful.
Built on amazing open source tools:
- deck.gl - GPU-accelerated visualizations
- PyArrow - Fast columnar data processing
- AnnData - Annotated data matrices
- SpatialData - Spatial omics data structures
Made with 🧬 by the Spatial Technology Platform at the Broad Institute
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file celldega-0.15.1.tar.gz.
File metadata
- Download URL: celldega-0.15.1.tar.gz
- Upload date:
- Size: 2.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b04ea35bc36ec9f441ca4700050d96e2eba4d94cc6ed3b785c9789d10595e7b
|
|
| MD5 |
88f1a40f926920acf34b49b5541a1715
|
|
| BLAKE2b-256 |
5e60867c60efe27abcfef529a6924492618cdf5b5e79c613a182a2334bdeb660
|
File details
Details for the file celldega-0.15.1-py2.py3-none-any.whl.
File metadata
- Download URL: celldega-0.15.1-py2.py3-none-any.whl
- Upload date:
- Size: 2.4 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
284b34d9e9a3a2acb9605692f373a2dcacc2c86d6856804440da10653d9ac4da
|
|
| MD5 |
4fa03ecb74e10b873f409f6ce24f784a
|
|
| BLAKE2b-256 |
7e8678270b51d875789e73716eb7a46bb760adce190282808cc26f4d527287f0
|