Skip to content
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

Open
AminaDulac opened this issue Aug 11, 2023 · 3 comments
Open

Graph widget with synaptic input percentage #2259

AminaDulac opened this issue Aug 11, 2023 · 3 comments

Comments

@AminaDulac
Copy link

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

@clbarnes
Copy link
Contributor

clbarnes commented Aug 11, 2023

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.

@acardona
Copy link
Contributor

acardona commented Aug 12, 2023 via email

@AminaDulac
Copy link
Author

I found it, thank you! It's in "Edge label" in "Graph properties".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants