Skip to main content

scRNA-seq Analysis

Single-cell RNA sequencing (scRNA-seq) enables high-resolution profiling of gene expression at the level of individual cells, providing powerful insights into cellular diversity, lineage relationships, and dynamic biological processes. This workflow serves as a comprehensive guide for analyzing scRNA-seq data, starting from raw sequencing reads or preprocessed count matrices and extending through advanced downstream analyses.

Key steps include processing raw FASTQ files using pipelines such as Cell Ranger for 10x Genomics data, or importing count matrices from various formats. Following data import, rigorous quality control, normalization, and batch correction are performed to ensure comparability across samples and conditions. Dimensionality reduction techniques such as PCA, UMAP, and t-SNE are then used to visualize cellular heterogeneity, followed by Leiden clustering to identify distinct cell populations.

Subsequent analyses focus on cell type annotation using marker genes or reference datasets, and differential expression analysis to detect genes defining clusters or conditions. Results from differential expression can be further explored through functional enrichment analyses (e.g., pathway and GO analysis) adapted from the bulk RNA-seq pipeline. The workflow also supports compositional analysis to assess changes in cell-type proportions across conditions and pseudotime trajectory inference to study dynamic processes such as differentiation or activation.

By following this workflow, you can derive a detailed and biologically meaningful understanding of cellular heterogeneity and dynamics within single-cell RNA-seq datasets.