PNNL-CompBio / CONCERTO

Continuous integration and validation for genome-scale metabolic model consortia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

visualization-friendly version of Carbon dioxide flux

djinnome opened this issue · comments

  • Create a source CO2 flux that is distinguishable from CO2 exchange
  • Remove bicarbonate <-> CO2 reaction from Rhodosporidium (or restrict the maximum flux) to prevent Cyano from getting more carbon that it should

Currently blocking the ability to use flux visualization Alluvial plots

Just want to confirm @djinnome. For the second task here, removing the HCO3 <-> CO2 reaction. Is this something we want to alter permanently in https://github.com/PNNL-CompBio/RToru-GEM/tree/main or just temporarily for the visualization? Just want to know where I need to make the method.

The reaction in Rhodosporidium that is transferring HCO3 <-> CO2 is the CYNTAH__Rhodosporidium reaction which is: 'cynt_c__Rhodosporidium + 3.0 h_c__Rhodosporidium + hco3_c__Rhodosporidium --> 2.0 co2_c__Rhodosporidium + nh4_c__Rhodosporidium' is this okay since it's only moving h3O3 to co2 and not reversible?

Also the HCO3E__Rhodosporidium reaction but this one I can just remove:
'co2_c__Rhodosporidium + h2o_c__Rhodosporidium <=> h_c__Rhodosporidium + hco3_c__Rhodosporidium'

Issue is being addressed in the ConsortiumModels Repo: PNNL-CompBio/ConsortiumModels#5