Agent skill · Workflow & Productivity

single-cell-downstream-analysis

Checklist-style reference for OmicVerse downstream tutorials covering AUCell scoring, metacell DEG, and related exports.

FreedomIntelligencegithub.com/FreedomIntelligenceGitHub ↗
claude-code
Install
npx skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill single-downstream-analysis --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 10 KB
Bundled scripts: none
Path: skills/single-downstream-analysis/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 2,909
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Single-cell downstream analysis quick-reference This skill sheet distills the OmicVerse single-cell downstream tutorials into an executable checklist. Each module highlights **prerequisites**, the **core API entry points**, **interpretation checkpoints**, **resource planning notes**, and any **optional validation or export steps** surfaced in the notebooks. ## AUCell pathway scoring (`t_aucell.ipynb`) - **Prerequisites** - Download pathway collections (GO, KEGG, or custom) that match the organism under study before running the tutorial. - Ensure an `AnnData` object with clustering/embedding (`adata.obsm['X_umap']`) is prepared. - **Core calls** - `ov.single.geneset_aucell` for one pathway; `ov.single.pathway_aucell` for multiple pathways. - `ov.single.pathway_aucell_enrichment` to score all pathways in a library (set `num_workers` for parallelism). - **Result checks** - Interpret AUCell scores as expression-like values (0–1). Use `sc.pl.embedding` to confirm pathway activity patterns. - Run `sc.tl.rank_genes_groups` on the AUCell `AnnData` to find cluster-enriched pathways and visualize with `sc.pl.rank_genes_groups_dotplot`. - **Resources** - Library-wide scoring can be CPU-inte

What's inside
Steps it walks through
  1. AUCell pathway scoring (taucell.ipynb)
  2. scRNA-seq DEG (bulk-style meta cell) (tscdeg.ipynb)
  3. scRNA-seq DEG (cell-type & composition) (tdegsingle.ipynb)
  4. scDrug response prediction (tscdrug.ipynb)
  5. SCENIC regulon discovery (tscenic.ipynb)
  6. cNMF program discovery (tcnmf.ipynb)
  7. NOCD overlapping communities (tnocd.ipynb)
  8. Lazy pipeline & reporting (tlazy.ipynb)
Ships with 1 file
  • reference.md
More from OpenClaw-Medical-Skills
All skills →
About this skill
What does the single-cell-downstream-analysis skill do?

Checklist-style reference for OmicVerse downstream tutorials covering AUCell scoring, metacell DEG, and related exports.

How do I install it?

Run `npx skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill single-downstream-analysis --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From FreedomIntelligence/OpenClaw-Medical-Skills, a repository with 2,909 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going