Skip to content

Commit

Permalink
Update resolution default for seurat_workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
agdenadel committed Mar 11, 2024
1 parent 2e7f34a commit f14f1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/seurat_workflow.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#' @name seurat_workflow
seurat_workflow <- function(seurat_obj,
num_variable_features,
resolution_param = 0.5,
resolution_param = 0.8,
visualization_method = "umap",
num_dims = 10,
algorithm = "louvain") {
Expand Down

0 comments on commit f14f1e7

Please sign in to comment.