This repository contains three single-cell RNA-seq tutorials completed as part of a bioinformatics assignment.
- Tool: Galaxy Platform (STARsolo + DropletUtils)
- Data: 1k PBMCs from healthy donor
- Results: 254 high quality cells detected
- π Repository
- Tool: Python/Scanpy (Google Colab)
- Data: Bone marrow mononuclear cells (NeurIPS 2021)
- Results: 17,041 cells, 18 clusters identified
- π Repository
- Tool: Python/AnnData (Google Colab)
- Data: Synthetic + PBMC68k dataset
- Results: AnnData object creation and manipulation
- π Repository
| Tool | Purpose |
|---|---|
| Galaxy | Cloud bioinformatics platform |
| STARsolo | RNA mapping & quantification |
| DropletUtils | Cell filtering |
| Scanpy | scRNA-seq analysis |
| AnnData | Data structure |
| Python | Programming |