Cell¶
- class singlecell_input_mapper.udvary2022.cell.Cell¶
Bases:
objectCell object for mapping synapses onto a morphology.
This is a leightweight dataclass specialized for use with
singlecell_input_mapper.singlecell_input_mapper.synapse_mapper.See also
This is not the same class as
single_cell_parser.cell.Cell. Contrary tosingle_cell_parser.cell.Cell, this class does not provide any biophysical details, simulation parameters or biophysical details.- Attributes:¶
- Methods:¶
distance_to_soma(sec, x)Calculate the path length to soma from location
xon sectionsecCalculate the bounding box around the cell.
add_synapse(secID, ptID, ptx, preType, postType)Add a
Synapseto the cell.remove_synapses(preType)Remove all synapses of type
preTypefrom the cell.
Documentation unclear, incomplete, broken or wrong? Let us know