findSeuratClusters.RdCluster sample via Seurat
A valid spata-object.
A named list of arguments given to Seurat::NormalizeData(), TRUE or FALSE.
A named list of arguments given to Seurat::ScaleData(), TRUE or FALSE.
Hint: If set to TRUE or the argument-list provided does not specify the argument features input
for argument features is set to base::rownames(seurat_object).
A named list of arguments given to Seurat::FindVariableFeatures(), TRUE or FALSE.
A named list of arguments given to Seurat::RunPCA(), TRUE or FALSE.
A named list of arguments given to Seurat::FindNeighbors(), TRUE or FALSE.
A named list of arguments given to Seurat::FindClusters(), TRUE or FALSE.
Used to absorb deprecated arguments or functions.
A tidy spata-data.frame containing the cluster variables.