scran_graph_cluster
Graph-based clustering of cells
|
Options for cluster_multilevel()
.
More...
#include <cluster_multilevel.hpp>
Public Attributes | |
double | resolution = 1 |
int | seed = 42 |
bool | report_levels = true |
bool | report_modularity = true |
Options for cluster_multilevel()
.
double 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.
int scran_graph_cluster::ClusterMultilevelOptions::seed = 42 |
Seed for the igraph random number generator.
Whether to report the multi-level clusterings in Results::memberships
.
Whether to report the modularity for each level in Results::modularity
.