neuron_pairs | R Documentation |
Utility function to generate all or random pairs of neurons
neuron_pairs(query, target, n = NA, ignoreSelf = TRUE)
query, target |
either |
n |
number of random pairs to draw. When NA, the default, uses
|
ignoreSelf |
Logical indicating whether to omit pairs consisting of the
same neuron (default |
a data.frame with two character vector columns, query and target.
calc_score_matrix, expand.grid
neuron_pairs(nat::kcs20, n=20)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.