Skip to content

Commit 2c80868

Browse files
authored
Update seuratIntegrate.R
Fix bug for clustering results
1 parent 3b03036 commit 2c80868

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

workflow/scripts/seuratIntegrate.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ for (method in c('CCAIntegration', 'RPCAIntegration', 'HarmonyIntegration', 'Joi
4444
orig.reduction = "pca", new.reduction = reduction,
4545
verbose = FALSE
4646
)
47+
obj <- FindNeighbors(obj, reduction = reduction, dims = 1:30)
4748
obj <- FindClusters(obj, resolution = 0.2, cluster.name = clusters)
4849
obj <- RunUMAP(obj, reduction = reduction, dims = 1:30, reduction.name = umap)
4950
})

0 commit comments

Comments
 (0)