Releases: SysBioChalmers/Human-GEM
Releases · SysBioChalmers/Human-GEM
Human 1.2.1
- Features (PR #144):
- add function for removing
InChI
entries that are out of sync withmetFormulas
- add function for removing
- Fixes (PR #139):
- adjust
getINITModel2
to avoid removing metabolic task-associated metabolites
- adjust
- Features (PR #138):
- add new generic biomass reaction
- add a new biomass reaction
biomass_human
that was formuated based on literature, databases, and previous modeling resources, and set as default for general use - 4 new pool rxns/pool mets (tRNAs, lipids, amino acids, cofactors and vitamins) associated to new biomass rxn are added
- remove the cell-line specific
biomass_HepG2
reaction - 7 pool rxns/pool mets associated to
biomass_HepG2
are also removed - modified model changes are updated to the
humanGEMRxn/MetAssoc.JSON
andnewHumanBiomassRxn_modelChanges_mets/rxns.tsv
files
- add a new biomass reaction
- add new generic biomass reaction
Human 1.2.0
- Features (PR #147):
- Add annotation info back to model prior to exporting SBML
- Features (PR #131):
- Major mass-rebalance of HumanGEM
- 11 rxns are fixed for incorrect reversibility info (introduced by #113)
- 4 met names are changed by replacing space with hyphen
- 6 new mets are added
- 21 new transport/exchange rxns are added through expanding 20 mets from existing comps to new ones
- 465 unique mets are updated with new formula/charge
- 729 rxn equations are updated
- 203 duplicated rxns are removed
- 196 rxns are blocked due to misuse of R group or pool mets
- 10 previously inactivated reactions are reopened
- 34 duplicated mets are merged
- 27 unique mets are modified with updated external identifiers
- 16 rxns are modified with updated external identifiers
- 38 grRules are retrieved from their duplicated and removed counterparts
- Modified annotation info and model changes are updated to the
humanGEMRxn/MetAssoc.JSON
andrebalance_modelChanges_mets/rxns.tsv
files
- Major mass-rebalance of HumanGEM
Human 1.1.3
- Features (PR #142):
- Promote community input by having Gitter chat room and
Contribution guidelines
- Promote community input by having Gitter chat room and
- Features (PR #141):
- Update/reformat metabolic-task files from current and previous modeling work
- Fixes (PR #130):
- Resolve stoichiometric inconsistencies caused by lipid pool reactions and metabolites
- 16 new pool metabolites (4 unique) are added
- 6 new pool reactions (
fatty acid
,1-acylglycerol-3P
, andacyl-CoA
) with averagely weighted components are added - original imbalanced cholesterol-ester pool reactions (
HMR_3537
andHMR_3622
) are renamed to plasma type after replacing with new pool reactions - 2 transport reactions are added for
fatty acid
andacyl-CoA
pool - 23 unique pool metabolites are replaced with corresponding new ones among 27 lipid pool reactions
- 12 unique pool metabolites (a total of 23) become unused and removed
- the old pool metabolites that are still in use are renamed to liver tissue type
- 3 protein-associated fields (
proteins
,prRules
,rxnProtMat
) are removed
- Resolve stoichiometric inconsistencies caused by lipid pool reactions and metabolites
Human 1.1.2
Human 1.1.1
Human 1.1.0
- Fixes/Features (PR #113):
- Adjust electron transport chain reactions, to address issues #98, #99, #100, #101, #102
- A number of changes are conducted to the electron transport chain reactions for refining ATP metabolism according to above issues, which are further formulated into
metabolicTasks_VerifyModel.xls
as new metabolic tasks that can be used for routine model evaluation - Duplicated reactions (
HMR_7638
andHtmi
) are resolved - The
rxnRecon3DID
field is removed from the model - All modifications are saved to
curateATPmetabolism_rxnChanges.tsv
for tracking changes
- A number of changes are conducted to the electron transport chain reactions for refining ATP metabolism according to above issues, which are further formulated into
- Adjust electron transport chain reactions, to address issues #98, #99, #100, #101, #102
- Features (PR #116):
- Associate mitochondrial amino acid importer, as discussed in issue #109
- 2 newly identified transporters are added to
HMR_5113
andHMR_5114
- The corresponding reference and confidence scores are updated, together with the fields associated with gene and protein
- 2 newly identified transporters are added to
- Associate mitochondrial amino acid importer, as discussed in issue #109
- Features (PR #120):
- Provide Human1 stoichiometric matrix with comprehensive external association and annotation, as detailed in issue #107
- Add
getHuman1RxnAssoc
andgetHuman1MetAssoc
scripts for refining/retrieving previously prepared association/annotation to reactions and metabolites, respectively. - The curated external identifiers are now stored in
HumanGEMRxnAssoc
andHumanGEMMetAssoc
, both are organized in JSON format (#75) - 7 identifiers from different databases or human GEMs were assigned to reactions, and 10 identifiers for metabolites
- Add
- Provide Human1 stoichiometric matrix with comprehensive external association and annotation, as detailed in issue #107
Human 1.0.3
Human 1.0.2
Human 1.0.1
- Features/Fixes:
- Add metadata and conduct miscellaneous fixes (#95), as discussed in #71
- Append metadata to
Yaml
format file by new functionwriteHumanYaml
- Implement inclusion of metadata and other fixes by script
miscModelCurationScript_20190323
- Append metadata to
- Enable automatic model release (#96)
- Add function
exportHumanGEM
and adjustincreaseHumanGEMVersion
allowing for automatic model release
- Add function
- Add metadata and conduct miscellaneous fixes (#95), as discussed in #71
Human 1.0.0
- Fixes (PR #90):
- Add script
removeSinkDMRxns.m
for removingSink
andDemand
reactions, as discussed in #28- 254 Sink/DM reactions are removed
- 52 unused metabolites are also removed
- all modifications are saved to
removedSinkDMrxns.tsv
for tracking the changes
- Add script
- Features:
- Additional model file formats (
xml
,txt
andyml
) are included inhumanGEM
- Additional model file formats (
- Style (PR #91):
- Rename and reformat function
increaseModelVersion
to ensure uniqueness
- Rename and reformat function