scran_graph_cluster
Graph-based clustering of cells
Loading...
Searching...
No Matches
Public Attributes | List of all members
scran_graph_cluster::ClusterLeidenResults Struct Reference

Result of cluster_leiden(). More...

#include <cluster_leiden.hpp>

Public Attributes

int status = 0
 
raiigraph::IntegerVector membership
 
igraph_real_t quality = 0
 

Detailed Description

Result of cluster_leiden().

Member Data Documentation

◆ status

int scran_graph_cluster::ClusterLeidenResults::status = 0

Output status. A value of zero indicates that the algorithm completed successfully.

◆ membership

raiigraph::IntegerVector scran_graph_cluster::ClusterLeidenResults::membership

Vector of length equal to the number of cells, containing 0-indexed cluster identities.

◆ quality

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.


The documentation for this struct was generated from the following file: