-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cross-feeding and which medium should I use? #161
Comments
Hi @mhjonathan Do you have an actual experiment with these two species in mind? |
Wonderful. What I hypothesised is that Species A produces some kinda metabolic product which could affect the growth of Species B. As the data is originated from human gut, I want to think of 1) normal conditions of human gut environment 2) nutrient rich environment to control potential nutrient-deprived condition for checking species's own effect. Would be my second thought matched with the case of merged predicted medium? |
I agree, merging the growth media might work in your case! If you expect the interaction to be syntrophic (i.e., the product of A is strictly necessary for B's growth), then you should add the product of A into the medium, too. For the conditions of the human gut, we also have a predefined medium: |
Thank you for sharing the predefined medium! That really helps :) If I want to use the predefined medium, should I gapfill again with the medium for downstream analysis/simulation? or would it be adjustable in BacArena? And one more question:
What I wonder is whether I should use addSubs command as I think addDefaultMed already adds merged medium (predicted by gapseq) components with addDefaultMed command. |
I would use the medium already for gap-filling to ensure that all organisms can grow under the medium conditions. In BacArena, |
I get your point, but what I also want to see is that whether their metabolism is changed under gut-like environment (non-optimal) cuz there are some species secreting toxins/different substrates under stressed/nutrient-deprived status. Wouldn't it be found with in silico simulation? Also, one of species I'm working on shows much better growth rate if it is gap-filled by the gut-like predefined medium than gapseq predicted medium file.. Is it because gapseq predicted medium is the essential, smallest nutrient combination while gut-like predefined medium has more diverse nutrients?
Thank you for the answer! |
To your first question, I would not expect to see any toxin or stress effects with metabolic models because the modeling approach does not cover it. But I'm not completely sure if I got your question correctly? To your second question. Yes, the gut medium contains a broader range of substrates, while the predicted medium is more essential. For example if amino acids can be synthesized then the predicted growth medium does not contain them and, thus, they must be produced which costs energy and material and causes the growth rate to be smaller. |
What I meant is their substrate preferences under optimal/deprived environment and final product following the preferences. And about the gut-like predefined medium you provided, can you tell me its source? If it is from your own experiment data that unavailable to be opened, it's absolutely fine :) |
Before my questions, I would like to thank to all developers of this wonderful tool :)
I'm trying to check whether there is positive/negative correlation in growth between Species A and Species B.
After having draft model of each species, I'm stuck at which medium should I use for gapfilling. What I'm thinking of is to merge respectively predicted medium (medium for A and medium for B), and use this merged media for gapfilling.
But I'm not sure how to merge the predicted medium. Is it just like, "cat speciesA-medium.csv speciesB-medium.csv > merged-medium.csv"?
Thank you in advance!
The text was updated successfully, but these errors were encountered: