Performing FVA in MICOM #156
-
Hi. Is there a way to calculate the maximum possible flux through a reaction (FVA) in MICOM when building a community model? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi there! As far as I know, it is not directly possible in the package itself but you can do it manually. Have you seen question #138 in this discussion? The answer by Christian there shows a concise way how to it. In a more lengthy way, the following has worked for me. Basically, the idea is to get the growth rates from MICOM, add them as constraints to the model and then pass the same object to the built-in FVA analysis in CobraPy.
Here is an example of the output I get for this. Fluxes with underscore The catch with FVA on larger community models is that the runtime, as pointed out by Christian earlier (see again question #138). The FVA here for these small metabolic models runs 20s for all 60 reactions, but this could quickly get out of hand with a community, so you will have to try and see if it is still feasible. Justus |
Beta Was this translation helpful? Give feedback.
Hi there! As far as I know, it is not directly possible in the package itself but you can do it manually. Have you seen question #138 in this discussion? The answer by Christian there shows a concise way how to it.
In a more lengthy way, the following has worked for me. Basically, the idea is to get the growth rates from MICOM, add them as constraints to the model and then pass the same object to the built-in FVA analysis in CobraPy.