Skip to content

Commit

Permalink
Added ap tutorials back in
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelClerx committed Jun 26, 2020
1 parent 0f76a53 commit ad201a3
Show file tree
Hide file tree
Showing 4 changed files with 790 additions and 0 deletions.
21 changes: 21 additions & 0 deletions action-potential-tutorial/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[↩ back to index](../README.md)
# Estimating parameters of action potential models

In this tutorial, we look at the problem of estimating the parameters (typically maximum conductances and permeabilities) of an action potential (AP) model.

Many of the principles from the ion channel tutorial apply here, so that you may want to read these first.
In contrast to the ion channel tutorials, these tutorials take a "recipe" approach, and do not provide much background or details.

The follow topics are covered:

## [Fitting conductances to an AP trace](basic-fitting-ap.ipynb)

A simple example of fitting to a single AP trace.

## [Fitting conductances to an AP and CaT trace](basic-fitting-ap-cat.ipynb)

Expands on the previous example to simultaneously fit to AP and calcium transient (CaT).




343 changes: 343 additions & 0 deletions action-potential-tutorial/basic-fitting-ap-cat.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit ad201a3

Please sign in to comment.