Synapse Flow
navis_fastcore.synapse_flow_centrality(node_ids, parent_ids, presynapses, postsynapses, mode='sum')
Calculate synapse flow centrality for this neuron.
Please note that this implementation currently produces slightly different results than the implementation in navis. I'm not sure why that is but the differences seem to be negligible.
PARAMETER | DESCRIPTION |
---|---|
node_ids |
TYPE: |
parent_ids |
TYPE: |
presynapses |
TYPE: |
postsynapses |
TYPE: |
mode |
TYPE: |
RETURNS | DESCRIPTION |
---|---|
cc | Synapse flow centrality for each node. TYPE: |