What problem does it solve?
Starting a single-cell or single-nucleus RNA-seq analysis from raw FASTQs requires choosing the right counting pipeline, chemistry, and reference, and it is easy to conflate upstream counting with downstream QC and clustering. This Skill separates FASTQ-to-count routing from post-count analysis so each stage uses the right workflow.
Core Features & Use Cases
- FASTQ-to-Count Routing: Directs raw reads to public pipelines such as nf-core/scrnaseq, STARsolo, kallisto-bustools, or alevin-fry, reserving Cell Ranger for explicit vendor-standard requests.
- Structured Three-Stage Plan: Organizes work into count generation, post-count QC/annotation, and downstream differential statistics as sequential roadmap rows.
- Delegation to scrna-seq-qc: Routes matrix, .h5, .h5ad, .rds, or Cell Ranger outputs to the embedded scrna-seq-qc skill for QC, doublets, ambient RNA, clustering, and UMAPs.
- Use Case: A researcher with 10x-style FASTQs from multiple donors asks for a count matrix; the Skill confirms chemistry and reference, runs an nf-core preflight, and hands the resulting matrix to the QC skill.
Quick Start
Ask the assistant to inspect your single-cell FASTQ inputs, resolve chemistry and reference needs, and choose a public FASTQ-to-count pipeline.