scran_graph_cluster
Graph-based clustering of cells
|
Result of cluster_leiden()
.
More...
#include <cluster_leiden.hpp>
Public Attributes | |
int | status = 0 |
raiigraph::IntegerVector | membership |
igraph_real_t | quality = 0 |
Result of cluster_leiden()
.
int scran_graph_cluster::ClusterLeidenResults::status = 0 |
Output status. A value of zero indicates that the algorithm completed successfully.
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
.