Calculates an overlap score using an overlap score between a neuron's axon and dendrite, if axon and dendrite have been marked out in the neuron object, e.g. by using flow_centrality.

hemibrain_overlap_locality(x, resample = 10, delta = 62.5, ...)

Arguments

x

a nat::neuronlist or nat::neuron object. It is assumed that this neuron has been read in by neuprintr::neuprint_read_neurons or possibly catmaid::read.neurons.catmaid.

resample

stepsize to which to resample neurons. If set to NULL, neurons are not resampled.

delta

the distance at which a synapse might occur

...

Additional arguments passed to methods or eventually to nat::nlapply

Value

a named vector of overlap_locality scores

See also