Description Usage Arguments Details Value Methods Author(s) See Also
Print the rows of the stoichiometric matrix or an FBA model in CPLEX LP file format.
1 2 | ## S4 method for signature 'modelorg'
printMetabolite(object, met, FBAlp = FALSE, printOut = TRUE, ...)
|
object |
An object of class |
met |
A numeric or character vector containing the metabolite id's of metabolites to print out. If missing, all metabolites given in the model are used. |
FBAlp |
A single logical value. If set to |
printOut |
A single Boolean value. If set to |
... |
Further arguments passed to |
Metabolite id's beginning with a digit or period will be prefixed by the
letter "r"
, reaction id's beginning with a digit or period will be
prefixed by the letter "x"
and square brackets in reaction or
metabolite id's will be replaced by round brackets.
The modelorg
method returns a character vector of length
equal to the number of metabolites given in argument met
, invisibly.
Each string represents the reaction participation of one particular
metabolite.
signature(object = "modelorg")
method to use with objects of class modelorg
.
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
Class modelorg
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.