sensitivity.parameters¶
Tools and helpers to handle parameters for sensitivity analysis.
ParameterType
¶
Bases: StrEnum
Types of model parameters.
SensitivityParameter
¶
Bases: BaseModel
Parameter for SensitivityAnalysis.
parameters_set_bounds
staticmethod
¶
Set bounds for sensitivity analysis.
parameters_to_df
staticmethod
¶
Create parameter table from parameters.
parameters_from_sbml
staticmethod
¶
Retrieve parameters from SBML model for the sensitivity analysis.
Constant parameters, constant compartments and constant species are returned.
:sbml_path: Path to the SBML file. :param exclude_ids: ids to exclude, :param exclude_na: whether to exclude NA values :return: dict[id, name]