In our most recent release, we've added new methods, and significantly restructured and improved our codebase. We outline the most significant changes below, particularly for users who have extensive experience with Seurat or want to learn more about the details of the Seurat object.
For new users, especially those getting started with analyzing scRNA-seq data, we suggest working through our guided tutorial of a 2,700 PBMC scRNA-seq dataset from 10X genomics.
Integrated analysis of scRNA-seq datasets
New methods for the normalization and scaling of single-cell data
Improved multimodal support
We believe that Seurat v3 offers substantial improvements in both functionality and user-experience, and are committed to making this transition as smooth as possible. We have been particularly careful to ensure that users who have started projects in Seurat v2 can complete existing work prior to upgrading:
If you use Seurat in your research, please consider citing:
In addition, if you use the sctransform workflow, please consider citing: * Hafemeister and Satija, Genome Biology 2019
We recommend running your differential expression tests on the "unintegrated" data. By default this is stored in the "RNA" Assay. There are several reasons for this.
The integration procedure inherently introduces dependencies between data points. This violates the assumptions of the statistical tests used for differential expression.
DE and integration are not currently supported with sctransform but will be soon.
?FindClusters()
in the R console.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.