seurat-single-cell-analysis
Installation
SKILL.md
Seurat Single Cell Analysis Skill
This skill provides specialized capabilities for single cell RNA-seq analysis using Seurat v5 in the system R environment. It is specifically designed to work with .rds and .rdata files.
🚨 最高优先级规则:强制使用Here Document (<< 'EOF')执行方式
⚠️ 必须遵循的执行规则
- 🚫 严格禁止: 使用
R -e "..."或R --slave -e "..."方式执行R代码 - ✅ 强制要求: 所有R代码必须使用Here Document格式执行
- 🔒 无例外: 任何情况下都不能偏离此执行方式
- 📱 R专用: 必须使用
/Library/Frameworks/R.framework/Resources/bin/R --slave --no-save --no-restore