Calculate distances and dot products between two sets of neurons
Source:R/smat.r
calc_dists_dotprods.RdCalculate distances and dot products between two sets of neurons
Arguments
- query_neurons
a
neuronlistto use for calculating distances and dot products.- target_neurons
a further
neuronlistto use for calculating distances and dot products.- subset
a
data.framespecifying which neurons inquery_neuronsandtarget_neuronsshould 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.