Synapse¶
-
class singlecell_input_mapper.udvary2022.cell.Synapse(edgeID, edgePtID, edgex, preCellType=
'', postCellType='')¶ Bases:
objectLeightweight dataclass to store basic synapse information.
Synapses are direct attributes of
PySection2objects, which in turn are direct attributes ofCellobjects. Contains information on: pre- and postsynaptic cell type, branch ID of postsynaptic cell, branch pt ID, and xyz-coordinates of synapse locationSee also
This is not the same class as
single_cell_parser.synapse.Synapse. This is a leightweight dataclass specialized for use withsingle_cell_input_mapper.synapse_mapper, and does not contain any methods for NEURON API or synapse activations during simulations.
Documentation unclear, incomplete, broken or wrong? Let us know