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

catmaid_query_connected silently ignores <5 confidence connections #113

Closed
schlegelp opened this issue May 29, 2019 · 0 comments
Closed

Comments

@schlegelp
Copy link

Minimal example:

> cn = catmaid_query_connected(c(2659704, 2684792))
> head(cn$incoming)
      skid partner syn.count num_nodes
1  2659704 2846667        52      8525
4  2659704   23829        52     17668
39 2659704   39254        43     20796
62 2659704   22976        42     13867

syn.count does not match numbers in CATMAID:

2659704 2846667        55      8525
2659704   23829        53     17668
2659704   39254        46     20796
2659704   22976        43     13867

For example, 2659704->2846667 has confidences:

confidence:count
1:0 
2:0 
3:2 
4:1
5:52

Following CATMAID's connectivity table widget, the intuitive solution would be to include all confidences by default and have a optional confidence_threshold parameter.

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

No branches or pull requests

1 participant