Description Usage Arguments Details Value Author(s) References
View source: R/modelorg2ExPA.R
The function modelorg2ExPA
writes the content of an instance of class
modelorg
to text files in a format which can be read by the
program ExPA to compute extreme pathways.
1 2 3 | modelorg2ExPA(model, fname = NULL, exIntReact = NULL,
filepath = ".", suffix = "expa",
tol = SYBIL_SETTINGS("TOLERANCE"))
|
model |
An object of class |
fname |
An single character string giving the filename to write to. |
exIntReact |
An object of class |
filepath |
A single character string giving the path to a certain directory in which
the output files will be stored. |
suffix |
A single character string giving the file name extension. |
tol |
A single numeric value giving the limit of tolerance. An element
S[i,j] of the stoichiometric matrix is treated as non-zero,
if S[i,j] > tol is true. |
The function modelorg2ExPA
produces input files for the program ExPA.
With ExPA, it is possible to calculate extreme pathways in metabolic networks.
The function produces a warning, if a reaction contains non-integer stoichiometric values, because they are not compatible with the ExPA program.
Returns TRUE
invisibly on success.
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
Bell, S. L. and Palsson, B. Ø. (2005) Expa: a program for calculating extreme pathways in biochemical reaction networks. Bioinformatics 21, 1739–1740.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.