Skip to content

Commit

Permalink
Adjust clustering algo
Browse files Browse the repository at this point in the history
  • Loading branch information
ncborcherding committed Mar 29, 2024
1 parent 53244a8 commit 6045031
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 @@ -203,7 +203,7 @@ ibex_example <- RunUMAP(ibex_example,
ibex_example <- FindClusters(ibex_example,
graph.name = "wsnn",
resolution = 0.6,
algorithm = 4,
algorithm = 3,
verbose = FALSE)
#WNN UMAP
Expand Down

0 comments on commit 6045031

Please sign in to comment.