Skip to content

Commit

Permalink
chore: version 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edkerk committed Dec 4, 2023
1 parent 0c50600 commit 1bda758
Show file tree
Hide file tree
Showing 9 changed files with 313 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ Thumbs.db
*.mex*
*.mlappinstall
*.mltbx
*.mat
helpsearch*/

# Python-related things #
Expand All @@ -60,7 +59,6 @@ helpsearch*/

# Non-complying tables and files #
##################################
*.xls*
*.tab
*.doc*
*.ppt*
Expand Down
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,21 @@ This repository contains the current consensus genome-scale metabolic model of _

| Taxonomy | Latest update | Version | Reactions | Metabolites | Genes |
|:-------|:--------------|:------|:------|:----------|:-----|
| _Saccharomyces cerevisiae_ | 02-Dec-2023 | develop | 4130 | 2805 | 1162 |
| _Saccharomyces cerevisiae_ | 04-Dec-2023 | 9.0.0 | 4130 | 2805 | 1162 |

### Gene essentiality prediction

- Accuracy: 0.882
- True non-essential genes: 928
- True essential genes: 63
- False non-essential genes: 95
- False essential genes: 38

### Growth prediction

- Correlation coefficient R<sup>2</sup>: 0.880

![Growth curve](growth.png)

# Installation & usage

Expand Down
Binary file added growth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
290 changes: 290 additions & 0 deletions history.md

Large diffs are not rendered by default.

Binary file added model/yeast-GEM.mat
Binary file not shown.
Binary file added model/yeast-GEM.xlsx
Binary file not shown.
8 changes: 4 additions & 4 deletions model/yeast-GEM.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<sbml xmlns="http://www.sbml.org/sbml/level3/version1/core" xmlns:fbc="http://www.sbml.org/sbml/level3/version1/fbc/version2" xmlns:groups="http://www.sbml.org/sbml/level3/version1/groups/version1" level="3" version="1" fbc:required="false" groups:required="false">
<model metaid="yeastGEM_develop" id="yeastGEM_develop" name="The Consensus Genome-Scale Metabolic Model of Yeast" fbc:strict="true">
<model metaid="yeastGEM_v9.0.0" id="yeastGEM_v9__46__0__46__0" name="The Consensus Genome-Scale Metabolic Model of Yeast" fbc:strict="true">
<notes>
<body xmlns="http://www.w3.org/1999/xhtml">
<p>Saccharomyces cerevisiae - strain S288C</p>
</body>
</notes>
<annotation>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" xmlns:vCard4="http://www.w3.org/2006/vcard/ns#" xmlns:bqbiol="http://biomodels.net/biology-qualifiers/" xmlns:bqmodel="http://biomodels.net/model-qualifiers/">
<rdf:Description rdf:about="#yeastGEM_develop">
<rdf:Description rdf:about="#yeastGEM_v9.0.0">
<dcterms:creator>
<rdf:Bag>
<rdf:li rdf:parseType="Resource">
Expand All @@ -24,10 +24,10 @@
</rdf:Bag>
</dcterms:creator>
<dcterms:created rdf:parseType="Resource">
<dcterms:W3CDTF>2023-12-02T23:21:12Z</dcterms:W3CDTF>
<dcterms:W3CDTF>2023-12-04T09:40:27Z</dcterms:W3CDTF>
</dcterms:created>
<dcterms:modified rdf:parseType="Resource">
<dcterms:W3CDTF>2023-12-02T23:21:12Z</dcterms:W3CDTF>
<dcterms:W3CDTF>2023-12-04T09:40:27Z</dcterms:W3CDTF>
</dcterms:modified>
<bqbiol:is>
<rdf:Bag>
Expand Down
6 changes: 3 additions & 3 deletions model/yeast-GEM.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
!!omap
- metaData:
id: "yeastGEM_develop"
id: "yeastGEM_v9.0.0"
name: "The Consensus Genome-Scale Metabolic Model of Yeast"
version: ""
date: "2023-12-02"
version: "9.0.0"
date: "2023-12-04"
defaultLB: "-1000"
defaultUB: "1000"
givenName: "Eduard"
Expand Down
1 change: 1 addition & 0 deletions version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9.0.0

0 comments on commit 1bda758

Please sign in to comment.