Open
Description
The constrain_flux_regulation
or CFR
algorithm is based off the iMAT algorithm. This uses a list of up- or downregulated genes, and constrains the model fluxes to maximize flux through reactions encoded by upregulated genes, and minimize flux through reactions encoded by downregulated genes.
This algorithm has been written out in MATLAB. However, a Python version would be desirable to perform COBRA analyses using Python. Thus, @ScottCampit has been working on a version of the constrain_flux_regulation
algorithm in the PythonCOBRA
directory.
TODO:
- Finish the algorithm