scran_graph_cluster
Graph-based clustering of cells
Loading...
Searching...
No Matches
Namespaces | Functions
edges_to_graph.hpp File Reference

Convert a list of edges to a graph. More...

#include "raiigraph/raiigraph.hpp"
#include "igraph.h"
Include dependency graph for edges_to_graph.hpp:

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)
 

Detailed Description

Convert a list of edges to a graph.