We provide a series of vignettes, tutorials, and analysis walkthroughs to help users get started with Seurat v5. These vignettes are meant to highlight new functions and features supported by Seurat v5. Seurat v5 is backwards compatible with previous versions, so existing user workflows (as well as previously released Seurat vignettes) will continue to work even when using Seurat v5.

Spatial analysis

These vignettes will help introduce users to the analysis of spatial datasets in Seurat v5, including technologies that leverage sequencing-based readouts, as well as technologies that leverage in-situ imaging-based readouts. The vignettes introduce data from multiple platforms including 10x Visium, SLIDE-seq, Vizgen MERSCOPE, 10x Xenium, Nanostring CosMx, and Akoya CODEX.

Learn to explore spatially-resolved data from multiplexed imaging technologies, including MERSCOPE, Xenium, CosMx SMI, and CODEX. Learn to explore spatially-resolved transcriptomic data with examples from 10x Visium and Slide-seq v2.
GO GO

Streamlined and multimodal integration

Performing integrative analysis in order to identify shared cell types across multiple datasets is an increasingly important analytical step in single-cell workflows. These vignettes demonstrate new methods and infrastructure for integrative analysis in Seurat v5. They include a streamlined analytical workflow to integrate scRNA-seq datasets, and the use of ‘bridge integration’ for harmonizing datasets across modalities.

Integrate scRNA-seq datasets using a variety of computational methods. Map scATAC-seq onto an scRNA-seq reference using a multi-omic bridge dataset.
GO GO

Flexible analysis of massively scalable datasets

In Seurat v5, we introduce new infrastructure and methods to analyze, interpret, and explore datasets that extend to millions of cells. We introduce support for ‘sketch-based’ techniques, where a subset of representative cells are stored in memory to enable rapid and iterative exploration, while the remaining cells are stored on-disk. Users can flexibly switch between both data representations, and we leverage the BPCells package from Ben Parks in the Greenleaf lab to enable high-performance analysis of disk-backed data.

The vignettes below demonstrate three scalable analyses in Seurat v5: Unsupervised clustering analysis of a large dataset (1.3M neurons), Unsupervised integration and comparison of 1M PBMC from healthy and diabetic patients, and Supervised mapping of 1.5M immune cells from healthy and COVID donors. In all cases, the vignettes perform these analyses without ever loading the full datasets into memory.

Analyze a 1.3 million cell mouse brain dataset using on-disk capabilities powered by BPCells. Perform sketch integration on a large dataset from Parse Biosciences. Map PBMC datasets from COVID-19 patients to a healthy PBMC reference.
GO GO GO

References and additional documentation

We include brief vignettes describing install instructions, a ‘cheat sheet’ of commands for interacting with Seurat v5 assays, and additional documentation for using the BPCells package together with Seurat.

Explore the new assay structure introduced in Seurat v5. Load and save large on-disk matrices using BPCells. Install Seurat v5 and the required dependencies.
GO GO GO