PointCell

class singlecell_input_mapper.udvary2022.cell.PointCell(column=None, cellType=None)

Bases: object

Cell object without morphological or biophysical attributes.

When connecting synapses between postsynaptic and presynaptic cells, this class is used for the presynaptic cell.

Parameters:
column : str

Column ID. Default: None.

cellType : str

Cell type. Defalut: None.

Attributes:
synapseList

List of synapses.

Type:

list

column

Column ID.

Type:

str

cellType

Cell type.

Type:

str

Methods:

_add_synapse_pointer(synapse)

Add a Synapse to the cell.