Advanced visualizations for the comparison of single-cell datasets. Conceived as a SAMap add-on, but many parts do not require it.
Project description
ComAnDOS
Publications
A draft is under preparation at comandos-paper.
As a long-time user of SAMap and a connoisseur of cross-species
comparisons, I was always frustrated by the lack of useful visualization
downstream of SAMap results. We don’t need fancy software to figure out
that ciliated cells are similar to ciliated cells, and muscle to muscle,
but what about those pesky “unknown_sensory_2” and “ciliated?_2”
clusters? ComAnDOS is a collection of plotting functions and assorted
utilities that I hacked together to help myself and collaborators make
sense of SAMap results. It is conceived as a SAMap add-on, but it
doesn’t require it per se. It mostly works with two “primitives”:
AnnData, and Pandas DataFrames, so it should be relatively easy to
adapt to your use case.
It currently includes:
- fancy heatmaps (replace Sankey plots, circle plots)
- paired dotplots (directly compare cross-species expression!)
- assorted utility functions
Background and motivation
click to expand
Single-cell RNA-seq (scRNA-seq) is a powerful tool to study the transcriptome of individual cells. As the technology matured, it became possible to use it on non-model organisms, facilitating cell type comparison across species. Early methods for this task subsetted gene expression matrices to one-to-one orthologous genes, assuming that sequence conservation also implies conservation of location, magnitude, and timing of gene expression. Not only is this assumption not true, but it also requires us to discard a large amount of data.
SAMap was the first method to try and include many-to-one orthology relations. In alternating steps, it optimises a cell graph and a gene graph, using the former to inform the latter and vice versa. The result is a converged low-dimensional embedding that contains the cells of both species, allowing for direct comparison.
SAMap comes with a small number of visualization tools, but, as I had to find out myself, they are not sufficient for in-depth analysis. In particular:
- Sankey diagrams, SAMap’s default visualization for cluster-cluster relationships, obscure the fact that cell types are hierarchically organized. They also make it harder to quantify just how similar two cell types are according to SAMap.
- Tarashansky et al. used network diagrams to demonstrate highly connected cell type families. I found that these diagrams are not very informative, as they are hard to read and do not scale well to large datasets.
- In the publication, heatmaps are used once, but not to their full extent.
- Overlapping dimplots with corresponding violin plots are used to demonstrate co-expression across species. This is a good idea, but results in overloaded plots.
- The authors use dotplots to show gene expression across species, color-coding the species. This loses one of the dotplots’ dimensions, where color usually encodes expression level, and forces the use of an additional axis to show expression magnitude. Furthermore, the relationships between the plotted genes in the different species are hard to visualize and need to be described in text.
These visualisations have two additional shortcomings: First, they are not easily reproducible, as they are not part of SAMap but rather custom solutions for very specific use cases. Second, they are extremely specific in what they show, and thus not useful for exploratory data analysis.
Documentation
This package was developed using nbdev, which means the source code was generated from Jupyter notebooks using the literate programming paradigm. You can see the exported function signatures and assorted explanations online. I am currently working on tutorials for the most important use cases.
For questions or requests please open an issue on GitHub. I will be communicating updates, if any, on Twitter.
Example data is available on Zenodo.
AI use
This code was partly generated with GitHub’s CoPilot, which was used to fix bugs and correct linting/import/formatting issues via automatic suggestions. To the best of my knowledge, I mostly used ChatGPT 5-miniO.
Install
It is good practice to set up a virtual environment for your Python
projects. I recommend conda, or mamba if you want faster package
installation; in both cases, please remember to not use normal
Anaconda so as to avoid their licensing traps, and instead use whatever
conda-forge are recommending.
The package was last tested with Python 3.14; it should work with Python>3.9, but there are no guarantees.
conda create -n comandos python=3.14
conda activate comandos
PyPi
pip install comandos
GitHub
On the off-case you’d wish to make changes yourself:
pip install scanpy jupyterlab
After installing dependencies, clone the latest version from GitHub and install it:
cd /directory/of/choice
git clone https://github.com/galicae/comandos.git
cd comandos
pip install -e .
Getting started
<list example notebooks here>
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 comandos-0.0.2b0.tar.gz.
File metadata
- Download URL: comandos-0.0.2b0.tar.gz
- Upload date:
- Size: 30.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf9c2da8ac9881a20e28ebe1c34ab130021e0d181c0370df1d5a0d7e81670d8f
|
|
| MD5 |
6f7c9f565d77d190bdaf7f849575b4cc
|
|
| BLAKE2b-256 |
a5801265bfab5e58e2aa3dcf9e1f22420ab24a37277a35574f791ae1deca741e
|
File details
Details for the file comandos-0.0.2b0-py3-none-any.whl.
File metadata
- Download URL: comandos-0.0.2b0-py3-none-any.whl
- Upload date:
- Size: 29.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
191e785829370048ae3ed788dd62cc4a52faa9dd442109f57e700e31be2bff5e
|
|
| MD5 |
686359be395e09ac56c09bf40bf92496
|
|
| BLAKE2b-256 |
157ef43c6c664eebbdcb890e637d81e60eabb39e411913555f3a825519a7e73b
|