-
Notifications
You must be signed in to change notification settings - Fork 925
Home
Seurat is a toolkit for quality control, analysis, and exploration of single cell RNA sequencing data. Centered around the Seurat
object, Seurat enables This guide is to help developers understand how the Seurat
object is structured, how to interact with the object and access data from it, and how to develop new methods for Seurat
objects.
Throughout all Seurat-related documentation and writing, the following styles for distinguising between Seurat
objects, as well as any associated objects, and Seurat will and be used. For Seurat
objects, or the object within R, the word 'loom' will always be written in monospaced text. When referring to the pacakge Seurat, it will always be written in normal text. Both Seurat and Seurat
will be always capitialized. This style will be used throughout documentation for Seurat as well as any vignettes and tutorials produced by the authors.