Skip to content

Commit

Permalink
overhaul experimental conditions notebook (#1460)
Browse files Browse the repository at this point in the history
* overhaul experimental conditions notebook

* fix kernel

* Apply suggestions from code review

Co-authored-by: Daniel Weindl <[email protected]>

* update and rerun notebook

* fix kernel

Co-authored-by: Daniel Weindl <[email protected]>
  • Loading branch information
Fabian Fröhlich and dweindl authored Mar 15, 2021
1 parent 11afe62 commit 9d36032
Show file tree
Hide file tree
Showing 6 changed files with 465 additions and 419 deletions.
1 change: 1 addition & 0 deletions documentation/ExampleExperimentalConditions.ipynb
2 changes: 1 addition & 1 deletion documentation/GettingStarted.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"This notebook only explains the basics of AMICI simulations. In general, AMICI simulations are highly customizable and can also be used to simulate sensitivities. The [ExampleSteadystate](https://amici.readthedocs.io/en/latest/ExampleSteadystate.html) notebook in this folder gives more detail about the model employed here and goes into the basics of sensitivity analysis. The [ExampleEquilibrationLogic](https://amici.readthedocs.io/en/latest/ExampleEquilibrationLogic.html) notebook, builds on this by using a modified version of this model to give detailed insights into the methods and options to compute steady states before and after simulations, as well as respective sensitivities. The [Presimulation example](https://amici.readthedocs.io/en/latest/model_presimulation.html) notebook, goes into the details of how even more complex experimental setups, such as addition of drugs at predefined timepoints, can be simulated in AMICI. Finally, the [petab](https://amici.readthedocs.io/en/latest/petab.html) notebook explains how standardized definitions of experimental data and conditions in the [PEtab](https:/PEtab-dev/PEtab) format can be imported in AMICI."
"This notebook only explains the basics of AMICI simulations. In general, AMICI simulations are highly customizable and can also be used to simulate sensitivities. The [ExampleSteadystate](https://amici.readthedocs.io/en/latest/ExampleSteadystate.html) notebook in this folder gives more detail about the model employed here and goes into the basics of sensitivity analysis. The [ExampleEquilibrationLogic](https://amici.readthedocs.io/en/latest/ExampleEquilibrationLogic.html) notebook, builds on this by using a modified version of this model to give detailed insights into the methods and options to compute steady states before and after simulations, as well as respective sensitivities. The [ExampleExperimentalConditions example](https://amici.readthedocs.io/en/latest/ExampleExperimentalConditions.html) notebook, goes into the details of how even more complex experimental setups, such as addition of drugs at predefined timepoints, can be simulated in AMICI. Finally, the [petab](https://amici.readthedocs.io/en/latest/petab.html) notebook explains how standardized definitions of experimental data and conditions in the [PEtab](https:/PEtab-dev/PEtab) format can be imported in AMICI."
]
}
],
Expand Down
1 change: 0 additions & 1 deletion documentation/model_presimulation.ipynb

This file was deleted.

2 changes: 1 addition & 1 deletion documentation/python_interface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Examples
GettingStarted.ipynb
ExampleSteadystate.ipynb
petab.ipynb
model_presimulation.ipynb
ExampleExperimentalConditions.ipynb
ExampleEquilibrationLogic.ipynb


Expand Down

Large diffs are not rendered by default.

416 changes: 0 additions & 416 deletions python/examples/example_presimulation/model_presimulation.ipynb

This file was deleted.

0 comments on commit 9d36032

Please sign in to comment.