AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Scrnaseq Pd1 Analysis

skill-tingxuangu-scrna-seq-analysis-skill-for-claude-code-scrna-seq-analysis-skill-for-claude-code · by TingxuanGu

End-to-end single-cell RNA-seq analysis for immunotherapy response studies. Triggers when user mentions GEO datasets (GSE*) with keywords like scRNA-seq, single-cell, PD-1, immunotherapy, tumor, or cancer analysis. Provides automated pipeline from raw data to publication-ready reports including clustering, pseudobulk DEG, pathway enrichment, and cell-cell interaction analysis.

No reviews yet
0 installs
39 views
0.0% view→install

Install

$ agentstack add skill-tingxuangu-scrna-seq-analysis-skill-for-claude-code-scrna-seq-analysis-skill-for-claude-code

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-tingxuangu-scrna-seq-analysis-skill-for-claude-code-scrna-seq-analysis-skill-for-claude-code)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
8mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Scrnaseq Pd1 Analysis? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

scRNA-seq PD-1 Immunotherapy Analysis

Automated pipeline for analyzing single-cell RNA sequencing data in immunotherapy response studies.

Trigger Detection

Proactively offer this workflow when detecting:

  • GEO dataset ID (GSE format) + any of: scRNA-seq, single-cell, PD-1, immunotherapy, tumor, cancer

Example prompt: "检测到GEO单细胞数据集。是否运行完整分析流程?包括聚类、差异表达、通路富集、细胞相互作用及发表级报告。"

Analysis Pipeline

Step 1: Data Acquisition → Download GEO data, QC filtering, create Seurat object
Step 2: Clustering       → SCTransform, PCA, UMAP, Louvain clustering, annotation
Step 3: Differential Expr → Pseudobulk aggregation, Welch's t-test, FDR correction
Step 4: Pathway Analysis → Hypergeometric test on 21 immune pathways
Step 5: Biomarkers       → Checkpoint molecules, activation/exhaustion markers
Step 6: Interactions     → 36 ligand-receptor pairs, network visualization
Step 7: Report           → Methods, figure legends, PDF report, archive

Quick Start

  1. Initialize project:
python scripts/init_project.py GSE243013 --output ./analysis
  1. Run analysis (modify config as needed):
Rscript scripts/run_analysis.R --config config.yaml
  1. Generate report:
python scripts/generate_report.py --input ./results --output ./report

Key Parameters

| Component | Parameter | Default | Description | |-----------|-----------|---------|-------------| | QC | pctcountsmt | <20% | Mitochondrial content threshold | | Clustering | resolution | 0.5 | Louvain resolution | | UMAP | n_neighbors | 30 | Neighbor count | | DEG | FDR | <0.05 | Significance threshold | | Pathway | FDR | <0.20 | Enrichment threshold |

For complete parameter documentation, see [references/parameters.md](references/parameters.md).

Output Structure

results/
├── figures/          # 28 publication-ready figures
├── tables/           # 20 analysis tables (DEG, pathways, interactions)
├── report/           # PDF report, methods, figure legends
└── archive/          # Logs, session info, parameters

For detailed output specifications, see [references/output-files.md](references/output-files.md).

Requirements

  • R ≥4.3 with Seurat v5
  • RAM: 64GB minimum, 476GB+ for 1M+ cells
  • Storage: 100GB+ per dataset

Troubleshooting

| Issue | Solution | |-------|----------| | Memory error | Use CreateSketch() for large datasets | | pivot_wider error | Scripts use tidyr::spread() (fixed) | | Long runtime | 20-60 min per step for 1M+ cells |

References

  • Seurat v5: Hao et al., Cell 2021
  • Pseudobulk DEG: Squair et al., BioRxiv 2021
  • SCTransform: Hafemeister & Satija, Genome Biol 2019

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.