Replies: 1 comment
-
Hey, thanks for the suggestion. I don't get it completely because it seems what you are suggesting is what is already taking place. Like for the example:
It does not list it for the medium because |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a suggestion for the better understanding of this great tool.
I think it would be more helpful for the user if the reactions id within com.reactions would correspond with the ids given to the computed fluxes after sol=com.optimize.
For example, if we only have a community of 2 species:
If we have the glucose exchange reaction in our models (EX_GLC_D_e), the community model would have transport reactions from the extracellular compartment to the medium compartment for each species (glc_d__e_speciesi <-> glc_d_m): EX_GLC_D_e__species1; EX_GLC_D_e__species2 and the one defined in the medium: EX_GLC_m. However, sol.fluxes would give three columns corresponding to species 1, species 2 and medium, but the id of those reactions would be EX_GLC_D_e. While I understand that the list of reactions would be huge when there are many species and having different columns helps to reduce this, I would suggest changing this EX_GLC_D_e id to something that makes clear that it is a transport reaction. Otherwise, it might be confusing at first.
Thanks,
Sara
Beta Was this translation helpful? Give feedback.
All reactions