calc_dists_dotprods {nat.nblast} | R Documentation |
Calculate distances and dot products between two sets of neurons
Description
Calculate distances and dot products between two sets of neurons
Usage
calc_dists_dotprods(
query_neurons,
target_neurons,
subset = NULL,
ignoreSelf = TRUE,
...
)
Arguments
query_neurons |
a |
target_neurons |
a further |
subset |
a |
ignoreSelf |
a Boolean indicating whether to ignore comparisons of a
neuron against itself (default |
... |
extra arguments to pass to |
Details
Distances and dot products are the raw inputs for constructing scoring matrices for the NBLAST search algorithm.
Value
A list, one element for for pair of neurons with a 2 column data.frame containing one column of distances and another of absolute dot products.