Known issues » History » Version 5
Padraig Gleeson, 30 Apr 2014 14:57
1 | 1 | Padraig Gleeson | Known issues with Traub et al 2005. |
---|---|---|---|
2 | 1 | Padraig Gleeson | ----------------------------------- |
3 | 1 | Padraig Gleeson | |
4 | 1 | Padraig Gleeson | This is a quite complex and detailed model and as discussed in the [original paper](http://www.ncbi.nlm.nih.gov/pubmed/15525801?dopt=Abstract) |
5 | 1 | Padraig Gleeson | |
6 | 1 | Padraig Gleeson | > Any model, even of a small bit of cortex, is subject to difficulties and hazards: limited data, large numbers of parameters, criticisms that models with complexity comparable to the modeled system cannot be scientifically useful, the expense and slowness of the necessary computations, and serious uncertainties as to how a complex model can be compared with experiment and shown to be predictive. |
7 | 1 | Padraig Gleeson | > The above difficulties and hazards are too real to be dismissed readily. In our opinion, the only way to proceed is through a state of denial that any of the difficulties need be fatal. The reader must then judge whether the results, preliminary as they must be, help our understanding. |
8 | 1 | Padraig Gleeson | |
9 | 1 | Padraig Gleeson | Even the published Fortran version of this model was acknowledged to be incomplete. Each conversion of this model will deviate to a small or large extent from this version. |
10 | 1 | Padraig Gleeson | |
11 | 1 | Padraig Gleeson | ### Limitations of the conversion of the model to NEURON |
12 | 1 | Padraig Gleeson | |
13 | 1 | Padraig Gleeson | It is useful to read the [notes on conversion of this model to NEURON from Fortran](http://senselab.med.yale.edu/modeldb/ShowModel.asp?model=82894&file=\nrntraub\README) by Tom Morse and Michael Hines |
14 | 1 | Padraig Gleeson | |
15 | 3 | Padraig Gleeson | An updated version of this model in NEURON is being worked on [here](https://github.com/hglabska/Thalamocortical/network) |
16 | 3 | Padraig Gleeson | |
17 | 1 | Padraig Gleeson | ### Limitations of the conversion of the model to MOOSE |
18 | 1 | Padraig Gleeson | |
19 | 1 | Padraig Gleeson | TODO… |
20 | 1 | Padraig Gleeson | |
21 | 1 | Padraig Gleeson | ### Limitations of the conversion of the model to NeuroML |
22 | 1 | Padraig Gleeson | |
23 | 5 | Padraig Gleeson | **Optimal spatial discretisation for each cell needs to be investigated** |
24 | 5 | Padraig Gleeson | |
25 | 3 | Padraig Gleeson | Important details of the process of conversion of the cell models to NeuroML, and matching cell behaviour across simulators is present in the [2010 NeuroML paper](http://www.ploscompbiol.org/article/info%3Adoi%2F10.1371%2Fjournal.pcbi.1000815). |
26 | 1 | Padraig Gleeson | |
27 | 5 | Padraig Gleeson | The spatial discretisation of the cells influenced precise spike timing. Changing the number of compartments/points used to calculate the membrane potential changed the timing of the cell (e.g. changing the value of nseg in NEURON on all sections). See below for an example of how 3 cells with differing numbers of compartments converged at different rates. A) Nucleus reticularis thalami (nRT) cell; B) Superficial Low Threshold spiking (LTS) cell; C) Layer 6 Non-tufted Regular Spiking pyramidal cell. Traces for NEURON (black) and MOOSE (green) and GENESIS (red). |
28 | 1 | Padraig Gleeson | |
29 | 5 | Padraig Gleeson | ![](http://www.opensourcebrain.org/attachments/download/114/converge.png) |
30 | 5 | Padraig Gleeson | |
31 | 1 | Padraig Gleeson | **NMDA conductance wave form** |
32 | 5 | Padraig Gleeson | |
33 | 5 | Padraig Gleeson | The NMDA synapse model used in the network has an unconventional form, with a scaling factor rising lineally between 0 and 5ms, and decaying exponentially. This can probably be approximated by a double exponential synapse (coupled with v & [Mg] dependent blocking mechanism). |
34 | 5 | Padraig Gleeson | |
35 | 1 | Padraig Gleeson | **Firing rate vs. injected current of cells** |
36 | 5 | Padraig Gleeson | |
37 | 5 | Padraig Gleeson | Many of the cells show unusual F/I curves. |
38 | 5 | Padraig Gleeson | |
39 | 1 | Padraig Gleeson | ![](/attachments/download/113/ifcurve.png) |
40 | 1 | Padraig Gleeson | |
41 | 5 | Padraig Gleeson | **Support in NeuroML** |
42 | 5 | Padraig Gleeson | |
43 | 5 | Padraig Gleeson | All model elements from the neuroConstruct generated network can be exported to valid NeuroML v1.8.1. |
44 | 5 | Padraig Gleeson | |
45 | 5 | Padraig Gleeson | Model can be exported to [(mostly valid) NeuroML 2](https://github.com/OpenSourceBrain/Thalamocortical/tree/master/neuroConstruct/generatedNeuroML2), but there is not yet an application that can handle such detailed NML2 models (but we’re [working on it](https://github.com/NeuroML/org.neuroml.export/blob/development/src/main/java/org/neuroml/export/neuron/NeuronWriter.java)). |