flywire_ntpred | R Documentation |
the print.ntprediction
method provides a quick summary of
the neurotransmitter prediction for all output synapses.
flywire_ntpred(
x,
cleft.threshold = 0,
remove_autapses = TRUE,
local = NULL,
cloudvolume.url = NULL
)
## S3 method for class 'ntprediction'
print(x, ...)
x |
A single root id as a string OR a |
cleft.threshold |
A threshold for the cleft score calculated by Buhmann et al 2019 (default 0, we have used 30-100 to increase specificity) |
remove_autapses |
For |
local |
path to SQLite synapse data. Evaluated by
|
cloudvolume.url |
The segmentation source URL for cloudvolume. Normally
you can ignore this and rely on the default segmentation chosen by
|
... |
additional arguments passed to |
A data.frame
of neurotransmitter predictions
Other automatic-synapses:
flywire_adjacency_matrix()
,
flywire_neurons_add_synapses()
,
flywire_ntplot()
,
flywire_partners()
# an olfactory projection neuron
flywire_ntpred("720575940615237849")
# alternatively
## Not run:
flywire_ntpred(flywire_xyz2id(cbind(116923, 61378, 1474), rawcoords = T))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.