Export of an IQRmodel object
export_IQRmodel.Rd
Export an IQRmodel to ODE based format or to a biochamical reaction based format. The extension of the filename is in both cases "*.txt".
export_IQRmodel(model, filename = NULL, FLAGbc = FALSE)
Arguments
model | IQRmodel object |
---|---|
filename | Path with filename to export the model. If it is NULL then the model text will only be returned |
FLAGbc | Flag for the use of the biochemical notation if TRUE |
Value
None
See also
Other IQRmodel:
IQRmodel()
,
addOutputs_IQRmodel()
,
addRelations_IQRmodel()
,
exportVariant_IQRmodel()
,
getPars_IQRmodel()
,
hasCcodeFunctions_IQRmodel()
,
hasInitialAssignments_IQRmodel()
,
importSBML_IQRmodel()
,
importVariant_IQRmodel()
,
is_IQRmodel()
,
new_IQRmodel()
,
print.IQRmodel()
,
print.IQRsensitivity()
,
regenerate_IQRmodel()
,
replaceTerms_IQRmodel()
,
sensitivity_IQRmodel()
,
setParameters_IQRmodel()
,
setPars_IQRmodel()
,
sim_IQRmodel()
,
simbio_CSV2namedVector()
,
simbio_updateParamIC_IQRmodel()
,
stoichiometry_IQRmodel()
,
strReplace_IQRmodel()