What problem does it solve?
Bulk RNA-seq analysis spans two distinct phases—FASTQ-to-count processing and count-matrix differential expression—and choosing the wrong tools, references, or design parameters wastes compute and invalidates results. This Skill acts as a dispatcher that inspects your inputs and routes each request to the correct workflow.
Core Features & Use Cases
- Workflow Dispatch: Routes FASTQ/BAM inputs to count-generation and QC (nf-core/rnaseq, STAR, Salmon, featureCounts, MultiQC) and count matrices to differential-expression analysis (DESeq2, edgeR, limma).
- Preflight Validation: Checks tool availability and emits install plans for nf-core, local Snakemake/Salmon, and R/Bioconductor environments before execution.
- Local Execution Runners: Provides plugin-owned Python runners that produce a standard run envelope with manifests, logs, validation output, and summaries when Docker or Nextflow is unavailable.
- Use Case: A researcher has paired-end FASTQ files and a sample sheet for a human GRCh38 experiment. The Skill confirms strandedness and genome build, runs a preflight check, launches nf-core/rnaseq for counts and QC, then hands the raw count matrix to differential-expression planning once replicates, design formula, and contrasts are confirmed.
Quick Start
Ask the assistant to inspect your bulk RNA-seq inputs, decide between count generation and differential expression, and prepare a preflight-first run plan.