What problem does it solve?
Bulk RNA-seq differential-expression analysis requires careful handling of count matrices, sample metadata, design formulas, contrasts, batch effects, and replication checks, and mistakes in any of these steps produce invalid results. This Skill structures the entire workflow so analyses are planned, validated, and executed with auditable outputs.
Core Features & Use Cases
- Framework Selection: Chooses between DESeq2, edgeR, or limma-voom based on count type, study design, or lab standard, with an auto mode that detects integer-like counts.
- Design and Contrast Validation: Verifies replication sufficiency, metadata-to-matrix matching, batch and covariate declarations, and paired-design modeling before running statistics.
- QC and Reporting: Produces PCA, sample-distance, library-size, and mean-variance plots plus per-contrast result tables, not-tested stubs, and a full run envelope with manifests and logs.
- Use Case: A researcher with a raw count matrix and sample metadata from a treated-vs-control experiment uses this Skill to confirm the design formula, run DESeq2, and receive volcano plots, ranked gene tables, and a Marimo review app.
Quick Start
Ask the assistant to run bulk RNA-seq differential expression on your count matrix and sample metadata files, specifying your conditions, contrasts, and any batch variables.