flow-cytometry-gating-strategist
Recommend optimal flow cytometry gating strategies for specific cell types and fluorophores
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aipoch-ai/flow-cytometry-gating-strategistSkill: Flow Cytometry Gating Strategist
Recommend optimal flow cytometry gating strategies for given cell types and fluorophores.
Basic Information
- ID: 103
- Name: Flow Cytometry Gating Strategist
- Purpose: Flow cytometry data analysis and gating strategy recommendations
Usage
Command Line
# Recommended format: comma-separated cell types and fluorophores
python scripts/main.py "CD4+ T cells,CD8+ T cells" "FITC,PE,APC"
# Or specify parameters separately
python scripts/main.py --cell-types "CD4+ T cells,CD8+ T cells" --fluorophores "FITC,PE,APC"
# Support more options
python scripts/main.py \
--cell-types "B cells" \
--fluorophores "FITC,PE,PerCP-Cy5.5,APC" \
--instrument "BD FACSCanto II" \
--purpose "cell sorting"
Parameters
| Parameter | Type | Default | Required | Description |
|---|---|---|---|---|
--cell-types | string | - | Yes | Comma-separated list of cell types (e.g., "CD4+ T cells,CD8+ T cells") |
--fluorophores | string | - | Yes | Comma-separated list of fluorophores (e.g., "FITC,PE,APC") |
--instrument | string | - | No | Flow cytometer model (e.g., "BD FACSCanto II") |
--purpose | string | analysis | No | Purpose (analysis, cell sorting, screening) |
--output, -o | string | stdout | No | Output file path for JSON results |
Output Format
{
"recommended_strategy": {
"name": "Sequential Gating Strategy",
"description": "Gating based on FSC-A/SSC-A, followed by fluorescence intensity analysis",
"steps": [
{
"step": 1,
"gate": "FSC-A vs SSC-A",
"purpose": "Identify target cell population, exclude debris and dead cells",
"recommendation": "Set oval gate in lymphocyte region"
}
]
},
"fluorophore_recommendations": [
{
"fluorophore": "FITC",
"channel": "BL1",
"detector": "530/30",
"considerations": ["May spillover with GFP"]
}
],
"panel_optimization": {
"suggestions": ["Recommend pairing weakly expressed antigens with bright fluorophores"],
"avoid_combinations": ["FITC and GFP used simultaneously"]
},
"compensation_notes": ["FITC and PE require careful compensation"],
"quality_control": ["Recommend setting FMO controls", "Use viability dyes to exclude dead cells"]
}
Supported Cell Types
- T cells: CD4+ T cells, CD8+ T cells, Treg cells, Th1, Th2, Th17, γδ T cells
- B cells: B cells, Plasma cells, Memory B cells, Naive B cells
- Myeloid cells: Monocytes, Macrophages, Dendritic cells, Neutrophils, Eosinophils
- Stem cells: HSC, MSC, iPSC
- Tumor cells: Tumor cells, Cancer stem cells
- Others: NK cells, NKT cells, Platelets, Erythrocytes
Supported Fluorophores
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aipoch-ai-flow-cytometry-gating-strategist": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
mechanism-flowchart
Generates Mermaid flowchart code and visual diagrams for pathophysiological.
reference-style-sync
One-click synchronization and standardization of reference formats in literature management tools, intelligently fixing metadata errors.
clinical-data-cleaner
Use when cleaning clinical trial data, preparing data for FDA/EMA submission, standardizing SDTM datasets, handling missing values in clinical studies, detecting outliers in lab results, or converting raw CRF data to CDISC format. Cleans and standardizes clinical trial data for regulatory compliance with audit trails.
metagenomic-krona-chart
Analyze data with `metagenomic-krona-chart` using a reproducible workflow, explicit validation, and structured outputs for review-ready interpretation.
anatomy-quiz-master
Generate interactive anatomy quizzes for medical education with multiple question types, difficulty levels, and anatomical regions. Supports gross anatomy, neuroanatomy, and clinical correlations for self-assessment and exam preparation.