This class represents a model organism with various attributes related to central model structures, metabolites, reactions, and genes.
Slots
mod_idA character vector representing the model identifier.
mod_descA character vector describing the model.
mod_nameA character vector containing the model name.
mod_compartA character vector indicating the model compartment.
mod_compart_nameA character vector with the name of the model compartment.
mod_attrA data frame with additional model attributes.
mod_notesA character string that can contain an XML block with additional information about the model.
SA sparse numeric matrix of dgCMatrix-class representing the Stoichiometric matrix.
obj_coefA numeric vector containing coefficients for the objective function.
obj_dirCharacter specifying the objective direction. Either "maximize" or "minimize".
subSysA sparse Boolean matrix of lgCMatrix-class defining subsystems.
subSys_idA character vector representing subsystem identifiers.
subSys_nameA character vector containing the subsystem names.
constraintsAn object of class Constraints which specifies constraints in a model in addition to stationarity and individual flux bounds.
met_idA character vector representing metabolite identifiers.
met_nameA character vector with metabolite names.
met_compA character vector indicating metabolite compartments.
met_attrA data.frame that enables the storage of additional data for metabolites. Only specific columns are exported to SBML files. See writeSBMLmod for details.
react_idA character vector representing reaction identifiers.
react_nameA character vector with reaction names.
react_compA character vector indicating reaction compartments.
lowbndA character vector containing lower bounds for reactions.
uppbndA character vector containing upper bounds for reactions.
react_attrA data.frame that enables the storage of additional data for reactions. Only specific columns are exported to SBML files. See writeSBMLmod for details.
gprRulesA character vector with Gene-Protein-Reaction association rules (with gene product indices corresponding to the order in slot 'genes').
genesA list of character vectors. Each vector contains the IDs of gene products associated to the respective reaction.
allGenesA character vector with all gene identifiers.
genes_attrA data.frame that enables the storage of additional data (e.g., name and CVTerms) for genes/gene products. Only specific columns are exported to SBML files. See writeSBMLmod for details.
metadataA list, which can be used to include any arbitrary content describing the metabolic model. Important: No content of 'metadata' is written to SBML exports of the model.