Skip to content

01. What Is Single-Cell RNA Sequencing?

Single-cell RNA sequencing (scRNA-seq) is an experimental method that measures RNA from cells in a mixed tissue while preserving each cell’s identity. It takes a suspension of cells or nuclei and produces a cell × gene matrix containing the detected RNA molecule counts for each cell.

Question for this lesson: How do mixed cells become separate rows in a table?

Start with the output: one cell becomes one row

Section titled “Start with the output: one cell becomes one row”

Suppose four cells were captured from a tumour. The values below are illustrative RNA molecule counts.

cellEPCAMCD3DCOL1A1
cell_11800
cell_21501
cell_30210
cell_41016

cell_1 and cell_2 have high EPCAM, cell_3 has high CD3D, and cell_4 has high COL1A1. Researchers use combinations like these to identify epithelial cells, T cells, fibroblasts, and other populations.

A row is not a complete copy of the original cell. It contains RNA that survived capture, was converted into a DNA copy called cDNA, and was sampled as short sequence fragments called reads. A value of 0 can mean that an RNA molecule was present but not detected.

A typical microscopic-droplet experiment has four stages

Section titled “A typical microscopic-droplet experiment has four stages”

1. Separate the tissue into cells or nuclei

Section titled “1. Separate the tissue into cells or nuclei”

Solid tissue is processed enzymatically and mechanically into a cell suspension. Single-nucleus RNA-seq can be used when intact cells are difficult to recover, as is often the case with frozen tissue.

In a droplet workflow, one cell and one bead carrying sequence labels are typically enclosed in a microscopic droplet. When cellular mRNA is copied into cDNA, it receives a cell barcode and a unique molecular identifier (UMI).

  • Cell barcode: records which cell produced the cDNA
  • UMI: identifies an original RNA molecule so copies created during polymerase chain reaction (PCR) amplification can be collapsed

After barcoding, cDNA from many cells can be pooled and read on the same sequencer. Each read is connected to a barcode that records its cell of origin and a cDNA sequence that can be assigned to a gene.

4. Aggregate reads back into cell-level counts

Section titled “4. Aggregate reads back into cell-level counts”

Primary analysis software assigns cDNA sequences to genes, groups reads by cell barcode, and collapses PCR duplicates with UMIs. The main output is a matrix of gene counts for each barcode. Most values are 0, so the matrix is sparse.

Read the three words in the name separately

Section titled “Read the three words in the name separately”
termmeaningcommon misconception
Single-cellBarcodes preserve cell identityEach cell needs a separate sequencing run
RNADetects transcripts present at captureDirectly measures DNA variants or proteins
SequencingSamples cDNA fragments as readsExhaustively reads every RNA molecule in a cell

scRNA-seq is therefore not a complete photograph of a cell. It samples part of the RNA present at capture to infer which cell populations exist and which gene programs each population is using.

  • Which cell populations are mixed in a tissue?
  • Is a rare cell population present?
  • Do cells of the same type differ in activation, proliferation, or stress state?
  • Does a particular cell type change in abundance or expression between conditions?

The count matrix alone does not reveal where a cell was located in the tissue, whether an RNA change became a protein change, or whether an observed difference is a cause or a consequence. Those questions require additional spatial, protein, temporal, or functional measurements.

A collection of cDNA fragments prepared for sequencing is called a library. The sequencer stores each read sequence and its quality scores in a FASTQ file.

stageinputoutput
Experimenttissue, cell suspension, or nucleibarcoded cDNA library
SequencingcDNA libraryFASTQ reads
Primary analysisFASTQ and reference genomecell by gene count matrix
Secondary analysiscount matrix and sample informationquality control, cell groups, cell types, and condition comparisons

Single-cell RNA sequencing labels RNA by cell, sequences the pooled cDNA, and then aggregates reads back into gene counts for each cell. Its core output is a sparse matrix with cells as rows and genes as columns, which supports analysis of cell composition and cell-level states.

Next, From Tissue Averages to Cell-Level Expression compares what remains visible when the same tissue is measured by bulk and single-cell RNA-seq.