Skip to content

Commit

Permalink
Expand documentation for find_gene_modules() random_seed parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
brgew committed Oct 31, 2023
1 parent 3204b6c commit a72a61b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions R/cluster_genes.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
#' so, this method will evaluate modularity at each resolution and use the
#' one with the highest value.
#' @param random_seed the seed used by the random number generator in Leiden.
#' The default value is 0L, which uses a random seed. For reproducible results,
#' set random_seed to a positive integer.
#' @param cores number of cores computer should use to execute function
#' @param verbose Whether or not verbose output is printed.
#' @param preprocess_method a string specifying the low-dimensional space
Expand Down
4 changes: 3 additions & 1 deletion man/find_gene_modules.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a72a61b

Please sign in to comment.