scran
C++ library for basic single-cell RNA-seq analyses
Loading...
Searching...
No Matches
Public Member Functions | List of all members
scran::igraph::Graph Struct Reference

Wrapper around the igraph_t class from igraph. More...

#include <igraph_utils.hpp>

Public Member Functions

const igraph_t * get_graph () const
 

Detailed Description

Wrapper around the igraph_t class from igraph.

Member Function Documentation

◆ get_graph()

const igraph_t * scran::igraph::Graph::get_graph ( ) const
inline

Get the graph. Users should not pass this pointer to igraph_destroy; the Graph destructor will handle the freeing automatically.

Returns
Pointer to an igraph graph. Nodes are cells with edges being formed between its nearest neighbors.

The documentation for this struct was generated from the following file: