SpyBara
Go Premium

use-cases/bulk-rna-seq-fastq-qc.md 2026-06-09 18:50 UTC to 2026-06-10 20:00 UTC

46 added, 102 removed.

2026
Sat 27 00:02 Thu 25 20:59 Mon 22 19:03 Sat 20 03:58 Fri 19 23:57 Thu 18 23:01 Wed 17 17:02 Tue 16 20:00 Mon 15 19:59 Sun 14 16:58 Sat 13 00:58 Fri 12 18:02 Thu 11 20:02 Wed 10 20:00 Tue 9 18:50 Sat 6 00:58 Fri 5 18:45 Thu 4 01:09 Wed 3 19:27 Tue 2 19:22

name: Validate bulk RNA-seq inputs tagline: Validate bulk RNA-seq inputs before differential expression. summary: Use Codex with the NGS Analysis plugin to validate sample sheets, FASTQs, and references, then return MultiQC, Salmon matrices, provenance, and a short QC interpretation before differential expression. skills:

  • token: NGS Analysis url: codex://plugins/ngs-analysis@openai-curated description: Validate sequencing inputs, run bulk RNA-seq counts and QC, and return auditable artifacts. bestFor:

  • Bioinformatics teams validating bulk RNA-seq inputs before differential expression.

  • Researchers who want transcript and gene-level quantification plus QC in one thread.

  • Teams that need mapping-rate, duplication, library-type, and resource-readiness review. starterPrompt: title: Run Bulk RNA-seq Counts and QC body: >- Use the NGS Analysis plugin.

    Run bulk RNA-seq FASTQ-to-count QC on the provided sample sheet, FASTQ root, transcriptome FASTA, genome FASTA, and GTF.

    Return:

    • run_manifest.json

    • MultiQC plus browser-safe review links

    • Salmon transcript- and gene-level matrices

    • validation and resource-readiness artifacts

    • a short QC interpretation that calls out mapping rate, duplication, library-type agreement, outlier samples, and anything that would block downstream differential expression suggestedEffort: high relatedLinks:

  • label: Request access to GPT-Rosalind url: https://openai.com/form/life-sciences-access/


Leverage skills

The NGS Analysis plugin includes:

  • ngs-analysis-router
  • ngs-bulk-rnaseq-counts-qc
  • ngs-runtime-env

When you use the plugin, Codex can use all these packaged skills.

Step-by-step guide

  1. Point Codex to a directory with the sample sheet, FASTQs, transcriptome FASTA, genome FASTA, and GTF, or provide exact file references.
  2. Run the starter prompt so Codex can validate strandedness, reference consistency, and tool readiness before execution.
  3. Open the generated MultiQC and matrix artifacts in Codex to review mapping rate, duplication, library-type agreement, and resource readiness.
  4. Continue in the same thread to fix blockers, rerun with updated metadata, or hand the resulting gene-level matrices into downstream differential expression.

Results

The run returns a QC-reviewed counts bundle rather than a bare quantification output. Start with the MultiQC report to identify warnings that could affect downstream interpretation. In this example, Codex surfaces FastQC sequence-content warnings alongside the run summary so the team can decide whether the observed pattern is expected for the library preparation.

Review FastQC sequence-content warnings alongside the bulk RNA-seq run summary.

Next, review the Salmon statistics in the same report. Mapping rates, library-type assignments, and duplication signals provide a compact readiness check before differential expression.

Inspect Salmon alignment and library-type statistics from the generated MultiQC report.

The resulting gene-level count matrix is saved as a reusable artifact. Open it in Codex to confirm the expected samples and features are present, then keep it with the run provenance for downstream analysis.

Open the generated gene-level count matrix for downstream review.