Skip to main content

Table 1 Procedure ReTrace

From: Inferring branching pathways in genome-scale metabolic networks

ReTrace (, S, T, w, k, l):

Input: reactions R, sources S, targets T, 0 <w ≤ 1 and k, l +

1:

G ← G(R)

2:

Add nodes vΔ and v U to G

3:

Add edges (vΔ, v s ) for each s S to G

4:

P % Current pathway

5:

UT % Unresolved nodes

6:

FindPath(G, P, vΔ, U, w, k, l)