What problem does it solve?
Bulk RNA-seq analysis requires coordinating sample sheets, reference genomes, strandedness, alignment or pseudoalignment, and QC reporting, and mistakes in any step silently corrupt downstream differential expression results. This Skill plans and runs the full FASTQ-to-count workflow with validation and QC gates so count matrices are trustworthy before statistical analysis.
Core Features & Use Cases
- End-to-End Quantification: Runs nf-core/rnaseq or a local Snakemake/Salmon path to produce Salmon quant.sf outputs, TPM and NumReads matrices, and gene-level expected counts with a tx2gene provenance table.
- Strandedness and Reference Validation: Infers or confirms library strandedness, checks genome FASTA, GTF, and index consistency, and emits a resource readiness bundle with plan, manifest, and environment exports.
- QC Reporting: Generates MultiQC summaries, browser-safe helper HTML pages, and a compact QC verdict JSON covering mapping rate, duplication, library-type agreement, and outlier samples.
- Use Case: A researcher receives 24 paired-end FASTQ samples with unknown strandedness; the Skill infers strandedness, validates references, runs Salmon quantification, and flags two outlier samples before differential expression.
Quick Start
Ask the assistant to plan and run a bulk RNA-seq FASTQ-to-count workflow for your sample sheet, validating strandedness and references and producing MultiQC and count-matrix QC outputs.