What problem does it solve? Inferring cellular differentiation potential and stemness from single-cell RNA-seq data requires specialized tooling, careful input handling, and significant compute resources for large datasets, which often leads to cryptic failures and inconsistent reporting. ## Core Features & Use Cases - Potency Scoring: Run CytoTRACE2 on Seurat objects to produce continuous scores, categorical potency labels (Differentiated through Totipotent), and dataset-relative rankings. - Large-Dataset Workflows: Split-by-sample processing, SBATCH cluster job templates, and resource guidelines for datasets exceeding 100K cells. - Reporting & Visualization: FGCZ-standard R Markdown report template with UMAP feature plots, violin plots with potency axes, compositional bar plots, and gene-correlation analysis. - Use Case: Given a 298K-cell tumor atlas Seurat object, split it by patient sample, run CytoTRACE2 on a cluster via SBATCH, and generate a report ranking malignant cell stemness with correlated gene signatures. ## Quick Start Ask the agent to run CytoTRACE2 potency analysis on your Seurat object with raw counts, splitting by sample if the dataset exceeds 100K cells.