|
scran_graph_cluster
Graph-based clustering of cells
|
Result of cluster_leiden().
More...
#include <cluster_leiden.hpp>
Public Attributes | |
| raiigraph::IntegerVector | membership |
| igraph_real_t | quality = 0 |
Result of cluster_leiden().
| raiigraph::IntegerVector scran_graph_cluster::ClusterLeidenResults::membership |
Vector of length equal to the number of cells, containing 0-indexed cluster identities.
| igraph_real_t scran_graph_cluster::ClusterLeidenResults::quality = 0 |
Quality of the clustering, closely related to the modularity. This is only defined if ClusterLeidenOptions::report_quality = true.