AMICI Python API
Modules
AMICI |
|
Core C++ bindings |
|
SBML Import This module provides all necessary functionality to import a model specified in the Systems Biology Markup Language (SBML). |
|
PySB Import This module provides all necessary functionality to import a model specified in the pysb.core.Model format. |
|
BNGL Import This module provides all necessary functionality to import a model specified in the BNGL format. |
|
PEtab import related code. |
|
PEtab conditions to AMICI ExpDatas. |
|
General helper functions for PEtab import. |
|
PEtab Import Import a model in the petab (https://github.com/PEtab-dev/PEtab) format into AMICI. |
|
PySB-PEtab Import Import a model in the PySB-adapted petab (https://github.com/PEtab-dev/PEtab) format into AMICI. |
|
Functionality related to simulation of PEtab problems. |
|
PEtab Simulator Functionality related to the use of AMICI for simulation with petab.Simulator. |
|
PEtab Import Import a model in the petab (https://github.com/PEtab-dev/PEtab) format into AMICI. |
|
PEtab import for PySB models |
|
Evaluate a PEtab objective function. |
|
Simulate a PEtab problem |
|
Miscellaneous functions related to model import, independent of any specific model format |
|
JAX |
|
C++ Export This module provides all necessary functionality to specify a differential equation model and generate executable C++ simulation code. The user generally won't have to directly call any function from this module as this will be done by amici.pysb_import.pysb2amici(), amici.sbml_import.SbmlImporter.sbml2amici() and amici.petab_import.import_model(). |
|
Symbolic differential equation model. |
|
Objects for AMICI's internal differential equation model representation |
|
Plotting Plotting related functions |
|
Pandas Wrappers This module contains convenience wrappers that allow for easy interconversion between C++ objects from amici.amici and pandas DataFrames |
|
Logging This module provides custom logging functionality for other amici modules |
|
Finite Difference Check This module provides functions to automatically check correctness of amici computed sensitivities using finite difference approximations |
|
Parameter mapping between AMICI and PEtab. |
|
Find conserved quantities deterministically |
|
C++ object views This module provides views on C++ objects for efficient access. |
|
SBML Utilities This module provides helper functions for working with SBML. |
|
Splines This module provides helper functions for reading/writing splines with AMICI annotations from/to SBML files and for adding such splines to the AMICI C++ code. |