API referencesingle_cell_parserio

connectivity

Read and write connectivity data

Functions

read_synapse_realization(fname)

Read a .syn file and returns a dictionary of synapse locations.

read_pruned_synapse_realization(fname)

Read in a .syn and returns a dictionary of synapse locations and whether they are pruned or not.

read_functional_realization_map(fname)

Read in a .con file and return a dictionary of functional connections.

write_pruned_synapse_locations(fname, synapses, cellID)

Write a .syn file with a pruned flag.

write_cell_synapse_locations(fname, synapses, cellID)

Write a .syn file.

write_functional_realization_map(fname, functionalMap, anatomicalID)

Write out a .con file.