cluster_analysis_sub
cluster_analysis_sub(
raw_counts,
resolution,
neighbors,
max_dimension,
name_cluster
)Raw count matrix (n_genes X n_cells).
Numeric value specifying the parameter resolution used in the Seurat function FindClusters.
Numeric value specifying the parameter k.param in the Seurat function FindNeighbors
Numeric value specifying the maximum number of the PCA dimensions used in the parameter dims for the Seurat function FindNeighbors
Character.Name of the original cluster for which the sub clustering is done.
Seurat object including raw and normalized counts matrices and cluster result.
https://www.rdocumentation.org/packages/Seurat/versions/4.0.1/topics/RunPCA https://www.rdocumentation.org/packages/Seurat/versions/4.0.1/topics/FindVariableFeatures