scran_graph_cluster
Graph-based clustering of cells
|
Options for cluster_walktrap()
.
More...
#include <cluster_walktrap.hpp>
Public Attributes | |
int | steps = 4 |
bool | report_merges = true |
bool | report_modularity = true |
Options for cluster_walktrap()
.
int scran_graph_cluster::ClusterWalktrapOptions::steps = 4 |
Number of steps of the random walk. The default is based on the example in the igraph documentation.
Whether to report the merge steps in Results::merges
.
Whether to report the modularity after each merge step in Results::modularity
.