We provide a series of vignettes, tutorials, and analysis walkthroughs to help users get started with Seurat. You can also check out our Reference page which contains a full list of functions available to users.
For new users of Seurat, we suggest starting with a guided walk through of a dataset of 2,700 Peripheral Blood Mononuclear Cells (PBMCs) made publicly available by 10X Genomics. This tutorial implements the major components of a standard unsupervised clustering workflow including QC and data filtration, calculation of high-variance genes, dimensional reduction, graph-based clustering, and the identification of cluster markers.
We provide an additional introductory vignette for users who are interested in analyzing multimodal single-cell datasets (e.g. from CITE-seq, or the 10x multiome kit).
![]() | ![]() |
A basic overview of Seurat that includes an introduction to common analytical workflows. | An introduction to working with multi-modal datasets in Seurat. |
GO | GO |
Recently, we have developed computational methods for integrated analysis of single-cell datasets generated across different conditions, technologies, or species. As an example, we provide a guided walk through for integrating and comparing PBMC datasets generated under different stimulation conditions. We provide additional vignettes demonstrating how to leverage an annotated scRNA-seq reference to map and label cells from a query, and to efficiently integrate large datasets.
![]() | ![]() | ![]() |
An introduction to integrating scRNA-seq datasets in order to identify and compare shared cell types across experiments. | Learn how to map a query scRNA-seq dataset onto a reference in order to automate the annotation and visualization of query cells. | Identify anchors using the reciprocal PCA (rPCA) workflow, which performs a faster and more conservative integration. |
GO | GO | GO |
![]() | ![]() | ![]() |
Tips and examples for integrating very large scRNA-seq datasets (including >200,000 cells). | Annotate, visualize, and interpret an scATAC-seq experiment using scRNA-seq data from the same biological system. | Analyze query data in the context of multimodal reference atlases. |
GO | GO | GO |
Seurat also offers additional novel statistical methods for analyzing single-cell data. These include:
![]() | ![]() | ![]() |
Analyze multimodal single-cell data with weighted nearest neighbor analysis in Seurat v4. | Explore new methods to analyze pooled single-celled perturbation screens. | Examples of how to use the SCTransform wrapper in Seurat. |
GO | GO | GO |
![]() |
Examples of how to perform normalization, feature selection, integration, and differential expression with an updated version of sctransform. |
GO |
Here we provide a series of short vignettes to demonstrate a number of features that are commonly used in Seurat. We’ve focused the vignettes around questions that we frequently receive from users. Click on a vignette to get started.
![]() | ![]() | ![]() |
An overview of the major visualization functionality within Seurat. | Mitigate the effects of cell cycle heterogeneity by computing cell cycle phase scores based on marker genes. | Perform differential expression (DE) testing in Seurat using a number of frameworks. |
GO | GO | GO |
![]() | ![]() | ![]() |
Learn how to work with data produced with Cell Hashing. | Convert data between formats for different analysis tools. | Speed up compute-intensive functions with parallelization. |
GO | GO | GO |
In order to facilitate the use of community tools with Seurat, we provide the Seurat Wrappers package, which contains code to run other analysis tools on Seurat objects. For the initial release, we provide wrappers for a few packages in the table below but would encourage other package developers interested in interfacing with Seurat to check out our contributor guide here.