These are my bookmarks for single cell transcriptomics resources and tutorials. Whenever I find something useful, I add it.
scRNA-seq introductions
How to make R objects for single cell data, e.g. SingleCellExperiment, SummarizedExperiment
- How to take a spreadsheet with a matrix and convert it to the format needed for many other single cell RNA-seq tutorials, e.g. if you download a .csv.gz file from NCBI GEO
Getting Started with Seurat v4 (Satija lab tutorials list)
- Many tutorials here, for different scRNA-seq goals
Guided clustering tutorial with 3000 PBMC cells
- Setup Seurat object
- Standard pre-processing workflow & quality control
- Data normalization
- Identifying highly variable features (genes)
- Clustering, UMAP/tSNE plots
- Differential gene expression analysis
Basics of single cell analysis with Bioconductor
University of Cambridge intro to single cell RNA-seq analysis
- Identification of low-quality cells using MADs values
- "Annotation inherits every upstream decision, so good labels start before labelling. A standard scRNA-seq workflow moves from cell isolation and barcoding to a gene-by-cell count matrix, followed by filtering, normalisation, dimensionality reduction with PCA, and graph-based clustering with Leiden or Louvain on a k-nearest-neighbour graph. If quality control is weak, ambient RNA remains uncorrected, doublets stay in the data, or batch structure dominates, those problems become part of the clusters. Careful labelling cannot rescue a bad clustering structure."



