DO.FullRecluster
DO.FullRecluster.Rd
Performs iterative reclustering on each major cluster found by FindClusters in a Seurat object.
It refines the clusters using the FindSubCluster function for better resolution and fine-tuned annotation.
The new clustering results are stored in a metadata column called annotation_recluster
.
Suitable for improving cluster precision and granularity after initial clustering.
Usage
DO.FullRecluster(
Seu_object,
over_clustering = "seurat_clusters",
res = 0.5,
algorithm = 4,
graph.name = "RNA_snn"
)