chalmers_gem | R Documentation |
Process the GEMs from Wang et al., 2021 (https://github.com/SysBioChalmers) into convenient tables.
chalmers_gem(organism = "Human", orphans = TRUE)
organism |
Character or integer: an organism (taxon) identifier. Supported taxons are 9606 (Homo sapiens), 10090 (Mus musculus), 10116 (Rattus norvegicus), 7955 (Danio rerio), 7227 (Drosophila melanogaster) and 6239 (Caenorhabditis elegans). |
orphans |
Logical: include orphan reactions (reactions without known enzyme). |
List containing the following elements:
reactions: tibble of reaction data;
metabolites: tibble of metabolite data;
reaction_ids: translation table of reaction identifiers;
metabolite_ids: translation table of metabolite identifiers;
S: Stoichiometric matrix (sparse).
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: \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1073/pnas.2102344118")}.
chalmers_gem_network
chalmers_gem_metabolites
chalmers_gem_reactions
chalmers_gem_raw
chalmers_gem_id_mapping_table
cosmos_pkn
gem <- chalmers_gem()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.