NeuriteBlast | R Documentation |
A low-level entry point to the NBLAST algorithm that compares the morphology
of a neuron with those of a list of other neurons. For most use cases, one
would probably wish to use nblast
instead.
NeuriteBlast(
query,
target,
targetBinds = NULL,
normalised = FALSE,
OmitFailures = NA,
simplify = TRUE,
...
)
query |
either a single query neuron or a |
target |
a |
targetBinds |
numeric indices or names with which to subset
|
normalised |
whether to divide scores by the self-match score of the query |
OmitFailures |
Whether to omit neurons for which |
simplify |
whether to simplify the scores from a list to a vector.
|
... |
extra arguments to pass to the distance function. |
For detailed description of the OmitFailures
argument, see
the details section of nblast
.
Named list of similarity scores.
WeightedNNBasedLinesetMatching
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.