You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
The
constrain_flux_regulation
orCFR
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 thePythonCOBRA
directory.TODO:
The text was updated successfully, but these errors were encountered: