Skip to content

Graph

The DGM Graph module contains tools for creating graphs that describe the excitation wave propagation in the heart. The DGM Graph is a core part of the DGM toolchain. It contains:

  • A default graph builder which creates connections between all nodes
  • Edge weights which are the difference between the source and target scalars (usually delta LAT)
  • Filtering of connections based on properties
  • Merging graphs
  • Calculating various graph measures

Other features:

  • A graph class which creates connections based on a voronoi neighborhood
  • A graph class which uses correlations and delays as weights
  • A class for converting between DGM graphs and networkit graphs

Overview

  1. Create a Graph object
  2. Apply edge filters to your graph

Next: Create a Graph object →