Skip to content

Latest commit

Β 

History

History
37 lines (26 loc) Β· 997 Bytes

File metadata and controls

37 lines (26 loc) Β· 997 Bytes

πŸ”¬ Check Gene Expression on UMAP in scRNA-seq Datasets

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

πŸš€ Quick Start

1. Activate Conda Environment

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.