calc_dists_dotprods | R Documentation |
Calculate distances and dot products between two sets of neurons
calc_dists_dotprods(
query_neurons,
target_neurons,
subset = NULL,
ignoreSelf = TRUE,
...
)
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 |
Distances and dot products are the raw inputs for constructing scoring matrices for the NBLAST search algorithm.
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.