cell-type-annotation
Installation
SKILL.md
Cell Type Annotation
Overview
This pipeline skill generates code for annotating cell types in single-cell RNA-seq data. It covers four complementary approaches:
- Automated — CellTypist (logistic-regression classifiers trained on curated atlases).
- Reference-based — SingleR (R) or scANVI/
sc.tl.ingest(Python) label transfer. - Marker-based — Manual assignment from canonical marker gene panels.
- Hierarchical — Coarse compartment assignment followed by specialized fine-grained annotation.
Use it when the user has a clustered AnnData (or SingleCellExperiment) and needs cell-type labels in adata.obs.
Usage
Decision Tree: Choosing an Annotation Approach
Follow this decision tree to select the right method: