Calculate distances and dot products between two sets of neurons
Source:R/smat.r
calc_dists_dotprods.Rd
Calculate distances and dot products between two sets of neurons
Arguments
- query_neurons
a
neuronlist
to use for calculating distances and dot products.- target_neurons
a further
neuronlist
to use for calculating distances and dot products.- subset
a
data.frame
specifying which neurons inquery_neurons
andtarget_neurons
should be compared, with columns specifying query and target neurons by name, with one row for each pair. If unspecified, this defaults to an all-by-all comparison.- ignoreSelf
a Boolean indicating whether to ignore comparisons of a neuron against itself (default
TRUE
).- ...
extra arguments to pass to
NeuriteBlast
.