scran_graph_cluster
Graph-based clustering of cells
|
Convert a list of edges to a graph. More...
#include "raiigraph/raiigraph.hpp"
#include "igraph.h"
Go to the source code of this file.
Namespaces | |
namespace | scran_graph_cluster |
Graph-based clustering of single-cell data. | |
Functions | |
template<typename Vertex_ > | |
raiigraph::Graph | scran_graph_cluster::edges_to_graph (size_t double_edges, const Vertex_ *edges, size_t num_vertices, igraph_bool_t directed) |
Convert a list of edges to a graph.