This repository contains the latest version of Rat-GEM, a rat 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: Rattus norvegicus
Taxonomy ID: 10116
Genome ID: GCF_000001895.5
Metabolic System: general metabolism
Tissue:
Bioreactor:
Cell type:
Cell line:
Condition: generic metabolism
Taxonomy | Template Model | Reactions | Metabolites | Genes |
---|---|---|---|---|
Rattus norvegicus | Human-GEM | 13028 | 8377 | 2953 |
- 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).
Rat-GEM.mat
(Recommended if on main
branch)
- Load and save using the built-in MATLAB
load()
andsave()
functions.
Rat-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 Rat-GEM content.
Contributions are always welcome! Please read the contributing guideline to get started.