single_cell_parser¶
Cell API for single cell simulations.
This package provides functionality to parse Cell
objects
from NEURON .hoc files, map synapses onto these cells, and run biophysically
detailed NEURON simulations with the resulting neuron-network models.
See also
This package should not be confused with singlecell_input_mapper
.
This package is specialized to handle biophysical properties of neurons and simulation runs, and provides API access to the NEURON simulator [7]. It handles (among other things) synaptic activations onto a biophysically detailed neuron model.
singlecell_input_mapper
provides extensive functionality to generate network realizations,
constrained by empirical data.
The results of such pipelines can be read in with this package.
Classes¶
Class to handle events in NEURON simulations. |
Functions¶
|
Creating NEURON cell models from cell parameters. |
|
Default NEURON run with inital parameters according to parameter file. |
|
Compute the path length from : |
|
Update the .syn file to correctly point to spine heads as excitatory synapse locations. |
|
Update a Network parameters file to point to a new .syn file. |
Modules¶
Analyze the results of single cell simulations and its network embeddings: |
|
Modify the cell after it is initalized. |
|
Modify the cell and/or network after both have been initalized. |
|
Modify the Network parameters. |
|
Cell objects for neuron models and cell activity. |
|
Connect and activate presynaptic neuron populations. |
|
Create anatomical and functional network realizations. |
|
Handle .param files in ISF. |
|
Implementation of 3D scalar fields based on numpy arrays. |
|
Convert a |
|
Run a NEURON current injection simulation. |
|
Synapse class for synaptic activations and NEURON API. |
|
Basic synapse mapper to assign synapses to a neuron morphology, based on an existing synapse distribution. |
|
Write out anatomical, morphology or simulation data. |