-
Notifications
You must be signed in to change notification settings - Fork 47
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
Fix/biomass composition #159
Conversation
biomass composition was first switched back to the original model (Forster et al. 2003) except for lipid data that was kept as the current one. Coefficients for s_0001 & s_0004 were also fixed based on modelCorrections.m
rescaled some values with data from a recent study with reasonable lipid content (Lahtvee et al. 2017)
to have biomass add up to 1
GAM is now fitted to simulate chemostat data of S. cerevisiae at low growth rates (Van Hoek et al. 1988)
should be in physiology folder
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great!
May I start a new branch to add more biomass components or just add them in this branch? |
@feiranl as this is a fixing branch and you intend to introduce new things (i.e. a feature branch), the proper thing to do is to work on a separate branch. Will merge this one tomorrow. |
Main improvements in this PR:
ComplementaryData/physiology
for biological data of yeast (biomass composition, chemostat data and the like)Current composition for the model, according to
sumBioMass.m
, is now:I hereby confirm that I have:
devel
as a target branch (top left drop-down menu)