Data & ReproStatistics & Data AnalysisFreedomIntelligence/OpenClaw-Medical-SkillsData & Reproduction
TO

tooluniverse-rnaseq-deseq2

Maintainer FreedomIntelligence · Last updated April 1, 2026

Production-ready RNA-seq differential expression analysis using PyDESeq2. Performs DESeq2 normalization, dispersion estimation, Wald testing, LFC shrinkage, and result filtering. Handles multi-factor designs, multiple contrasts, batch effects, and integrates with gene enrichment (gseapy) and ToolUniverse annotation tools (UniProt, Ensembl, OpenTargets). Supports CSV/TSV/H5AD input formats and any organism. Use when….

OpenClawNanoClawAnalysisReproductiontooluniverse-rnaseq-deseq2🏥 medical & clinicalmedical toolsproduction

Original source

FreedomIntelligence/OpenClaw-Medical-Skills

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

Maintainer
FreedomIntelligence
License
MIT
Last updated
April 1, 2026

Skill Snapshot

Key Details From SKILL.md

2 min

Key Notes

  • Comprehensive differential expression analysis of RNA-seq count data using PyDESeq2, with integrated enrichment analysis (gseapy) and gene annotation via ToolUniverse.
  • BixBench Coverage: Validated on 53 BixBench questions across 15 computational biology projects covering RNA-seq, miRNA-seq, and differential expression analysis tasks.
  • import pandas as pd import numpy as np from pydeseq2.dds import DeseqDataSet from pydeseq2.ds import DeseqStats.

Source Doc

Excerpt From 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


---

Use cases

  • 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.

Not for

  • Do not rely on this catalog entry alone for installation or maintenance details.

Related skills

Related skills

Back to directory
AR
Data & ReproStatistics & Data Analysis

arxiv-database

This skill provides Python tools for searching and retrieving preprints from arXiv.org via its public Atom API. It supports keyword search,…

Claude CodeAnalysis
K-Dense-AI/claude-scientific-skillsView
BA
Data & ReproStatistics & Data Analysis

bayesian-optimizer

Bayesian optimization for experimental design and hyperparameter tuning in biomedical research.

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView
BI
Data & ReproStatistics & Data Analysis

bio-alignment-files-bam-statistics

Compute alignment statistics: flagstat, idxstats, coverage depth.

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView
BI
Data & ReproStatistics & Data Analysis

bio-alignment-msa-statistics

Calculate alignment statistics including sequence identity, conservation scores, substitution matrices, and similarity metrics. Use when com…

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView