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_get_connector_table can return duplicate rows #106

Closed
jefferis opened this issue Feb 15, 2019 · 0 comments
Closed

catmaid_get_connector_table can return duplicate rows #106

jefferis opened this issue Feb 15, 2019 · 0 comments
Labels

Comments

@jefferis
Copy link
Collaborator

There was a logic bug when handling a case where the same connector had >1 connection between the same pair of partner neurons.

aspgl_conn_T.in= catmaid_get_connector_table('aSP-g L', direction = 'in')
> table(duplicated(aspgl_conn_T.in))

FALSE  TRUE 
 3546   156 

Sample of the duplicate rows:

> aspgl_conn_T[34:35,]
   connector_id    skid      x      y      z confidence user_id partner_treenode_id                    last_modified partner_skid direction  dupl
34      5411498 1064687 417190 122158 114200          5     121             8322046 2017-01-31T10:17:02.947526+00:00      1273130  incoming FALSE
35      5411498 1064687 417190 122158 114200          5     121             8322046 2017-01-31T10:17:02.947526+00:00      1273130  incoming  TRUE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant