Skip to contents

Downloads and imports the matlab file containing the genome scale metabolic models created by Chalmers SysBio.

Usage

chalmers_gem_raw(organism = "Human")

Arguments

organism

Character or integer: name or identifier of the organism. Supported taxons are 9606 (Homo sapiens), 10090 (Mus musculus), 10116 (Rattus norvegicu), 7955 (Danio rerio), 7227 (Drosophila melanogaster) and 6239 (Caenorhabditis elegans).

Value

Matlab object containing the GEM.

Details

The Matlab object is parsed into a nested list containing a number of vectors and two sparse matrices. The top level contains a single element under the name "ihuman" for human; under this key there is an array of 31 elements. These elements are labeled by the row names of the array.

References

Wang H, Robinson JL, Kocabas P, Gustafsson J, Anton M, Cholley PE, Huang S, Gobom J, Svensson T, Uhlen M, Zetterberg H, Nielsen J. Genome-scale metabolic network reconstruction of model animals as a platform for translational research. Proc Natl Acad Sci U S A. 2021 Jul 27;118(30):e2102344118. doi: doi:10.1073/pnas.2102344118 .

Examples

chalmers_gem_raw()
#> Error in map2(.x, .y, .f, ..., .progress = .progress):  In index: 1.
#>  With name: col_types.
#> Caused by error in `loadNamespace()`:
#> ! there is no package called ‘R.matlab’