single_cell_parser
❭ reader
❭ read_complete_synapse_activation_file
read_complete_synapse_activation_file¶
- single_cell_parser.reader.read_complete_synapse_activation_file(fname)¶
Reads list of all functional synapses and their activation times.
This reader also returns “structure label” in addition to the columns of
read_synapse_activation_file()
.- Parameters:¶
fname (str) – Filename of a synapse activation file. Such a file can be generated with
single_cell_parser.analyze.synanalysis.comute_synapse_distances_times()
.- Returns:¶
A dictionary with cell types as keys and list of synapse locations and activation times, coded as tuples: (synapse ID, soma distance, section ID, point ID, structure label, [t1, t2, … , tn])
- Return type:¶
dict