|
scran_graph_cluster
Graph-based clustering of cells
|
Options for cluster_multilevel().
More...
#include <cluster_multilevel.hpp>
Public Attributes | |
| igraph_real_t | resolution = 1 |
| igraph_uint_t | seed = 42 |
| bool | report_levels = true |
| bool | report_modularity = true |
Options for cluster_multilevel().
| igraph_real_t scran_graph_cluster::ClusterMultilevelOptions::resolution = 1 |
Resolution of the clustering, must be non-negative. Lower values favor fewer, larger communities; higher values favor more, smaller communities.
| igraph_uint_t scran_graph_cluster::ClusterMultilevelOptions::seed = 42 |
Seed for the igraph random number generator.
| bool scran_graph_cluster::ClusterMultilevelOptions::report_levels = true |
Whether to report the multi-level clusterings in Results::memberships.
| bool scran_graph_cluster::ClusterMultilevelOptions::report_modularity = true |
Whether to report the modularity for each level in Results::modularity.