Wiki » History » Version 10
Padraig Gleeson, 30 Apr 2014 14:57
| 1 | 1 | Padraig Gleeson | C elegans muscle cell model in NeuroML 2 |
|---|---|---|---|
| 2 | 10 | Padraig Gleeson | ---------------------------------------- |
| 3 | 1 | Padraig Gleeson | |
| 4 | 9 | Mike Vella | This introduction is currently for the NeuroML 2 implementation of the C elegans muscle cell model of [Boyle & Cohen, 2008](http://www.sciencedirect.com/science/article/pii/S0303264708001408) and also for the simplified (pure Hodgkin Huxley) model. |
| 5 | 1 | Padraig Gleeson | |
| 6 | 1 | Padraig Gleeson | For more details see the README/wiki on the GitHub site: https://github.com/openworm/muscle\_model |
| 7 | 1 | Padraig Gleeson | |
| 8 | 10 | Padraig Gleeson | ### Cloning the repository |
| 9 | 1 | Padraig Gleeson | |
| 10 | 1 | Padraig Gleeson | Get a local copy of the repository with: |
| 11 | 1 | Padraig Gleeson | |
| 12 | 10 | Padraig Gleeson | git clone https://github.com/openworm/muscle\_model.git |
| 13 | 1 | Padraig Gleeson | |
| 14 | 1 | Padraig Gleeson | or |
| 15 | 1 | Padraig Gleeson | |
| 16 | 10 | Padraig Gleeson | git clone git@github.com:openworm/muscle\_model.git |
| 17 | 1 | Padraig Gleeson | |
| 18 | 1 | Padraig Gleeson | if you have SSH authentication set up (see [here](https://help.github.com/articles/set-up-git)). |
| 19 | 1 | Padraig Gleeson | |
| 20 | 1 | Padraig Gleeson | Run the NeuroML 2 example |
| 21 | 1 | Padraig Gleeson | ------------------------- |
| 22 | 1 | Padraig Gleeson | |
| 23 | 10 | Padraig Gleeson | Install the latets binary for jNeuroML (see [here](https://github.com/NeuroML/jNeuroML/blob/master/README.md)). Remember to set the **JNML\_HOME** environment variable. |
| 24 | 1 | Padraig Gleeson | |
| 25 | 1 | Padraig Gleeson | Go in to the directory with the NeuroML 2 version of the model: |
| 26 | 1 | Padraig Gleeson | |
| 27 | 10 | Padraig Gleeson | cd muscle\_model/NeuroML2 |
| 28 | 1 | Padraig Gleeson | |
| 29 | 1 | Padraig Gleeson | Run the example cell (trying to reproduce Figure 2A in [Boyle & Cohen, 2008](http://www.sciencedirect.com/science/article/pii/S0303264708001408)) with: |
| 30 | 1 | Padraig Gleeson | |
| 31 | 10 | Padraig Gleeson | jnml Figure2A.xml |
| 32 | 1 | Padraig Gleeson | |
| 33 | 1 | Padraig Gleeson |  |
| 34 | 3 | Padraig Gleeson | |
| 35 | 5 | Padraig Gleeson | Run the example cell (trying to reproduce Figure 2B in [Boyle & Cohen, 2008](http://www.sciencedirect.com/science/article/pii/S0303264708001408)) with: |
| 36 | 3 | Padraig Gleeson | |
| 37 | 10 | Padraig Gleeson | jnml Figure2B.xml |
| 38 | 3 | Padraig Gleeson | |
| 39 | 4 | Padraig Gleeson |  |
| 40 | 1 | Padraig Gleeson | |
| 41 | 9 | Mike Vella | Simplified model |
| 42 | 9 | Mike Vella | ---------------- |
| 43 | 9 | Mike Vella | |
| 44 | 9 | Mike Vella | There is also a simplified muscle cell model which Mike Vella is building from scratch with Alexander Dibert in the Pyramidal framework, here is a sample trace, it is currently in the calcium\_experiments branch of the github repository. |
| 45 | 7 | Mike Vella | |
| 46 | 7 | Mike Vella | `simplified Figure1A` |
| 47 | 7 | Mike Vella | |
| 48 | 8 | Mike Vella |  |