Old¶
- convertCobraToSBML(model, sbmlLevel, sbmlVersion, compSymbolList, compNameList)[source]¶
Converts a cobra structure to an sbml structure - kept for backward Compatability
- USAGE
sbmlModel = convertCobraToSBML (model, sbmlLevel, sbmlVersion, compSymbolList, compNameList)
- INPUT
model – COBRA model structure
- OPTIONAL INPUTS
sbmlLevel – SBML Level (ignored! level 3 is used)
sbmlVersion – SBML Version (ignored! version 1 is used)
compSymbolList – List of compartment symbols
compNameList – List of copmartment names correspoding to compSymbolList
- OUTPUT
sbmlModel – SBML MATLAB structure
Note
sbmlLevel and sbmlVersion are ignored by this function and it is just kept for backward compatability and might be deprecated in future versions.