This script allows you to visualize gene expression (e.g., marker genes) on UMAP embeddings from single-cell RNA-seq datasets, specifically using:
- Sanofi CD45+ dataset
- Khavari et al., 2020
- Lyko et al., 2023
- Zou et al., 2024
Ensure you're in the correct environment:
conda activate R_python2
### 2. Run the Script
python umap_plot_Sanofi_Khavari_Lyko_Zou_Mar25.py \
--colors CD68,CD163 \
--save_path ./macrophage_markers
βοΈ Arguments
β’--colors: Comma-separated list of genes to plot (e.g., marker genes)
β’--save_path: Directory where the output plots will be saved
π§ͺ Example Use Case
python umap_plot_Sanofi_Khavari_Lyko_Zou_Mar25.py \
--colors CD68,CD163 \
--save_path ./macrophage_markers
π Notes
β’ Designed for exploratory marker analysis in scRNA datasets.
β’ Tested with conda env R_python2.