model.model_roadrunner¶
RoadRunner model.
RoadrunnerSBMLModel
¶
RoadrunnerSBMLModel(
source,
base_path=None,
changes=None,
sid=None,
name=None,
selections=None,
ureg=None,
settings=None,
)
Bases: AbstractModel
Roadrunner model wrapper.
Load the model into roadrunner, with changes, selections and settings.
from_abstract_model
staticmethod
¶
Create from AbstractModel.
load_roadrunner_model
classmethod
¶
Load model from given source.
:param source: path to SBML model or SBML string :param state_path: path to rr state :return: roadrunner instance
get_state_path
staticmethod
¶
Get path of the state file.
The state file is a binary file which allows fast model loading.
copy_roadrunner_model
classmethod
¶
Copy roadrunner model by using the state.
set_timecourse_selections
classmethod
¶
Set the model selections for timecourse simulation.
set_integrator_settings
staticmethod
¶
Set integrator settings.
Keys are
variable_step_size [boolean] stiff [boolean] absolute_tolerance [float] relative_tolerance [float]
set_default_settings
staticmethod
¶
Set default settings of integrator.
parameter_df
staticmethod
¶
Create GlobalParameter DataFrame.
:return: pandas DataFrame