pipeline-rnaseq

Run RNA-seq analysis from FASTQ files to expression matrices and QC reports.

26|5|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/ammawla/encode-toolkit --skill pipeline-rnaseq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pipeline-rnaseq
Source: https://github.com/ammawla/encode-toolkit/tree/main/plugin/skills/pipeline-rnaseq
Command: npx skills add https://github.com/ammawla/encode-toolkit --skill pipeline-rnaseq

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires STAR, RSEM, Kallisto, FastQC, Trim Galore, samtools, bedGraphToBigWig, RSeQC, MultiQC, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the entire workflow of analyzing RNA sequencing data, generating accurate gene and transcript expression measures efficiently.

Core Features & Use Cases

  • End-to-End Workflow: Processes raw FASTQ files through quality control, alignment, quantification, and signal track generation.
  • Application Scope: Suitable for researchers and bioinformaticians conducting gene expression studies, transcript discovery, or preparing data for integrative analysis.
  • Functional Requirements: Ensures compatibility with ENCODE standards, handles stranded libraries, supports multiple computational environments, and provides QC metrics.

Quick Start

Run the RNA-seq analysis pipeline on your FASTQ files by specifying your input files, genome, and annotation, then execute the main script with the appropriate profile.

Frequently Asked Questions about pipeline-rnaseq

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I process raw RNA-seq FASTQ files for gene expression analysis?

RNA-seq analysis processes raw FASTQ files through quality control, splice-aware alignment, and gene/transcript quantification to output expression matrices and QC reports. It integrates STAR, RSEM, Kallisto, and RSeQC to ensure reliable genomic results.

What is the best way to run splice-aware alignment for RNA-seq data?

Splice-aware alignment for RNA-seq data is best handled using STAR to map sequencing reads to a reference genome. This pipeline automates the process while adhering to ENCODE standards and generating necessary QC metrics.

Does this RNA-seq pipeline support stranded libraries and aligned BAM inputs?

Yes, the RNA-seq pipeline explicitly supports stranded libraries and can operate on pre-aligned BAM files as well as raw FASTQ files. It ensures compatibility with ENCODE standards throughout the quantification process.

How do I generate bigWig signal tracks from RNA-seq alignment data?

To generate bigWig signal tracks from RNA-seq data, the pipeline converts aligned read outputs using bedGraphToBigWig. This is part of the end-to-end workflow that also includes read trimming with Trim Galore and alignment via STAR.

Can I use Kallisto and RSEM together for transcript quantification?

Yes, you can use Kallisto and RSEM together for transcript and gene quantification within the same RNA-seq workflow. The pipeline integrates both tools to provide comprehensive expression measures from your sequencing data.

What quality control metrics are generated for RNA-seq data?

Quality control metrics for RNA-seq data are generated using FastQC, RSeQC, and MultiQC. These tools evaluate read quality, alignment saturation, and strand specificity, compiling the results into a comprehensive QC report.