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

tooluniverse-rnaseq-deseq2

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

tooluniverse-rnaseq-deseq2:Production-ready RNA-seq differential expression analysis ,使用 PyDESeq2。 执行 DESeq2 normalization,dispersion estimation,Wald testing,LFC shrinkage,、 result filtering。 适合在…时使用。

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

原始来源

FreedomIntelligence/OpenClaw-Medical-Skills

https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/tooluniverse-rnaseq-deseq2

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

技能摘要

来自 SKILL.md 的关键信息

2 min

核心说明

  • Comprehensive differential expression analysis of RNA-seq count data ,使用 PyDESeq2,,支持 integrated enrichment analysis (gseapy) 、 gene annotation ,通过 ToolUniverse。
  • BixBench Coverage:Validated on 53 BixBench questions across 15 computational biology projects covering RNA-seq,miRNA-seq,、 differential expression analysis tasks。
  • import pandas as pd import numpy as np ,面向 pydeseq2.dds import Deseq数据集 ,面向 pydeseq2.ds import DeseqStats。

原始文档

SKILL.md 摘录

Core Principles

  1. Data-first approach - Load and validate count data and metadata BEFORE any analysis
  2. Statistical rigor - Always use proper normalization, dispersion estimation, and multiple testing correction
  3. Flexible design - Support single-factor, multi-factor, and interaction designs
  4. Threshold awareness - Apply user-specified thresholds exactly (padj, log2FC, baseMean)
  5. Reproducible - Set random seeds, document all parameters, output complete results
  6. Question-driven - Parse what the user is actually asking and extract the specific answer
  7. Enrichment integration - Chain DESeq2 results into pathway/GO enrichment when requested
  8. English-first queries - Use English gene/pathway names in all tool calls

When to Use This Skill

Apply when users:

  • Have RNA-seq count matrices and want differential expression analysis
  • Ask about DESeq2, DEGs, differential expression, padj, log2FC
  • Need dispersion estimates or diagnostics
  • Want enrichment analysis (GO, KEGG, Reactome) on DEGs
  • Ask about specific gene expression changes between conditions
  • Need to compare multiple strains/conditions/treatments
  • Ask about batch effect correction in RNA-seq
  • Questions mention "count data", "count matrix", "RNA-seq", "transcriptomics"

ToolUniverse (optional, for gene annotation)

from tooluniverse import ToolUniverse bash pip install pydeseq2 gseapy pandas numpy scipy anndata


---

适用场景

  • Have RNA-seq count matrices 、 want differential expression analysis。
  • Ask about DESeq2,DEGs,differential expression,padj,log2FC。
  • Need dispersion estimates 或 diagnostics。
  • Want enrichment analysis (GO,KEGG,Reactome) on DEGs。

不适用场景

  • 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查看