1. RNA-seq Overview
Context, audience, and workflow summary.
Start here if you want the high-level picture before diving into the video-specific material.
Learn RNA-seq from concept to hands-on analysis with step-by-step commands, workflow guidance, and practical troubleshooting notes.
Context, audience, and workflow summary.
Start here if you want the high-level picture before diving into the video-specific material.
Introduction and workflow orientation.
Conceptual introduction to RNA-seq, experimental logic, and the computational pipeline structure.
Installation, FASTQ to quantification.
The main hands-on page with workflow notes from environment setup through `featureCounts`.
Copyable blocks for each stage.
Includes the original STAR workflow for reference and the recommended HISAT2-based workflow for the current tutorial run.
Short issue and fix notes.
Use this page for common practical problems including path issues, index mismatches, and platform-specific setup problems.
Normalization, DESeq2, and interpretation.
Reserved for the downstream analysis stage, including normalization, differential expression, and visualization.
RNA-seq is a sequencing-based method used to measure transcript abundance and explore gene expression patterns across biological conditions. In practical work, the analysis starts with raw sequence reads and moves through quality control, preprocessing, alignment or pseudoalignment, quantification, and finally downstream statistical interpretation.
This tutorial series is designed for learners who want both conceptual understanding and a runnable command-line workflow. The first two parts focus on the upstream analysis path from FASTQ files to gene-level counts.