|
scran_graph_cluster
Graph-based clustering of cells
|
Convert a list of edges to a graph. More...
#include <cstddef>#include "raiigraph/raiigraph.hpp"#include "sanisizer/sanisizer.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 (const std::size_t double_edges, const Vertex_ *const edges, const std::size_t num_vertices, const igraph_bool_t directed) |
Convert a list of edges to a graph.