INGOR
DagFilter

DagFilter extracts a directed acyclic graph (DAG) from a network.

Algorithm: First, sort the edges according to the specified property value. Then, sorted edges are added to an empty network as long as they do not cause a cycle in a DAG.

Arguments

name= str
Edge Property name used for sorting edges. (Default: str = "edgeScore".)

Filters | INGOR Manual