Description Usage Arguments Details Value Author(s)
trans_reduction
transforms a poset, i.e. a binary
traiangular matrix corresponding to a directed acyclic graph, into another
binary matrix representing its transitive reduction.
1 | trans_reduction(poset)
|
poset |
the input binary matrix representing the partial order between pathways |
the transitive reduction of a directed acyclic graph is the directed acyclic graph with as few edges as possible that has the same reachability relation as the initial graph.
a binary matrix, representing the transitive reduction of the input poset
Simona Constantinescu, simona.constantinescu@bsse.ethz.ch
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.