What problem does it solve? Manually assigning cell types to single-cell RNA-seq clusters is slow, subjective, and hard to reproduce across samples. This Skill automates cluster-level cell type annotation by submitting marker genes from Seurat objects to the Nygen Analytics CyteType API and mapping the returned ontology-based annotations back to individual cells. ## Core Features & Use Cases - Automated Annotation Workflow: Prepares Seurat objects and marker genes with PrepareCyteTypeR, submits jobs to the CyteType API, and retrieves cluster-level annotations with ontology terms, granular subtypes, and supporting/conflicting markers. - FGCZ Infrastructure Integration: Provides SBATCH batch scripts, qs2 object storage, gstore transfer commands, and R Markdown report templates following FGCZ standards (polychrome colors, 300 DPI output). - Quality Inspection & Visualization: Generates UMAP plots, cell type distribution bar charts, and annotation tables with justifications for review. - Use Case: A bioinformatician has a clustered PBMC Seurat object with markers from FindAllMarkers and needs reproducible, ontology-based cell type labels across multiple donor samples for a project report. ## Quick Start Ask the agent to run CyteTypeR cell type annotation on your clustered Seurat object with its FindAllMarkers results and produce UMAP visualizations of the annotated cell types.