Single-cell RNA sequencing analysis
- Aviad Sivan
- Sep 17, 2023
- 2 min read
Updated: Sep 19, 2023
Single-cell RNA sequencing (scRNA-seq) is a revolutionary technique that enables researchers to explore the intricacies of cell types, states, and interactions across various human tissues. By providing a glimpse into the gene expression profiles of individual cells, scRNA-seq offers a more detailed understanding of cellular diversity within tissues.
This cutting-edge method has a wide range of applications. Firstly, it allows researchers to identify and characterize the cell types in a given tissue, shedding light on the cellular makeup of complex systems. Additionally, scRNA-seq can uncover rare or previously unknown cell types or states, expanding our knowledge of cellular heterogeneity. It also enables the elucidation of gene expression changes during differentiation processes across time or conditions, providing valuable insights into cellular development.

Technical Variability Across Cells/Samples.
Technical variability in scRNA-Seq can make cells look more alike or different than they are because of technical reasons, not biology.
1. Cell-Specific Capture Efficiency: Some cells may capture fewer RNA molecules than others, leading to differences in data quality. This phenomenon can affect up to half of the RNA information we want to capture.
2. Library Quality: The quality of the data we get from scRNA-Seq depends on how well we handle the cells and RNA. If we mishandle cells, have low-quality RNA, or make mistakes, it can mess up the results.
3. Amplification Bias: When we make many copies of the RNA to study it, we sometimes make different numbers of copies for all genes. This can cause some genes to seem more or less active than they are.
4. Batch Effects: When we process cells in different groups (batches), it can introduce fake differences in the data just because of the batch, not because the cells are different.
Dealing with these technical challenges is essential to ensure reliable results from scRNA-Seq. By paying attention to data quality, being careful with amplification, and handling batch effects, we can better identify the characteristics of different cell types and states.
explore QC metrics and filter cells based on any user-defined criteria.

Deciding which PCs will included in further downstream analyses.

Non-linear dimensional reduction techniques to visualize and explore the dataset.

A typical single-cell data analysis pipeline includes the following steps:
Data Pre-processing: This involves alignment and quantification using standard bioinformatics tools like STAR or CellRanger.
Quality Control: Evaluating raw expression data, including detecting doublets.
Batch Effect Correction: Aligning and harmonizing multiple datasets for combined analysis (e.g., Seurat CCA, Harmony, LIGER).
Unsupervised Clustering: Using graph-based clustering algorithms to identify and visualize cell populations with UMAP.
Cluster Quality Control: Evaluating identified clusters to eliminate technical or irrelevant biological biases.
Cell Type Annotation: Assigning cell types to the identified clusters.
Differential Expression Analysis: Identifying genes that are differentially expressed between cell populations.
Functional Enrichment Analysis: To understand biological functions, utilize curated resources such as the Reactome Pathway Database and the Gene Ontology (GO) resource.
Comentarios