Skip to content
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

CUE on mixed C-Sources #6

Open
hgscott opened this issue Mar 18, 2023 · 5 comments
Open

CUE on mixed C-Sources #6

hgscott opened this issue Mar 18, 2023 · 5 comments
Assignees

Comments

@hgscott
Copy link
Collaborator

hgscott commented Mar 18, 2023

How does CUE differ when grown on two individual carbon sources vs when the media contains a mixture of the two? Run the mix with and without caFBA.

@hgscott hgscott self-assigned this Mar 18, 2023
@hgscott hgscott changed the title CUS vs mixed C-Sources CUE on mixed C-Sources Mar 21, 2023
@hgscott
Copy link
Collaborator Author

hgscott commented Mar 21, 2023

I got the code for running caFBA from the supplementary MATLAB code from the Mori, 2016 paper: https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1004913

For now, I was using that E. coli model in the SI folder, because I knew it worked with caFBA.

I used the COBRA Toolbox to run plain FBA on a minimal glucose medium, minimal acetate medium, and a mix of the two (where the bounds were set so that the total carbon atom flux is the same). I didn't have a good way to plot the results, so I was just printing the fluxes for a few reactions to the screen.

I set up caFBA per the example in the SI code, but I am unsure if it is taking acetate into account properly, do I need to add another argument to this function:
https://github.com/C-CoMP-STC/fba-simulations-cue/blob/b74a56ba028a266077b00e3e244a13b7b5a1bdcb/ecoli_full/c_sources/mix/run_cobra_and_cafba.m#L87

@hgscott
Copy link
Collaborator Author

hgscott commented Mar 21, 2023

Daniel suggested before caFBA, one easier option is to constrain the total flux through the solution to below a certain threshold (like a more strenuous pFBA).

Also, Alvaro Sanchez;s group has implemented caFBA in COMETS, so maybe I could just use that.

@hgscott
Copy link
Collaborator Author

hgscott commented Mar 22, 2023

Look for "molecular crowding" for the constrained flux function in COBRA.

@hgscott
Copy link
Collaborator Author

hgscott commented Sep 6, 2023

Daniel said that Alvaro & Djorjie's new paper may have improved code for caFBA: https://academic.oup.com/mbe/article/40/9/msad187/7250431?login=true

@hgscott
Copy link
Collaborator Author

hgscott commented Sep 6, 2023

Daniel says to look at the epistatic interactions between CUE values. I.e. if you have CUE_{ACE} and CUE_{GLC} the CUE on the mixture is some function of both. Is it the mean, is it the sum, etc.?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant