View source: R/Seurat_Spatial_based.R View source: R/Seurat_Spatial_based.R
process_SCTbase | R Documentation |
process Seurat Spatial object via SCT
This function takes in a seurat object and applies various transformations and clustering algorithms. The end goal is to identify cell types and subpopulations within the data.
process_SCTbase(
SerObj = NULL,
ncells = 3000,
assay = "Spatial",
dims = 1:30,
verbose = T,
clusterResolutions = c(0.2, 0.4, 0.6, 0.8, 1.2)
)
process_SCTbase(
SerObj = NULL,
ncells = 3000,
assay = "Spatial",
dims = 1:30,
verbose = T,
clusterResolutions = c(0.2, 0.4, 0.6, 0.8, 1.2)
)
SerObj |
A seurat object containing single cell transcriptomics data |
ncells |
The number of cells used to build NB regression, default is 3000 |
assay |
The assay used to run the SCT transformation, default is "Spatial" |
dims |
The dimensions to use for running PCA, t-SNE, UMAP, default is 1:30 |
verbose |
Logical, whether to print progress messages, default is TRUE |
clusterResolutions |
A numeric vector of resolutions to use for finding clusters, default is c(0.2, 0.4, 0.6, 0.8, 1.2) |
A Processed Seurat Obj
A seurat object with added dimensionality reductions, clustering, and cell type annotations.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.