-
Notifications
You must be signed in to change notification settings - Fork 46
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
feat: add metDeltaG and rxnDeltaG fields #330
feat: add metDeltaG and rxnDeltaG fields #330
Conversation
As a suggestion for better tracking, it would be preferable to save the |
@feiranl I have change |
a4df287
to
75a5f32
Compare
Updated the process, now available from v8_6_4.m (in line with coming yeast-GEM version):
|
With the code on SysBioChalmers/RAVEN#500 the deltaG fields are written to/read from the YAML file. |
5838f4f
to
ed7b691
Compare
# Conflicts: # README.md # model/yeast-GEM.xml # model/yeast-GEM.yml
# Conflicts: # model/yeast-GEM.xml
run with RAVEN at commit 15d5c4275ae14e842d6ad0b07eb28dbd2454ef35
8e0f250
to
58acd90
Compare
Main improvements in this PR:
Add physiological status ΔG for rxns and mets from Modelseed and yetfl. All the related data and code is in
../yeast-GEM/deltaG
.../yeast-GEM/deltaG/yeast-GEM_with_G/yeast.mat
is the final model with ΔG. ΔG is store in fieldyeast.metsdeltaG
andyeast.rxnsdeltaG
.../yeast-GEM/deltaG/model_from_yetfl/yeast8_thermo_curated.mat
is the model from yetfl containing ΔG data.https://github.com/EPFL-LCSB/yetfl../yeast-GEM/deltaG/met_G.csv"
contains mets' ΔG, ID, smile from Modelseed database crawled by../yeast-GEM/deltaG/code/get_seed_data.py
../yeast-GEM/deltaG/rxn_G.csv
contains rxns' ΔG computed by https://github.com/maranasgroup/dGPredictor../yeast-GEM/deltaG/code/adddeltaG.m
adds ΔG into the model.../yeast-GEM/deltaG/code/run_dgpredictor.py
is used to calculate ΔG for the given rxns, but every mets in the rxn should have kegg identifer.I hereby confirm that I have:
develop
as a target branch (top left drop-down menu)