Skip to content

Commit

Permalink
replace leiden in vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
ncborcherding committed Mar 29, 2024
1 parent 6045031 commit d908ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/vignette.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ CoNGA.seurat <- runIbex(CoNGA.seurat,
CoNGA.seurat <- CoNGA.seurat %>%
FindNeighbors(reduction = "Ibex.KF") %>%
FindClusters(algorithm = 4,
FindClusters(algorithm = 3,
resolution = 0.6)
CoNGA.seurat <- RunUMAP(CoNGA.seurat,
Expand Down

0 comments on commit d908ace

Please sign in to comment.