Applies several processing steps to a single cell genomics object.
process(x, ...)
# S3 method for Seurat
process(
x,
assay = NULL,
dims = 1:10,
algorithm = 1,
resolution = 0.6,
nfeatures = 2000,
metric = "cosine",
n.neighbors = 30L,
min.dist = 0.3,
spread = 1,
verbose = FALSE,
...
)
an object of class Seurat.
arguments passed down to methods.
assay to use for processing.
PCA dimensions to use for UMAP and clustering.
algorithm to use for clustering.
resolution to use for clustering.
number of features for FindVariableFeatures().
metric used for UMAP.
number of nearest-neighbors to use for UMAP.
min.dist for UMAP.
spread for UMAP.
whether to output diagnostic information.