Note: [*] denotes the example is missing.
Morphology Examples
- 1. Creating morphologies from python dictionaries
- 2. Loading from SWC and rendering with Matplotlib
- 3. Load SWC data from a string directly into a MorphologyArray
- 4. Converting between the morphology representations
- 5. Load morphologies from MorphML, and plot using MayaVI
- 6. Simple morphology analysis
Single Cell Simulation Examples
- 7. The response of a single compartment neuron with leak channels to step current injection
- 8. Hodgkin-Huxley ‘52 neuron simulation
- 9. Hodgkin-Huxley ‘52 neuron simulation with automatic summary pdf generation
- 10. Investigating the rheobase of a neuron with a parameter sweep
- 11. Demonstrate using NEURON mod files directly in a simulation
- 12. Visualising action potential propagation along an axon
- 13. Using a channel library to reduce duplication
- 14. Visualising the internal states of a neuron
- 15. Applying different channel densities over a cell
Multiple Cell Simulation Examples
- NeuronPopulations
- Stochasitic connections (Neuron+GSL)
Assorted Examples
In this example, we show how channels can be specified using MODL files, NeuroUnits, Python classes and NeuroML files to simulate a Hodgkin-Huxley type neuron.
From OCNS-2012 Poster
(To Add)
- Using the MorphologyTree object model (motivation; finding branch points?)
- Steves analysis example
- Loading in a XY file and adding the Z coordinate
- Pulling out traces by hand and plotting with matplotlib
- Using Randomness
- Using Units
- Trace & Event Sets?
- Sin-wave current clamp injection
- Specifying the compartmentalisation of neurons
- Configuring the TagViewer
- Writing an new maths channel
- Working with traces
- Small CPG network [Sautoius et al?]
- Working with traces & component libraries