scran_graph_cluster
Graph-based clustering of cells
|
Wrapper around igraph's Leiden community detection algorithm. More...
#include <vector>
#include <algorithm>
#include "raiigraph/raiigraph.hpp"
#include "igraph.h"
Go to the source code of this file.
Classes | |
struct | scran_graph_cluster::ClusterLeidenOptions |
Options for cluster_leiden() . More... | |
struct | scran_graph_cluster::ClusterLeidenResults |
Result of cluster_leiden() . More... | |
Namespaces | |
namespace | scran_graph_cluster |
Graph-based clustering of single-cell data. | |
Functions | |
void | scran_graph_cluster::cluster_leiden (const igraph_t *graph, const igraph_vector_t *weights, const ClusterLeidenOptions &options, ClusterLeidenResults &output) |
ClusterLeidenResults | scran_graph_cluster::cluster_leiden (const raiigraph::Graph &graph, const std::vector< igraph_real_t > &weights, const ClusterLeidenOptions &options) |
Wrapper around igraph's Leiden community detection algorithm.