数据与复现统计与数据分析FreedomIntelligence/OpenClaw-Medical-Skills数据与复现
TO

tooluniverse-single-cell

维护者 FreedomIntelligence · 最近更新 2026年4月1日

tooluniverse-single-cell:Production-ready single-cell 、 expression matrix analysis ,使用 scanpy,anndata,、 scipy。 执行 scRNA-seq QC,normalization,PCA,UMAP,Leiden/Louvain 聚类,differential expression (Wilcoxon,t-test,DESeq2),cell type annotation,per-cell-type 统计分析,gene-expression correlation,batch correction (Harmony),trajectory inference,、 cell-cell communication analysis。

OpenClawNanoClaw分析处理复现实验tooluniverse-single-cell🏥 medical & clinicalmedical toolsproduction

原始来源

FreedomIntelligence/OpenClaw-Medical-Skills

https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/tooluniverse-single-cell

维护者
FreedomIntelligence
许可
MIT
最近更新
2026年4月1日

技能摘要

来自 SKILL.md 的关键信息

2 min

核心说明

  • Comprehensive single-cell RNA-seq analysis 、 expression matrix processing ,使用 scanpy,anndata,scipy,、 ToolUniverse. Designed ,用于 both full scRNA-seq workflows (raw counts to annotated cell types) 、 targeted expression-level analyses (per-cell-type DE,correlation,ANOVA,聚类)。
  • IMPORTANT:This skill handles complex multi-workflow analysis. Most implementation details have been moved to references/ ,用于 progressive disclosure. This document focuses on high-level decision-making 、 工作流编排。
  • import scanpy as sc import anndata as ad import pandas as pd import numpy as np ,面向 scipy import stats ,面向 scipy.cluster.hierarchy import linkage,fcluster,dendrogram ,面向 scipy.spatial.distance import pdist ,面向 sklearn.decomposition import PCA ,面向 sklearn.preprocessing import StandardScaler ,面向 statsmodels.stats.multitest import multipletests。

原始文档

SKILL.md 摘录

When to Use This Skill

Apply when users:

  • Have scRNA-seq data (h5ad, 10X, CSV count matrices) and want analysis
  • Ask about cell type identification, clustering, or annotation
  • Need differential expression analysis by cell type or condition
  • Want gene-expression correlation analysis (e.g., gene length vs expression by cell type)
  • Ask about PCA, UMAP, t-SNE for expression data
  • Need Leiden/Louvain clustering on expression matrices
  • Want statistical comparisons between cell types (t-test, ANOVA, fold change)
  • Ask about marker genes for cell populations
  • Need batch correction (Harmony, combat)
  • Want trajectory or pseudotime analysis
  • Ask about cell-cell communication (ligand-receptor interactions)
  • Questions mention "single-cell", "scRNA-seq", "cell type", "h5ad"
  • Questions involve immune cell types (CD4, CD8, CD14, CD19, monocytes, etc.)

BixBench Coverage: 18+ questions across 5 projects (bix-22, bix-27, bix-31, bix-33, bix-36)

NOT for (use other skills instead):

  • Bulk RNA-seq DESeq2 analysis only → Use tooluniverse-rnaseq-deseq2
  • Gene enrichment only (no expression data) → Use tooluniverse-gene-enrichment
  • VCF/variant analysis → Use tooluniverse-variant-analysis
  • Statistical modeling (regression, survival) → Use tooluniverse-statistical-modeling

Core Principles

  1. Data-first approach - Load, inspect, and validate data before any analysis
  2. AnnData-centric - All data flows through anndata objects for consistency
  3. Cell type awareness - Many questions require per-cell-type subsetting and analysis
  4. Statistical rigor - Proper normalization, multiple testing correction, effect sizes
  5. Scanpy standard pipeline - Follow established best practices for scRNA-seq
  6. Flexible input - Handle h5ad, 10X, CSV/TSV, pre-processed and raw data
  7. Question-driven - Parse what the user is actually asking and extract the specific answer
  8. Enrichment integration - Chain DE results into GO/KEGG/Reactome enrichment when requested
  9. Large dataset support - Efficient handling of datasets with >100k cells

Optional

import harmonypy # batch correction bash pip install scanpy anndata leidenalg umap-learn harmonypy gseapy pandas numpy scipy scikit-learn statsmodels


---

适用场景

  • Have scRNA-seq data (h5ad,10X,CSV count matrices) 、 want analysis。
  • Ask about cell type identification,聚类,或 annotation。
  • Need differential expression analysis by cell type 或 condition。
  • Want gene-expression correlation analysis (e.g.,gene length vs expression by cell type)。

不适用场景

  • Do not rely on this catalog entry alone ,用于 installation 或 maintenance details。

相关技能

相关技能

返回目录
AR
数据与复现统计与数据分析

arxiv-database

arxiv-database:This skill provides Python tools ,用于 searching 、 retrieving preprints ,面向 arXiv.org ,通过 its public Atom A…

Claude Code分析处理
K-Dense-AI/claude-scientific-skills查看
BA
数据与复现统计与数据分析

bayesian-optimizer

bayesian-optimizer:Bayesian optimization ,用于 experimental design 、 hyperparameter tuning in biomedical research。

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
BI
数据与复现统计与数据分析

bio-alignment-files-bam-statistics

bio-alignment-files-bam-statistics:Compute alignment statistics:flagstat,idxstats,coverage depth。

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
BI
数据与复现统计与数据分析

bio-alignment-msa-statistics

bio-alignment-msa-statistics:Calculate alignment statistics ,涵盖 sequence identity,conservation scores,substitution matri…

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看