-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Graph widget with synaptic input percentage #2259
Comments
This could easily be quite misleading as it depends on all neurons in the circuit being fully reconstructed. We'd probably want it to, at a minimum, display warnings if any of the selected skeletons or their partners had a certain threshold of open ends. The partners need to be complete too because if neuron A has 10 synapses from incomplete neuron B and then another 10 synapses from single-node skeletons, it's actually possible that A has 20 synapses from neuron B, which would throw the numbers right off. To an extent the same is true with absolute numbers, but with absolute numbers you can at least get a good sense of what's happening if you have fully reconstructed a particular region, where fractions require the whole neuron to be reconstructed. |
As far as I remember yes, the option is there in the Graph Widget settings, accessed with the “options” button.
… On Aug 11, 2023, at 5:37 PM, Chris Barnes ***@***.***> wrote:
This could easily be quite misleading as it depends on all neurons in the circuit being fully reconstructed. We'd probably want it to, at a minimum, display warnings if any of the selected skeletons or their partners had a certain threshold of open ends. The partners need to be complete too because if neuron A has 10 synapses from incomplete neuron B and then another 10 synapses from single-node skeletons, it's actually possible that A has 20 synapses from neuron B, which would throw the numbers right off.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
|
I found it, thank you! It's in "Edge label" in "Graph properties". |
Hi,
Is it possible to have the option to display the annotation of edges on a graph as synaptic input percentage instead of absolute number of synapses?
Thank very much for your help,
Best,
Amina
The text was updated successfully, but these errors were encountered: