This repository contains the latest version of Mouse-GEM, a mouse genome-scale metabolic model.
H. Wang, J. L. Robinson, P. Kocabaş, J. Gustafsson, M. Anton, P.-E. Cholley, et al. Genome-scale metabolic network reconstruction of model animals as a platform for translational research. PNAS 118, e2102344118 (2021). doi.org/10.1073/pnas.2102344118
Utilisation: multi-omics integrative analysis, predictive simulation
Field: metabolic-network reconstruction
Type of Model: reconstruction, curated
Model source: Human-GEM
Omic source: genomics; metabolomics
Taxonomic name: Mus musculus
Taxonomy ID: 10090
Genome ID: GCA_000001635.8
Metabolic System: general metabolism
Tissue:
Bioreactor:
Cell type:
Cell line:
Condition: generic metabolism
Taxonomy | Template Model | Reactions | Metabolites | Genes |
---|---|---|---|---|
Mus musculus | Human-GEM | 13020 | 8373 | 2959 |
- A functional MATLAB installation (MATLAB 7.3 and higher).
- The RAVEN toolbox.
- The COBRA toolbox (not necessary for most functionality).
- The libSBML MATLAB API (version 5.13.0 is recommended).
- Gurobi Optimizer for any simulations.
- Clone the main branch of this repository, or download the latest release.
- Add the directory to your MATLAB path (instructions here).
Mouse-GEM.mat
(Recommended if on main
branch)
- Load and save using the built-in MATLAB
load()
andsave()
functions.
Mouse-GEM.xml
(SBML format)
- Load using the
importModel.m
function (from RAVEN Toolbox) - Save using the
exportModel.m
function (from RAVEN Toolbox)
- Metabolic Atlas enables visualization and exploration of Mouse-GEM content.
Contributions are always welcome! Please read the contributing guidelines to get started.