single_cell_parser
❭ cell
❭ Cell
❭ remove_synapses
Cell.remove_synapses¶
-
single_cell_parser.cell.Cell.remove_synapses(preType=
None
)¶ Remove synapses from the cell object of type
preType
.- Parameters:¶
preType (str, optional) – The type of synapses to remove. If None, all synapses are removed. If ‘All’ or ‘all’, all synapses are removed. Otherwise, only synapses of the specified type are removed. Defaults to None.