autoreduce.utils.sbml.create_sbml_model
- create_sbml_model(compartment_id='default', time_units='second', extent_units='mole', substance_units='mole', length_units='metre', area_units='square_metre', volume_units='litre', volume=1e-06, model_id=None, **kwargs)[source]
Creates an SBML Level 3 Version 2 model with some fixed standard settings. Refer to python-libsbml for more information on SBML API. :param compartment_id: :param time_units: :param extent_units: :param substance_units: :param length_units: :param area_units: :param volume_units: :param volume: :param model_id: :return: the SBMLDocument and the Model object as a tuple