scran_graph_cluster
Graph-based clustering of cells
Loading...
Searching...
No Matches
scran_graph_cluster.hpp
Go to the documentation of this file.
1#ifndef SCRAN_GRAPH_CLUSTER_HPP
2#define SCRAN_GRAPH_CLUSTER_HPP
3
4#include "build_snn_graph.hpp"
6#include "cluster_leiden.hpp"
8
18namespace scran_graph_cluster {}
19
20#endif
Build a shared nearest-neighbor graph on the cells.
Wrapper around igraph's Leiden community detection algorithm.
Wrapper around igraph's multi-level community detection algorithm.
Wrapper around igraph's Walktrap community detection algorithm.
Graph-based clustering of single-cell data.
Definition build_snn_graph.hpp:20