Algorithm and scientific questions: satijalab.org
Module wrapping issues: Ted Liefeld < jliefeld at cloud dot ucsd dot edu>
Seurat is an R package designed for QC, analysis, and exploration of single-cell RNA-seq data. Seurat aims to enable users to identify and interpret sources of heterogeneity from single-cell transcriptomic measurements, and to integrate diverse types of single-cell data.
Within GenePattern, Seurat is accessed as several different modules exposing different portions of the Seurat workflow; Seurat.Preprocessing, Seurat.BatchCorrection, Seurat.QC and Seurat.Clustering. This module, Seurat.Clustering performs UMAP clustering and marker identification on single-cell RNA-Seq data.
The Seurat.Clustering module performs uses Seurat version 3.0.2. It performs following steps from Seurat to the input dataset;
GenePattern 3.9.11 or later (dockerized).
Name | Description |
---|---|
input seurat rds file* | A rds file containig a Seurat object. |
output filename* | The output filename prefix used for all output files. |
maximum dimension | The maximum number of clusters to attempt to find. |
resolution* | The resolution to use to find clusters. |
reduction* | The reduction to use (UMAP). Other reductions (e.g. TSNE) may be added later. |
seed* | The random number seed to use. |
* - required