Agent skill
tcell-exhaustion-analysis-agent
Install this agent skill to your Project
npx add-skill https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/tcell-exhaustion-analysis-agent
SKILL.md
name: 'tcell-exhaustion-analysis-agent' description: 'AI-powered analysis of T-cell exhaustion states, epigenetic scarring, stem-like T-cell populations, and checkpoint blockade response prediction in cancer immunotherapy.' measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes. allowed-tools:
- read_file
- run_shell_command
T-Cell Exhaustion Analysis Agent
The T-Cell Exhaustion Analysis Agent provides comprehensive profiling of T-cell dysfunction states in cancer and chronic infection. It analyzes exhaustion signatures, identifies stem-like progenitor populations, characterizes epigenetic scarring, and predicts checkpoint immunotherapy response.
When to Use This Skill
- When profiling tumor-infiltrating lymphocyte (TIL) exhaustion states from scRNA-seq data.
- To identify stem-like exhausted T-cells (Tex-prog) that predict checkpoint blockade response.
- For analyzing epigenetic exhaustion programs via ATAC-seq or CUT&Tag.
- To assess exhaustion reversal potential and re-exhaustion risk.
- When designing combination immunotherapy strategies.
Core Capabilities
-
Exhaustion State Classification: Distinguishes progenitor exhausted (Tex-prog), intermediate, and terminally exhausted (Tex-term) populations using transcriptional signatures.
-
Stem-like T-Cell Detection: Identifies TCF1+ stem-like exhausted cells that sustain anti-tumor immunity and respond to PD-1 blockade.
-
Epigenetic Scarring Analysis: Characterizes chromatin accessibility patterns that maintain exhaustion programs despite checkpoint blockade.
-
Checkpoint Expression Profiling: Quantifies inhibitory receptors (PD-1, TIM-3, LAG-3, TIGIT, CTLA-4) at single-cell resolution.
-
Response Prediction: Machine learning models predict checkpoint blockade response based on exhaustion profiles.
-
TME Interaction Analysis: Maps suppressive cell interactions (Tregs, MDSCs, TAMs) promoting exhaustion.
Exhaustion Signatures
Progenitor Exhausted (Tex-prog):
- TCF1+, SLAMF6+, PD-1+
- Self-renewal capacity
- Proliferative burst upon checkpoint blockade
- Good prognosis marker
Terminal Exhausted (Tex-term):
- TCF1-, TIM-3+, CD39+
- Effector-like but dysfunctional
- Limited proliferative potential
- Epigenetically fixed exhaustion
Workflow
-
Input: scRNA-seq, CITE-seq, or scATAC-seq data from TILs or PBMCs.
-
Preprocessing: Quality control, normalization, batch correction.
-
Clustering: Identify T-cell subsets and exhaustion states.
-
Signature Scoring: Apply exhaustion gene signatures (TOX, NR4A, NFAT targets).
-
Epigenetic Analysis: Assess chromatin accessibility at exhaustion loci.
-
Prediction: Model checkpoint response from exhaustion profiles.
-
Output: Exhaustion state proportions, stem-like cell fractions, response predictions.
Example Usage
User: "Analyze T-cell exhaustion states in this TIL scRNA-seq dataset and predict anti-PD-1 response."
Agent Action:
python3 Skills/Immunology_Vaccines/TCell_Exhaustion_Analysis_Agent/exhaustion_analyzer.py \
--input til_scrnaseq.h5ad \
--tcells CD8A+CD3E+ \
--signatures exhaustion_signatures.gmt \
--epigenetic til_scatacseq.h5ad \
--predict_response true \
--output exhaustion_report/
Key Markers and Genes
| Category | Markers | Role |
|---|---|---|
| Exhaustion TFs | TOX, TOX2, NR4A1-3 | Exhaustion program drivers |
| Stem-like | TCF7 (TCF1), LEF1, SLAMF6 | Progenitor maintenance |
| Terminal | HAVCR2 (TIM-3), ENTPD1 (CD39), LAYN | Terminal exhaustion |
| Checkpoints | PDCD1, CTLA4, LAG3, TIGIT | Inhibitory receptors |
| Effector | GZMB, PRF1, IFNG | Cytotoxic function |
Epigenetic Exhaustion Program
The exhaustion epigenetic landscape is largely resistant to checkpoint blockade:
- Stable open chromatin at exhaustion-associated genes (TOX, NR4A, checkpoint loci)
- Epigenetic scars maintained even after PD-1 therapy
- Re-exhaustion occurs upon cessation of checkpoint blockade
- Therapeutic implications: Epigenetic modifiers may enhance durability
Prerequisites
- Python 3.10+
- Scanpy/Seurat for scRNA-seq
- ArchR/Signac for scATAC-seq
- CellTypist or custom classifiers
Related Skills
- CAR_T_Design - For engineering exhaustion-resistant CAR-T cells
- Immune_Repertoire_Analysis - For TCR clonotype tracking
- Tumor_Microenvironment - For TIL context analysis
Clinical Implications
- Patient Selection: High stem-like Tex predicts checkpoint response
- Combination Therapy: TIGIT + PD-1 for resistant tumors
- Epigenetic Therapy: DNMT/HDAC inhibitors to reprogram exhausted cells
- CAR-T Engineering: TOX knockout to prevent CAR-T exhaustion
Author
AI Group - Biomedical AI Platform
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
vcf-annotator
Annotate VCF variants with VEP, ClinVar, gnomAD frequencies, and ancestry-aware context. Generates prioritised variant reports.
chemist-analyst
Analyzes events through chemistry lens using molecular structure, reaction mechanisms, thermodynamics, kinetics, and analytical techniques (spectroscopy, chromatography, mass spectrometry). Provides insights on chemical processes, material properties, reaction pathways, synthesis, and analytical methods. Use when: Chemical reactions, material analysis, synthesis planning, process optimization, environmental chemistry. Evaluates: Molecular structure, reaction mechanisms, yield, selectivity, safety, environmental impact.
bio-alignment-io
Read, write, and convert multiple sequence alignment files using Biopython Bio.AlignIO. Supports Clustal, PHYLIP, Stockholm, FASTA, Nexus, and other alignment formats for phylogenetics and conservation analysis. Use when reading, writing, or converting alignment file formats.
sleep-analyzer
分析睡眠数据、识别睡眠模式、评估睡眠质量,并提供个性化睡眠改善建议。支持与其他健康数据的关联分析。
metabolomics-workbench-database
Access NIH Metabolomics Workbench via REST API (4,200+ studies). Query metabolites, RefMet nomenclature, MS/NMR data, m/z searches, study metadata, for metabolomics and biomarker discovery.
bio-hi-c-analysis-matrix-operations
Balance, normalize, and transform Hi-C contact matrices using cooler and cooltools. Apply iterative correction (ICE), compute expected values, and generate observed/expected matrices. Use when normalizing or transforming Hi-C matrices.
Didn't find tool you were looking for?