Table of Contents
- Introduction to Differential Gene Expression Analysis for RNA Sequencing
- What is Differential Gene Expression Analysis?
- Steps of Differential Gene Expression Analysis for RNA Sequencing
- Graphical Interpretations of Differential Gene Expression for RNA Sequencing
- Applications of Differential Gene Expression Analysis for RNA Sequencing
- References
Introduction to Differential Gene Expression Analysis for RNA Sequencing
- Differential gene expression analysis in RNA sequencing (RNA-Seq) examines how gene activity varies between different cells, tissues, or biological conditions.
- Although almost all somatic cells in an organism contain the same genome (except B-lymphocytes, which undergo gene rearrangement), they perform distinct biological functions.
- Cellular differences arise because each cell type activates and suppresses a unique set of genes, a process known as differential gene expression.
- Differential gene expression determines which proteins a cell produces, allowing specialized cells to perform specific roles.
- For example, red blood cells (RBCs) express genes responsible for hemoglobin production, while pancreatic beta cells express genes required for insulin synthesis.
- RNA sequencing enables researchers to measure gene expression levels across the entire transcriptome and identify genes that are significantly upregulated or downregulated.
- Understanding differential gene expression helps explain cellular specialization, biological processes, disease mechanisms, developmental changes, and responses to environmental factors or treatments.
What is Differential Gene Expression Analysis?
- Differential gene expression (DGE) analysis is the process of identifying and comparing changes in gene expression levels between two or more biological conditions, such as healthy versus diseased tissues, treated versus untreated samples, or different developmental stages.
- The primary goal of DGE analysis is to determine which genes are significantly upregulated or downregulated in response to biological, environmental, or experimental factors.
- Gene expression is a quantitative process, meaning genes can be expressed at low, moderate, or high levels depending on cellular signals, environmental stimuli, and regulatory mechanisms.
- During cell differentiation, embryonic stem cells gradually lose their ability to develop into all cell types as genes responsible for stem cell functions are switched off and genes required for specialized cellular functions are switched on.
- As a result, different cell types display distinct phenotypes despite sharing the same genotype, because they express different sets of genes in response to internal and external environmental conditions.
- Differential gene expression plays a crucial role in cellular differentiation, tissue development, immune responses, disease progression, and adaptation to environmental changes.
- Historically, gene expression analysis relied on low-throughput techniques such as quantitative PCR (qPCR) and Northern blotting, which could measure only a limited number of RNA transcripts at a time.
- Microarray technology later enabled high-throughput gene expression profiling but was limited to previously known genes, required predefined probes, and was relatively expensive and time-consuming.
- RNA sequencing (RNA-Seq) has revolutionized transcriptome analysis by allowing comprehensive, high-throughput, and accurate measurement of gene expression across the entire transcriptome.
- Today, RNA-Seq is considered the gold standard for differential gene expression analysis because it can detect both known and novel transcripts, quantify expression levels with high sensitivity, and provide deeper insights into gene regulation and biological pathways.
Steps of Differential Gene Expression Analysis for RNA Sequencing
Differential gene expression (DGE) analysis follows a systematic workflow that converts biological samples into biologically meaningful insights. The major steps include sample collection, RNA extraction, RNA sequencing, quality control, alignment, quantification, normalization, statistical analysis, visualization, and functional interpretation.
The sequencing process generates raw data in FASTQ format, which serves as the starting point for computational analysis. Alternatively, researchers can download publicly available RNA-Seq datasets from databases such as NCBI Gene Expression Omnibus (GEO), Sequence Read Archive (SRA), and other transcriptomic repositories for secondary DGE analysis.
Sample Collection
- Sample collection typically involves tissues or cells obtained from the organism under investigation.
- The choice of biological sample should be based on the research objective rather than random selection, as different tissues and cell types exhibit distinct gene expression profiles.
- DGE studies generally compare a control group with one or more experimental groups.
- To minimize technical bias, samples should be matched for tissue type, developmental stage, collection time, age, sex, batch, and environmental conditions.
- Most RNA-Seq experiments include at least two to three biological replicates per experimental group to improve statistical reliability.
RNA Extraction
- Total RNA is isolated from biological samples using high-quality extraction methods.
- Common RNA extraction techniques include:
- Magnetic bead-based extraction
- Silica column-based extraction
- Phenol-chloroform extraction (TRIzol method)
- Each extraction method has its own advantages and limitations depending on sample type and downstream applications.
- RNA concentration and purity are commonly assessed using a spectrophotometer or fluorometric instruments.
- Because RNA is highly susceptible to degradation, purified RNA should be stored at −80°C or flash-frozen in liquid nitrogen (−196°C) immediately after extraction.
Selection of RNA Species
- Total RNA consists of several RNA species, including:
- Ribosomal RNA (rRNA)
- Messenger RNA (mRNA)
- Precursor mRNA (pre-mRNA)
- Transfer RNA (tRNA)
- Various non-coding RNAs (ncRNAs)
- The RNA species selected depends on the objectives of the experiment.
- Common enrichment methods include:
- Poly(A) selection using oligo(dT) primers or magnetic beads
- Ribosomal RNA depletion
- Small RNA enrichment
- Targeted RNA capture
- Poly(A) selection is the most widely used approach because it enriches protein-coding messenger RNA transcripts.
cDNA Synthesis and Library Preparation
- Since RNA is unstable, purified RNA is converted into complementary DNA (cDNA) using the reverse transcriptase enzyme.
- The synthesized cDNA is amplified by polymerase chain reaction (PCR).
- The amplified DNA is fragmented into appropriately sized pieces.
- Sequencing adapters are ligated to both ends of the DNA fragments.
- Depending on the library preparation protocol, strand-specific labeling using deoxyuridine triphosphate (dUTP) may also be performed.
RNA Sequencing
- The prepared sequencing library is loaded onto a next-generation sequencing (NGS) platform.
- Most gene expression studies use single-end sequencing, in which reads are generated from one end of each fragment.
- Some studies employ paired-end sequencing, which sequences both ends of each fragment and improves alignment accuracy.
- Common RNA sequencing approaches include:
- mRNA sequencing
- Total RNA sequencing
- Targeted RNA sequencing
- Single-cell RNA sequencing (scRNA-Seq)
- Small RNA sequencing for microRNAs
Quality Control and Preprocessing of Raw Reads
- The sequencing platform produces raw sequence data in FASTQ format.
- Raw reads are evaluated for:
- Base quality scores
- Adapter contamination
- Sequence duplication
- GC-content distribution
- Read length
- Overrepresented sequences
- Popular quality assessment tools include FastQC and MultiQC.
- Adapter sequences and low-quality bases are removed using preprocessing tools such as Trimmomatic, fastp, or similar software before downstream analysis.
Alignment and Quantification
- High-quality FASTQ reads are aligned to the reference genome or transcriptome.
- Common alignment tools include:
- HISAT2
- STAR
- TopHat2
- SAMtools
- The aligned reads are stored in BAM format.
- Alignment quality can be further evaluated using RSeQC.
- Gene-level read counting is commonly performed using HTSeq, producing a read count table in TSV format.
- Individual count files are then merged into a single count matrix for downstream statistical analysis.
Normalization
- Raw read counts cannot be compared directly because sequencing depth and gene length differ among samples.
- Normalization corrects these technical variations to enable accurate comparisons.
- Common normalization methods include:
- CPM (Counts Per Million) – adjusts for sequencing depth.
- TPM (Transcripts Per Million) – adjusts for sequencing depth and gene length.
- RPKM (Reads Per Kilobase per Million) – commonly used for single-end sequencing.
- FPKM (Fragments Per Kilobase per Million) – commonly used for paired-end sequencing.
- Modern differential expression software such as DESeq2 and edgeR applies its own normalization strategies specifically designed for statistical comparison.
Quality Control After Normalization
- Post-normalization quality control evaluates sample consistency and detects potential outliers.
- Log₂ transformation is frequently applied to stabilize data variance.
- Principal Component Analysis (PCA) is used to visualize clustering patterns among samples.
- Hierarchical clustering helps identify similarities, batch effects, and unexpected sample variation before statistical testing.
Differential Gene Expression Analysis
- The normalized gene counts are statistically analyzed to identify significantly differentially expressed genes.
- Since RNA-Seq count data do not follow a normal distribution, specialized statistical models are required.
- Most DGE methods use generalized linear models (GLMs) based on the negative binomial distribution.
- These statistical models account for biological variability and experimental factors such as treatment, sex, batch effects, and other covariates.
- The most widely used Bioconductor packages for DGE analysis are:
- DESeq2
- edgeR
- The final output consists of lists of significantly upregulated and downregulated genes together with fold change values, p-values, and false discovery rate (FDR)-adjusted p-values.
Common Software Used in Differential Gene Expression Analysis
Sequencing Quality Control
- Software/Pipeline: FastQC, MultiQC
- Output File: FASTQ
Adapter Trimming
- Software/Pipeline: fastp, Trimmomatic
- Output File: FASTQ
Read Alignment
- Software/Pipeline: HISAT2, STAR, TopHat2, SAMtools
- Output File: BAM
Read Quantification
- Software/Pipeline: HTSeq
- Output File: Read count file (TSV)
Count Matrix Generation
- Software/Pipeline: Define NGS Experiment
- Output File: Count matrix (TSV)
Normalization
- Software/Pipeline: CPM, TPM, RPKM, FPKM, DESeq2 normalization
- Output File: Normalized counts
Quality Control
- Software/Pipeline: DESeq2, Principal Component Analysis (PCA), Hierarchical Clustering
- Output File: Quality control (QC) plots
Differential Gene Expression Analysis
- Software/Pipeline: DESeq2, edgeR
- Output File: Differentially expressed gene list (TSV)
Graphical Interpretations of Differential Gene Expression for RNA Sequencing
Principal Component Analysis (PCA)
- Principal Component Analysis (PCA) is a statistical dimensionality reduction technique used to identify the major sources of variation in high-dimensional RNA sequencing datasets.
- PCA simplifies complex gene expression data by transforming thousands of correlated variables into a smaller number of orthogonal principal components (PCs) while retaining most of the dataset's variability.
- The first principal component (PC1) explains the largest proportion of variance, followed by the second principal component (PC2), and subsequent components explain progressively smaller amounts of variation.
- Samples with similar gene expression profiles cluster closely together on a PCA plot, whereas biologically different samples or potential outliers appear farther apart.
- In RNA-Seq studies, PCA is commonly used to evaluate sample quality, identify batch effects, detect outliers, and assess whether biological replicates cluster as expected.
- A PCA plot typically displays PC1 on the x-axis and PC2 on the y-axis, with each point representing an individual biological sample.
- The percentage of variance explained by each principal component is usually shown on the corresponding axis.
- Variable contribution plots (loading vectors) indicate which genes or features contribute most strongly to each principal component.
- For example, in the Iris flower dataset, PC1 explains 72.96% of the total variance, while PC2 explains 22.85%, together accounting for approximately 95% of the dataset's variability.
- Samples from the Setosa species form a distinct cluster, indicating greater separation from the other Iris species based on measured characteristics.
Hierarchical Clustering Heatmap
- A hierarchical clustering heatmap is a visualization method used to display gene expression patterns across multiple samples.
- It combines a heatmap with dendrograms to group genes and samples according to similarities in their expression profiles.
- Each row generally represents a gene, while each column represents an individual biological sample.
- The color gradient reflects relative gene expression levels, with different colors indicating high, moderate, or low expression.
- Dendrograms group together samples or genes that share similar expression patterns, allowing researchers to identify biologically related clusters.
- In RNA sequencing, hierarchical clustering is commonly used to verify whether biological replicates cluster together and whether treatment groups separate from control groups.
- Most RNA-Seq samples show high pairwise correlation coefficients (typically greater than 0.80) because the majority of genes remain similarly expressed.
- Samples with unusually low correlation values may indicate technical errors, contamination, batch effects, or poor sample quality.
- Hierarchical clustering heatmaps also help identify co-expressed genes that may participate in the same biological pathways or regulatory networks.
Volcano Plot
- A volcano plot is one of the most widely used visualizations for identifying differentially expressed genes in RNA sequencing studies.
- It simultaneously displays the magnitude of gene expression change and the statistical significance of each gene between two experimental conditions.
- Each point on the plot represents an individual gene.
Key Components of a Volcano Plot
Fold Change (FC):
- The x-axis represents the fold change in gene expression, commonly expressed as log₂ fold change (log₂FC).
- Genes located farther to the right are upregulated, while genes farther to the left are downregulated.
- Larger absolute fold change values indicate greater biological differences between experimental groups.
Statistical Significance (p-value):
- The y-axis represents statistical significance, usually expressed as −log₁₀(p-value) or −log₁₀(adjusted p-value/FDR).
- Genes appearing higher on the plot have stronger statistical evidence for differential expression.
- A significance threshold of p < 0.05 or False Discovery Rate (FDR) < 0.05 is commonly used.
Interpretation of Volcano Plot Quadrants
Upper Right Quadrant
- Contains significantly upregulated genes with both large fold changes and strong statistical significance.
- These genes are often considered the most biologically important candidates.
Upper Left Quadrant
- Contains significantly downregulated genes with large negative fold changes and strong statistical significance.
- These genes may represent suppressed biological pathways or regulatory mechanisms.
Lower Right Quadrant
- Contains genes with relatively high fold changes but limited statistical significance.
- These genes may require additional validation because observed differences could result from biological variability.
Lower Left Quadrant
- Contains genes with minimal fold changes and low statistical significance.
- These genes are generally not considered differentially expressed and are usually excluded from downstream biological interpretation.
Applications of Differential Gene Expression Analysis for RNA Sequencing
Disease Discovery
- Differential gene expression (DGE) analysis is widely used to investigate the molecular mechanisms underlying human diseases and other biological disorders.
- By comparing gene expression profiles between healthy and diseased tissues, researchers can identify genes that are significantly upregulated or downregulated during disease progression.
- DGE analysis helps uncover disease-associated biological pathways, molecular mechanisms, and regulatory networks.
- It is frequently used to evaluate changes in gene expression following drug treatment, gene editing, or experimental interventions in cell lines, animal models, and clinical samples.
- The identified differentially expressed genes can serve as diagnostic biomarkers, prognostic biomarkers, or predictive biomarkers for disease detection and patient stratification.
- DGE studies also facilitate the discovery of novel therapeutic targets, supporting drug development and precision medicine.
Environmental Studies
- Differential gene expression analysis is an important tool for understanding how organisms respond to environmental stressors at the molecular level.
- Researchers use RNA sequencing to examine changes in gene expression after exposure to factors such as heavy metals, toxic chemicals, pollutants, pathogens, radiation, extreme temperatures, and other environmental stressors.
- Comparing exposed and unexposed samples enables the identification of genes and pathways involved in stress responses, immune regulation, oxidative stress, inflammation, DNA repair, detoxification, and cellular adaptation.
- DGE analysis contributes to environmental monitoring by identifying molecular biomarkers that indicate ecosystem health and pollutant exposure.
- It also provides valuable insights into evolutionary adaptation and how organisms modify gene expression to survive changing environmental conditions.
Development and Differentiation
- Differential gene expression plays a central role in studying embryonic development, tissue formation, and cellular differentiation.
- RNA sequencing helps identify genes that are activated or repressed during different developmental stages.
- DGE analysis explains how genetically identical cells develop into specialized cell types by expressing distinct sets of genes.
- It is extensively applied in stem cell research to investigate lineage commitment, cell fate determination, and tissue regeneration.
- Researchers also use DGE analysis to study developmental disorders, organ formation, embryogenesis, and regenerative biology.
- Understanding developmental gene expression patterns provides valuable insights into normal biological processes, congenital diseases, and regenerative medicine.
References
- A comparison of mRNA sequencing (RNA-Seq) library preparation methods for transcriptome analysis. (n.d.). BMC Genomics. Retrieved July 1, 2025, from https://bmcgenomics.biomedcentral.com/articles/10.1186/s12864-022-08543-3
- Differential gene expression (DGE) analysis. (n.d.). HBC Training Modules. Retrieved July 1, 2025, from https://hbctraining.github.io/Training-modules/planning_successful_rnaseq/lessons/sample_level_QC.html
- EMBL-EBI. (n.d.). Differential gene expression analysis | Functional Genomics II. Retrieved July 1, 2025, from https://www.ebi.ac.uk/training/online/courses/functional-genomics-ii-common-technologies-and-data-analysis-methods/rna-sequencing/performing-a-rna-seq-experiment/data-analysis/differential-gene-expression-analysis/
- Gilbert, S. F. (2000). Differential gene expression. In Developmental Biology (6th ed.). Sinauer Associates. https://www.ncbi.nlm.nih.gov/books/NBK10061/
- How to employ statistical approaches to identify differentially expressed genes (DEGs). (n.d.). Novogene. Retrieved July 1, 2025, from https://www.novogene.com/amea-en/resources/blog/how-to-employ-statistical-approaches-to-identify-differentially-expressed-genes-deg/
- Interpreting a volcano plot. (n.d.). Basepair Support. Retrieved July 4, 2025, from https://support.basepairtech.com/support/solutions/articles/14000146147-interpreting-a-volcano-plot
- Kukurba, K. R., & Montgomery, S. B. (2015). RNA sequencing and analysis. Cold Spring Harbor Protocols, 2015(11), 951–969. https://doi.org/10.1101/pdb.top084970
- Poly(A) capture full-length cDNA sequencing improves the accuracy and detection ability of transcript quantification and alternative splicing events. (n.d.). Scientific Reports. Retrieved July 4, 2025, from https://www.nature.com/articles/s41598-022-14902-7
- Tamang, S. (2024, August 18). Whole Transcriptome Sequencing (WTS) / Total RNA-Seq. Microbe Notes. https://microbenotes.com/whole-transcriptome-sequencing-wts-total-rna-seq/
%20Analysis%20in%20RNA%20Sequencing%20(RNA-Seq)%20Principle,%20Workflow,%20Software,%20PCA,%20Volcano%20Plot,%20and%20Applications.webp)


%20of%20the%20Iris%20data%20set.webp)

