Export of an IQRmodel object

Export an IQRmodel to ODE based format or to a biochamical reaction based format. The extension of the filename is in both cases "*.txt". IMPORTANT: If BC notation used then the underlying key assumption is that all Reaction rates in the model are in amount/time units!!

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