SysBioChalmers / yeast-GEM

The consensus GEM for Saccharomyces cerevisiae
http://sysbiochalmers.github.io/yeast-GEM/
Creative Commons Attribution 4.0 International
96 stars 46 forks source link

Question about ferredoxin iron-sulfur cluster #292

Closed katajar closed 1 year ago

katajar commented 2 years ago

Hello, I'd like to add to the model new reactions from other organisms which includes oxidized/reduced form of ferredoxin [iron-sulfur] cluster. Is it possible to expand reaction r_4325 to include those metabolites? I have no idea how to connect those reactions to the model. Are those clusters generic metabolites which are not necessary to include in the model?

edkerk commented 2 years ago

These reactions are indeed not connected to the main metabolic network that is active during FBA simulations. For one, it's a generic reaction, without specifying exact reactants (which protein is the reaction acting on?), while the products are also not included in the biomass reaction.

Instead, I suggest you have a look at this effort, where the yeast-GEM model was expanded to, among others, specifically include descriptions of iron-sulfur clusters and their inclusion in proteins, although this was focused on mitochondria. Some of these reactions we intend to also implement in yeast-GEM directly (#12).

katajar commented 2 years ago

@edkerk Thank you very much for the reply. I noticed that the problem is more complicated than I previously imagined. I tried to simulate the MitoYeast model but I didn't get flux values of ethanol and glycerol. Am I missing something or the model is especially focused on mitochondria?

edkerk commented 2 years ago

@katajar I suggest you directly post your issues with the MitoYeast model on that GitHub page, and make sure you clarify what you exactly did (which MATLAB commands etc.), to replicate your simulation and troubleshoot.