Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Main improvements in this PR:
Defined concentration ranges for 125 metabolites. All files and codes are stored in
./add_conc
../add_conc/code/get_YMDB_data.py
was written by @qqlaoxia to get metabolites information in YMDB../add_conc/code/organise_data.py
was used to make metabolites information easy to intergate into model../add_conc/code/add_conc.m
was used to add concentration ranges into model. And model file with concentration information is store in./add_conc/modelWithConc.mat
./add_conc/data/allConcData.csv
contains 869 metabolites concentration data. However, only 125 metabolites (315 if concern metabolites in different compartments) are present in the model.The concentration range is calculated according to the following logic:
For example: In YMDB, three conc is recorded for glutamine ('17140.0 ± 1971.0 umol/L', '2500.0 ± 500.0 umol/L', '15000.0 ± 0.0 umol/L')
I hereby confirm that I have:
develop
as a target branch (top left drop-down menu)