Exercise 2: Flux Coupling Analysis and a reducing tool
Deadline: Tuesday, 31.05.2016, 08:00 a.m.

FCA
Write a program that: Notice: to use the method explained in the paper only irreversible reactions are allowed.
The function should be called FCA and it should have as an input a mat file and as an output the matrix.

Reducing
Write a program that: The program should compute a reduced network: It should remove all blocked reactions and dead end metabolites. Additionally it should merge all fully coupled reactions.
Output:

Use the FBA you computed last time and the FCA. The name of the function should be reducing.


Draw in your description one network where you find at least one blocked reaction and explain the algorithm.

Please download these play_networks to run your programs.

Here is the example from the tutorial to test your programs.

Extra

If you want to gain some extra points:
Try to find a way how to resplit the (reversible) reactions you had to split to apply the FCA described above. In a way that the couplings are true for the reversible reactions in the original network.

Comments