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

Options for cluster_walktrap(). More...

#include <cluster_walktrap.hpp>

Public Attributes

int steps = 4
 
bool report_merges = true
 
bool report_modularity = true
 

Detailed Description

Options for cluster_walktrap().

Member Data Documentation

◆ steps

int scran_graph_cluster::ClusterWalktrapOptions::steps = 4

Number of steps of the random walk. The default is based on the example in the igraph documentation.

◆ report_merges

bool scran_graph_cluster::ClusterWalktrapOptions::report_merges = true

Whether to report the merge steps in Results::merges.

◆ report_modularity

bool scran_graph_cluster::ClusterWalktrapOptions::report_modularity = true

Whether to report the modularity after each merge step in Results::modularity.


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