single_cell_parser
❭ network
❭ NetworkMapper
❭ _connect_functional_synapses
NetworkMapper._connect_functional_synapses¶
- single_cell_parser.network.NetworkMapper._connect_functional_synapses()¶
Connects anatomical synapses to spike generators (PointCells).
This connection is according to physiological and/or anatomical constraints on connectivity (i.e., convergence of presynaptic cell type)
Used in
create_network()
. To recreate network embeddings that have been created withsinglecell_input_mapper.singlecell_input_mapper
, usecreate_saved_network_2()
instead, which connects synapses using_map_complete_anatomical_realization()
instead of this method