NeuriteBlast {nat.nblast} | R Documentation |
Produce similarity score for neuron morphologies
Description
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.
Usage
NeuriteBlast(
query,
target,
targetBinds = NULL,
normalised = FALSE,
OmitFailures = NA,
simplify = TRUE,
...
)
Arguments
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. |
Details
For detailed description of the OmitFailures
argument, see
the details section of nblast
.
Value
Named list of similarity scores.
See Also
WeightedNNBasedLinesetMatching